WindowsApiChecker Class
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.
Helper class for determining if a Windows API contract is available.
public ref class WindowsApiChecker abstract sealed
public static class WindowsApiChecker
type WindowsApiChecker = class
Public Class WindowsApiChecker
- Inheritance
-
WindowsApiChecker
Remarks
See https://docs.microsoft.com/uwp/extension-sdks/windows-universal-sdk for a full list of contracts.
Properties
| UniversalApiContractV3_IsAvailable |
Obsolete.
Is the Universal API Contract v3.0 Available? |
| UniversalApiContractV4_IsAvailable |
Obsolete.
Is the Universal API Contract v4.0 Available? |
| UniversalApiContractV5_IsAvailable |
Obsolete.
Is the Universal API Contract v5.0 Available? |
| UniversalApiContractV6_IsAvailable |
Obsolete.
Is the Universal API Contract v6.0 Available? |
| UniversalApiContractV7_IsAvailable |
Obsolete.
Is the Universal API Contract v7.0 Available? |
| UniversalApiContractV8_IsAvailable |
Obsolete.
Is the Universal API Contract v8.0 Available? |
Methods
| CheckApiContracts() | |
| IsMethodAvailable(String, String, String) |
Checks to see if the requested method is present on the current platform. |
| IsPropertyAvailable(String, String, String) |
Checks to see if the requested property is present on the current platform. |
| IsTypeAvailable(String, String) |
Checks to see if the requested type is present on the current platform. |