Class InspectRequestedEventArgs
InspectRequested
public sealed class InspectRequestedEventArgs : EventArgs- Inheritance
- 
      
      
      InspectRequestedEventArgs
- Inherited Members
Properties
ExecutionContextId
Gets or sets the executionContextId
[JsonPropertyName("executionContextId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ExecutionContextId { get; set; }Property Value
- long?
Hints
Gets or sets the hints
[JsonPropertyName("hints")]
public object Hints { get; set; }Property Value
Object
Gets or sets the object
[JsonPropertyName("object")]
public RemoteObject Object { get; set; }