RegexCompilationInfo Properties
.NET Framework (current version)
Namespace:
System.Text.RegularExpressions
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | IsPublic | Gets or sets a value that indicates whether the compiled regular expression has public visibility. |
![]() | MatchTimeout | Gets or sets the regular expression's default time-out interval. |
![]() | Name | Gets or sets the name of the type that represents the compiled regular expression. |
![]() | Namespace | Gets or sets the namespace to which the new type belongs. |
![]() | Options | Gets or sets the options to use when compiling the regular expression. |
![]() | Pattern | Gets or sets the regular expression to compile. |
Show:
