DkmClrRuntimeInstance.CORSystemDirectory 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
可有可无公共语言运行时的安装目录 (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。