Click or drag to resize

FileStreamDescriptorStream Property

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

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

Property Value

Type: Stream
The stream.
See Also