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

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

Overload List

  NameDescription
Public methodStatic memberVolatileWrite(Byte%, Byte)Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public methodStatic memberVolatileWrite(Double%, Double)Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public methodStatic memberVolatileWrite(Int16%, Int16)Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public methodStatic memberVolatileWrite(Int32%, Int32)Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public methodStatic memberVolatileWrite(Int64%, Int64)Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public methodStatic memberVolatileWrite(IntPtr%, IntPtr)Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public methodStatic memberVolatileWrite(Object%, Object)Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public methodStatic memberVolatileWrite(SByte%, SByte)Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public methodStatic memberVolatileWrite(Single%, Single)Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public methodStatic memberVolatileWrite(UInt16%, UInt16)Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public methodStatic memberVolatileWrite(UInt32%, UInt32)Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public methodStatic memberVolatileWrite(UInt64%, UInt64)Writes a value to a field immediately, so that the value is visible to all processors in the computer.
Public methodStatic memberVolatileWrite(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

Tags :


Page view tracker