Click or drag to resize

ChunkedMemoryStreamCanSeek Property

When overridden in a derived class, gets a value indicating whether the current stream supports seeking.

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

Property Value

Type: Boolean
true if the stream supports seeking; otherwise, false.
See Also