Click or drag to resize

MemoryPropertyStoreDeserialize Method (Stream)

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
)

Parameters

stream
Type: System.IOStream
The input stream.

Return Value

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