ShellItemIdFromPayload Method (Byte) |
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 public static ShellItemId FromPayload(
byte[] payload
)
Parameters
- payload
- Type: SystemByte
The payload.
Return Value
Type:
ShellItemIdAn instance of the ShellItemId class.
See Also