Click or drag to resize

MemoryPropertyStoreDeserialize Method (Stream, Boolean)

Deserializes the specified stream 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(
	Stream stream,
	bool throwOnError = true
)

Parameters

stream
Type: System.IOStream
The input stream.
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