Documentation for a minimal subset of the QSM API
Block Constructor (address, offset, size)
Namespaces > QS.Fx.Base > Block > BlockNew(IntPtr, UInt32, UInt32)
Creates a reference to a block of unmanaged memory or managed memory that has been previously pinned.
Syntax
C#Visual BasicManaged C++
public Block (
	IntPtr address,
	uint offset,
	uint size
)
Public Sub New ( _
	address As IntPtr, _
	offset As UInteger, _
	size As UInteger _
)
public:
Block (
	IntPtr address, 
	unsigned int offset, 
	unsigned int size
)
Parameters
address (IntPtr)
The physical unmanaged address of the segment of memory containing the data.
offset (UInt32)
The place in the memory segment where the data starts.
size (UInt32)
The size in bytes of the data represented by this structure.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0