次の方法で共有


Regex.CompileToAssembly メソッド (RegexCompilationInfo[], AssemblyName, CustomAttributeBuilder )

1 つ以上の指定した Regex オブジェクトをコンパイルして、指定した属性を持つ名前付きファイルに保存します。

Overloads Public Shared Sub CompileToAssembly( _
   ByVal regexinfos() As RegexCompilationInfo, _   ByVal assemblyname As AssemblyName, _   ByVal attributes() As CustomAttributeBuilder _)
[C#]
public static void CompileToAssembly(RegexCompilationInfo[] regexinfos,AssemblyNameassemblyname,CustomAttributeBuilder[] attributes);
[C++]
public: static void CompileToAssembly(RegexCompilationInfo* regexinfos[],AssemblyName* assemblyname,CustomAttributeBuilder* attributes[]);
[JScript]
public static function CompileToAssembly(
   regexinfos : RegexCompilationInfo[],assemblyname : AssemblyName,attributes : CustomAttributeBuilder[]);

パラメータ

  • regexinfos
    コンパイルする正規表現を記述する RegexCompilationInfo オブジェクトの配列。
  • assemblyname
    アセンブリのファイル名。
  • attributes
    アセンブリの属性を記述する CustomAttributeBuilder オブジェクトの配列。

例外

例外の種類 条件
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 オーバーロードの一覧