This documentation is archived and is not being maintained.
RegexCompilationInfo Properties
Visual Studio 2010
The RegexCompilationInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
IsPublic | Gets or sets a value that indicates whether the compiled regular expression has public visibility. |
|
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: