Click or drag to resize

PropertyKey Constructor (Byte)

Initializes a new instance of the PropertyKey struct.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public PropertyKey(
	byte[] data
)

Parameters

data
Type: SystemByte
The property key as an array of 20 bytes.
Exceptions
ExceptionCondition
ArgumentNullExceptiondata is null.
ArgumentExceptiondata length is not equal to 20.
See Also