BaseMixedRealityToolkitConfigurationProfileInspector.IsProfileRequired Method

Definition

Inspect the attributes of the provided system type to determine if a configuration profile is required.

protected:
 bool IsProfileRequired(Microsoft::MixedReality::Toolkit::Utilities::SystemType ^ serviceType);
protected bool IsProfileRequired (Microsoft.MixedReality.Toolkit.Utilities.SystemType serviceType);
member this.IsProfileRequired : Microsoft.MixedReality.Toolkit.Utilities.SystemType -> bool
Protected Function IsProfileRequired (serviceType As SystemType) As Boolean

Parameters

serviceType
SystemType

The system type representing the service.

Returns

True if the service is decorated with an attribute indicating a profile is required, false otherwise.

Applies to