Пример #1
0
 public void Dispose()
 {
     if (handle != null)
     {
         System.Runtime.InteropServices.Marshal.ReleaseComObject(handle);
     }
     handle = null;
 }
Пример #2
0
 internal AudioPath(DirectMusicAudioPath8 handle)
 {
     this.handle = handle;
 }