Class DeploymentResult
- 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
DeploymentStatusextendedError
Exception
Properties
ExtendedError
public Exception ExtendedError { get; }
Property Value
Status
public DeploymentStatus Status { get; }
Property Value
Methods
Equals(DeploymentResult)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(DeploymentResult other)
Parameters
other
DeploymentResultAn 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 DeploymentResult 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 ==(DeploymentResult, DeploymentResult)
public static bool operator ==(DeploymentResult x, DeploymentResult y)
Parameters
Returns
operator !=(DeploymentResult, DeploymentResult)
public static bool operator !=(DeploymentResult x, DeploymentResult y)