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 UwpBuildDeployPreferences

    Inheritance
    Object
    UwpBuildDeployPreferences
    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.Build.Editor
    Assembly: cs.temp.dll.dll
    Syntax
    public static class UwpBuildDeployPreferences

    Fields

    MIN_SDK_VERSION

    Declaration
    public static Version MIN_SDK_VERSION
    Field Value
    Type Description
    Version

    Properties

    BuildConfig

    The current Build Configuration. (Debug, Release, or Master)

    Declaration
    public static string BuildConfig { get; set; }
    Property Value
    Type Description
    String

    DevicePortalConnections

    The current device portal connections.

    Declaration
    public static string DevicePortalConnections { get; set; }
    Property Value
    Type Description
    String

    ForceRebuild

    Current setting to force rebuilding the appx.

    Declaration
    public static bool ForceRebuild { get; set; }
    Property Value
    Type Description
    Boolean

    FullReinstall

    Current setting to fully uninstall and reinstall the appx.

    Declaration
    public static bool FullReinstall { get; set; }
    Property Value
    Type Description
    Boolean

    GazeInputCapabilityEnabled

    If true, the 'Gaze Input' capability will be added to the AppX manifest after the Unity build.

    Declaration
    public static bool GazeInputCapabilityEnabled { get; set; }
    Property Value
    Type Description
    Boolean

    TargetAllConnections

    Current setting to target all the devices registered to the build window.

    Declaration
    public static bool TargetAllConnections { get; set; }
    Property Value
    Type Description
    Boolean

    UseSSL

    Current setting to use Single Socket Layer connections to the device portal.

    Declaration
    public static bool UseSSL { get; set; }
    Property Value
    Type Description
    Boolean
    Back to top Generated by DocFX