Click or drag to resize

DebuggerClientNextWasmDisassemblyChunkAsync Method

Version 105.3.390
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: 105.3.390.0 (105.3.390.0)
Syntax
public Task<NextWasmDisassemblyChunkResponse> NextWasmDisassemblyChunkAsync(
	string streamId
)

Parameters

streamId
Type: SystemString
streamId

Return Value

Type: TaskNextWasmDisassemblyChunkResponse
returns System.Threading.Tasks.Task<NextWasmDisassemblyChunkResponse>
See Also