ShellItemIdFromPayload Method (Byte, Int32, Int32) |
Creates an instance of a ShellItemId from a byte array representing a payload (without a header).
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static ShellItemId FromPayload(
byte[] payload,
int offset,
int count
)
Parameters
- payload
- Type: SystemByte
The payload. - offset
- Type: SystemInt32
The offset. - count
- Type: SystemInt32
The count.
Return Value
Type:
ShellItemIdAn instance of the ShellItemId class.
See Also