Click or drag to resize

MemoryPropertyStoreDeserialize Method (Byte)

Deserializes the specified bytes into a property store.

Namespace:  ShellBoost.Core.WindowsPropertySystem
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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