IMixedRealityServiceRegistrar Interface
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.
Interface for Mixed Reality Toolkit service registration.
public interface class IMixedRealityServiceRegistrar
public interface IMixedRealityServiceRegistrar
type IMixedRealityServiceRegistrar = interface
Public Interface IMixedRealityServiceRegistrar
- Derived
Methods
GetService<T>(String, Boolean) |
Gets the instance of the registered service. |
GetServices<T>(String) |
Gets the collection of the registered service instances matching the requested type. |
IsServiceRegistered<T>(String) |
Checks to see if a service of the specified type has been registered. |
RegisterService<T>(T) |
Registers a service of the specified type. |
RegisterService<T>(Type, SupportedPlatforms, Object[]) |
Registers a service of the specified type. |
UnregisterService<T>(String) |
Unregisters a service of the specified type. |
UnregisterService<T>(T) |
Unregisters a service. |