UnmanagedMemoryStream.CanSeek Property

Definition

Gets a value indicating whether a stream supports seeking.

public:
 virtual property bool CanSeek { bool get(); };
public override bool CanSeek { get; }
member this.CanSeek : bool
Public Overrides ReadOnly Property CanSeek As Boolean

Property Value

false if the stream is closed; otherwise, true.

Remarks

This property indicates whether the current stream object supports seeking.

Applies to