次の方法で共有


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

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

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

パラメータ

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

例外

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