NIM C# SDK
6.3.0
|
IntPtr 的一些辅助操作,解决.NET framework 4.0以下不支持IntPtr add等操作 More...
Static Public Member Functions | |
static IntPtr | Decrement (this IntPtr pointer, Int32 value) |
static IntPtr | Decrement (this IntPtr pointer, Int64 value) |
static IntPtr | Decrement (this IntPtr pointer, IntPtr value) |
static IntPtr | Increment (this IntPtr pointer, Int32 value) |
static IntPtr | Increment (this IntPtr pointer, Int64 value) |
static IntPtr | Increment (this IntPtr pointer, IntPtr value) |
static IntPtr | CreateFromeIntPtr (this IntPtr pointer) |
IntPtr 的一些辅助操作,解决.NET framework 4.0以下不支持IntPtr add等操作
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |