DkmClrRuntimeInstance.CORSystemDirectory Property

Definition

[Optional] The installation directory of the common language runtime (CLR) instance. For example 'c:\Windows\Microsoft.NET\Framework\v2.0.50727'. This is the same path returned from the GetCORSystemDirectory API, and it always includes the trailing slash.

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

Property Value

Returns String.

Applies to