Comparazione classi Framework 1.1 - 2.0 RTM
Quale assembly?
Filtra
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 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ...
System.Threading.LockCookie != | ||
---|---|---|
+ | Equals (Object obj) | |
+ | Equals (LockCookie obj) | |
+ | GetHashCode () | |
+ | op_Equality (LockCookie a, LockCookie b) | |
+ | op_Inequality (LockCookie a, LockCookie b) |
System.Threading.ManualResetEvent != | ||
---|---|---|
= | .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 () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
+ | GetAccessControl () | |
+ | OpenExisting (String name) | |
+ | OpenExisting (String name, MutexRights rights) | |
= | ReleaseMutex () | |
= | ReleaseMutex () | |
+ | SetAccessControl (MutexSecurity mutexSecurity) |
System.Threading.NativeOverlapped = | ||
---|---|---|
= | EventHandle | |
= | InternalHigh | |
= | InternalLow | |
= | OffsetHigh | |
= | OffsetLow |
System.Threading.Overlapped != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | Free (NativeOverlapped* nativeOverlappedPtr) | |
= | Free (NativeOverlapped* nativeOverlappedPtr) | |
= | Pack (IOCompletionCallback iocb) | |
= | Pack (IOCompletionCallback iocb) | |
+ | Pack (IOCompletionCallback iocb, Object userData) | |
= | Unpack (NativeOverlapped* nativeOverlappedPtr) | |
= | Unpack (NativeOverlapped* nativeOverlappedPtr) | |
= | UnsafePack (IOCompletionCallback iocb) | |
= | UnsafePack (IOCompletionCallback iocb) | |
+ | UnsafePack (IOCompletionCallback iocb, Object userData) | |
= | AsyncResult | |
= | AsyncResult | |
= | EventHandle | |
= | EventHandle | |
+ | EventHandleIntPtr | |
= | OffsetHigh | |
= | OffsetHigh | |
= | OffsetLow | |
= | OffsetLow |
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 () | |
= | .ctor () | |
= | Abort (Object stateInfo) | |
= | Abort () | |
= | Abort (Object stateInfo) | |
= | Abort () | |
= | AllocateDataSlot () | |
= | AllocateDataSlot () | |
= | AllocateNamedDataSlot (String name) | |
= | AllocateNamedDataSlot (String name) | |
+ | BeginCriticalRegion () | |
+ | BeginThreadAffinity () | |
+ | EndCriticalRegion () | |
+ | EndThreadAffinity () | |
= | FreeNamedDataSlot (String name) | |
= | FreeNamedDataSlot (String name) | |
+ | GetApartmentState () | |
+ | GetCompressedStack () | |
= | GetData (LocalDataStoreSlot slot) | |
= | GetData (LocalDataStoreSlot slot) | |
= | GetDomain () | |
= | GetDomain () | |
= | GetDomainID () | |
= | GetDomainID () | |
+ | GetHashCode () | |
= | GetNamedDataSlot (String name) | |
= | GetNamedDataSlot (String name) | |
= | Interrupt () | |
= | Interrupt () | |
= | Join () | |
= | Join (Int32 millisecondsTimeout) | |
= | Join (TimeSpan timeout) | |
= | Join () | |
= | Join (Int32 millisecondsTimeout) | |
= | Join (TimeSpan timeout) | |
= | MemoryBarrier () | |
= | MemoryBarrier () | |
= | ResetAbort () | |
= | ResetAbort () | |
= | Resume () | |
= | Resume () | |
+ | SetApartmentState (ApartmentState state) | |
+ | SetCompressedStack (CompressedStack stack) | |
= | SetData (LocalDataStoreSlot slot, Object data) | |
= | SetData (LocalDataStoreSlot slot, Object data) | |
= | Sleep (Int32 millisecondsTimeout) | |
= | Sleep (TimeSpan timeout) | |
= | Sleep (Int32 millisecondsTimeout) | |
= | Sleep (TimeSpan timeout) | |
= | SpinWait (Int32 iterations) | |
= | SpinWait (Int32 iterations) | |
= | Start () | |
= | Start () | |
+ | Start (Object parameter) | |
= | Suspend () | |
= | 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) | |
= | 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) | |
= | 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 | |
= | ApartmentState | |
= | CurrentContext | |
= | CurrentContext | |
= | CurrentCulture | |
= | CurrentCulture | |
= | CurrentPrincipal | |
= | CurrentPrincipal | |
= | CurrentThread | |
= | CurrentThread | |
= | CurrentUICulture | |
= | CurrentUICulture | |
+ | ExecutionContext | |
= | IsAlive | |
= | IsAlive | |
= | IsBackground | |
= | IsBackground | |
= | IsThreadPoolThread | |
= | IsThreadPoolThread | |
+ | ManagedThreadId | |
= | Name | |
= | Name | |
= | Priority | |
= | Priority | |
= | ThreadState | |
= | ThreadState |
System.Threading.ThreadAbortException = | ||
---|---|---|
= | ExceptionState |
System.STAThreadAttribute = | ||
---|---|---|
= | .ctor () |
System.MTAThreadAttribute = | ||
---|---|---|
= | .ctor () |
System.Threading.ThreadInterruptedException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.Threading.RegisteredWaitHandle = | ||
---|---|---|
= | Unregister (WaitHandle waitObject) |
Powered by Ricciolo