UnmanagedMemoryAccessor::ReadInt32 Method
.NET Framework 4.5
Reads a 32-bit integer from the accessor.
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Parameters
- position
- Type: System::Int64
The number of bytes into the accessor at which to begin reading.
| Exception | Condition |
|---|---|
| ArgumentException | There are not enough bytes after position to read a value. |
| ArgumentOutOfRangeException | position is less than zero or greater than the capacity of the accessor. |
| NotSupportedException | The accessor does not support reading. |
| ObjectDisposedException | The accessor has been disposed. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.