CodeCompiler.CompilerName Propriedade
Definição
Obtém o nome do executável do compilador.Gets the name of the compiler executable.
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
Valor da propriedade
O nome do executável do compilador.The name of the compiler executable.
Comentários
Essa propriedade indica o nome do executável do compilador a ser invocado.This property indicates the name of the compiler executable to invoke.