Thread.VolatileWrite Method
.NET Framework 4
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.
| Name | Description | |
|---|---|---|
|
VolatileWrite(Byte, Byte) | Writes a value to a field immediately, so that the value is visible to all processors in the computer. |
|
VolatileWrite(Double, Double) | Writes a value to a field immediately, so that the value is visible to all processors in the computer. |
|
VolatileWrite(Int16, Int16) | Writes a value to a field immediately, so that the value is visible to all processors in the computer. |
|
VolatileWrite(Int32, Int32) | Writes a value to a field immediately, so that the value is visible to all processors in the computer. |
|
VolatileWrite(Int64, Int64) | Writes a value to a field immediately, so that the value is visible to all processors in the computer. |
|
VolatileWrite(IntPtr, IntPtr) | Writes a value to a field immediately, so that the value is visible to all processors in the computer. |
|
VolatileWrite(Object, Object) | Writes a value to a field immediately, so that the value is visible to all processors in the computer. |
|
VolatileWrite(SByte, SByte) | Writes a value to a field immediately, so that the value is visible to all processors in the computer. |
|
VolatileWrite(Single, Single) | Writes a value to a field immediately, so that the value is visible to all processors in the computer. |
|
VolatileWrite(UInt16, UInt16) | Writes a value to a field immediately, so that the value is visible to all processors in the computer. |
|
VolatileWrite(UInt32, UInt32) | Writes a value to a field immediately, so that the value is visible to all processors in the computer. |
|
VolatileWrite(UInt64, UInt64) | Writes a value to a field immediately, so that the value is visible to all processors in the computer. |
|
VolatileWrite(UIntPtr, UIntPtr) | Writes a value to a field immediately, so that the value is visible to all processors in the computer. |