RegexCompilationInfo Constructor

.NET Framework (current version)
 

Initializes a new instance of the RegexCompilationInfo class.

Namespace:   System.Text.RegularExpressions
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodRegexCompilationInfo(String^, RegexOptions, String^, String^, Boolean)

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

System_CAPS_pubmethodRegexCompilationInfo(String^, RegexOptions, String^, String^, Boolean, TimeSpan)

Initializes a new instance of the RegexCompilationInfo class that contains information about a regular expression with a specified time-out value to be included in an assembly.

Return to top
Show: