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 ... 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 ...
System.IFormattable = | ||
---|---|---|
= | ToString (String format, IFormatProvider formatProvider) |
System.IConvertible = | ||
---|---|---|
= | GetTypeCode () | |
= | ToBoolean (IFormatProvider provider) | |
= | ToByte (IFormatProvider provider) | |
= | ToChar (IFormatProvider provider) | |
= | ToDateTime (IFormatProvider provider) | |
= | ToDecimal (IFormatProvider provider) | |
= | ToDouble (IFormatProvider provider) | |
= | ToInt16 (IFormatProvider provider) | |
= | ToInt32 (IFormatProvider provider) | |
= | ToInt64 (IFormatProvider provider) | |
= | ToSByte (IFormatProvider provider) | |
= | ToSingle (IFormatProvider provider) | |
= | ToString (IFormatProvider provider) | |
= | ToType (Type conversionType, IFormatProvider provider) | |
= | ToUInt16 (IFormatProvider provider) | |
= | ToUInt32 (IFormatProvider provider) | |
= | ToUInt64 (IFormatProvider provider) |
System.Enum = | ||
---|---|---|
= | CompareTo (Object target) | |
= | Equals (Object obj) | |
= | Format (Type enumType, Object value, String format) | |
= | GetHashCode () | |
= | GetName (Type enumType, Object value) | |
= | GetNames (Type enumType) | |
= | GetTypeCode () | |
= | GetUnderlyingType (Type enumType) | |
= | GetValues (Type enumType) | |
= | IsDefined (Type enumType, Object value) | |
= | Parse (Type enumType, String value) | |
= | Parse (Type enumType, String value, Boolean ignoreCase) | |
= | ToObject (Type enumType, Object value) | |
= | ToObject (Type enumType, SByte value) | |
= | ToObject (Type enumType, Int16 value) | |
= | ToObject (Type enumType, Int32 value) | |
= | ToObject (Type enumType, Byte value) | |
= | ToObject (Type enumType, UInt16 value) | |
= | ToObject (Type enumType, UInt32 value) | |
= | ToObject (Type enumType, Int64 value) | |
= | ToObject (Type enumType, UInt64 value) | |
= | ToString () | |
= | ToString (String format, IFormatProvider provider) | |
= | ToString (String format) | |
= | ToString (IFormatProvider provider) |
System.Collections.Generic.IEnumerable`1 + | ||
---|---|---|
+ | GetEnumerator () |
System.String != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | Empty | |
= | Clone () | |
= | Compare (String strA, String strB) | |
= | Compare (String strA, String strB, Boolean ignoreCase) | |
- | Compare (String strA, String strB, StringComparison comparisonType) | |
= | Compare (String strA, String strB, Boolean ignoreCase, CultureInfo culture) | |
= | Compare (String strA, Int32 indexA, String strB, Int32 indexB, Int32 length) | |
= | Compare (String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, Boolean ignoreCase) | |
= | Compare (String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, Boolean ignoreCase, CultureInfo culture) | |
- | Compare (String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, StringComparison comparisonType) | |
= | CompareOrdinal (String strA, String strB) | |
= | CompareOrdinal (String strA, Int32 indexA, String strB, Int32 indexB, Int32 length) | |
= | CompareTo (Object value) | |
= | CompareTo (String strB) | |
= | Concat (Object arg0) | |
= | Concat (Object arg0, Object arg1) | |
= | Concat (Object arg0, Object arg1, Object arg2) | |
= | Concat (Object arg0, Object arg1, Object arg2, Object arg3) | |
= | Concat (Object[] args) | |
= | Concat (String str0, String str1) | |
= | Concat (String str0, String str1, String str2) | |
= | Concat (String str0, String str1, String str2, String str3) | |
= | Concat (String[] values) | |
- | Contains (String value) | |
= | Copy (String str) | |
= | CopyTo (Int32 sourceIndex, Char[] destination, Int32 destinationIndex, Int32 count) | |
= | EndsWith (String value) | |
- | EndsWith (String value, StringComparison comparisonType) | |
- | EndsWith (String value, Boolean ignoreCase, CultureInfo culture) | |
= | Equals (Object obj) | |
= | Equals (String value) | |
- | Equals (String value, StringComparison comparisonType) | |
= | Equals (String a, String b) | |
- | Equals (String a, String b, StringComparison comparisonType) | |
= | Format (String format, Object arg0) | |
= | Format (String format, Object arg0, Object arg1) | |
= | Format (String format, Object arg0, Object arg1, Object arg2) | |
= | Format (String format, Object[] args) | |
= | Format (IFormatProvider provider, String format, Object[] args) | |
= | GetEnumerator () | |
= | GetHashCode () | |
= | GetTypeCode () | |
= | IndexOf (Char value, Int32 startIndex, Int32 count) | |
= | IndexOf (Char value) | |
= | IndexOf (Char value, Int32 startIndex) | |
= | IndexOf (String value) | |
= | IndexOf (String value, Int32 startIndex) | |
= | IndexOf (String value, Int32 startIndex, Int32 count) | |
- | IndexOf (String value, StringComparison comparisonType) | |
- | IndexOf (String value, Int32 startIndex, StringComparison comparisonType) | |
- | IndexOf (String value, Int32 startIndex, Int32 count, StringComparison comparisonType) | |
= | IndexOfAny (Char[] anyOf, Int32 startIndex, Int32 count) | |
= | IndexOfAny (Char[] anyOf) | |
= | IndexOfAny (Char[] anyOf, Int32 startIndex) | |
= | Insert (Int32 startIndex, String value) | |
= | Intern (String str) | |
= | IsInterned (String str) | |
- | IsNormalized () | |
- | IsNormalized (NormalizationForm normalizationForm) | |
- | IsNullOrEmpty (String value) | |
= | Join (String separator, String[] value) | |
= | Join (String separator, String[] value, Int32 startIndex, Int32 count) | |
= | LastIndexOf (Char value, Int32 startIndex, Int32 count) | |
= | LastIndexOf (Char value) | |
= | LastIndexOf (Char value, Int32 startIndex) | |
= | LastIndexOf (String value) | |
= | LastIndexOf (String value, Int32 startIndex) | |
= | LastIndexOf (String value, Int32 startIndex, Int32 count) | |
- | LastIndexOf (String value, StringComparison comparisonType) | |
- | LastIndexOf (String value, Int32 startIndex, StringComparison comparisonType) | |
- | LastIndexOf (String value, Int32 startIndex, Int32 count, StringComparison comparisonType) | |
= | LastIndexOfAny (Char[] anyOf, Int32 startIndex, Int32 count) | |
= | LastIndexOfAny (Char[] anyOf) | |
= | LastIndexOfAny (Char[] anyOf, Int32 startIndex) | |
- | Normalize () | |
- | Normalize (NormalizationForm normalizationForm) | |
= | op_Equality (String a, String b) | |
= | op_Inequality (String a, String b) | |
= | PadLeft (Int32 totalWidth) | |
= | PadLeft (Int32 totalWidth, Char paddingChar) | |
= | PadRight (Int32 totalWidth) | |
= | PadRight (Int32 totalWidth, Char paddingChar) | |
= | Remove (Int32 startIndex, Int32 count) | |
- | Remove (Int32 startIndex) | |
= | Replace (Char oldChar, Char newChar) | |
= | Replace (String oldValue, String newValue) | |
= | Split (Char[] separator) | |
= | Split (Char[] separator, Int32 count) | |
- | Split (Char[] separator, StringSplitOptions options) | |
- | Split (Char[] separator, Int32 count, StringSplitOptions options) | |
- | Split (String[] separator, StringSplitOptions options) | |
- | Split (String[] separator, Int32 count, StringSplitOptions options) | |
= | StartsWith (String value) | |
- | StartsWith (String value, StringComparison comparisonType) | |
- | StartsWith (String value, Boolean ignoreCase, CultureInfo culture) | |
= | Substring (Int32 startIndex) | |
= | Substring (Int32 startIndex, Int32 length) | |
= | ToCharArray () | |
= | ToCharArray (Int32 startIndex, Int32 length) | |
= | ToLower () | |
= | ToLower (CultureInfo culture) | |
- | ToLowerInvariant () | |
= | ToString () | |
= | ToString (IFormatProvider provider) | |
= | ToUpper () | |
= | ToUpper (CultureInfo culture) | |
- | ToUpperInvariant () | |
= | Trim (Char[] trimChars) | |
= | Trim () | |
= | TrimEnd (Char[] trimChars) | |
= | TrimStart (Char[] trimChars) | |
= | Chars [Int32 index] | |
= | Length |
System.StringSplitOptions + | ||
---|---|---|
+ | None | |
+ | RemoveEmptyEntries | |
+ | value__ |
System.Collections.IComparer = | ||
---|---|---|
= | Compare (Object x, Object y) |
System.Collections.IEqualityComparer + | ||
---|---|---|
+ | Equals (Object x, Object y) | |
+ | GetHashCode (Object obj) |
System.Collections.Generic.IEqualityComparer`1 + | ||
---|---|---|
+ | Equals (T x, T y) | |
+ | GetHashCode (T obj) |
System.StringComparer + | ||
---|---|---|
+ | Compare (Object x, Object y) | |
+ | Compare (String x, String y) | |
+ | Create (CultureInfo culture, Boolean ignoreCase) | |
+ | Equals (Object x, Object y) | |
+ | Equals (String x, String y) | |
+ | GetHashCode (Object obj) | |
+ | GetHashCode (String obj) | |
+ | CurrentCulture | |
+ | CurrentCultureIgnoreCase | |
+ | InvariantCulture | |
+ | InvariantCultureIgnoreCase | |
+ | Ordinal | |
+ | OrdinalIgnoreCase |
System.StringComparison + | ||
---|---|---|
+ | CurrentCulture | |
+ | CurrentCultureIgnoreCase | |
+ | InvariantCulture | |
+ | InvariantCultureIgnoreCase | |
+ | Ordinal | |
+ | OrdinalIgnoreCase | |
+ | value__ |
System.Runtime.Serialization.ISerializable = | ||
---|---|---|
= | GetObjectData (SerializationInfo info, StreamingContext context) |
System.Text.StringBuilder != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | Append (Char value, Int32 repeatCount) | |
= | Append (Char[] value, Int32 startIndex, Int32 charCount) | |
= | Append (String value) | |
= | Append (String value, Int32 startIndex, Int32 count) | |
= | Append (Boolean value) | |
= | Append (SByte value) | |
= | Append (Byte value) | |
= | Append (Char value) | |
= | Append (Int16 value) | |
= | Append (Int32 value) | |
= | Append (Int64 value) | |
= | Append (Single value) | |
= | Append (Double value) | |
= | Append (Decimal value) | |
= | Append (UInt16 value) | |
= | Append (UInt32 value) | |
= | Append (UInt64 value) | |
= | Append (Object value) | |
= | Append (Char[] value) | |
= | AppendFormat (String format, Object arg0) | |
= | AppendFormat (String format, Object arg0, Object arg1) | |
= | AppendFormat (String format, Object arg0, Object arg1, Object arg2) | |
= | AppendFormat (String format, Object[] args) | |
= | AppendFormat (IFormatProvider provider, String format, Object[] args) | |
- | AppendLine () | |
- | AppendLine (String value) | |
- | CopyTo (Int32 sourceIndex, Char[] destination, Int32 destinationIndex, Int32 count) | |
= | EnsureCapacity (Int32 capacity) | |
= | Equals (StringBuilder sb) | |
= | Insert (Int32 index, String value, Int32 count) | |
= | Insert (Int32 index, String value) | |
= | Insert (Int32 index, Boolean value) | |
= | Insert (Int32 index, SByte value) | |
= | Insert (Int32 index, Byte value) | |
= | Insert (Int32 index, Int16 value) | |
= | Insert (Int32 index, Char value) | |
= | Insert (Int32 index, Char[] value) | |
= | Insert (Int32 index, Char[] value, Int32 startIndex, Int32 charCount) | |
= | Insert (Int32 index, Int32 value) | |
= | Insert (Int32 index, Int64 value) | |
= | Insert (Int32 index, Single value) | |
= | Insert (Int32 index, Double value) | |
= | Insert (Int32 index, Decimal value) | |
= | Insert (Int32 index, UInt16 value) | |
= | Insert (Int32 index, UInt32 value) | |
= | Insert (Int32 index, UInt64 value) | |
= | Insert (Int32 index, Object value) | |
= | Remove (Int32 startIndex, Int32 length) | |
= | Replace (String oldValue, String newValue, Int32 startIndex, Int32 count) | |
= | Replace (String oldValue, String newValue) | |
= | Replace (Char oldChar, Char newChar) | |
= | Replace (Char oldChar, Char newChar, Int32 startIndex, Int32 count) | |
= | ToString () | |
= | ToString (Int32 startIndex, Int32 length) | |
= | Capacity | |
= | Chars [Int32 index] | |
= | Length | |
= | MaxCapacity |
System.Runtime.InteropServices._Exception + | ||
---|---|---|
+ | Equals (Object obj) | |
+ | GetBaseException () | |
+ | GetHashCode () | |
+ | GetObjectData (SerializationInfo info, StreamingContext context) | |
+ | GetType () | |
+ | ToString () | |
+ | HelpLink | |
+ | InnerException | |
+ | Message | |
+ | Source | |
+ | StackTrace | |
+ | TargetSite |
Powered by Ricciolo