Share via


SysHolographicRuntimeRegistration Class

Definition

Represents the registration state of the system's holographic runtime. This API is available only to components of the Windows operating system.

public ref class SysHolographicRuntimeRegistration sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.System.Implementation.Holographic.ISysHolographicRuntimeRegistrationFactory, 131072, "Windows.System.Implementation.Holographic.HoloSysImplementationContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Implementation.Holographic.HoloSysImplementationContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SysHolographicRuntimeRegistration final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.System.Implementation.Holographic.ISysHolographicRuntimeRegistrationFactory), 131072, "Windows.System.Implementation.Holographic.HoloSysImplementationContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Implementation.Holographic.HoloSysImplementationContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SysHolographicRuntimeRegistration
function SysHolographicRuntimeRegistration(parameters)
Public NotInheritable Class SysHolographicRuntimeRegistration
Inheritance
Object Platform::Object IInspectable SysHolographicRuntimeRegistration
Attributes

Windows requirements

Requirements Description
Device family
Windows Holographic System Implementation Extension SDK (introduced in 10.0.18362.0)
Windows Holographic System Implementation Extension SDK (introduced in 10.0.28000.0)
API contract
Windows.System.Implementation.Holographic.HoloSysImplementationContract (introduced in v2.0)

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.

Constructors

Name Description
SysHolographicRuntimeRegistration(ValueSet)

Creates a system holographic runtime registration manager. This API is available only to components of the Windows operating system.

Properties

Name Description
ActiveRuntime

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.

IsActive

Gets whether the system's holographic runtime is active. This API is available only to components of the Windows operating system.

Methods

Name Description
MakeActiveAsync()

Make the system's holographic runtime the active runtime. This API is available only to components of the Windows operating system.

Applies to