Class DeploymentInitializeOptions
- 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
OnErrorShowUI
public bool OnErrorShowUI { get; set; }
Property Value
Methods
Equals(DeploymentInitializeOptions)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(DeploymentInitializeOptions other)
Parameters
other
DeploymentInitializeOptionsAn object to compare with this object.
Returns
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
FromAbi(nint)
public static DeploymentInitializeOptions FromAbi(nint thisPtr)
Parameters
thisPtr
nint
Returns
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
Returns
operator !=(DeploymentInitializeOptions, DeploymentInitializeOptions)
public static bool operator !=(DeploymentInitializeOptions x, DeploymentInitializeOptions y)