Ascii |
The AsciiGlobalStructureAnalysis type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetStringWordBounds | Gets the string position for the start and end of all words in a line. | |
GetTabbedWordBounds | Gets the tabbed position for the start and end of all words in a line, assuming a certain tab width. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
TestForCommas | Tests if any of the lines contains a comma char. | |
TestForRepeatingWhiteSpaces | Tests if any of the lines contains at least two subsequent whitespaces. | |
TestForSemicolons | Tests if any of the lines contains a semicolon char. | |
TestForSpaces | Tests if any of the lines contains a space char. | |
TestForTabs | Tests if any of the lines contains a tabulator char. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |