HttpRuntime.ClrInstallDirectory Propriedade

Definição

Obtém o caminho físico para o diretório em que os arquivos executáveis do Common Language Runtime estão instalados.Gets the physical path to the directory where the common language runtime executable files are installed.

public:
 static property System::String ^ ClrInstallDirectory { System::String ^ get(); };
public static string ClrInstallDirectory { get; }
member this.ClrInstallDirectory : string
Public Shared ReadOnly Property ClrInstallDirectory As String

Valor da propriedade

String

O caminho físico para os arquivos executáveis Common Language Runtime.The physical path to the common language runtime executable files.

Aplica-se a