.NET Framework Class Library
Thread..::.VolatileRead Method

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

  NameDescription
Public methodStatic memberVolatileRead(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.
Public methodStatic memberVolatileRead(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.
Public methodStatic memberVolatileRead(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.
Public methodStatic memberVolatileRead(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.
Public methodStatic memberVolatileRead(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.
Public methodStatic memberVolatileRead(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.
Public methodStatic memberVolatileRead(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.
Public methodStatic memberVolatileRead(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.
Public methodStatic memberVolatileRead(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.
Public methodStatic memberVolatileRead(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.
Public methodStatic memberVolatileRead(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.
Public methodStatic memberVolatileRead(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.
Public methodStatic memberVolatileRead(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

Reference

Tags :


Page view tracker