Table of Contents

Class DeploymentInitializeOptions

Namespace
Microsoft.Windows.ApplicationModel.WindowsAppRuntime
Assembly
Microsoft.WindowsAppSDK.Projection.dll
[WindowsRuntimeType("Microsoft.Windows.ApplicationModel.WindowsAppRuntime")]
[WindowsRuntimeHelperType(typeof(DeploymentInitializeOptions))]
[ProjectedRuntimeClass(typeof(IDeploymentInitializeOptions))]
[ContractVersion(typeof(DeploymentContract), 131072)]
public sealed class DeploymentInitializeOptions : IWinRTObject, IDynamicInterfaceCastable, IUnmanagedVirtualMethodTableProvider, IEquatable<DeploymentInitializeOptions>
Inheritance
DeploymentInitializeOptions
Implements
IWinRTObject
Inherited Members

Constructors

DeploymentInitializeOptions()

public DeploymentInitializeOptions()

Properties

ForceDeployment

public bool ForceDeployment { get; set; }

Property Value

bool

OnErrorShowUI

public bool OnErrorShowUI { get; set; }

Property Value

bool

Methods

Equals(DeploymentInitializeOptions)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(DeploymentInitializeOptions other)

Parameters

other DeploymentInitializeOptions

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

FromAbi(nint)

public static DeploymentInitializeOptions FromAbi(nint thisPtr)

Parameters

thisPtr nint

Returns

DeploymentInitializeOptions

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

Operators

operator ==(DeploymentInitializeOptions, DeploymentInitializeOptions)

public static bool operator ==(DeploymentInitializeOptions x, DeploymentInitializeOptions y)

Parameters

x DeploymentInitializeOptions
y DeploymentInitializeOptions

Returns

bool

operator !=(DeploymentInitializeOptions, DeploymentInitializeOptions)

public static bool operator !=(DeploymentInitializeOptions x, DeploymentInitializeOptions y)

Parameters

x DeploymentInitializeOptions
y DeploymentInitializeOptions

Returns

bool