Regex.CompileToAssembly メソッド (RegexCompilationInfo[], AssemblyName, CustomAttributeBuilder , String)
指定した 1 つ以上の Regex オブジェクトと指定した 1 つのリソース ファイルをコンパイルして、指定した属性を持つ名前付きアセンブリに保存します。
Overloads Public Shared Sub CompileToAssembly( _
ByVal regexinfos() As RegexCompilationInfo, _ ByVal assemblyname As AssemblyName, _ ByVal attributes() As CustomAttributeBuilder, _ ByVal resourceFile As String _)
[C#]
public static void CompileToAssembly(RegexCompilationInfo[] regexinfos,AssemblyNameassemblyname,CustomAttributeBuilder[] attributes,stringresourceFile);
[C++]
public: static void CompileToAssembly(RegexCompilationInfo* regexinfos[],AssemblyName* assemblyname,CustomAttributeBuilder* attributes[],String* resourceFile);
[JScript]
public static function CompileToAssembly(
regexinfos : RegexCompilationInfo[],assemblyname : AssemblyName,attributes : CustomAttributeBuilder[],resourceFile : String);
パラメータ
- regexinfos
コンパイルする正規表現を記述する RegexCompilationInfo オブジェクトの配列。 - assemblyname
アセンブリのファイル名。 - attributes
アセンブリの属性を記述する CustomAttributeBuilder オブジェクトの配列。 - resourceFile
アセンブリに含める Win32 リソース ファイルの名前。
例外
例外の種類 | 条件 |
---|---|
ArgumentNullException | assemblyname または regexinfos が null 参照 (Visual Basic では Nothing) です。 |
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
Regex クラス | Regex メンバ | System.Text.RegularExpressions 名前空間 | Regex.CompileToAssembly オーバーロードの一覧