TestMessage Class
Represents a base class for messages that are passed between client, controller, and agents.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | TestMessage() | Initializes a new instance of the TestMessage class. |
![]() | TestMessage(SerializationInfo^, StreamingContext) | Initializes a new instance of the TestMessage class from serialized data by using the provided serialization information and streaming context. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Populates a SerializationInfo by using the data that is required to serialize the target object. |
![]() | GetType() | (Inherited from Object.) |
![]() | IsValid() | Returns a value that indicates whether this test message is valid. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

