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 ... 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 ...
System.ContextStaticAttribute = | ||
---|---|---|
= | .ctor () |
System.Runtime.CompilerServices.StringFreezingAttribute + | ||
---|---|---|
+ | .ctor () |
System.TimeZone = | ||
---|---|---|
= | GetDaylightChanges (Int32 year) | |
= | GetUtcOffset (DateTime time) | |
= | IsDaylightSavingTime (DateTime time) | |
= | IsDaylightSavingTime (DateTime time, DaylightTime daylightTimes) | |
= | ToLocalTime (DateTime time) | |
= | ToUniversalTime (DateTime time) | |
= | CurrentTimeZone | |
= | DaylightName | |
= | StandardName |
System.DayOfWeek = | ||
---|---|---|
= | Friday | |
= | Monday | |
= | Saturday | |
= | Sunday | |
= | Thursday | |
= | Tuesday | |
= | value__ | |
= | Wednesday |
System.DBNull = | ||
---|---|---|
= | Value | |
= | GetObjectData (SerializationInfo info, StreamingContext context) | |
= | GetTypeCode () | |
= | ToString () | |
= | ToString (IFormatProvider provider) |
System.Decimal != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | MaxValue | |
= | MinusOne | |
= | MinValue | |
= | One | |
= | Zero | |
= | Add (Decimal d1, Decimal d2) | |
- | Ceiling (Decimal d) | |
= | Compare (Decimal d1, Decimal d2) | |
= | CompareTo (Object value) | |
- | CompareTo (Decimal value) | |
= | Divide (Decimal d1, Decimal d2) | |
= | Equals (Object value) | |
- | Equals (Decimal value) | |
= | Equals (Decimal d1, Decimal d2) | |
= | Floor (Decimal d) | |
= | FromOACurrency (Int64 cy) | |
= | GetBits (Decimal d) | |
= | GetHashCode () | |
= | GetTypeCode () | |
= | Multiply (Decimal d1, Decimal d2) | |
= | Negate (Decimal d) | |
= | op_Addition (Decimal d1, Decimal d2) | |
= | op_Decrement (Decimal d) | |
= | op_Division (Decimal d1, Decimal d2) | |
= | op_Equality (Decimal d1, Decimal d2) | |
= | op_Explicit (Single value) | |
= | op_Explicit (Double value) | |
= | op_Explicit (Decimal value) | |
= | op_Explicit (Decimal value) | |
= | op_Explicit (Decimal value) | |
= | op_Explicit (Decimal value) | |
= | op_Explicit (Decimal value) | |
= | op_Explicit (Decimal value) | |
= | op_Explicit (Decimal value) | |
= | op_Explicit (Decimal value) | |
= | op_Explicit (Decimal value) | |
= | op_Explicit (Decimal value) | |
= | op_Explicit (Decimal value) | |
= | op_GreaterThan (Decimal d1, Decimal d2) | |
= | op_GreaterThanOrEqual (Decimal d1, Decimal d2) | |
= | op_Implicit (Byte value) | |
= | op_Implicit (SByte value) | |
= | op_Implicit (Int16 value) | |
= | op_Implicit (UInt16 value) | |
= | op_Implicit (Char value) | |
= | op_Implicit (Int32 value) | |
= | op_Implicit (UInt32 value) | |
= | op_Implicit (Int64 value) | |
= | op_Implicit (UInt64 value) | |
= | op_Increment (Decimal d) | |
= | op_Inequality (Decimal d1, Decimal d2) | |
= | op_LessThan (Decimal d1, Decimal d2) | |
= | op_LessThanOrEqual (Decimal d1, Decimal d2) | |
= | op_Modulus (Decimal d1, Decimal d2) | |
= | op_Multiply (Decimal d1, Decimal d2) | |
= | op_Subtraction (Decimal d1, Decimal d2) | |
= | op_UnaryNegation (Decimal d) | |
= | op_UnaryPlus (Decimal d) | |
= | Parse (String s) | |
= | Parse (String s, NumberStyles style) | |
= | Parse (String s, IFormatProvider provider) | |
= | Parse (String s, NumberStyles style, IFormatProvider provider) | |
= | Remainder (Decimal d1, Decimal d2) | |
- | Round (Decimal d) | |
= | Round (Decimal d, Int32 decimals) | |
- | Round (Decimal d, MidpointRounding mode) | |
- | Round (Decimal d, Int32 decimals, MidpointRounding mode) | |
= | Subtract (Decimal d1, Decimal d2) | |
= | ToByte (Decimal value) | |
= | ToDouble (Decimal d) | |
= | ToInt16 (Decimal value) | |
= | ToInt32 (Decimal d) | |
= | ToInt64 (Decimal d) | |
= | ToOACurrency (Decimal value) | |
= | ToSByte (Decimal value) | |
= | ToSingle (Decimal d) | |
= | ToString () | |
= | ToString (String format) | |
= | ToString (IFormatProvider provider) | |
= | ToString (String format, IFormatProvider provider) | |
= | ToUInt16 (Decimal value) | |
= | ToUInt32 (Decimal d) | |
= | ToUInt64 (Decimal d) | |
= | Truncate (Decimal d) | |
- | TryParse (String s, Decimal& result) | |
- | TryParse (String s, NumberStyles style, IFormatProvider provider, Decimal& result) |
System.Reflection.Binder = | ||
---|---|---|
= | BindToField (BindingFlags bindingAttr, FieldInfo[] match, Object value, CultureInfo culture) | |
= | BindToMethod (BindingFlags bindingAttr, MethodBase[] match, Object[]& args, ParameterModifier[] modifiers, CultureInfo culture, String[] names, Object& state) | |
= | ChangeType (Object value, Type type, CultureInfo culture) | |
= | ReorderArgumentArray (Object[]& args, Object state) | |
= | SelectMethod (BindingFlags bindingAttr, MethodBase[] match, Type[] types, ParameterModifier[] modifiers) | |
= | SelectProperty (BindingFlags bindingAttr, PropertyInfo[] match, Type returnType, Type[] indexes, ParameterModifier[] modifiers) |
System.Runtime.Serialization.IObjectReference = | ||
---|---|---|
= | GetRealObject (StreamingContext context) |
System.DivideByZeroException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.Double != | ||
---|---|---|
= | Epsilon | |
= | MaxValue | |
= | MinValue | |
= | NaN | |
= | NegativeInfinity | |
= | PositiveInfinity | |
= | CompareTo (Object value) | |
- | CompareTo (Double value) | |
= | Equals (Object obj) | |
- | Equals (Double obj) | |
= | GetHashCode () | |
= | GetTypeCode () | |
= | IsInfinity (Double d) | |
= | IsNaN (Double d) | |
= | IsNegativeInfinity (Double d) | |
= | IsPositiveInfinity (Double d) | |
= | Parse (String s) | |
= | Parse (String s, NumberStyles style) | |
= | Parse (String s, IFormatProvider provider) | |
= | Parse (String s, NumberStyles style, IFormatProvider provider) | |
= | ToString (String format, IFormatProvider provider) | |
= | ToString () | |
= | ToString (String format) | |
= | ToString (IFormatProvider provider) | |
- | TryParse (String s, Double& result) | |
= | TryParse (String s, NumberStyles style, IFormatProvider provider, Double& result) |
System.DuplicateWaitObjectException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.TypeLoadException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | GetObjectData (SerializationInfo info, StreamingContext context) | |
= | Message | |
= | TypeName |
System.EntryPointNotFoundException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.DllNotFoundException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
Powered by Ricciolo