Click or drag to resize

KeyShellItemId Constructor (Int64)

Initializes a new instance of the KeyShellItemId class.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public KeyShellItemId(
	long value
)

Parameters

value
Type: SystemInt64
The key value as a long.
See Also