Ejemplo n.º 1
0
 static Blob()
 {
     destroy_funcInternal = new hb_destroy_func_t(DestroyInternal);
     destroy_func         = Marshal.GetFunctionPointerForDelegate(destroy_funcInternal);
 }
Ejemplo n.º 2
0
 static DestroyFunction()
 {
     managedReference = new hb_destroy_func_t(DestroyInternal);
     NativePointer    = Marshal.GetFunctionPointerForDelegate(managedReference);
 }