Beispiel #1
0
 /// <summary>
 /// Release the unmanaged memory associated with this Blob
 /// </summary>
 protected override void DisposeObject()
 {
     if (_ptr != IntPtr.Zero)
     {
         ContribInvoke.cveDnnBlobRelease(ref _ptr);
     }
 }