Click or drag to resize

SByteKeyShellItemId Constructor (Byte)

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(
	byte[] data
)

Parameters

data
Type: SystemByte
The SHITEMID data, excluding the header.
Exceptions
ExceptionCondition
ArgumentNullExceptiondata is null.
See Also