This topic has not yet been rated - Rate this topic

Regex.CompileToAssembly Method

Compiles regular expressions and saves them to disk in a single assembly.
Name Description
Regex.CompileToAssembly (RegexCompilationInfo[], AssemblyName) Compiles one or more specified Regex objects to a named file.
Regex.CompileToAssembly (RegexCompilationInfo[], AssemblyName, CustomAttributeBuilder[]) Compiles one or more specified Regex objects to a named file with specified attributes.
Regex.CompileToAssembly (RegexCompilationInfo[], AssemblyName, CustomAttributeBuilder[], String) Compiles one or more specified Regex objects and a specified resource file to a named assembly with specified attributes.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.