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