DkmSystemInformation.SystemDirectory 属性

定义

可有可无系统目录的路径。 对于32位和64位 Windows,此值通常为 C:\Windows\System32。

此 API 是在 Visual Studio 12 RTM (VS12RTM) 中引入的。

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

属性值

String

适用于