Debugger LoadMemoryValue Method Fling OS
Adds a memory request to the queue of memory requests.

Namespace: Kernel.Debug.Debugger
Assembly: Kernel.Debug.Debugger (in Kernel.Debug.Debugger.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void LoadMemoryValue(
	byte[] address,
	uint length,
	Debugger LoadMemoryCompletedDelegate onLoaded,
	Object state
)

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