DebuggerClientNextWasmDisassemblyChunkAsync Method |
Version 118.6.80
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.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public Task<NextWasmDisassemblyChunkResponse> NextWasmDisassemblyChunkAsync(
string streamId
)
public:
Task<NextWasmDisassemblyChunkResponse^>^ NextWasmDisassemblyChunkAsync(
String^ streamId
)
Parameters
- streamId
- Type: SystemString
streamId
Return Value
Type:
TaskNextWasmDisassemblyChunkResponsereturns System.Threading.Tasks.Task<NextWasmDisassemblyChunkResponse>
See Also