DebuggerClient.NextWasmDisassemblyChunkAsync Method |
Version 107.1.120
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.
Namespace:
CefSharp.DevTools.Debugger
Assembly:
CefSharp (in CefSharp.dll) Version: 107.1.120.0 (107.1.120.0)
Syntaxpublic Task<NextWasmDisassemblyChunkResponse> NextWasmDisassemblyChunkAsync(
string streamId
)
public:
Task<NextWasmDisassemblyChunkResponse^>^ NextWasmDisassemblyChunkAsync(
String^ streamId
)
Parameters
- streamId
- Type: System.String
streamId
Return Value
Type:
Task<NextWasmDisassemblyChunkResponse>returns System.Threading.Tasks.Task<NextWasmDisassemblyChunkResponse>
See Also