Class SetAutoAttachCommandSettings
SetAutoAttach
public sealed class SetAutoAttachCommandSettings : ICommand
- Inheritance
-
SetAutoAttachCommandSettings
- Implements
- Inherited Members
Properties
AutoAttach
Gets or sets the autoAttach
[JsonPropertyName("autoAttach")]
public bool AutoAttach { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Filter
Gets or sets the filter
[JsonPropertyName("filter")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public object[] Filter { get; set; }
Property Value
- object[]
Flatten
Gets or sets the flatten
[JsonPropertyName("flatten")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Flatten { get; set; }
Property Value
- bool?
WaitForDebuggerOnStart
Gets or sets the waitForDebuggerOnStart
[JsonPropertyName("waitForDebuggerOnStart")]
public bool WaitForDebuggerOnStart { get; set; }