DebugTargetInfo Class

Definition

Provides information about a debug target.

public ref class DebugTargetInfo sealed
[System.Serializable]
public sealed class DebugTargetInfo
[<System.Serializable>]
type DebugTargetInfo = class
Public NotInheritable Class DebugTargetInfo
Inheritance
DebugTargetInfo
Attributes

Constructors

DebugTargetInfo()

Initializes an instance of the DebugTargetInfo class.

Properties

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.

Applies to