Class SetMaxCallStackSizeToCaptureCommandSettings
SetMaxCallStackSizeToCapture
public sealed class SetMaxCallStackSizeToCaptureCommandSettings : ICommand
- Inheritance
-
SetMaxCallStackSizeToCaptureCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Size
Gets or sets the size
[JsonPropertyName("size")]
public long Size { get; set; }