Ejemplo n.º 1
0
 protected override void RemoteProcedure()
 {
     CfxApi.SwitchGcHandle(ref gc_handle, CfxApi.gc_handle_switch_mode.GC_HANDLE_FREE);
 }
Ejemplo n.º 2
0
 protected override void RemoteProcedure()
 {
     Debug.Assert((mode & (int)CfxApi.gc_handle_switch_mode.GC_HANDLE_REMOTE) == 0);
     CfxApi.SwitchGcHandle(ref gc_handle, (CfxApi.gc_handle_switch_mode)mode);
 }