Click or drag to resize

Int32KeyShellItemId Constructor (Byte)

Initializes a new instance of the Int32KeyShellItemId class.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public Int32KeyShellItemId(
	byte[] data
)

Parameters

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