Class AttachedToTargetEventArgs
Issued when attached to target because of auto-attach or attachToTarget command.
public sealed record AttachedToTargetEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<AttachedToTargetEventArgs>
- Inheritance
-
EventArgsAttachedToTargetEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
AttachedToTargetEventArgs(SessionID, TargetInfo, bool)
Issued when attached to target because of auto-attach or attachToTarget command.
public AttachedToTargetEventArgs(SessionID SessionId, TargetInfo TargetInfo, bool WaitingForDebugger)
Parameters
SessionIdSessionIDIdentifier assigned to the session used to send/receive messages.
TargetInfoTargetInfoWaitingForDebuggerbool
Properties
SessionId
Identifier assigned to the session used to send/receive messages.
public SessionID SessionId { get; init; }
Property Value
TargetInfo
public TargetInfo TargetInfo { get; init; }
Property Value
WaitingForDebugger
public bool WaitingForDebugger { get; init; }