protected override void RemoteProcedure() { CfxApi.SwitchGcHandle(ref gc_handle, CfxApi.gc_handle_switch_mode.GC_HANDLE_FREE); }
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); }