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 public override long Length { get; }
Property Value
Type:
Int64The length in bytes of the stream.
See Also