Comparazione classi Framework 1.1 - 2.0 RTM
Filtra
Tipo (maiuscole/minuscole):
Flag classe
Flag membro

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 ... 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 ...

 System.Reflection.TargetParameterCountException =
 =.ctor ()
 =.ctor ()
 =.ctor ()

 System.Reflection.TypeAttributes !=
 =Abstract 
 =AnsiClass 
 =AutoClass 
 =AutoLayout 
 =BeforeFieldInit 
 =Class 
 =ClassSemanticsMask 
 -CustomFormatClass 
 -CustomFormatMask 
 =ExplicitLayout 
 =HasSecurity 
 =Import 
 =Interface 
 =LayoutMask 
 =NestedAssembly 
 =NestedFamANDAssem 
 =NestedFamily 
 =NestedFamORAssem 
 =NestedPrivate 
 =NestedPublic 
 =NotPublic 
 =Public 
 =ReservedMask 
 =RTSpecialName 
 =Sealed 
 =SequentialLayout 
 =Serializable 
 =SpecialName 
 =StringFormatMask 
 =UnicodeClass 
 =value__ 
 =VisibilityMask 

 System.Reflection.TypeDelegator !=
 =.ctor ()
 =GetConstructors (BindingFlags bindingAttr)
 =GetCustomAttributes (Boolean inherit)
 =GetCustomAttributes (Type attributeType, Boolean inherit)
 =GetElementType ()
 =GetEvent (String name, BindingFlags bindingAttr)
 =GetEvents ()
 =GetEvents (BindingFlags bindingAttr)
 =GetField (String name, BindingFlags bindingAttr)
 =GetFields (BindingFlags bindingAttr)
 =GetInterface (String name, Boolean ignoreCase)
 =GetInterfaceMap (Type interfaceType)
 =GetInterfaces ()
 =GetMember (String name, MemberTypes type, BindingFlags bindingAttr)
 =GetMembers (BindingFlags bindingAttr)
 =GetMethods (BindingFlags bindingAttr)
 =GetNestedType (String name, BindingFlags bindingAttr)
 =GetNestedTypes (BindingFlags bindingAttr)
 =GetProperties (BindingFlags bindingAttr)
 =InvokeMember (String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters)
 =IsDefined (Type attributeType, Boolean inherit)
 =Assembly 
 =AssemblyQualifiedName 
 =BaseType 
 =FullName 
 =GUID 
 -MetadataToken 
 =Module 
 =Name 
 =Namespace 
 =TypeHandle 
 =UnderlyingSystemType 

 System.Reflection.TypeFilter =
 =.ctor ()
 =BeginInvoke (Type m, Object filterCriteria, AsyncCallback callback, Object object)
 =EndInvoke (IAsyncResult result)
 =Invoke (Type m, Object filterCriteria)

 System.Reflection.MethodBase !=
 =GetCurrentMethod ()
 -GetGenericArguments ()
 -GetMethodBody ()
 =GetMethodFromHandle (RuntimeMethodHandle handle)
 -GetMethodFromHandle (RuntimeMethodHandle handle, RuntimeTypeHandle declaringType)
 =GetMethodImplementationFlags ()
 =GetParameters ()
 =Invoke (Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
 =Invoke (Object obj, Object[] parameters)
 =Attributes 
 =CallingConvention 
 -ContainsGenericParameters 
 =IsAbstract 
 =IsAssembly 
 =IsConstructor 
 =IsFamily 
 =IsFamilyAndAssembly 
 =IsFamilyOrAssembly 
 =IsFinal 
 -IsGenericMethod 
 -IsGenericMethodDefinition 
 =IsHideBySig 
 =IsPrivate 
 =IsPublic 
 =IsSpecialName 
 =IsStatic 
 =IsVirtual 
 =MethodHandle 

 System.Reflection.ConstructorInfo =
 =ConstructorName 
 =TypeConstructorName 
 =Invoke (Object[] parameters)
 =Invoke (BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
 =MemberType 

 System.Reflection.MethodInfo !=
 =GetBaseDefinition ()
 -GetGenericArguments ()
 -GetGenericMethodDefinition ()
 -MakeGenericMethod (Type[] typeArguments)
 -ContainsGenericParameters 
 -IsGenericMethod 
 -IsGenericMethodDefinition 
 =MemberType 
 -ReturnParameter 
 =ReturnType 
 =ReturnTypeCustomAttributes 

 System.Reflection.FieldInfo !=
 =GetFieldFromHandle (RuntimeFieldHandle handle)
 -GetFieldFromHandle (RuntimeFieldHandle handle, RuntimeTypeHandle declaringType)
 -GetOptionalCustomModifiers ()
 -GetRawConstantValue ()
 -GetRequiredCustomModifiers ()
 =GetValue (Object obj)
 =GetValueDirect (TypedReference obj)
 =SetValue (Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture)
 =SetValue (Object obj, Object value)
 =SetValueDirect (TypedReference obj, Object value)
 =Attributes 
 =FieldHandle 
 =FieldType 
 =IsAssembly 
 =IsFamily 
 =IsFamilyAndAssembly 
 =IsFamilyOrAssembly 
 =IsInitOnly 
 =IsLiteral 
 =IsNotSerialized 
 =IsPinvokeImpl 
 =IsPrivate 
 =IsPublic 
 =IsSpecialName 
 =IsStatic 
 =MemberType 

 System.Reflection.EventInfo !=
 =AddEventHandler (Object target, Delegate handler)
 =GetAddMethod (Boolean nonPublic)
 =GetAddMethod ()
 -GetOtherMethods (Boolean nonPublic)
 -GetOtherMethods ()
 =GetRaiseMethod (Boolean nonPublic)
 =GetRaiseMethod ()
 =GetRemoveMethod (Boolean nonPublic)
 =GetRemoveMethod ()
 =RemoveEventHandler (Object target, Delegate handler)
 =Attributes 
 =EventHandlerType 
 =IsMulticast 
 =IsSpecialName 
 =MemberType 

 System.Reflection.PropertyInfo !=
 =GetAccessors (Boolean nonPublic)
 =GetAccessors ()
 -GetConstantValue ()
 =GetGetMethod (Boolean nonPublic)
 =GetGetMethod ()
 =GetIndexParameters ()
 -GetOptionalCustomModifiers ()
 -GetRawConstantValue ()
 -GetRequiredCustomModifiers ()
 =GetSetMethod (Boolean nonPublic)
 =GetSetMethod ()
 =GetValue (Object obj, Object[] index)
 =GetValue (Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
 =SetValue (Object obj, Object value, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
 =SetValue (Object obj, Object value, Object[] index)
 =Attributes 
 =CanRead 
 =CanWrite 
 =IsSpecialName 
 =MemberType 
 =PropertyType 

 System.Reflection.ParameterInfo !=
 =GetCustomAttributes (Boolean inherit)
 =GetCustomAttributes (Type attributeType, Boolean inherit)
 -GetOptionalCustomModifiers ()
 -GetRequiredCustomModifiers ()
 =IsDefined (Type attributeType, Boolean inherit)
 -ToString ()
 =Attributes 
 =DefaultValue 
 =IsIn 
 =IsLcid 
 =IsOptional 
 =IsOut 
 =IsRetval 
 =Member 
 -MetadataToken 
 =Name 
 =ParameterType 
 =Position 
 -RawDefaultValue 

 System.Runtime.Serialization.IFormatter =
 =Deserialize (Stream serializationStream)
 =Serialize (Stream serializationStream, Object graph)
 =Binder 
 =Context 
 =SurrogateSelector 

 System.Runtime.Serialization.Formatter =
 =Deserialize (Stream serializationStream)
 =Serialize (Stream serializationStream, Object graph)
 =Binder 
 =Context 
 =SurrogateSelector 

 System.Runtime.Serialization.IFormatterConverter =
 =Convert (Object value, Type type)
 =Convert (Object value, TypeCode typeCode)
 =ToBoolean (Object value)
 =ToByte (Object value)
 =ToChar (Object value)
 =ToDateTime (Object value)
 =ToDecimal (Object value)
 =ToDouble (Object value)
 =ToInt16 (Object value)
 =ToInt32 (Object value)
 =ToInt64 (Object value)
 =ToSByte (Object value)
 =ToSingle (Object value)
 =ToString (Object value)
 =ToUInt16 (Object value)
 =ToUInt32 (Object value)
 =ToUInt64 (Object value)

Powered by Ricciolo