Documentation for a minimal subset of the QSM API
Block Constructor (buffer, offset, size)
Namespaces > QS.Fx.Base > Block > BlockNew(Byte[](), UInt32, UInt32)
Creates a reference to a portion of a managed byte array.
Syntax
C#Visual BasicManaged C++
public Block (
	byte[] buffer,
	uint offset,
	uint size
)
Public Sub New ( _
	buffer As Byte(), _
	offset As UInteger, _
	size As UInteger _
)
public:
Block (
	array<unsigned char>^ buffer, 
	unsigned int offset, 
	unsigned int size
)
Parameters
buffer (Byte[]())
The address of the byte array.
offset (UInt32)
The place in the array where the data represented by this structure 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