Click or drag to resize

KeyShellItemId.Build Method

Builds the specified key type data.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected static byte[] Build(
	KeyShellItemIdType type,
	byte[] payload,
	int length = -1
)

Parameters

type
Type: callback.ShellBoost.Core.KeyShellItemIdType
The key type.
payload
Type:System.Byte[]
The payload.
length (Optional)
Type: System.Int32
The length.

Return Value

Type:Byte[]
An array of types representing the key data.
Exceptions
ExceptionCondition
ArgumentNullExceptionpayload is null.
ArgumentOutOfRangeExceptionlength is invalid.
See Also