Click or drag to resize

RestartManagerGetRootExplorerProcess Method

Gets the root Windows Explorer process.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Process GetRootExplorerProcess()

Return Value

Type: Process
An instance of the Process class or null.
See Also