Class WindowsApiChecker
Helper class for determining if a Windows API contract is available.
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Windows.Utilities
Assembly: cs.temp.dll.dll
Syntax
public static class WindowsApiChecker
Remarks
See https://docs.microsoft.com/en-us/uwp/extension-sdks/windows-universal-sdk for a full list of contracts.
Properties
UniversalApiContractV3_IsAvailable
Is the Universal API Contract v3.0 Available?
Declaration
public static bool UniversalApiContractV3_IsAvailable { get; }
Property Value
Type | Description |
---|---|
Boolean |
UniversalApiContractV4_IsAvailable
Is the Universal API Contract v4.0 Available?
Declaration
public static bool UniversalApiContractV4_IsAvailable { get; }
Property Value
Type | Description |
---|---|
Boolean |
UniversalApiContractV5_IsAvailable
Is the Universal API Contract v5.0 Available?
Declaration
public static bool UniversalApiContractV5_IsAvailable { get; }
Property Value
Type | Description |
---|---|
Boolean |
UniversalApiContractV6_IsAvailable
Is the Universal API Contract v6.0 Available?
Declaration
public static bool UniversalApiContractV6_IsAvailable { get; }
Property Value
Type | Description |
---|---|
Boolean |
UniversalApiContractV7_IsAvailable
Is the Universal API Contract v7.0 Available?
Declaration
public static bool UniversalApiContractV7_IsAvailable { get; }
Property Value
Type | Description |
---|---|
Boolean |
UniversalApiContractV8_IsAvailable
Is the Universal API Contract v8.0 Available?
Declaration
public static bool UniversalApiContractV8_IsAvailable { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
CheckApiContracts()
Declaration
public static void CheckApiContracts()