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