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

System.Threading.Thread.VolatileRead Overloads

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

Public Methods

static
VolatileRead(ref byte) : byte
Performs a volatile read from the specified address.
static
VolatileRead(ref double) : double
Performs a volatile read from the specified address.
static
VolatileRead(ref short) : short
Performs a volatile read from the specified address.
static
VolatileRead(ref int) : int
Performs a volatile read from the specified address.
static
VolatileRead(ref long) : long
Performs a volatile read from the specified address.
static
VolatileRead(ref IntPtr) : IntPtr
Performs a volatile read from the specified address.
static
VolatileRead(ref object) : object
Performs a volatile read from the specified address.
static
VolatileRead(ref sbyte) : sbyte
Performs a volatile read from the specified address.
static
VolatileRead(ref float) : float
Performs a volatile read from the specified address.
static
VolatileRead(ref ushort) : ushort
Performs a volatile read from the specified address.
static
VolatileRead(ref uint) : uint
Performs a volatile read from the specified address.
static
VolatileRead(ref ulong) : ulong
Performs a volatile read from the specified address.
static
VolatileRead(ref UIntPtr) : UIntPtr
Performs a volatile read from the specified address.