Click or drag to resize

ShellContextCurrent Property

Gets the current context. Note the current context is bound to the current thread.

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

Property Value

Type: ShellContext
An instance of the ShellContext class.
See Also