다음을 통해 공유


SystemDataPaths.SystemHost 속성

정의

운영 체제 아키텍처(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

시스템 폴더의 전체 경로입니다.

적용 대상