SeekOrigin (System.IO.SeekOrigin)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: mscorlib.dll

Provides the fields that represent reference points in streams for seeking.

VB.NET C#

C#

public enum struct SeekOrigin : System.IComparable, System.IFormattable, System.IConvertible
{
}

Articles

Position Property

... MySqlBlob blobTo = new MySqlBlob(); ..... //reverse MySqlBlob if (blobFrom.CanSeek && blobFrom.CanRead && blobTo.CanWrite) for (blobFrom.Seek(-1, System.IO.SeekOrigin ...

Mono Documentation

StdioFileStream objects support random access to files using the System.IO.Stream.Seek(System.Int64, System.IO.SeekOrigin) method, and the System.IO.Stream ...

Mono Documentation

UnixStream objects may support random access to files using the System.IO.Stream.Seek(System.Int64, System.IO.SeekOrigin) method (it depends on whether the ...

ChartControl.RestoreLayoutFromStream Method

Stream stream = new MemoryStream(); // ... // Save the chart's layout. stream.Seek(0, System.IO.SeekOrigin.Begin); chartControl1.SaveLayoutToStream(stream); // Load the ...

ChartControl.SaveLayoutToStream Method

Stream stream = new MemoryStream(); // ... // Save the chart's layout. stream.Seek(0, System.IO.SeekOrigin.Begin); chartControl1.SaveLayoutToStream(stream); // Load the ...

SeekOrigin Enumeration (System.IO)

Provides the fields that represent reference points in streams for seeking. ... Provides the fields that represent reference points in streams for seeking.

SeekOrigin Enumeration

Provides the fields that represent reference points in streams for seeking. [VisualĀ Basic] Public Enum SeekOrigin [C#] [Serializable] public enum SeekOrigin [C++ ...

System.IO.SeekOrigin Enum

Base Types Object ValueType Enum SeekOrigin. Assembly mscorlib Library BCL Summary Defines the seek reference positions. Description The SeekOrigin enumeration is used by the ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support