Click or drag to resize

HelperGetBytes Method (IntPtr, UIntPtr)

Safely get bytes from an unmanaged buffer using a UIntPtr size.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
[CLSCompliantAttribute(false)]
public static byte[] GetBytes(
	IntPtr pointer,
	UIntPtr size
)

Parameters

pointer
Type: SystemIntPtr

[Missing <param name="pointer"/> documentation for "M:Quasardb.Helper.GetBytes(System.IntPtr,System.UIntPtr)"]

size
Type: SystemUIntPtr

[Missing <param name="size"/> documentation for "M:Quasardb.Helper.GetBytes(System.IntPtr,System.UIntPtr)"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:Quasardb.Helper.GetBytes(System.IntPtr,System.UIntPtr)"]

See Also