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 ... 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 ...
System.Reflection.Emit.ParameterToken != | ||
---|---|---|
= | Empty | |
= | Equals (Object obj) | |
- | Equals (ParameterToken obj) | |
= | GetHashCode () | |
- | op_Equality (ParameterToken a, ParameterToken b) | |
- | op_Inequality (ParameterToken a, ParameterToken b) | |
= | Token |
System.Reflection.Emit.PropertyBuilder != | ||
---|---|---|
= | AddOtherMethod (MethodBuilder mdBuilder) | |
= | GetAccessors (Boolean nonPublic) | |
= | GetCustomAttributes (Boolean inherit) | |
= | GetCustomAttributes (Type attributeType, Boolean inherit) | |
= | GetGetMethod (Boolean nonPublic) | |
= | GetIndexParameters () | |
= | GetSetMethod (Boolean nonPublic) | |
= | GetValue (Object obj, Object[] index) | |
= | GetValue (Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture) | |
= | IsDefined (Type attributeType, Boolean inherit) | |
= | SetConstant (Object defaultValue) | |
= | SetCustomAttribute (ConstructorInfo con, Byte[] binaryAttribute) | |
= | SetCustomAttribute (CustomAttributeBuilder customBuilder) | |
= | SetGetMethod (MethodBuilder mdBuilder) | |
= | SetSetMethod (MethodBuilder mdBuilder) | |
= | SetValue (Object obj, Object value, Object[] index) | |
= | SetValue (Object obj, Object value, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture) | |
= | Attributes | |
= | CanRead | |
= | CanWrite | |
= | DeclaringType | |
- | Module | |
= | Name | |
= | PropertyToken | |
= | PropertyType | |
= | ReflectedType |
System.Reflection.Emit.PropertyToken != | ||
---|---|---|
= | Empty | |
= | Equals (Object obj) | |
- | Equals (PropertyToken obj) | |
= | GetHashCode () | |
- | op_Equality (PropertyToken a, PropertyToken b) | |
- | op_Inequality (PropertyToken a, PropertyToken b) | |
= | Token |
System.Reflection.Emit.SignatureHelper != | ||
---|---|---|
= | AddArgument (Type clsArgument) | |
- | AddArgument (Type argument, Boolean pinned) | |
- | AddArgument (Type argument, Type[] requiredCustomModifiers, Type[] optionalCustomModifiers) | |
- | AddArguments (Type[] arguments, Type[][] requiredCustomModifiers, Type[][] optionalCustomModifiers) | |
= | AddSentinel () | |
= | Equals (Object obj) | |
= | GetFieldSigHelper (Module mod) | |
= | GetHashCode () | |
- | GetLocalVarSigHelper () | |
= | GetLocalVarSigHelper (Module mod) | |
= | GetMethodSigHelper (Module mod, Type returnType, Type[] parameterTypes) | |
= | GetMethodSigHelper (Module mod, CallingConventions callingConvention, Type returnType) | |
= | GetMethodSigHelper (Module mod, CallingConvention unmanagedCallConv, Type returnType) | |
- | GetMethodSigHelper (CallingConventions callingConvention, Type returnType) | |
- | GetMethodSigHelper (CallingConvention unmanagedCallingConvention, Type returnType) | |
= | GetPropertySigHelper (Module mod, Type returnType, Type[] parameterTypes) | |
- | GetPropertySigHelper (Module mod, Type returnType, Type[] requiredReturnTypeCustomModifiers, Type[] optionalReturnTypeCustomModifiers, Type[] parameterTypes, Type[][] requiredParameterTypeCustomModifiers, Type[][] optionalParameterTypeCustomModifiers) | |
= | GetSignature () | |
= | ToString () |
System.Reflection.Emit.SignatureToken != | ||
---|---|---|
= | Empty | |
= | Equals (Object obj) | |
- | Equals (SignatureToken obj) | |
= | GetHashCode () | |
- | op_Equality (SignatureToken a, SignatureToken b) | |
- | op_Inequality (SignatureToken a, SignatureToken b) | |
= | Token |
System.Reflection.Emit.StringToken != | ||
---|---|---|
= | Equals (Object obj) | |
- | Equals (StringToken obj) | |
= | GetHashCode () | |
- | op_Equality (StringToken a, StringToken b) | |
- | op_Inequality (StringToken a, StringToken b) | |
= | Token |
System.Reflection.Emit.PackingSize != | ||
---|---|---|
= | Size1 | |
- | Size128 | |
= | Size16 | |
= | Size2 | |
- | Size32 | |
= | Size4 | |
- | Size64 | |
= | Size8 | |
= | Unspecified | |
= | value__ |
System.Reflection.Emit.TypeBuilder != | ||
---|---|---|
= | UnspecifiedTypeSize | |
= | AddDeclarativeSecurity (SecurityAction action, PermissionSet pset) | |
= | AddInterfaceImplementation (Type interfaceType) | |
= | CreateType () | |
= | DefineConstructor (MethodAttributes attributes, CallingConventions callingConvention, Type[] parameterTypes) | |
- | DefineConstructor (MethodAttributes attributes, CallingConventions callingConvention, Type[] parameterTypes, Type[][] requiredCustomModifiers, Type[][] optionalCustomModifiers) | |
= | DefineDefaultConstructor (MethodAttributes attributes) | |
= | DefineEvent (String name, EventAttributes attributes, Type eventtype) | |
= | DefineField (String fieldName, Type type, FieldAttributes attributes) | |
- | DefineField (String fieldName, Type type, Type[] requiredCustomModifiers, Type[] optionalCustomModifiers, FieldAttributes attributes) | |
- | DefineGenericParameters (String[] names) | |
= | DefineInitializedData (String name, Byte[] data, FieldAttributes attributes) | |
= | DefineMethod (String name, MethodAttributes attributes, Type returnType, Type[] parameterTypes) | |
- | DefineMethod (String name, MethodAttributes attributes) | |
- | DefineMethod (String name, MethodAttributes attributes, CallingConventions callingConvention) | |
= | DefineMethod (String name, MethodAttributes attributes, CallingConventions callingConvention, Type returnType, Type[] parameterTypes) | |
- | DefineMethod (String name, MethodAttributes attributes, CallingConventions callingConvention, Type returnType, Type[] returnTypeRequiredCustomModifiers, Type[] returnTypeOptionalCustomModifiers, Type[] parameterTypes, Type[][] parameterTypeRequiredCustomModifiers, Type[][] parameterTypeOptionalCustomModifiers) | |
= | DefineMethodOverride (MethodInfo methodInfoBody, MethodInfo methodInfoDeclaration) | |
= | DefineNestedType (String name) | |
= | DefineNestedType (String name, TypeAttributes attr, Type parent, Type[] interfaces) | |
= | DefineNestedType (String name, TypeAttributes attr, Type parent) | |
= | DefineNestedType (String name, TypeAttributes attr) | |
= | DefineNestedType (String name, TypeAttributes attr, Type parent, Int32 typeSize) | |
= | DefineNestedType (String name, TypeAttributes attr, Type parent, PackingSize packSize) | |
= | DefinePInvokeMethod (String name, String dllName, MethodAttributes attributes, CallingConventions callingConvention, Type returnType, Type[] parameterTypes, CallingConvention nativeCallConv, CharSet nativeCharSet) | |
= | DefinePInvokeMethod (String name, String dllName, String entryName, MethodAttributes attributes, CallingConventions callingConvention, Type returnType, Type[] parameterTypes, CallingConvention nativeCallConv, CharSet nativeCharSet) | |
- | DefinePInvokeMethod (String name, String dllName, String entryName, MethodAttributes attributes, CallingConventions callingConvention, Type returnType, Type[] returnTypeRequiredCustomModifiers, Type[] returnTypeOptionalCustomModifiers, Type[] parameterTypes, Type[][] parameterTypeRequiredCustomModifiers, Type[][] parameterTypeOptionalCustomModifiers, CallingConvention nativeCallConv, CharSet nativeCharSet) | |
= | DefineProperty (String name, PropertyAttributes attributes, Type returnType, Type[] parameterTypes) | |
- | DefineProperty (String name, PropertyAttributes attributes, Type returnType, Type[] returnTypeRequiredCustomModifiers, Type[] returnTypeOptionalCustomModifiers, Type[] parameterTypes, Type[][] parameterTypeRequiredCustomModifiers, Type[][] parameterTypeOptionalCustomModifiers) | |
= | DefineTypeInitializer () | |
= | DefineUninitializedData (String name, Int32 size, FieldAttributes attributes) | |
- | GetConstructor (Type type, ConstructorInfo constructor) | |
= | GetConstructors (BindingFlags bindingAttr) | |
= | GetCustomAttributes (Boolean inherit) | |
= | GetCustomAttributes (Type attributeType, Boolean inherit) | |
= | GetElementType () | |
= | GetEvent (String name, BindingFlags bindingAttr) | |
= | GetEvents () | |
= | GetEvents (BindingFlags bindingAttr) | |
- | GetField (Type type, FieldInfo field) | |
= | GetField (String name, BindingFlags bindingAttr) | |
= | GetFields (BindingFlags bindingAttr) | |
- | GetGenericArguments () | |
- | GetGenericTypeDefinition () | |
= | GetInterface (String name, Boolean ignoreCase) | |
= | GetInterfaceMap (Type interfaceType) | |
= | GetInterfaces () | |
= | GetMember (String name, MemberTypes type, BindingFlags bindingAttr) | |
= | GetMembers (BindingFlags bindingAttr) | |
- | GetMethod (Type type, MethodInfo method) | |
= | 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) | |
= | IsAssignableFrom (Type c) | |
- | IsCreated () | |
= | IsDefined (Type attributeType, Boolean inherit) | |
= | IsSubclassOf (Type c) | |
- | MakeArrayType () | |
- | MakeArrayType (Int32 rank) | |
- | MakeByRefType () | |
- | MakeGenericType (Type[] typeArguments) | |
- | MakePointerType () | |
= | SetCustomAttribute (ConstructorInfo con, Byte[] binaryAttribute) | |
= | SetCustomAttribute (CustomAttributeBuilder customBuilder) | |
= | SetParent (Type parent) | |
= | ToString () | |
= | Assembly | |
= | AssemblyQualifiedName | |
= | BaseType | |
- | DeclaringMethod | |
= | DeclaringType | |
= | FullName | |
- | GenericParameterAttributes | |
- | GenericParameterPosition | |
= | GUID | |
- | IsGenericParameter | |
- | IsGenericType | |
- | IsGenericTypeDefinition | |
= | Module | |
= | Name | |
= | Namespace | |
= | PackingSize | |
= | ReflectedType | |
= | Size | |
= | TypeHandle | |
= | TypeToken | |
= | UnderlyingSystemType |
System.Reflection.Emit.GenericTypeParameterBuilder + | ||
---|---|---|
+ | Equals (Object o) | |
+ | 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) | |
+ | GetGenericArguments () | |
+ | GetGenericTypeDefinition () | |
+ | GetHashCode () | |
+ | 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) | |
+ | IsAssignableFrom (Type c) | |
+ | IsDefined (Type attributeType, Boolean inherit) | |
+ | IsSubclassOf (Type c) | |
+ | MakeArrayType () | |
+ | MakeArrayType (Int32 rank) | |
+ | MakeByRefType () | |
+ | MakeGenericType (Type[] typeArguments) | |
+ | MakePointerType () | |
+ | SetBaseTypeConstraint (Type baseTypeConstraint) | |
+ | SetCustomAttribute (ConstructorInfo con, Byte[] binaryAttribute) | |
+ | SetCustomAttribute (CustomAttributeBuilder customBuilder) | |
+ | SetGenericParameterAttributes (GenericParameterAttributes genericParameterAttributes) | |
+ | SetInterfaceConstraints (Type[] interfaceConstraints) | |
+ | ToString () | |
+ | Assembly | |
+ | AssemblyQualifiedName | |
+ | BaseType | |
+ | ContainsGenericParameters | |
+ | DeclaringMethod | |
+ | DeclaringType | |
+ | FullName | |
+ | GenericParameterPosition | |
+ | GUID | |
+ | IsGenericParameter | |
+ | IsGenericType | |
+ | IsGenericTypeDefinition | |
+ | Module | |
+ | Name | |
+ | Namespace | |
+ | ReflectedType | |
+ | TypeHandle | |
+ | UnderlyingSystemType |
System.Reflection.Emit.EnumBuilder != | ||
---|---|---|
= | CreateType () | |
= | DefineLiteral (String literalName, Object literalValue) | |
= | 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) | |
- | MakeArrayType () | |
- | MakeArrayType (Int32 rank) | |
- | MakeByRefType () | |
- | MakePointerType () | |
= | SetCustomAttribute (ConstructorInfo con, Byte[] binaryAttribute) | |
= | SetCustomAttribute (CustomAttributeBuilder customBuilder) | |
= | Assembly | |
= | AssemblyQualifiedName | |
= | BaseType | |
= | DeclaringType | |
= | FullName | |
= | GUID | |
= | Module | |
= | Name | |
= | Namespace | |
= | ReflectedType | |
= | TypeHandle | |
= | TypeToken | |
= | UnderlyingField | |
= | UnderlyingSystemType |
System.Reflection.Emit.TypeToken != | ||
---|---|---|
= | Empty | |
= | Equals (Object obj) | |
- | Equals (TypeToken obj) | |
= | GetHashCode () | |
- | op_Equality (TypeToken a, TypeToken b) | |
- | op_Inequality (TypeToken a, TypeToken b) | |
= | Token |
System.Reflection.Emit.UnmanagedMarshal = | ||
---|---|---|
= | DefineByValArray (Int32 elemCount) | |
= | DefineByValTStr (Int32 elemCount) | |
= | DefineLPArray (UnmanagedType elemType) | |
= | DefineSafeArray (UnmanagedType elemType) | |
= | DefineUnmanagedMarshal (UnmanagedType unmanagedType) | |
= | BaseType | |
= | ElementCount | |
= | GetUnmanagedType | |
= | IIDGuid |
System.Configuration.Assemblies.AssemblyHash = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | Empty | |
= | Clone () | |
= | GetValue () | |
= | SetValue (Byte[] value) | |
= | Algorithm |
System.Configuration.Assemblies.AssemblyHashAlgorithm = | ||
---|---|---|
= | MD5 | |
= | None | |
= | SHA1 | |
= | value__ |
Powered by Ricciolo