Documentation for a minimal subset of the QSM API
ConsumableBlock Constructor (size)
Namespaces > QS.Fx.Base > ConsumableBlock > ConsumableBlockNew(UInt32)
Allocates a new segment of memory of a given size.
Syntax
C#Visual BasicManaged C++
public ConsumableBlock (
	uint size
)
Public Sub New ( _
	size As UInteger _
)
public:
ConsumableBlock (
	unsigned int size
)
Parameters
size (UInt32)
The requested size of the memory segment.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0