RestartManagerRestartExplorerProcesses Method (ContextCallback, Boolean, Exception) |
Restarts the Windows Explorer processes.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public void RestartExplorerProcesses(
ContextCallback stoppedAction,
bool throwOnError,
out Exception error
)
Parameters
- stoppedAction
- Type: System.ThreadingContextCallback
The stopped action. - throwOnError
- Type: SystemBoolean
if set to true errors may be throw in case of Windows Restart Manager errors. - error
- Type: SystemException
The error, if any.
See Also