In The Hand LtdIn The Hand
Add Method (pointer, offset)
NamespacesInTheHandIntPtrHelperAdd(IntPtr, Int32)
.NET Components for Mobility
Adds an offset to the value of a pointer.
Declaration Syntax
C#Visual Basic
public static IntPtr Add(
	IntPtr pointer,
	int offset
)
Public Shared Function Add ( _
	pointer As IntPtr, _
	offset As Integer _
) As IntPtr
Parameters
pointer (IntPtr)
The pointer to add the offset to.
offset (Int32)
The offset to add.
Return Value
A new pointer that reflects the addition of offset to pointer.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0