Thread::VolatileWrite Method

 

Writes a value to a field immediately, so that the value is visible to all processors in the computer.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticVolatileWrite(Byte%, Byte)

Writes a value to a field immediately, so that the value is visible to all processors in the computer.

System_CAPS_pubmethodSystem_CAPS_staticVolatileWrite(Double%, Double)

Writes a value to a field immediately, so that the value is visible to all processors in the computer.

System_CAPS_pubmethodSystem_CAPS_staticVolatileWrite(Int16%, Int16)

Writes a value to a field immediately, so that the value is visible to all processors in the computer.

System_CAPS_pubmethodSystem_CAPS_staticVolatileWrite(Int32%, Int32)

Writes a value to a field immediately, so that the value is visible to all processors in the computer.

System_CAPS_pubmethodSystem_CAPS_staticVolatileWrite(Int64%, Int64)

Writes a value to a field immediately, so that the value is visible to all processors in the computer.

System_CAPS_pubmethodSystem_CAPS_staticVolatileWrite(IntPtr%, IntPtr)

Writes a value to a field immediately, so that the value is visible to all processors in the computer.

System_CAPS_pubmethodSystem_CAPS_staticVolatileWrite(Object^%, Object^)

Writes a value to a field immediately, so that the value is visible to all processors in the computer.

System_CAPS_pubmethodSystem_CAPS_staticVolatileWrite(SByte%, SByte)

Writes a value to a field immediately, so that the value is visible to all processors in the computer.

System_CAPS_pubmethodSystem_CAPS_staticVolatileWrite(Single%, Single)

Writes a value to a field immediately, so that the value is visible to all processors in the computer.

System_CAPS_pubmethodSystem_CAPS_staticVolatileWrite(UInt16%, UInt16)

Writes a value to a field immediately, so that the value is visible to all processors in the computer.

System_CAPS_pubmethodSystem_CAPS_staticVolatileWrite(UInt32%, UInt32)

Writes a value to a field immediately, so that the value is visible to all processors in the computer.

System_CAPS_pubmethodSystem_CAPS_staticVolatileWrite(UInt64%, UInt64)

Writes a value to a field immediately, so that the value is visible to all processors in the computer.

System_CAPS_pubmethodSystem_CAPS_staticVolatileWrite(UIntPtr%, UIntPtr)

Writes a value to a field immediately, so that the value is visible to all processors in the computer.

Return to top
Show: