The overloads of VolatileRead are listed below. For a list of all members, see the Thread Members list.
staticVolatileRead(ref byte) : byte Performs a volatile read from the specified address. staticVolatileRead(ref double) : double Performs a volatile read from the specified address. staticVolatileRead(ref short) : short Performs a volatile read from the specified address. staticVolatileRead(ref int) : int Performs a volatile read from the specified address. staticVolatileRead(ref long) : long Performs a volatile read from the specified address. staticVolatileRead(ref IntPtr) : IntPtr Performs a volatile read from the specified address. staticVolatileRead(ref object) : object Performs a volatile read from the specified address. staticVolatileRead(ref sbyte) : sbyte Performs a volatile read from the specified address. staticVolatileRead(ref float) : float Performs a volatile read from the specified address. staticVolatileRead(ref ushort) : ushort Performs a volatile read from the specified address. staticVolatileRead(ref uint) : uint Performs a volatile read from the specified address. staticVolatileRead(ref ulong) : ulong Performs a volatile read from the specified address. staticVolatileRead(ref UIntPtr) : UIntPtr Performs a volatile read from the specified address.