|
CachedFileStreamPosition Property
|
When overridden in a derived class, gets or sets the position within the current stream.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
Syntaxpublic override long Position { get; set; }
Public Overrides Property Position As Long
Get
Set
abstract Position : int64 with get, set
override Position : int64 with get, set
function get_Position();
function set_Position(value);
View SourceReturn Value
Int64
The current position within the stream.
Exceptions
See Also