Class RequestMemoryDumpCommandSettings
RequestMemoryDump
public sealed class RequestMemoryDumpCommandSettings : ICommand- Inheritance
- 
      
      RequestMemoryDumpCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Deterministic
Gets or sets the deterministic
[JsonPropertyName("deterministic")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Deterministic { get; set; }Property Value
- bool?
LevelOfDetail
Gets or sets the levelOfDetail
[JsonPropertyName("levelOfDetail")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public MemoryDumpLevelOfDetail? LevelOfDetail { get; set; }