UnmanagedMemoryStream.Position Property
Silverlight
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets the current position in a stream.
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException | The stream is closed. |
| ArgumentOutOfRangeException | The position is set to a value that is less than zero, or the position is larger than MaxValue or results in overflow when added to the current pointer. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.