DataCollector Class
Provides a base class for custom diagnostic data adapters.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
| Name | Description | |
|---|---|---|
![]() | DataCollector() | Initializes a new instance of the DataCollector class. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources that are used by the DataCollector. |
![]() | Dispose(Boolean) | Releases the unmanaged resources that are used by the DataCollector and optionally releases the managed resources. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Initialize(XmlElement^, DataCollectionEvents^, DataCollectionSink^, DataCollectionLogger^, DataCollectionEnvironmentContext^) | Called by the testing framework to initialize the internal objects and data for a custom diagnostic data adapter. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
You can create custom diagnostic data adapters to add functionality to the testing framework user interface (UI). Custom diagnostic data adapters must derive from this DataCollector class. For more information, see Creating a Diagnostic Data Adapter to Collect Custom Data or Affect a Test Machine.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

