SysHolographicRuntimeRegistration Class
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.
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
- Attributes
Windows requirements
Device family |
Windows Holographic System Implementation Extension SDK (introduced in 10.0.18362.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
SysHolographicRuntimeRegistration(ValueSet) |
Creates a system holographic runtime registration manager. This API is available only to components of the Windows operating system. |
Properties
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
MakeActiveAsync() |
Make the system's holographic runtime the active runtime. This API is available only to components of the Windows operating system. |