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 ...
System.ArithmeticException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.ArrayTypeMismatchException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.AsyncCallback = | ||
---|---|---|
= | .ctor () | |
= | BeginInvoke (IAsyncResult ar, AsyncCallback callback, Object object) | |
= | EndInvoke (IAsyncResult result) | |
= | Invoke (IAsyncResult ar) |
System.AttributeTargets != | ||
---|---|---|
= | All | |
= | All | |
= | Assembly | |
= | Assembly | |
= | Class | |
= | Class | |
= | Constructor | |
= | Constructor | |
= | Delegate | |
= | Delegate | |
= | Enum | |
= | Enum | |
= | Event | |
= | Event | |
= | Field | |
= | Field | |
+ | GenericParameter | |
= | Interface | |
= | Interface | |
= | Method | |
= | Method | |
= | Module | |
= | Module | |
= | Parameter | |
= | Parameter | |
= | Property | |
= | Property | |
= | ReturnValue | |
= | ReturnValue | |
= | Struct | |
= | Struct | |
= | value__ | |
= | value__ |
System.AttributeUsageAttribute = | ||
---|---|---|
= | .ctor () | |
= | AllowMultiple | |
= | Inherited | |
= | ValidOn |
System.BadImageFormatException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | GetObjectData (SerializationInfo info, StreamingContext context) | |
= | ToString () | |
= | FileName | |
= | FusionLog | |
= | Message |
System.BitConverter = | ||
---|---|---|
= | IsLittleEndian | |
= | DoubleToInt64Bits (Double value) | |
= | GetBytes (Boolean value) | |
= | GetBytes (Char value) | |
= | GetBytes (Int16 value) | |
= | GetBytes (Int32 value) | |
= | GetBytes (Int64 value) | |
= | GetBytes (UInt16 value) | |
= | GetBytes (UInt32 value) | |
= | GetBytes (UInt64 value) | |
= | GetBytes (Single value) | |
= | GetBytes (Double value) | |
= | Int64BitsToDouble (Int64 value) | |
= | ToBoolean (Byte[] value, Int32 startIndex) | |
= | ToChar (Byte[] value, Int32 startIndex) | |
= | ToDouble (Byte[] value, Int32 startIndex) | |
= | ToInt16 (Byte[] value, Int32 startIndex) | |
= | ToInt32 (Byte[] value, Int32 startIndex) | |
= | ToInt64 (Byte[] value, Int32 startIndex) | |
= | ToSingle (Byte[] value, Int32 startIndex) | |
= | ToString (Byte[] value, Int32 startIndex, Int32 length) | |
= | ToString (Byte[] value) | |
= | ToString (Byte[] value, Int32 startIndex) | |
= | ToUInt16 (Byte[] value, Int32 startIndex) | |
= | ToUInt32 (Byte[] value, Int32 startIndex) | |
= | ToUInt64 (Byte[] value, Int32 startIndex) |
System.Boolean != | ||
---|---|---|
= | FalseString | |
= | FalseString | |
= | TrueString | |
= | TrueString | |
= | CompareTo (Object obj) | |
= | CompareTo (Object obj) | |
+ | CompareTo (Boolean value) | |
= | Equals (Object obj) | |
= | Equals (Object obj) | |
+ | Equals (Boolean obj) | |
= | GetHashCode () | |
= | GetHashCode () | |
= | GetTypeCode () | |
= | GetTypeCode () | |
= | Parse (String value) | |
= | Parse (String value) | |
= | ToString (IFormatProvider provider) | |
= | ToString () | |
= | ToString () | |
= | ToString (IFormatProvider provider) | |
+ | TryParse (String value, Boolean& result) |
System.Buffer = | ||
---|---|---|
= | BlockCopy (Array src, Int32 srcOffset, Array dst, Int32 dstOffset, Int32 count) | |
= | ByteLength (Array array) | |
= | GetByte (Array array, Int32 index) | |
= | SetByte (Array array, Int32 index, Byte value) |
System.Byte != | ||
---|---|---|
= | MaxValue | |
= | MaxValue | |
= | MinValue | |
= | MinValue | |
= | CompareTo (Object value) | |
= | CompareTo (Object value) | |
+ | CompareTo (Byte value) | |
= | Equals (Object obj) | |
= | Equals (Object obj) | |
+ | Equals (Byte obj) | |
= | GetHashCode () | |
= | GetHashCode () | |
= | GetTypeCode () | |
= | GetTypeCode () | |
= | Parse (String s) | |
= | Parse (String s, NumberStyles style) | |
= | Parse (String s, IFormatProvider provider) | |
= | Parse (String s, NumberStyles style, IFormatProvider provider) | |
= | Parse (String s) | |
= | Parse (String s, NumberStyles style) | |
= | Parse (String s, IFormatProvider provider) | |
= | Parse (String s, NumberStyles style, IFormatProvider provider) | |
= | ToString (IFormatProvider provider) | |
= | ToString (String format, IFormatProvider provider) | |
= | ToString () | |
= | ToString (String format) | |
= | ToString () | |
= | ToString (String format) | |
= | ToString (IFormatProvider provider) | |
= | ToString (String format, IFormatProvider provider) | |
+ | TryParse (String s, Byte& result) | |
+ | TryParse (String s, NumberStyles style, IFormatProvider provider, Byte& result) |
System.CannotUnloadAppDomainException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.Char != | ||
---|---|---|
= | MaxValue | |
= | MaxValue | |
= | MinValue | |
= | MinValue | |
= | CompareTo (Object value) | |
= | CompareTo (Object value) | |
+ | CompareTo (Char value) | |
+ | ConvertFromUtf32 (Int32 utf32) | |
+ | ConvertToUtf32 (Char highSurrogate, Char lowSurrogate) | |
+ | ConvertToUtf32 (String s, Int32 index) | |
= | Equals (Object obj) | |
= | Equals (Object obj) | |
+ | Equals (Char obj) | |
= | GetHashCode () | |
= | GetHashCode () | |
= | GetNumericValue (Char c) | |
= | GetNumericValue (String s, Int32 index) | |
= | GetNumericValue (Char c) | |
= | GetNumericValue (String s, Int32 index) | |
= | GetTypeCode () | |
= | GetTypeCode () | |
= | GetUnicodeCategory (Char c) | |
= | GetUnicodeCategory (String s, Int32 index) | |
= | GetUnicodeCategory (Char c) | |
= | GetUnicodeCategory (String s, Int32 index) | |
= | IsControl (Char c) | |
= | IsControl (String s, Int32 index) | |
= | IsControl (Char c) | |
= | IsControl (String s, Int32 index) | |
= | IsDigit (Char c) | |
= | IsDigit (String s, Int32 index) | |
= | IsDigit (Char c) | |
= | IsDigit (String s, Int32 index) | |
+ | IsHighSurrogate (Char c) | |
+ | IsHighSurrogate (String s, Int32 index) | |
= | IsLetter (Char c) | |
= | IsLetter (String s, Int32 index) | |
= | IsLetter (Char c) | |
= | IsLetter (String s, Int32 index) | |
= | IsLetterOrDigit (Char c) | |
= | IsLetterOrDigit (String s, Int32 index) | |
= | IsLetterOrDigit (Char c) | |
= | IsLetterOrDigit (String s, Int32 index) | |
= | IsLower (Char c) | |
= | IsLower (String s, Int32 index) | |
= | IsLower (Char c) | |
= | IsLower (String s, Int32 index) | |
+ | IsLowSurrogate (Char c) | |
+ | IsLowSurrogate (String s, Int32 index) | |
= | IsNumber (Char c) | |
= | IsNumber (String s, Int32 index) | |
= | IsNumber (Char c) | |
= | IsNumber (String s, Int32 index) | |
= | IsPunctuation (Char c) | |
= | IsPunctuation (String s, Int32 index) | |
= | IsPunctuation (Char c) | |
= | IsPunctuation (String s, Int32 index) | |
= | IsSeparator (Char c) | |
= | IsSeparator (String s, Int32 index) | |
= | IsSeparator (Char c) | |
= | IsSeparator (String s, Int32 index) | |
= | IsSurrogate (Char c) | |
= | IsSurrogate (String s, Int32 index) | |
= | IsSurrogate (Char c) | |
= | IsSurrogate (String s, Int32 index) | |
+ | IsSurrogatePair (String s, Int32 index) | |
+ | IsSurrogatePair (Char highSurrogate, Char lowSurrogate) | |
= | IsSymbol (Char c) | |
= | IsSymbol (String s, Int32 index) | |
= | IsSymbol (Char c) | |
= | IsSymbol (String s, Int32 index) | |
= | IsUpper (Char c) | |
= | IsUpper (String s, Int32 index) | |
= | IsUpper (Char c) | |
= | IsUpper (String s, Int32 index) | |
= | IsWhiteSpace (Char c) | |
= | IsWhiteSpace (String s, Int32 index) | |
= | IsWhiteSpace (Char c) | |
= | IsWhiteSpace (String s, Int32 index) | |
= | Parse (String s) | |
= | Parse (String s) | |
= | ToLower (Char c, CultureInfo culture) | |
= | ToLower (Char c) | |
= | ToLower (Char c, CultureInfo culture) | |
= | ToLower (Char c) | |
+ | ToLowerInvariant (Char c) | |
= | ToString (IFormatProvider provider) | |
= | ToString () | |
= | ToString (Char c) | |
= | ToString () | |
= | ToString (IFormatProvider provider) | |
= | ToString (Char c) | |
= | ToUpper (Char c, CultureInfo culture) | |
= | ToUpper (Char c) | |
= | ToUpper (Char c, CultureInfo culture) | |
= | ToUpper (Char c) | |
+ | ToUpperInvariant (Char c) | |
+ | TryParse (String s, Char& result) |
System.CharEnumerator = | ||
---|---|---|
= | Clone () | |
= | MoveNext () | |
= | Reset () | |
= | Current |
System.CLSCompliantAttribute = | ||
---|---|---|
= | .ctor () | |
= | IsCompliant |
Powered by Ricciolo