示例#1
0
 // Token: 0x06002AA0 RID: 10912 RVA: 0x000D7FD0 File Offset: 0x000D63D0
 private void Dispose(bool disposing)
 {
     if (this._pNative == IntPtr.Zero)
     {
         return;
     }
     this.__EventCleanup();
     NativeObjectCache.RemoveObject <AudioBodyCorrelation>(this._pNative);
     AudioBodyCorrelation.Windows_Kinect_AudioBodyCorrelation_ReleaseObject(ref this._pNative);
     this._pNative = IntPtr.Zero;
 }
示例#2
0
 // Token: 0x06002A9B RID: 10907 RVA: 0x000D7F7E File Offset: 0x000D637E
 internal AudioBodyCorrelation(IntPtr pNative)
 {
     this._pNative = pNative;
     AudioBodyCorrelation.Windows_Kinect_AudioBodyCorrelation_AddRefObject(ref this._pNative);
 }