Utils AddressToBytes Method Fling OS
Converts the specified address description to its bytes representation.

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

public static byte[] AddressToBytes(
	Tuple<ulong, byte> address
)

Parameters

address
Type: System Tuple UInt64, Byte 
The address decription to convert.

Return Value

Type:  Byte 
The address bytes.
See Also