Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft