コード例 #1
0
 public static extern void tc_request(uint context, InteropStringDisposable function, InteropStringDisposable parameters, uint requestId,
                                      CallbackDelegate callbackPointer);
コード例 #2
0
 public static InteropStringDisposable ToInteropStringDisposable(this string str)
 {
     return(InteropStringDisposable.CreateAndAlloc(str));
 }
コード例 #3
0
 public static extern IntPtr tc_create_context(InteropStringDisposable config);