次の方法で共有


CodeCompiler.CompilerName プロパティ

定義

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

protected:
 abstract property System::String ^ CompilerName { System::String ^ get(); };
protected abstract string CompilerName { get; }
member this.CompilerName : string
Protected MustOverride ReadOnly Property CompilerName As String

プロパティ値

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

注釈

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

適用対象