Documentation for a minimal subset of the QSM API
ConsumableBlock Constructor (buffer, offset, count)
Namespaces > QS.Fx.Base > ConsumableBlock > ConsumableBlockNew(Byte[](), UInt32, UInt32)
Creates a reference to an existing segment of managed memory, with the specified starting position and size.
Syntax
C#Visual BasicManaged C++
public ConsumableBlock (
	byte[] buffer,
	uint offset,
	uint count
)
Public Sub New ( _
	buffer As Byte(), _
	offset As UInteger, _
	count As UInteger _
)
public:
ConsumableBlock (
	array<unsigned char>^ buffer, 
	unsigned int offset, 
	unsigned int count
)
Parameters
buffer (Byte[]())
The segment of managed memory that data will be appended to.
offset (UInt32)
The position at which data can be appended.
count (UInt32)
The number of bytes that can be stored at the given position.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0