コード例 #1
0
 // Token: 0x06002C8A RID: 11402 RVA: 0x000DDBE4 File Offset: 0x000DBFE4
 private void Dispose(bool disposing)
 {
     if (this._pNative == IntPtr.Zero)
     {
         return;
     }
     this.__EventCleanup();
     NativeObjectCache.RemoveObject <FrameCapturedEventArgs>(this._pNative);
     FrameCapturedEventArgs.Windows_Kinect_FrameCapturedEventArgs_ReleaseObject(ref this._pNative);
     this._pNative = IntPtr.Zero;
 }