Class NextWasmDisassemblyChunkCommandSettings
Disassemble the next chunk of lines for the module corresponding to the stream. If disassembly is complete, this API will invalidate the streamId and return an empty chunk. Any subsequent calls for the now invalid stream will return errors.
public sealed class NextWasmDisassemblyChunkCommandSettings : ICommand
- Inheritance
-
NextWasmDisassemblyChunkCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
StreamId
Gets or sets the streamId
[JsonPropertyName("streamId")]
public string StreamId { get; set; }