// Token: 0x0600299A RID: 10650 RVA: 0x000D46F6 File Offset: 0x000D2AF6
 public void CopyFrameDataToIntPtr(IntPtr frameData, uint size)
 {
     if (this._pNative == IntPtr.Zero)
     {
         throw new ObjectDisposedException("LongExposureInfraredFrame");
     }
     LongExposureInfraredFrame.Windows_Kinect_LongExposureInfraredFrame_CopyFrameDataToIntPtr(this._pNative, frameData, size / 2u);
     ExceptionHelper.CheckLastError();
 }