Deployment Tools Foundation
Dispose Method (disposing)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Database ► Dispose(Boolean)
Closes the database handle. After closing a handle, further method calls may throw InvalidHandleException.
![](collapse_all.gif)
![](collapse_all.gif)
- disposing (Boolean)
- If true, the method has been called directly or indirectly by a user's code, so managed and unmanaged resources will be disposed. If false, only unmanaged resources will be disposed.