Click or drag to resize

ShellItemId.FromPayload Method (Byte[], Int32, Int32)

Creates an instance of a ShellItemId from a byte array representing a payload (without a header).

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static ShellItemId FromPayload(
	byte[] payload,
	int offset,
	int count
)

Parameters

payload
Type:System.Byte[]
The payload.
offset
Type: System.Int32
The offset.
count
Type: System.Int32
The count.

Return Value

Type: ShellItemId
An instance of the ShellItemId class.
See Also