Encapsulates the context of the agent environment.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.Execution.AgentContext
Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class AgentContext
[SerializableAttribute]
public class AgentContext
[SerializableAttribute]
public ref class AgentContext
[<SerializableAttribute>]
type AgentContext =  class end
public class AgentContext
The AgentContext type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | AgentContext | Initializes a new instance of the AgentContext class by using the provided parameters. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | ConnectionString | Gets the machine name of the agent and the port on which it listens for incoming connections. | 
| .gif) | DisplayName | Gets or sets the display name of the agent, which is unique throughout an environment. | 
| .gif) | IsRemote | Gets a value that indicates whether this agent context is executed remotely. | 
| .gif) | Name | Gets or sets the fully qualified name of the agent as registered with the test controller. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) .gif) | CreateForLocalAgent | Returns a new AgentContext for a locally hosted agent. | 
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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) | MemberwiseClone | Creates a shallow copy of the current Object. (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.