DkmClrRuntimeInstance.CORSystemDirectory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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; }
public string? CORSystemDirectory { get; }
member this.CORSystemDirectory : string
Public ReadOnly Property CORSystemDirectory As String
Property Value
Returns String.