RuntimeInfo.AsString Property

Definition

Gets the runtime info formatted as a string.

public:
 static property Platform::String ^ AsString { Platform::String ^ get(); };
static winrt::hstring AsString();
public static string AsString { get; }
var string = RuntimeInfo.asString;
Public Shared ReadOnly Property AsString As String

Property Value

String

Platform::String

winrt::hstring

The runtime info formatted as a string.

Applies to