SysHolographicRuntimeRegistration.ActiveRuntime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.