Click or drag to resize

MemoryPropertyStoreSerialize Method (Stream)

Serializes this store to a stream.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void Serialize(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The output stream.
Exceptions
ExceptionCondition
ArgumentNullExceptionstream is null.
See Also