다음을 통해 공유


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

속성 값

컴파일러 실행 파일의 이름입니다.

설명

이 속성은 호출할 컴파일러 실행 파일의 이름을 나타냅니다.

적용 대상