PinnedBuffer Constructor (PinnedBuffer, Int32) |
Namespace:
Arsenal.ImageMounter.IO
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public PinnedBuffer(
PinnedBuffer existing,
int offset
)
Public Sub New (
existing As PinnedBuffer,
offset As Integer
)
public:
PinnedBuffer(
PinnedBuffer^ existing,
int offset
)
new :
existing : PinnedBuffer *
offset : int -> PinnedBuffer
Parameters
- existing
- Type: Arsenal.ImageMounter.IOPinnedBuffer
- offset
- Type: SystemInt32
See Also