Click or drag to resize

UnmanagedBuffer Constructor (Int32)

Initializes a new instance of the UnmanagedBuffer class.

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public UnmanagedBuffer(
	int size
)

Parameters

size
Type: SystemInt32
The size, in bytes, of the buffer.
See Also