AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
HoloToolkit.WindowsApiChecker Class Reference

Helper class for determining if a Windows API contract is available. More...

Properties

static bool UniversalApiContractV5_IsAvailable [get]
 Is the Universal API Contract v5.0 Available? More...
 
static bool UniversalApiContractV4_IsAvailable [get]
 Is the Universal API Contract v4.0 Available? More...
 
static bool UniversalApiContractV3_IsAvailable [get]
 Is the Universal API Contract v3.0 Available? More...
 

Detailed Description

Helper class for determining if a Windows API contract is available.

See https://docs.microsoft.com/en-us/uwp/extension-sdks/windows-universal-sdk for a full list of contracts.

Definition at line 11 of file WindowsApiChecker.cs.

Property Documentation

§ UniversalApiContractV3_IsAvailable

bool HoloToolkit.WindowsApiChecker.UniversalApiContractV3_IsAvailable
staticget

Is the Universal API Contract v3.0 Available?

Definition at line 39 of file WindowsApiChecker.cs.

§ UniversalApiContractV4_IsAvailable

bool HoloToolkit.WindowsApiChecker.UniversalApiContractV4_IsAvailable
staticget

Is the Universal API Contract v4.0 Available?

Definition at line 34 of file WindowsApiChecker.cs.

§ UniversalApiContractV5_IsAvailable

bool HoloToolkit.WindowsApiChecker.UniversalApiContractV5_IsAvailable
staticget

Is the Universal API Contract v5.0 Available?

Definition at line 29 of file WindowsApiChecker.cs.


The documentation for this class was generated from the following file: