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.

Namespace:   System.Threading
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticVolatileRead(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.

System_CAPS_pubmethodSystem_CAPS_staticVolatileRead(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.

System_CAPS_pubmethodSystem_CAPS_staticVolatileRead(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.

System_CAPS_pubmethodSystem_CAPS_staticVolatileRead(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.

System_CAPS_pubmethodSystem_CAPS_staticVolatileRead(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.

System_CAPS_pubmethodSystem_CAPS_staticVolatileRead(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.

System_CAPS_pubmethodSystem_CAPS_staticVolatileRead(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.

System_CAPS_pubmethodSystem_CAPS_staticVolatileRead(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.

System_CAPS_pubmethodSystem_CAPS_staticVolatileRead(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.

System_CAPS_pubmethodSystem_CAPS_staticVolatileRead(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.

System_CAPS_pubmethodSystem_CAPS_staticVolatileRead(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.

System_CAPS_pubmethodSystem_CAPS_staticVolatileRead(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.

System_CAPS_pubmethodSystem_CAPS_staticVolatileRead(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.

Return to top
Show: