예제 #1
0
 public void Dispose()
 {
     if (m_owned && Handle.Get() != 0)
     {
         NtCore.DestroyInstance(Handle);
         Handle = new NtInst();
     }
 }