KnownExecutionAppKeys Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents the keys that are used to access properties in the test environment.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public NotInheritable Class KnownExecutionAppKeys
public static class KnownExecutionAppKeys
public ref class KnownExecutionAppKeys abstract sealed
[<AbstractClass>]
[<Sealed>]
type KnownExecutionAppKeys = class end
public final class KnownExecutionAppKeys
The KnownExecutionAppKeys type exposes the following members.
Properties
Name | Description | |
---|---|---|
ExecutionEnvironment | Gets an array of keys to access properties in the execution environment. |
Top
Fields
Name | Description | |
---|---|---|
AdapterStopTestRunTimeout | Returns "AdapterStopTestRunTimeout". This field is read-only. | |
AgentDeploymentTimeout | Returns "AgentDeploymentTimeout". This field is read-only. | |
AgentExecutionTimeout | Returns "AgentExecutionTimeout". This field is read-only. | |
AgentId | Returns "AgentId". This field is read-only. | |
AgentLoadDistributor | Returns "AgentLoadDistributor". This field is read-only. | |
AgentName | Returns "AgentName". This field is read-only. | |
AgentProcessPort | Returns "AgentProcessPort". This field is read-only. | |
AgentServicePort | Returns "AgentServicePort". This field is read-only. | |
AgentSyncTimeout | Returns "AgentSyncTimeout". This field is read-only. | |
AgentWeighting | Returns "AgentWeighting". This field is read-only. | |
BatFileTimeout | Returns "BatFileTimeout". This field is read-only. | |
BuildDirectory | ||
ControllerComputerName | Returns "ControllerComputerName". This field is read-only. | |
ControllerJobSpooling | Returns "ControllerJobSpooling". This field is read-only. | |
ControllerName | Returns "ControllerName". This field is read-only. | |
ControllerServicePort | Returns "ControllerServicePort". This field is read-only. | |
ControllerSynchronizeWithTfsInterval | Returns "ControllerSynchronizeWithTfsInterval". This field is read-only. | |
CreateTraceListener | Returns "CreateTraceListener". This field is read-only. | |
DataCollectionEnvironmentContext | Returns "DataCollectionEnvironmentContext". This field is read-only. | |
DeploymentDirectory | Returns "DeploymentDirectory". This field is read-only. | |
EnableTestExecutionEventLogTracing | Returns "EnableTestExecutionEventLogTracing". This field is read-only. | |
HandlePluginMessagesFromCollectionController | ||
IdleTimeToDisconnect | Returns "IdleTimeToDisconnect". This field is read-only. | |
LogSizeLimitInMegs | Returns "LogSizeLimitInMegs". This field is read-only. | |
NameInWorkingDirectory | ||
NumAttemptsToUseLabServiceAccountToAccessBuildDirectory | ||
ResultsDirectory | Returns "ResultsDirectory". This field is read-only. | |
RunDeploymentLifetime | Returns "RunDeploymentLifetime". This field is read-only. | |
StopTestRunTimeout | Returns "StopTestRunTimeout". This field is read-only. | |
SyncTestTimeout | Returns "SyncTestTimeout". This field is read-only. | |
TestControllerFQDN | ||
TestDeploymentDir | Returns "TestDeploymentDir". This field is read-only. | |
TestDir | Returns "TestDir". This field is read-only. | |
TestEndCollectorEventTimeout | Returns "TestEndCollectorEventTimeout". This field is read-only. | |
TestLocation | Returns "TestLocation". This field is read-only. | |
TestLogsDir | Returns "TestLogsDir". This field is read-only. | |
TestOutputDirectory | Returns "TestOutputDirectory". This field is read-only. | |
TestProjectRetargetTo35Allowed | ||
TestResultsDirectory | Returns "TestResultsDirectory". This field is read-only. | |
TestRunDirectory | Returns "TestRunDirectory". This field is read-only. | |
TestRunResultsDirectory | Returns "TestRunResultsDirectory". This field is read-only. | |
TotalAgents | Returns "TotalAgents". This field is read-only. | |
TraceLogsDirectory | ||
UseLabServiceAccountToAccessBuildDirectory | ||
WorkingDirectory | Returns "WorkingDirectory". This field is read-only. |
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.