Click or drag to resize

ViewProcess Property

Gets the hosting process. May be null if information is unknown.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Process Process { get; }

Property Value

Type: Process
The process.
See Also