This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
Thread..::.VolatileRead Method
Updated: November 2007
Reads the value of a field. The value is the latest written by any processor in a computer, regardless of the number of processors or the state of processor cache.

Overload List
|
| Name | Description |
|---|
.gif) .gif) | VolatileRead(Byte%) |
Reads the value of a field. The value is the latest written by any processor in a computer, regardless of the number of processors or the state of processor cache.
|
.gif) .gif) | VolatileRead(Double%) |
Reads the value of a field. The value is the latest written by any processor in a computer, regardless of the number of processors or the state of processor cache.
|
.gif) .gif) | VolatileRead(Int16%) |
Reads the value of a field. The value is the latest written by any processor in a computer, regardless of the number of processors or the state of processor cache.
|
.gif) .gif) | VolatileRead(Int32%) |
Reads the value of a field. The value is the latest written by any processor in a computer, regardless of the number of processors or the state of processor cache.
|
.gif) .gif) | VolatileRead(Int64%) |
Reads the value of a field. The value is the latest written by any processor in a computer, regardless of the number of processors or the state of processor cache.
|
.gif) .gif) | VolatileRead(IntPtr%) |
Reads the value of a field. The value is the latest written by any processor in a computer, regardless of the number of processors or the state of processor cache.
|
.gif) .gif) | VolatileRead(Object%) |
Reads the value of a field. The value is the latest written by any processor in a computer, regardless of the number of processors or the state of processor cache.
|
.gif) .gif) | VolatileRead(SByte%) |
Reads the value of a field. The value is the latest written by any processor in a computer, regardless of the number of processors or the state of processor cache.
|
.gif) .gif) | VolatileRead(Single%) |
Reads the value of a field. The value is the latest written by any processor in a computer, regardless of the number of processors or the state of processor cache.
|
.gif) .gif) | VolatileRead(UInt16%) |
Reads the value of a field. The value is the latest written by any processor in a computer, regardless of the number of processors or the state of processor cache.
|
.gif) .gif) | VolatileRead(UInt32%) |
Reads the value of a field. The value is the latest written by any processor in a computer, regardless of the number of processors or the state of processor cache.
|
.gif) .gif) | VolatileRead(UInt64%) |
Reads the value of a field. The value is the latest written by any processor in a computer, regardless of the number of processors or the state of processor cache.
|
.gif) .gif) | VolatileRead(UIntPtr%) |
Reads the value of a field. The value is the latest written by any processor in a computer, regardless of the number of processors or the state of processor cache.
|
Top

See Also