DebugTargetInfo Class
Provides information about a debug target.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | DebugTargetInfo() | Initializes an instance of the DebugTargetInfo class. |
| Name | Description | |
|---|---|---|
![]() | DebugEngine | Gets or sets the type of debug engine that the target represents. |
![]() | DebugEngineGuid | Gets or sets a Guid that uniquely identifies the debug target. |
![]() | PortName | Gets or sets the port name for the debug target. |
![]() | PortSupplier | Gets or sets the Guid that uniquely identifies the port supplier. |
![]() | ProcessId | Gets or sets the identifier for the debug process to which the operation should attach. |
![]() | Qualifier | Gets or sets the qualifier to use when attaching the process to a remote debugger. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

