次の方法で共有


CodeCompiler.CompilerName プロパティ

コンパイラ実行可能ファイルの名前を取得します。

Protected MustOverride ReadOnly Property CompilerName As String
[C#]
protected abstract string CompilerName {get;}
[C++]
protected: __property virtual String* get_CompilerName() = 0;
[JScript]
protected abstract function get CompilerName() : String;

プロパティ値

コンパイラ実行可能ファイルの名前。

解説

このプロパティは、呼び出すコンパイラ実行可能ファイルの名前を示します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

CodeCompiler クラス | CodeCompiler メンバ | System.CodeDom.Compiler 名前空間