Click or drag to resize

ByteKeyShellItemId Constructor (Byte)

Initializes a new instance of the ByteKeyShellItemId class.

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

Parameters

value
Type: SystemByte
The key value as a byte.
See Also