mscorlib(4.0.0.0) API with additions
System.Threading.Volatile Member List

This is the complete list of members for System.Threading.Volatile, including all inherited members.

Read(ref bool location)System.Threading.Volatilestatic
Read(ref sbyte location)System.Threading.Volatilestatic
Read(ref byte location)System.Threading.Volatilestatic
Read(ref short location)System.Threading.Volatilestatic
Read(ref ushort location)System.Threading.Volatilestatic
Read(ref int location)System.Threading.Volatilestatic
Read(ref uint location)System.Threading.Volatilestatic
Read(ref long location)System.Threading.Volatilestatic
Read(ref ulong location)System.Threading.Volatilestatic
Read(ref IntPtr location)System.Threading.Volatilestatic
Read(ref UIntPtr location)System.Threading.Volatilestatic
Read(ref float location)System.Threading.Volatilestatic
Read(ref double location)System.Threading.Volatilestatic
Read< T >(ref T location)System.Threading.Volatilestatic
Write(ref bool location, bool value)System.Threading.Volatilestatic
Write(ref sbyte location, sbyte value)System.Threading.Volatilestatic
Write(ref byte location, byte value)System.Threading.Volatilestatic
Write(ref short location, short value)System.Threading.Volatilestatic
Write(ref ushort location, ushort value)System.Threading.Volatilestatic
Write(ref int location, int value)System.Threading.Volatilestatic
Write(ref uint location, uint value)System.Threading.Volatilestatic
Write(ref long location, long value)System.Threading.Volatilestatic
Write(ref ulong location, ulong value)System.Threading.Volatilestatic
Write(ref IntPtr location, IntPtr value)System.Threading.Volatilestatic
Write(ref UIntPtr location, UIntPtr value)System.Threading.Volatilestatic
Write(ref float location, float value)System.Threading.Volatilestatic
Write(ref double location, double value)System.Threading.Volatilestatic
Write< T >(ref T location, T value)System.Threading.Volatilestatic