CommandExecEventArgsIsCallerProcessWindowsExplorer Property |
Determines whether the caller process corresponds to Windows Explorer.
Valid on Windows 8 and higher only.
Namespace:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public bool? IsCallerProcessWindowsExplorer { get; }
Property Value
Type:
NullableBoolean
true if the process is Windows Explorer; 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