SysHolographicRuntimeRegistration.ActiveRuntime Property

Definition

Gets which runtime is active, either the system's holographic runtime or another runtime. This API is available only to components of the Windows operating system.

public:
 property Platform::String ^ ActiveRuntime { Platform::String ^ get(); };
winrt::hstring ActiveRuntime();
public string ActiveRuntime { get; }
var string = sysHolographicRuntimeRegistration.activeRuntime;
Public ReadOnly Property ActiveRuntime As String

Property Value

String

Platform::String

winrt::hstring

The active runtime.

Remarks

Calls to these APIs will fail at runtime for all processes other than components of the Windows operating system. These APIs may be modified or removed in future Windows releases.

Applies to