HttpRuntime.ClrInstallDirectory Property
Definition
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
Property Value
The physical path to the common language runtime executable files.