RegexRunner Class
.NET Framework 4.5
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The RegexRunner class is the base class for compiled regular expressions.
Namespace: System.Text.RegularExpressions
Assembly: System (in System.dll)
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. |
![]() | CheckTimeout | 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(Regex, String, Int32, Int32, Int32, Int32, Boolean) | |
![]() | Scan(Regex, String, Int32, Int32, Int32, Int32, Boolean, TimeSpan) | 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. |
| Name | Description | |
|---|---|---|
![]() ![]() | runcrawl | Used by a Regex object generated by the CompileToAssembly method. |
![]() ![]() | runcrawlpos | Used by a Regex object generated by the CompileToAssembly method. |
![]() ![]() | runmatch | Used by a Regex object generated by the CompileToAssembly method. |
![]() ![]() | runregex | Used by a Regex object generated by the CompileToAssembly method. |
![]() ![]() | runstack | Used by a Regex object generated by the CompileToAssembly method. |
![]() ![]() | runstackpos | Used by a Regex object generated by the CompileToAssembly method. |
![]() ![]() | runtext | Used by a Regex object generated by the CompileToAssembly method. |
![]() ![]() | runtextbeg | Used by a Regex object generated by the CompileToAssembly method. |
![]() ![]() | runtextend | Used by a Regex object generated by the CompileToAssembly method. |
![]() ![]() | runtextpos | Used by a Regex object generated by the CompileToAssembly method. |
![]() ![]() | runtextstart | Used by a Regex object generated by the CompileToAssembly method. |
![]() ![]() | runtrack | Used by a Regex object generated by the CompileToAssembly method. |
![]() ![]() | runtrackcount | Used by a Regex object generated by the CompileToAssembly method. |
![]() ![]() | runtrackpos | Used by a Regex object generated by the CompileToAssembly method. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
