Gets the value of the specified memory.
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 address of the memory to get.
- length
- Type: System UInt32
The length of the memory to get.
Return Value
Type: ByteThe bytes of the value or null.
See Also