Click or drag to resize

RestartManagerIsExplorer Method

Determines whether the specified process is Windows Explorer.

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

Parameters

process
Type: System.DiagnosticsProcess
The process.

Return Value

Type: Boolean
true if the specified process is Windows Explorer; otherwise, false.
See Also