Click or drag to resize

ShellItemIdList Constructor (Byte, Int32)

Initializes a new instance of the ShellItemIdList class.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public ShellItemIdList(
	byte[] data,
	int offset
)

Parameters

data
Type: SystemByte
The data.
offset
Type: SystemInt32
The offset.
See Also