Regex.CompileToAssembly Method
.NET Framework 2.0
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. |
Community Additions
ADD
Show: