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 ... 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 ...
System.DateTime != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | MaxValue | |
= | MinValue | |
= | Add (TimeSpan value) | |
= | AddDays (Double value) | |
= | AddHours (Double value) | |
= | AddMilliseconds (Double value) | |
= | AddMinutes (Double value) | |
= | AddMonths (Int32 months) | |
= | AddSeconds (Double value) | |
= | AddTicks (Int64 value) | |
= | AddYears (Int32 value) | |
= | Compare (DateTime t1, DateTime t2) | |
= | CompareTo (Object value) | |
- | CompareTo (DateTime value) | |
= | DaysInMonth (Int32 year, Int32 month) | |
= | Equals (Object value) | |
- | Equals (DateTime value) | |
= | Equals (DateTime t1, DateTime t2) | |
- | FromBinary (Int64 dateData) | |
= | FromFileTime (Int64 fileTime) | |
= | FromFileTimeUtc (Int64 fileTime) | |
= | FromOADate (Double d) | |
= | GetDateTimeFormats () | |
= | GetDateTimeFormats (IFormatProvider provider) | |
= | GetDateTimeFormats (Char format) | |
= | GetDateTimeFormats (Char format, IFormatProvider provider) | |
= | GetHashCode () | |
= | GetTypeCode () | |
- | IsDaylightSavingTime () | |
= | IsLeapYear (Int32 year) | |
= | op_Addition (DateTime d, TimeSpan t) | |
= | op_Equality (DateTime d1, DateTime d2) | |
= | op_GreaterThan (DateTime t1, DateTime t2) | |
= | op_GreaterThanOrEqual (DateTime t1, DateTime t2) | |
= | op_Inequality (DateTime d1, DateTime d2) | |
= | op_LessThan (DateTime t1, DateTime t2) | |
= | op_LessThanOrEqual (DateTime t1, DateTime t2) | |
= | op_Subtraction (DateTime d, TimeSpan t) | |
= | op_Subtraction (DateTime d1, DateTime d2) | |
= | Parse (String s) | |
= | Parse (String s, IFormatProvider provider) | |
= | Parse (String s, IFormatProvider provider, DateTimeStyles styles) | |
= | ParseExact (String s, String format, IFormatProvider provider) | |
= | ParseExact (String s, String format, IFormatProvider provider, DateTimeStyles style) | |
= | ParseExact (String s, String[] formats, IFormatProvider provider, DateTimeStyles style) | |
- | SpecifyKind (DateTime value, DateTimeKind kind) | |
= | Subtract (DateTime value) | |
= | Subtract (TimeSpan value) | |
- | ToBinary () | |
= | ToFileTime () | |
= | ToFileTimeUtc () | |
= | ToLocalTime () | |
= | ToLongDateString () | |
= | ToLongTimeString () | |
= | ToOADate () | |
= | ToShortDateString () | |
= | ToShortTimeString () | |
= | ToString () | |
= | ToString (String format) | |
= | ToString (IFormatProvider provider) | |
= | ToString (String format, IFormatProvider provider) | |
= | ToUniversalTime () | |
- | TryParse (String s, DateTime& result) | |
- | TryParse (String s, IFormatProvider provider, DateTimeStyles styles, DateTime& result) | |
- | TryParseExact (String s, String format, IFormatProvider provider, DateTimeStyles style, DateTime& result) | |
- | TryParseExact (String s, String[] formats, IFormatProvider provider, DateTimeStyles style, DateTime& result) | |
= | Date | |
= | Day | |
= | DayOfWeek | |
= | DayOfYear | |
= | Hour | |
- | Kind | |
= | Millisecond | |
= | Minute | |
= | Month | |
= | Now | |
= | Second | |
= | Ticks | |
= | TimeOfDay | |
= | Today | |
= | UtcNow | |
= | Year |
System.DateTimeKind + | ||
---|---|---|
+ | Local | |
+ | Unspecified | |
+ | Utc | |
+ | value__ |
System.SystemException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.OutOfMemoryException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.StackOverflowException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.DataMisalignedException + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () |
System.ExecutionEngineException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.Delegate != | ||
---|---|---|
= | Clone () | |
= | Combine (Delegate a, Delegate b) | |
= | Combine (Delegate[] delegates) | |
= | CreateDelegate (Type type, Object target, String method) | |
= | CreateDelegate (Type type, Object target, String method, Boolean ignoreCase) | |
- | CreateDelegate (Type type, Object target, String method, Boolean ignoreCase, Boolean throwOnBindFailure) | |
= | CreateDelegate (Type type, Type target, String method) | |
- | CreateDelegate (Type type, Type target, String method, Boolean ignoreCase) | |
- | CreateDelegate (Type type, Type target, String method, Boolean ignoreCase, Boolean throwOnBindFailure) | |
= | CreateDelegate (Type type, MethodInfo method) | |
- | CreateDelegate (Type type, MethodInfo method, Boolean throwOnBindFailure) | |
- | CreateDelegate (Type type, Object firstArgument, MethodInfo method) | |
- | CreateDelegate (Type type, Object firstArgument, MethodInfo method, Boolean throwOnBindFailure) | |
= | DynamicInvoke (Object[] args) | |
= | Equals (Object obj) | |
= | GetHashCode () | |
= | GetInvocationList () | |
= | GetObjectData (SerializationInfo info, StreamingContext context) | |
= | op_Equality (Delegate d1, Delegate d2) | |
= | op_Inequality (Delegate d1, Delegate d2) | |
= | Remove (Delegate source, Delegate value) | |
= | RemoveAll (Delegate source, Delegate value) | |
= | Method | |
= | Target |
System.MulticastDelegate = | ||
---|---|---|
= | Equals (Object obj) | |
= | GetHashCode () | |
= | GetInvocationList () | |
= | GetObjectData (SerializationInfo info, StreamingContext context) | |
= | op_Equality (MulticastDelegate d1, MulticastDelegate d2) | |
= | op_Inequality (MulticastDelegate d1, MulticastDelegate d2) |
System.MemberAccessException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.Runtime.InteropServices._Activator + | ||
---|---|---|
+ | GetIDsOfNames (Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) | |
+ | GetTypeInfo (UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) | |
+ | GetTypeInfoCount (UInt32& pcTInfo) | |
+ | Invoke (UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) |
System.Activator != | ||
---|---|---|
= | CreateComInstanceFrom (String assemblyName, String typeName) | |
= | CreateComInstanceFrom (String assemblyName, String typeName, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm) | |
- | CreateInstance () | |
= | CreateInstance (Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) | |
= | CreateInstance (String assemblyName, String typeName) | |
= | CreateInstance (Type type, Boolean nonPublic) | |
= | CreateInstance (Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture) | |
= | CreateInstance (Type type, Object[] args) | |
= | CreateInstance (Type type, Object[] args, Object[] activationAttributes) | |
= | CreateInstance (Type type) | |
= | CreateInstance (String assemblyName, String typeName, Object[] activationAttributes) | |
= | CreateInstance (String assemblyName, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityInfo) | |
- | CreateInstance (AppDomain domain, String assemblyName, String typeName) | |
- | CreateInstance (AppDomain domain, String assemblyName, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityAttributes) | |
- | CreateInstance (ActivationContext activationContext) | |
- | CreateInstance (ActivationContext activationContext, String[] activationCustomData) | |
= | CreateInstanceFrom (String assemblyFile, String typeName) | |
= | CreateInstanceFrom (String assemblyFile, String typeName, Object[] activationAttributes) | |
= | CreateInstanceFrom (String assemblyFile, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityInfo) | |
- | CreateInstanceFrom (AppDomain domain, String assemblyFile, String typeName) | |
- | CreateInstanceFrom (AppDomain domain, String assemblyFile, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityAttributes) | |
= | GetObject (Type type, String url) | |
= | GetObject (Type type, String url, Object state) |
System.AccessViolationException + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () |
System.Runtime.Hosting.ApplicationActivator + | ||
---|---|---|
+ | .ctor () | |
+ | CreateInstance (ActivationContext activationContext) | |
+ | CreateInstance (ActivationContext activationContext, String[] activationCustomData) |
Powered by Ricciolo