We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    Class WindowsApiChecker

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

    Inheritance
    Object
    WindowsApiChecker
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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()
    Back to top Generated by DocFX