Click or drag to resize

SByteKeyShellItemId Constructor (SByte)

Initializes a new instance of the SByteKeyShellItemId class.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public SByteKeyShellItemId(
	sbyte value
)

Parameters

value
Type: SystemSByte
The key value as signed byte.
See Also