Regex.CompileToAssembly Method (RegexCompilationInfo[], AssemblyName, CustomAttributeBuilder[], String)
.NET Framework 2.0
Compiles one or more specified Regex objects and a specified resource file to a named assembly with specified attributes.
Namespace: System.Text.RegularExpressions
Assembly: System (in system.dll)
Assembly: System (in system.dll)
public static void CompileToAssembly ( RegexCompilationInfo[] regexinfos, AssemblyName assemblyname, CustomAttributeBuilder[] attributes, string resourceFile )
public static void CompileToAssembly ( RegexCompilationInfo[] regexinfos, AssemblyName assemblyname, CustomAttributeBuilder[] attributes, String resourceFile )
public static function CompileToAssembly ( regexinfos : RegexCompilationInfo[], assemblyname : AssemblyName, attributes : CustomAttributeBuilder[], resourceFile : String )
Parameters
- regexinfos
An array of RegexCompilationInfo objects describing the regular expressions to compile.
- assemblyname
The file name of the assembly.
- attributes
An array of CustomAttributeBuilder objects describing the attributes of the assembly.
- resourceFile
The name of the Win32 resource file to include in the assembly.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: