Represents the results of a debug operation.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.Common.DebugOperationResult
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class DebugOperationResult
[SerializableAttribute]
public sealed class DebugOperationResult
[SerializableAttribute]
public ref class DebugOperationResult sealed
[<Sealed>]
[<SerializableAttribute>]
type DebugOperationResult =  class end
public final class DebugOperationResult
The DebugOperationResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ErrorMessage | Gets an error message that was generated by a debug operation. | 
| .gif) | Succeeded | Gets a value that indicates whether the debug operation succeeded. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.