Click or drag to resize

ShellContextCurrent Property

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

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

Property Value

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