RestartManagerRestartExplorerProcesses Method (ContextCallback, Boolean) |
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 = null,
bool throwOnError = true
)
Parameters
- stoppedAction (Optional)
- Type: System.ThreadingContextCallback
The stopped action. - throwOnError (Optional)
- Type: SystemBoolean
if set to true errors may be throw in case of Windows Restart Manager errors.
See Also