NIM C# SDK
6.3.0
|
转换 CLR Delegate 和 Native function pointer More...
Static Public Member Functions | |
static IntPtr | ConvertToIntPtr (Delegate d) |
static IntPtr | ConvertToIntPtr (object obj) |
static T | ConvertFromIntPtr< T > (IntPtr ptr) |
static object | ConvertFromIntPtr (IntPtr ptr) |
static void | Invoke< TDelegate > (this IntPtr ptr, params object[] args) |
static void | InvokeOnce< TDelegate > (this IntPtr ptr, params object[] args) |
static void | FreeMem (this IntPtr ptr) |
static void | ClearHandles () |
转换 CLR Delegate 和 Native function pointer
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |