Click or drag to resize

RestartManagerShutdownExplorerProcesses Method (ContextCallback, Boolean, Exception)

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,
	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