MemoryPropertyStoreDeserialize Method (Byte, Boolean) |
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 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:
MemoryPropertyStoreAn instance of the MemoryPropertyStore class.
See Also