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 public override long Position { get; set; }
Property Value
Type:
Int64The position within the current stream
See Also