Click or drag to resize

FileStreamDescriptorGetStreamFunc Property

Gets or sets the get stream function. You must set this property of the Stream property.

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

Property Value

Type: FuncFileStreamDescriptor, Stream
The get stream function.
See Also