Skip to content

ClassExtraction (Script)

Nicholas edited this page Nov 9, 2021 · 2 revisions

Description

Represents a class that has been extracted from a CS file

Public Variables Description
string ClassHeader The header of the class (eg. "public static class TESTCLASS {")
string ClassName The name of the class
Public Functions Description
ClassExtraction Extract() Attempts to extract a class from the input file text. Returns null if it cannot be found
Private Functions Description
ClassExtraction TestMatches() Test if one of the matches is a valid class extraction