Class TargetAttachedEventArgs
Event arguments present when the TargetAttached event is raised.
public class TargetAttachedEventArgs : EventArgs
- Inheritance
-
TargetAttachedEventArgs
- Inherited Members
Properties
SessionId
Gets the ID of the session of the target attached.
public string SessionId { get; }
Property Value
TargetInfo
Gets the target which is attached.
public TargetInfo TargetInfo { get; }
Property Value
WaitingForDebugger
Gets if the target is waiting on the debugger. Target continues after invoking Runtime.runIfWaitingForDebugger.
public bool WaitingForDebugger { get; }