Adds a memory request to the queue of memory requests.
Namespace: Kernel.Debug.DebuggerAssembly: Kernel.Debug.Debugger (in Kernel.Debug.Debugger.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- address
- Type: System Byte
The bytes representing the address of the memory to load.
- length
- Type: System UInt32
The length of the data to load.
- onLoaded
- Type: Kernel.Debug.Debugger Debugger LoadMemoryCompletedDelegate
The callback to call when the data has been loaded.
- state
- Type: System Object
The request state object.
See Also