Click or drag to resize

RestartManagerShutdownExplorerProcesses Method (ContextCallback, Boolean)

Shots down the Windows Explorer processes.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void ShutdownExplorerProcesses(
	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