The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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(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:

