Click or drag to resize

RestartManagerEnumExplorerProcesses Method

Enumerates Windows Explorer processes.

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

Return Value

Type: IEnumerableProcess
A list of Windows Explorer processes.
See Also