HostRunConfigurationData Class
This API supports the .NET Framework 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.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.Common.HostRunConfigurationData
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class HostRunConfigurationData _
Implements ICloneable, IXmlTestStore
[SerializableAttribute]
public class HostRunConfigurationData : ICloneable,
IXmlTestStore
[SerializableAttribute]
public ref class HostRunConfigurationData : ICloneable,
IXmlTestStore
[<SerializableAttribute>]
type HostRunConfigurationData =
class
interface ICloneable
interface IXmlTestStore
end
public class HostRunConfigurationData implements ICloneable, IXmlTestStore
The HostRunConfigurationData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HostRunConfigurationData | Initializes a new instance of the HostRunConfigurationData class. |
Top
Properties
Name | Description | |
---|---|---|
CurrentHostType | Gets a description of the current test run host. | |
Item | Gets or sets the configuration settings for the specified host. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Returns a duplicate of this object. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Load | Loads the object from the provided XML element. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Save | Saves this object under the provided XML element. | |
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.