private void TR(UInt32 result) { if (m_handle != null) { Installer.TR(this, result); } else { Installer.TR(result); } }
private void Dispose(bool disposing) { if (disposing) { GC.SuppressFinalize(this); if (m_handle != IntPtr.Zero) { Installer.TR(MsiCloseHandle(m_handle)); } m_handle = IntPtr.Zero; } else { } }
private static void TR(UInt32 result) { Installer.TR(result); }
private static void TR(Database db, UInt32 result) { Installer.TR(db, result); }