Impact Acquire SDK .NET
|
Additional methods to extend the System.IntPtr structure's functionality. More...
Static Public Member Functions | |
static IntPtr | add (this IntPtr pointer, long offset) |
Adds an offset to the address wrapped by a System.IntPtr instance. | |
static IntPtr | align (this IntPtr pointer, int alignmentInBits) |
Will align a user space address to a certain bit boundary. | |
static long | subtract (this IntPtr firstPointer, IntPtr secondPointer) |
Subtracts 2 System.IntPtr instances from one another. | |
Additional methods to extend the System.IntPtr structure's functionality.
Adds an offset to the address wrapped by a System.IntPtr instance.
[in] | pointer | The System.IntPtr instance |
[in] | offset | An offset in bytes |
Will align a user space address to a certain bit boundary.
[in] | pointer | The System.IntPtr instance |
[in] | alignmentInBits | The alignment in bits |
Subtracts 2 System.IntPtr instances from one another.
[in] | firstPointer | The System.IntPtr instance |
[in] | secondPointer | The second System.IntPtr instance |