Click or drag to resize

StreamOnIStreamLength Property

When overridden in a derived class, gets the length in bytes of the stream.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public override long Length { get; }

Property Value

Type: Int64
The length in bytes of the stream.
See Also