System.Threading.Thread.Thread.VolatileRead C# (CSharp) Méthode

VolatileRead() public static méthode

public static VolatileRead ( IntPtr &address ) : IntPtr
address IntPtr
Résultat IntPtr
        public static IntPtr VolatileRead(ref IntPtr address) => Volatile.Read(ref address);
        public static object VolatileRead(ref object address) => Volatile.Read(ref address);

Same methods

Thread.Thread::VolatileRead ( UIntPtr &address ) : UIntPtr
Thread.Thread::VolatileRead ( byte &address ) : byte
Thread.Thread::VolatileRead ( double &address ) : double
Thread.Thread::VolatileRead ( float &address ) : float
Thread.Thread::VolatileRead ( int &address ) : int
Thread.Thread::VolatileRead ( long &address ) : long
Thread.Thread::VolatileRead ( object &address ) : object
Thread.Thread::VolatileRead ( sbyte &address ) : sbyte
Thread.Thread::VolatileRead ( short &address ) : short
Thread.Thread::VolatileRead ( uint &address ) : uint
Thread.Thread::VolatileRead ( ulong &address ) : ulong
Thread.Thread::VolatileRead ( ushort &address ) : ushort