Documentation for a minimal subset of the QSM API
ConsumableBlock Constructor (buffer)
Namespaces > QS.Fx.Base > ConsumableBlock > ConsumableBlockNew(Byte[]())
Creates a reference to an existing segment of managed memory.
Syntax
C#Visual BasicManaged C++
public ConsumableBlock (
	byte[] buffer
)
Public Sub New ( _
	buffer As Byte() _
)
public:
ConsumableBlock (
	array<unsigned char>^ buffer
)
Parameters
buffer (Byte[]())
The segment of managed memory that data will be appended to.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0