NativeFileIOHGlobalBuffer Constructor (IntPtr, UInt64, Boolean) |
Namespace:
Arsenal.ImageMounter.IO
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public HGlobalBuffer(
IntPtr address,
ulong numBytes,
bool ownsHandle
)
Public Sub New (
address As IntPtr,
numBytes As ULong,
ownsHandle As Boolean
)
public:
HGlobalBuffer(
IntPtr address,
unsigned long long numBytes,
bool ownsHandle
)
new :
address : IntPtr *
numBytes : uint64 *
ownsHandle : bool -> HGlobalBuffer
Parameters
- address
- Type: SystemIntPtr
- numBytes
- Type: SystemUInt64
- ownsHandle
- Type: SystemBoolean
See Also