Class ConsoleAPICalledEventArgs
ConsoleAPICalled
public sealed class ConsoleAPICalledEventArgs : EventArgs
- Inheritance
-
ConsoleAPICalledEventArgs
- Inherited Members
Properties
Args
Gets or sets the args
[JsonPropertyName("args")]
public RemoteObject[] Args { get; set; }
Property Value
Context
Gets or sets the context
[JsonPropertyName("context")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Context { get; set; }
Property Value
ExecutionContextId
Gets or sets the executionContextId
[JsonPropertyName("executionContextId")]
public long ExecutionContextId { get; set; }
Property Value
StackTrace
Gets or sets the stackTrace
[JsonPropertyName("stackTrace")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTrace StackTrace { get; set; }
Property Value
Timestamp
Gets or sets the timestamp
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }
Property Value
Type
Gets or sets the type
[JsonPropertyName("type")]
public string Type { get; set; }