MemoryPropertyStoreDeserialize Method (Stream) |
Deserializes the specified stream into a property store.
Namespace:
ShellBoost.Core.WindowsPropertySystem
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static MemoryPropertyStore Deserialize(
Stream stream
)
Parameters
- stream
- Type: System.IOStream
The input stream.
Return Value
Type:
MemoryPropertyStoreAn instance of the MemoryPropertyStore class.
See Also