Click or drag to resize

MemoryPropertyStoreDeserialize Method (Byte)

Deserializes the specified bytes into a property store.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static MemoryPropertyStore Deserialize(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
The input bytes.

Return Value

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