Mono Class Library: System.Threading.Thread Overview | Members

System.Threading.Thread.VolatileWrite Overloads

The overloads of VolatileWrite are listed below. For a list of all members, see the Thread Members list.

Public Methods

static
VolatileWrite(ref byte, byte)
Performs a volatile write to the specified address.
static
VolatileWrite(ref double, double)
Performs a volatile write to the specified address.
static
VolatileWrite(ref short, short)
Performs a volatile write to the specified address.
static
VolatileWrite(ref int, int)
Performs a volatile write to the specified address.
static
VolatileWrite(ref long, long)
Performs a volatile write to the specified address.
static
VolatileWrite(ref IntPtr, IntPtr)
Performs a volatile write to the specified address.
static
VolatileWrite(ref object, object)
Performs a volatile write to the specified address.
static
VolatileWrite(ref sbyte, sbyte)
Performs a volatile write to the specified address.
static
VolatileWrite(ref float, float)
Performs a volatile write to the specified address.
static
VolatileWrite(ref ushort, ushort)
Performs a volatile write to the specified address.
static
VolatileWrite(ref uint, uint)
Performs a volatile write to the specified address.
static
VolatileWrite(ref ulong, ulong)
Performs a volatile write to the specified address.
static
VolatileWrite(ref UIntPtr, UIntPtr)
Performs a volatile write to the specified address.