![]() |
AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
|
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... | |
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.
|
staticget |
Is the Universal API Contract v3.0 Available?
Definition at line 39 of file WindowsApiChecker.cs.
|
staticget |
Is the Universal API Contract v4.0 Available?
Definition at line 34 of file WindowsApiChecker.cs.
|
staticget |
Is the Universal API Contract v5.0 Available?
Definition at line 29 of file WindowsApiChecker.cs.