Class InspectRequestedEventArgs
Issued when object should be inspected (for example, as a result of inspect() command line API call).
public sealed class InspectRequestedEventArgs : EventArgs
- Inheritance
-
InspectRequestedEventArgs
- Inherited Members
Properties
ExecutionContextId
Identifier of the context where the call was made.
[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; }