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
Public method HostRunConfigurationData Initializes a new instance of the HostRunConfigurationData class.

Top

Properties

  Name Description
Public property CurrentHostType Gets a description of the current test run host.
Public property Item Gets or sets the configuration settings for the specified host.

Top

Methods

  Name Description
Public method Clone Returns a duplicate of this object.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Load Loads the object from the provided XML element.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Save Saves this object under the provided XML element.
Public method 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.

See Also

Reference

Microsoft.VisualStudio.TestTools.Common Namespace

IXmlTestStore