This documentation is archived and is not being maintained.
RegexRunner Methods
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The RegexRunner type exposes the following members.
| Name | Description | |
|---|---|---|
|
Capture | Used by a Regex object generated by the CompileToAssembly method. |
|
CharInClass | Used by a Regex object generated by the CompileToAssembly method. Determines whether a character is in a character class. |
|
CharInSet | Used by a Regex object generated by the CompileToAssembly method. |
|
Crawl | Used by a Regex object generated by the CompileToAssembly method. |
|
Crawlpos | Used by a Regex object generated by the CompileToAssembly method. |
|
DoubleCrawl | Used by a Regex object generated by the CompileToAssembly method. |
|
DoubleStack | Used by a Regex object generated by the CompileToAssembly method. |
|
DoubleTrack | Used by a Regex object generated by the CompileToAssembly method. |
|
EnsureStorage | Used by a Regex object generated by the CompileToAssembly method. |
|
Equals(Object) | 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.) |
|
FindFirstChar | Used by a Regex object generated by the CompileToAssembly method. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Go | Used by a Regex object generated by the CompileToAssembly method. |
|
InitTrackCount | Used by a Regex object generated by the CompileToAssembly method. |
|
IsBoundary | Used by a Regex object generated by the CompileToAssembly method. |
|
IsECMABoundary | Used by a Regex object generated by the CompileToAssembly method. |
|
IsMatched | Used by a Regex object generated by the CompileToAssembly method. |
|
MatchIndex | Used by a Regex object generated by the CompileToAssembly method. |
|
MatchLength | Used by a Regex object generated by the CompileToAssembly method. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Popcrawl | Used by a Regex object generated by the CompileToAssembly method. |
|
Scan | Used by a Regex object generated by the CompileToAssembly method. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
TransferCapture | Used by a Regex object generated by the CompileToAssembly method. |
|
Uncapture | Used by a Regex object generated by the CompileToAssembly method. |
Show: