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

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

Add(ref int location1, int value)System.Threading.Interlockedstatic
Add(ref long location1, long value)System.Threading.Interlockedstatic
CompareExchange(ref int location1, int value, int comparand)System.Threading.Interlocked
CompareExchange(ref long location1, long value, long comparand)System.Threading.Interlocked
CompareExchange(ref float location1, float value, float comparand)System.Threading.Interlocked
CompareExchange(ref double location1, double value, double comparand)System.Threading.Interlocked
CompareExchange(ref object location1, object value, object comparand)System.Threading.Interlocked
CompareExchange(ref IntPtr location1, IntPtr value, IntPtr comparand)System.Threading.Interlocked
CompareExchange< T >(ref T location1, T value, T comparand)System.Threading.Interlockedstatic
Decrement(ref int location)System.Threading.Interlockedstatic
Decrement(ref long location)System.Threading.Interlockedstatic
Exchange(ref int location1, int value)System.Threading.Interlocked
Exchange(ref long location1, long value)System.Threading.Interlocked
Exchange(ref float location1, float value)System.Threading.Interlocked
Exchange(ref double location1, double value)System.Threading.Interlocked
Exchange(ref object location1, object value)System.Threading.Interlocked
Exchange(ref IntPtr location1, IntPtr value)System.Threading.Interlocked
Exchange< T >(ref T location1, T value)System.Threading.Interlockedstatic
Increment(ref int location)System.Threading.Interlockedstatic
Increment(ref long location)System.Threading.Interlockedstatic
MemoryBarrier()System.Threading.Interlockedstatic
Read(ref long location)System.Threading.Interlockedstatic