Class AttachedToTargetEventArgs
AttachedToTarget
public sealed class AttachedToTargetEventArgs : EventArgs
- Inheritance
-
AttachedToTargetEventArgs
- Inherited Members
Properties
SessionId
Gets or sets the sessionId
[JsonPropertyName("sessionId")]
public string SessionId { get; set; }
Property Value
TargetInfo
Gets or sets the targetInfo
[JsonPropertyName("targetInfo")]
public TargetInfo TargetInfo { get; set; }
Property Value
WaitingForDebugger
Gets or sets the waitingForDebugger
[JsonPropertyName("waitingForDebugger")]
public bool WaitingForDebugger { get; set; }