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