Class RequestMemoryDumpCommandSettings
Request a global memory dump.
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
Enables more deterministic results by forcing garbage collection
[JsonPropertyName("deterministic")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Deterministic { get; set; }
Property Value
- bool?
LevelOfDetail
Specifies level of details in memory dump. Defaults to "detailed".
[JsonPropertyName("levelOfDetail")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public MemoryDumpLevelOfDetail? LevelOfDetail { get; set; }