System.Text.RegularExpressions.RegexOptions.Compiled Field

Specifies that the regular expression is compiled to an assembly. This yields faster execution but increases startup time. This value should not be assigned to the RegexCompilationInfo.Options property when calling the Regex.CompileToAssembly(RegexCompilationInfo[], System.Reflection.AssemblyName) method.

Syntax

RegexOptions Compiled

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Text.RegularExpressions
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0