UnmanagedMemoryStream::CanSeek Property

 

Gets a value indicating whether a stream supports seeking.

Namespace:   System.IO
Assembly:  mscorlib (in mscorlib.dll)

public:
property bool CanSeek {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

false if the stream is closed; otherwise, true.

This property indicates whether the current stream object supports seeking.

Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: