This documentation is archived and is not being maintained.
Regex::CompileToAssembly Method
Visual Studio 2010
Compiles regular expressions and saves them to disk in a single assembly.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CompileToAssembly(array<RegexCompilationInfo>, AssemblyName) | Compiles one or more specified Regex objects to a named assembly. |
|
CompileToAssembly(array<RegexCompilationInfo>, AssemblyName, array<CustomAttributeBuilder>) | Compiles one or more specified Regex objects to a named assembly with the specified attributes. |
|
CompileToAssembly(array<RegexCompilationInfo>, AssemblyName, array<CustomAttributeBuilder>, String) | Compiles one or more specified Regex objects and a specified resource file to a named assembly with the specified attributes. |
Show: