WindowsUtilitiesIsPickerHost Method (Process) |
Determines whether the specified process instance corresponds to Windows Picker Host.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool? IsPickerHost(
Process process
)
Parameters
- process
- Type: System.DiagnosticsProcess
The process instance.
Return Value
Type:
NullableBooleantrue if the process is Picker Host; false if it's not, null if it cannot be determined (if the process is dead or if its access is denied for example).
See Also