Regex.CompileToAssembly Method
.NET Framework (current version)
Compiles regular expressions and saves them to disk in a single assembly.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CompileToAssembly(RegexCompilationInfo(), AssemblyName) | Compiles one or more specified Regex objects to a named assembly. |
![]() ![]() | CompileToAssembly(RegexCompilationInfo(), AssemblyName, CustomAttributeBuilder()) | Compiles one or more specified Regex objects to a named assembly with the specified attributes. |
![]() ![]() | CompileToAssembly(RegexCompilationInfo(), AssemblyName, CustomAttributeBuilder(), String) | Compiles one or more specified Regex objects and a specified resource file to a named assembly with the specified attributes. |
Show:

