SystemDataPaths.SystemX64 Property

Definition

Gets the path to the 64-bit Windows system folder.

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

Property Value

String

Platform::String

winrt::hstring

The full path to the 64-bit Windows system folder.

Applies to