Comparazione classi Framework 1.1 - 2.0 RTM
Filtra
Tipo (maiuscole/minuscole):
Flag classe
Flag membro

Legenda

- non presente nella 2.0 RTM
+ aggiunto nella 2.0 RTM
= invariato
!= variato rispetto alla 1.1

Namespace mscorlib

Totale classi: 2135, di cui
  • 395 nuove
  • 804 modificate
  • 0 rimosse

Pagina ... 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 ...

 System.Threading.ManualResetEvent !=
 =.ctor ()
 =.ctor ()
 +Reset ()
 +Set ()

 System.Threading.Monitor =
 =Enter (Object obj)
 =Exit (Object obj)
 =Pulse (Object obj)
 =PulseAll (Object obj)
 =TryEnter (Object obj)
 =TryEnter (Object obj, Int32 millisecondsTimeout)
 =TryEnter (Object obj, TimeSpan timeout)
 =Wait (Object obj, Int32 millisecondsTimeout, Boolean exitContext)
 =Wait (Object obj, TimeSpan timeout, Boolean exitContext)
 =Wait (Object obj, Int32 millisecondsTimeout)
 =Wait (Object obj, TimeSpan timeout)
 =Wait (Object obj)

 System.Threading.Mutex !=
 =.ctor ()
 =.ctor ()
 =.ctor ()
 =.ctor ()
 =.ctor ()
 -GetAccessControl ()
 -OpenExisting (String name)
 -OpenExisting (String name, MutexRights rights)
 =ReleaseMutex ()
 -SetAccessControl (MutexSecurity mutexSecurity)

 System.Threading.NativeOverlapped =
 =EventHandle 
 =InternalHigh 
 =InternalLow 
 =OffsetHigh 
 =OffsetLow 

 System.Threading.Overlapped !=
 =.ctor ()
 =.ctor ()
 =.ctor ()
 =Free (NativeOverlapped* nativeOverlappedPtr)
 =Pack (IOCompletionCallback iocb)
 -Pack (IOCompletionCallback iocb, Object userData)
 =Unpack (NativeOverlapped* nativeOverlappedPtr)
 =UnsafePack (IOCompletionCallback iocb)
 -UnsafePack (IOCompletionCallback iocb, Object userData)
 =AsyncResult 
 =EventHandle 
 -EventHandleIntPtr 
 =OffsetHigh 
 =OffsetLow 

 System.Threading.ParameterizedThreadStart +
 +.ctor ()
 +BeginInvoke (Object obj, AsyncCallback callback, Object object)
 +EndInvoke (IAsyncResult result)
 +Invoke (Object obj)

 System.Threading.ReaderWriterLock =
 =.ctor ()
 =AcquireReaderLock (Int32 millisecondsTimeout)
 =AcquireReaderLock (TimeSpan timeout)
 =AcquireWriterLock (Int32 millisecondsTimeout)
 =AcquireWriterLock (TimeSpan timeout)
 =AnyWritersSince (Int32 seqNum)
 =DowngradeFromWriterLock (LockCookie& lockCookie)
 =ReleaseLock ()
 =ReleaseReaderLock ()
 =ReleaseWriterLock ()
 =RestoreLock (LockCookie& lockCookie)
 =UpgradeToWriterLock (Int32 millisecondsTimeout)
 =UpgradeToWriterLock (TimeSpan timeout)
 =IsReaderLockHeld 
 =IsWriterLockHeld 
 =WriterSeqNum 

 System.Threading.SynchronizationLockException =
 =.ctor ()
 =.ctor ()
 =.ctor ()

 System.Threading.Thread !=
 =.ctor ()
 =.ctor ()
 =.ctor ()
 =.ctor ()
 =Abort (Object stateInfo)
 =Abort ()
 =AllocateDataSlot ()
 =AllocateNamedDataSlot (String name)
 -BeginCriticalRegion ()
 -BeginThreadAffinity ()
 -EndCriticalRegion ()
 -EndThreadAffinity ()
 =FreeNamedDataSlot (String name)
 -GetApartmentState ()
 -GetCompressedStack ()
 =GetData (LocalDataStoreSlot slot)
 =GetDomain ()
 =GetDomainID ()
 -GetHashCode ()
 =GetNamedDataSlot (String name)
 =Interrupt ()
 =Join ()
 =Join (Int32 millisecondsTimeout)
 =Join (TimeSpan timeout)
 =MemoryBarrier ()
 =ResetAbort ()
 =Resume ()
 -SetApartmentState (ApartmentState state)
 -SetCompressedStack (CompressedStack stack)
 =SetData (LocalDataStoreSlot slot, Object data)
 =Sleep (Int32 millisecondsTimeout)
 =Sleep (TimeSpan timeout)
 =SpinWait (Int32 iterations)
 =Start ()
 -Start (Object parameter)
 =Suspend ()
 -TrySetApartmentState (ApartmentState state)
 =VolatileRead (Byte& address)
 =VolatileRead (Int16& address)
 =VolatileRead (Int32& address)
 =VolatileRead (Int64& address)
 =VolatileRead (SByte& address)
 =VolatileRead (UInt16& address)
 =VolatileRead (UInt32& address)
 =VolatileRead (IntPtr& address)
 =VolatileRead (UIntPtr& address)
 =VolatileRead (UInt64& address)
 =VolatileRead (Single& address)
 =VolatileRead (Double& address)
 =VolatileRead (Object& address)
 =VolatileWrite (Byte& address, Byte value)
 =VolatileWrite (Int16& address, Int16 value)
 =VolatileWrite (Int32& address, Int32 value)
 =VolatileWrite (Int64& address, Int64 value)
 =VolatileWrite (SByte& address, SByte value)
 =VolatileWrite (UInt16& address, UInt16 value)
 =VolatileWrite (UInt32& address, UInt32 value)
 =VolatileWrite (IntPtr& address, IntPtr value)
 =VolatileWrite (UIntPtr& address, UIntPtr value)
 =VolatileWrite (UInt64& address, UInt64 value)
 =VolatileWrite (Single& address, Single value)
 =VolatileWrite (Double& address, Double value)
 =VolatileWrite (Object& address, Object value)
 =ApartmentState 
 =CurrentContext 
 =CurrentCulture 
 =CurrentPrincipal 
 =CurrentThread 
 =CurrentUICulture 
 -ExecutionContext 
 =IsAlive 
 =IsBackground 
 =IsThreadPoolThread 
 -ManagedThreadId 
 =Name 
 =Priority 
 =ThreadState 

 System.Threading.ThreadAbortException =
 =ExceptionState 

 System.Threading.ThreadInterruptedException =
 =.ctor ()
 =.ctor ()
 =.ctor ()

 System.Threading.RegisteredWaitHandle =
 =Unregister (WaitHandle waitObject)

 System.Threading.WaitCallback =
 =.ctor ()
 =BeginInvoke (Object state, AsyncCallback callback, Object object)
 =EndInvoke (IAsyncResult result)
 =Invoke (Object state)

 System.Threading.WaitOrTimerCallback =
 =.ctor ()
 =BeginInvoke (Object state, Boolean timedOut, AsyncCallback callback, Object object)
 =EndInvoke (IAsyncResult result)
 =Invoke (Object state, Boolean timedOut)

Powered by Ricciolo