Click or drag to resize

MemoryPropertyStoreDeserialize Method (Byte, Boolean)

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,
	bool throwOnError = true
)

Parameters

bytes
Type: SystemByte
The input bytes.
throwOnError (Optional)
Type: SystemBoolean
if set to true errors may be throw in case of errors.

Return Value

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