Represents a callback method for when requested memory data has been loaded.
Namespace: Kernel.Debug.DebuggerAssembly: Kernel.Debug.Debugger (in Kernel.Debug.Debugger.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- data
- Type: System Byte
The loaded data.
- state
- Type: System Tuple Byte , UInt32, Debugger LoadMemoryCompletedDelegate, Object
The state is actually the request (tuple) object.
See Also