Exemple #1
0
 public void Dispose()
 {
     Win32.SymCleanup(_hProcess);
     if (_ownHandle)
     {
         Win32.CloseHandle(_hProcess);
     }
 }