Click or drag to resize

FileShellContentStream Property

Gets the underlying stream instance. Lazily loaded.

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

Property Value

Type: Stream
The underlying stream instance.
See Also