Csc.ToolName Propriedade

Definição

Retorna o nome da ferramenta Csc (csc.exe).Returns the name of the Csc tool (csc.exe).

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

protected:
 virtual property System::String ^ ToolName { System::String ^ get(); };
protected override string ToolName { get; }
member this.ToolName : string
Protected Overrides ReadOnly Property ToolName As String

Valor da propriedade

String

O nome da ferramenta Csc (csc.exe).The name of the Csc tool (csc.exe).

Aplica-se a