RestartManagerIsExplorer Method |
Determines whether the specified process is Windows Explorer.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool IsExplorer(
Process process
)
Parameters
- process
- Type: System.DiagnosticsProcess
The process.
Return Value
Type:
Booleantrue if the specified process is Windows Explorer; otherwise,
false.
See Also