Click or drag to resize

PinnedBuffer Constructor (Object, Int32)

Initializes a new instance with an existing object and pins memory position.

Namespace:  Arsenal.ImageMounter.IO
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
public PinnedBuffer(
	Object instance,
	int size
)

Parameters

instance
Type: SystemObject
Existing object to pin in memory.
size
Type: SystemInt32
Number of bytes in unmanaged memory
See Also