RegexRunner Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The RegexRunner class is the base class for compiled regular expressions.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class RegexRunner abstract
public abstract class RegexRunner
type RegexRunner = class
Public MustInherit Class RegexRunner
- Inheritance
-
RegexRunner
Constructors
RegexRunner() |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the RegexRunner class. |
Fields
runcrawl |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
runcrawlpos |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
runmatch |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
runregex |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
runstack |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
runstackpos |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
runtext |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
runtextbeg |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
runtextend |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
runtextpos |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
runtextstart |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
runtrack |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
runtrackcount |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
runtrackpos |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
Methods
Capture(Int32, Int32, Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
CharInClass(Char, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. Determines whether a character is in a character class. |
CharInSet(Char, String, String) |
This API supports the product infrastructure and is not intended to be used directly from your code.
Obsolete.
Used by a Regex object generated by the CompileToAssembly method. |
CheckTimeout() |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
Crawl(Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
Crawlpos() |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
DoubleCrawl() |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
DoubleStack() |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
DoubleTrack() |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
EnsureStorage() |
This API supports the product infrastructure and is not intended to be used directly from your code. 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) |
FindFirstChar() |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
Go() |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
InitTrackCount() |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
IsBoundary(Int32, Int32, Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
IsECMABoundary(Int32, Int32, Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
IsMatched(Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
MatchIndex(Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
MatchLength(Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
Popcrawl() |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
Scan(ReadOnlySpan<Char>) |
Used by a Regex object to scan the input |
Scan(Regex, String, Int32, Int32, Int32, Int32, Boolean, TimeSpan) |
This API supports the product infrastructure and is not intended to be used directly from your code.
Obsolete.
Used by a Regex object generated by the CompileToAssembly method. |
Scan(Regex, String, Int32, Int32, Int32, Int32, Boolean) |
This API supports the product infrastructure and is not intended to be used directly from your code.
Obsolete.
Used by a Regex object generated by the CompileToAssembly method. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
TransferCapture(Int32, Int32, Int32, Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |
Uncapture() |
This API supports the product infrastructure and is not intended to be used directly from your code. Used by a Regex object generated by the CompileToAssembly method. |