Table of Contents

Class DeploymentResult

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

Constructors

DeploymentResult(DeploymentStatus, Exception)

public DeploymentResult(DeploymentStatus status, Exception extendedError)

Parameters

status DeploymentStatus
extendedError Exception

Properties

ExtendedError

public Exception ExtendedError { get; }

Property Value

Exception

Status

public DeploymentStatus Status { get; }

Property Value

DeploymentStatus

Methods

Equals(DeploymentResult)

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

public bool Equals(DeploymentResult other)

Parameters

other DeploymentResult

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 DeploymentResult FromAbi(nint thisPtr)

Parameters

thisPtr nint

Returns

DeploymentResult

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

Operators

operator ==(DeploymentResult, DeploymentResult)

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

Parameters

x DeploymentResult
y DeploymentResult

Returns

bool

operator !=(DeploymentResult, DeploymentResult)

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

Parameters

x DeploymentResult
y DeploymentResult

Returns

bool