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

VolatileRead() private méthode

private VolatileRead ( ushort &address ) : ushort
address ushort
Résultat ushort
        public static ushort VolatileRead(ref ushort address) => Volatile.Read(ref address);
        [CLSCompliant(false)]

Same methods

Thread.Thread::VolatileRead ( IntPtr &address ) : IntPtr
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