PropVariantDeserialize Method (Byte, Boolean) |
Deserializes a PropVariant from the specified bytes.
Namespace:
callback.ShellBoost.Core.WindowsPropertySystem
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static PropVariant Deserialize(
byte[] bytes,
bool throwOnError = true
)
Parameters
- bytes
- Type: SystemByte
The input bytes. - throwOnError (Optional)
- Type: SystemBoolean
if set to true Windows error may be thrown.
Return Value
Type:
PropVariantAn instance of the PropVariant class or null if an error occurred.
Exceptions See Also