Click or drag to resize

FileStreamDescriptorStream Property

Gets or sets the stream. You must set this property of the GetStreamFunc property.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual Stream Stream { get; set; }

Property Value

Type: Stream
The stream.
See Also