Debugger GetMemory Method Fling OS
Gets the value of the specified memory.

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

public byte[] GetMemory(
	byte[] address,
	uint length
)

Parameters

address
Type:  System Byte 
The address of the memory to get.
length
Type: System UInt32
The length of the memory to get.

Return Value

Type:  Byte 
The bytes of the value or null.
See Also