SystemDataPaths.SystemHost 属性

定义

获取 System 文件夹的路径,而不考虑操作系统体系结构 (x64、x86、ARM) 。

public:
 property Platform::String ^ SystemHost { Platform::String ^ get(); };
winrt::hstring SystemHost();
public string SystemHost { get; }
var string = systemDataPaths.systemHost;
Public ReadOnly Property SystemHost As String

属性值

String

Platform::String

winrt::hstring

System 文件夹的完整路径。

适用于