Converts the specified address bytes to an numeric address
Namespace: Kernel.Debug.DebuggerAssembly: Kernel.Debug.Debugger (in Kernel.Debug.Debugger.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- addressBytes
- Type: System Byte
The bytes to convert.
Return Value
Type: Tuple UInt64, ByteThe numeric address and the size of the address in bytes.
See Also