DkmClrRuntimeInstance.CORSystemDirectory 属性

定义

可有可无公共语言运行时的安装目录 (CLR) 实例。 例如 "c:\Windows\Microsoft.NET\Framework\v2.0.50727" ' 。 这是从 GetCORSystemDirectory API 返回的同一路径,并且它始终包含尾随斜杠。

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

属性值

String

返回 String

适用于