Click or drag to resize

StreamOnIStreamPosition Property

When overridden in a derived class, gets or sets the position within the current stream.

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

Property Value

Type: Int64
The position within the current stream
See Also