Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DebugTargetInfo Class

 

Provides information about a debug target.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

System::Object
  Microsoft.VisualStudio.TestTools.Common::DebugTargetInfo

[SerializableAttribute]
public ref class DebugTargetInfo sealed 

NameDescription
System_CAPS_pubmethodDebugTargetInfo()

Initializes an instance of the DebugTargetInfo class.

NameDescription
System_CAPS_pubpropertyDebugEngine

Gets or sets the type of debug engine that the target represents.

System_CAPS_pubpropertyDebugEngineGuid

Gets or sets a Guid that uniquely identifies the debug target.

System_CAPS_pubpropertyPortName

Gets or sets the port name for the debug target.

System_CAPS_pubpropertyPortSupplier

Gets or sets the Guid that uniquely identifies the port supplier.

System_CAPS_pubpropertyProcessId

Gets or sets the identifier for the debug process to which the operation should attach.

System_CAPS_pubpropertyQualifier

Gets or sets the qualifier to use when attaching the process to a remote debugger.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: