Documentation for a minimal subset of the QSM API
ConsumableBlock Constructor (buffer, extraoffset)
Namespaces > QS.Fx.Base > ConsumableBlock > ConsumableBlockNew(Block, UInt32)
Creates a reference to an existing segment of managed or unmanaged memory.
Syntax
C#Visual BasicManaged C++
public ConsumableBlock (
	Block buffer,
	uint extraoffset
)
Public Sub New ( _
	buffer As Block, _
	extraoffset As UInteger _
)
public:
ConsumableBlock (
	Block buffer, 
	unsigned int extraoffset
)
Parameters
buffer (Block)
A reference to a managed or unmanaged memory buffer where data can be appended.
extraoffset (UInt32)
The position with respect to the beginning of the buffer where data can be appended.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0