SmartMemoryManagement

SmartMemoryStream.CanSeek Property

Returns, whether seeking is possible on this stream. Always true for this claas.

[Visual Basic]
Overrides Public Property ReadOnly CanSeek As Boolean
[C#]
public override bool CanSeek { get; }
[C++]
public: __property bool get_CanSeek();
[JScript]
public override function get CanSeek() : bool

See Also

SmartMemoryStream Class | InfiniTec.SystemUtilities Namespace