RegexOptions.Compiled Field

Definition

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 Options property when calling the CompileToAssembly(RegexCompilationInfo[], AssemblyName) method. For more information, see the "Compiled Regular Expressions" section in the Regular Expression Options topic.

Compiled
Field Value