The properties of System.Text.RegularExpressions.RegexCompilationInfo are listed below. For a list of all members, see the RegexCompilationInfo Members list.
See Also: Inherited members from System.Object
IsPublic | bool.
![]() Gets or sets a value that indicates whether the compiled regular expression has public visibility. | |
Name | string.
![]() Gets or sets the name of the type that represents the compiled regular expression. | |
Namespace | string.
![]() Gets or sets the namespace to which the new type belongs. | |
Options | RegexOptions.
![]() Gets or sets the options to use when compiling the regular expression. | |
Pattern | string.
![]() Gets or sets the regular expression to compile. |