Regex.CompileToAssembly Method (RegexCompilationInfo[], AssemblyName, CustomAttributeBuilder[], String)
Assembly: System (in system.dll)
public static void CompileToAssembly ( RegexCompilationInfo[] regexinfos, AssemblyName assemblyname, CustomAttributeBuilder[] attributes, String resourceFile )
public static function CompileToAssembly ( regexinfos : RegexCompilationInfo[], assemblyname : AssemblyName, attributes : CustomAttributeBuilder[], resourceFile : String )
Not applicable.
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.
| Exception type | Condition |
|---|---|
| The value of the assemblyname parameter's System.Reflection.AssemblyName.Name property is an empty or a null string. -or- The regular expression pattern of one or more objects in regexinfos contains invalid syntax. | |
| assemblyname or regexinfos is a null reference (Nothing in Visual Basic). |
Windows 98, Windows Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.