System.Text.RegularExpressions.RegexCompilationInfo Members

The members of System.Text.RegularExpressions.RegexCompilationInfo are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Text.RegularExpressions.RegexCompilationInfo class that contains information about a regular expression to be included in an assembly.

Public Properties

IsPublicbool.

Gets or sets a value that indicates whether the compiled regular expression has public visibility.

Namestring.

Gets or sets the name of the type that represents the compiled regular expression.

Namespacestring.

Gets or sets the namespace to which the new type belongs.

OptionsRegexOptions.

Gets or sets the options to use when compiling the regular expression.

Patternstring.

Gets or sets the regular expression to compile.