Public Methods
|  Clone | Creates a new object that is a copy of the current instance.   DISPID (Dispatch ID):   For more information, see Clone in .NET Reference. | 
|  Equals | Determines whether the specified object is equal to the current object.   DISPID (Dispatch ID):   For more information, see Equals in .NET Reference. | 
|  GetHashCode | Returns a hash code for the current object.   DISPID (Dispatch ID):   For more information, see GetHashCode in .NET Reference. | 
|  GetObjectData |   DISPID (Dispatch ID):   For more information, see GetObjectData in .NET Reference. | 
|  GetType | Gets the Type of the current instance.   DISPID (Dispatch ID):   For more information, see GetType in .NET Reference. | 
|  MemberwiseClone | Creates a new object that is a memberwise copy of the current instance.   DISPID (Dispatch ID):   For more information, see MemberwiseClone in .NET Reference. | 
|  SetState | Sets an arbitrary object associated with the operation.   DISPID (Dispatch ID):   For more information, see SetState in .NET Reference. | 
|  ThrowIfFailed | Throws Exception if it is not a null reference.   DISPID (Dispatch ID):   For more information, see ThrowIfFailed in .NET Reference. | 
Public Properties
|  AttributeData | Attribute data: the value of an attribute, together with status code and timestamps.   DISPID (Dispatch ID):   For more information, see AttributeData in .NET Reference. | 
|  Diagnostics | Diagnostics information (such as warnings) assembled during the operation.   DISPID (Dispatch ID):   For more information, see Diagnostics in .NET Reference. | 
|  DiagnosticsCount | Count of diagnostic information elements assembled during the operation.   DISPID (Dispatch ID):   For more information, see DiagnosticsCount in .NET Reference. | 
|  DiagnosticsSummary | Textual summary of diagnostics information, one message per line.   DISPID (Dispatch ID):   For more information, see DiagnosticsSummary in .NET Reference. | 
|  DisplayString | The display string for the current object.   DISPID (Dispatch ID): 0   For more information, see ToString in .NET Reference. | 
|  ErrorId | Gets or sets the error ID of the error.   DISPID (Dispatch ID):   For more information, see ErrorId in .NET Reference. | 
|  ErrorMessage | Gets or sets a message that describes the current exception.   DISPID (Dispatch ID):   For more information, see ErrorMessage in .NET Reference. | 
|  ErrorMessageBrief | The first line of the error message.   DISPID (Dispatch ID):   For more information, see ErrorMessageBrief in .NET Reference. | 
|  Exception | Gets or sets the information about the reason of the failure of the operation.   DISPID (Dispatch ID):   For more information, see Exception in .NET Reference. | 
|  NormalizedDiagnostics | A normalized Diagnostics collection.   DISPID (Dispatch ID):   For more information, see NormalizedDiagnostics in .NET Reference. | 
|  NormalizedException | A normalized Exception object, or null if there was no error.   DISPID (Dispatch ID):   For more information, see NormalizedException in .NET Reference. | 
|  State | Gets or sets the arbitrary object associated with the operation.   DISPID (Dispatch ID):   For more information, see State in .NET Reference. | 
|  StatusInfo | Status information.   DISPID (Dispatch ID):   For more information, see StatusInfo in .NET Reference. | 
|  Succeeded | Gets indication whether the operation has succeeded.   DISPID (Dispatch ID):   For more information, see Succeeded in .NET Reference. | 
|  ToString | Returns a string that represents the current object.   DISPID (Dispatch ID):   For more information, see ToString in .NET Reference. | 
|  ToString_2 | Formats the value of the current instance using the specified format.   DISPID (Dispatch ID):   For more information, see ToString in .NET Reference. | 
|  ToString_3 | Converts the value of the current object to its equivalent string representation using the specified format. | 
See Also