| WindowsServiceInstallerDispose Method |
Releases the unmanaged resources used by the System.ComponentModel.Component and optionally releases the managed resources.
Namespace:
Cauldron.WindowsService
Assembly:
Cauldron.Win32.WindowsService (in Cauldron.Win32.WindowsService.dll) Version: 3.1.0.22 (3.1.0.22)
Syntax protected override void Dispose(
bool disposing
)
Parameters
- disposing
- Type: SystemBoolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also