HostRunConfigurationData Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Encapsulates test run configuration data about both the current active host and storage for configuration settings for all hosts.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | HostRunConfigurationData() | Initializes a new instance of the HostRunConfigurationData class. |
| Name | Description | |
|---|---|---|
![]() | CurrentHostType | Gets a description of the current test run host. |
![]() | Item[String^] | Gets or sets the configuration settings for the specified host. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Returns a duplicate of this object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Load(XmlElement^, XmlTestStoreParameters^) | Loads the object from the provided XML element. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Save(XmlElement^, XmlTestStoreParameters^) | Saves this object under the provided XML element. |
![]() | 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.


