Documentation for a minimal subset of the QSM API
ConsumableBlock Constructor (buffer, extraoffset, fixedcount)
Namespaces > QS.Fx.Base > ConsumableBlock > ConsumableBlockNew(Block, UInt32, UInt32)
Creates a reference to an existing segment of managed or unmanaged memory.
Syntax
C#Visual BasicManaged C++
public ConsumableBlock (
	Block buffer,
	uint extraoffset,
	uint fixedcount
)
Public Sub New ( _
	buffer As Block, _
	extraoffset As UInteger, _
	fixedcount As UInteger _
)
public:
ConsumableBlock (
	Block buffer, 
	unsigned int extraoffset, 
	unsigned int fixedcount
)
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.
fixedcount (UInt32)
The maximum number of bytes that can be appended.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0