Thread.VolatileWrite Method (System.Threading)

Switch View :
ScriptFree
.NET Framework Class Library
Thread.VolatileWrite Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Static member VolatileWrite(Byte, Byte) Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public method Static member VolatileWrite(Double, Double) Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public method Static member VolatileWrite(Int16, Int16) Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public method Static member VolatileWrite(Int32, Int32) Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public method Static member VolatileWrite(Int64, Int64) Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public method Static member VolatileWrite(IntPtr, IntPtr) Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public method Static member VolatileWrite(Object, Object) Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public method Static member VolatileWrite(SByte, SByte) Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public method Static member VolatileWrite(Single, Single) Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public method Static member VolatileWrite(UInt16, UInt16) Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public method Static member VolatileWrite(UInt32, UInt32) Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public method Static member VolatileWrite(UInt64, UInt64) Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public method Static member VolatileWrite(UIntPtr, UIntPtr) Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Top
See Also

Reference