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 ... 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 ...

 System.Reflection.Emit.Label !=
 =Equals (Object obj)
 -Equals (Label obj)
 =GetHashCode ()
 -op_Equality (Label a, Label b)
 -op_Inequality (Label a, Label b)

 System.Reflection.Emit.LocalBuilder !=
 =SetLocalSymInfo (String name)
 =SetLocalSymInfo (String name, Int32 startOffset, Int32 endOffset)
 -IsPinned 
 -LocalIndex 
 =LocalType 

 System.Reflection.Emit.MethodBuilder !=
 =AddDeclarativeSecurity (SecurityAction action, PermissionSet pset)
 =CreateMethodBody (Byte[] il, Int32 count)
 -DefineGenericParameters (String[] names)
 =DefineParameter (Int32 position, ParameterAttributes attributes, String strParamName)
 =Equals (Object obj)
 =GetBaseDefinition ()
 =GetCustomAttributes (Boolean inherit)
 =GetCustomAttributes (Type attributeType, Boolean inherit)
 -GetGenericArguments ()
 -GetGenericMethodDefinition ()
 =GetHashCode ()
 =GetILGenerator ()
 =GetILGenerator (Int32 size)
 =GetMethodImplementationFlags ()
 =GetModule ()
 =GetParameters ()
 =GetToken ()
 =Invoke (Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
 =IsDefined (Type attributeType, Boolean inherit)
 -MakeGenericMethod (Type[] typeArguments)
 =SetCustomAttribute (ConstructorInfo con, Byte[] binaryAttribute)
 =SetCustomAttribute (CustomAttributeBuilder customBuilder)
 =SetImplementationFlags (MethodImplAttributes attributes)
 =SetMarshal (UnmanagedMarshal unmanagedMarshal)
 -SetParameters (Type[] parameterTypes)
 -SetReturnType (Type returnType)
 -SetSignature (Type returnType, Type[] returnTypeRequiredCustomModifiers, Type[] returnTypeOptionalCustomModifiers, Type[] parameterTypes, Type[][] parameterTypeRequiredCustomModifiers, Type[][] parameterTypeOptionalCustomModifiers)
 =SetSymCustomAttribute (String name, Byte[] data)
 =ToString ()
 =Attributes 
 =CallingConvention 
 -ContainsGenericParameters 
 =DeclaringType 
 =InitLocals 
 -IsGenericMethod 
 -IsGenericMethodDefinition 
 =MethodHandle 
 -Module 
 =Name 
 =ReflectedType 
 -ReturnParameter 
 =ReturnTypeCustomAttributes 
 =Signature 

 System.Reflection.Emit.CustomAttributeBuilder =
 =.ctor ()
 =.ctor ()
 =.ctor ()
 =.ctor ()

 System.Reflection.Emit.MethodRental =
 =JitImmediate 
 =JitOnDemand 
 =SwapMethodBody (Type cls, Int32 methodtoken, IntPtr rgIL, Int32 methodSize, Int32 flags)

 System.Reflection.Emit.MethodToken !=
 =Empty 
 =Equals (Object obj)
 -Equals (MethodToken obj)
 =GetHashCode ()
 -op_Equality (MethodToken a, MethodToken b)
 -op_Inequality (MethodToken a, MethodToken b)
 =Token 

 System.Reflection.Emit.ModuleBuilder !=
 =CreateGlobalFunctions ()
 =DefineDocument (String url, Guid language, Guid languageVendor, Guid documentType)
 =DefineEnum (String name, TypeAttributes visibility, Type underlyingType)
 =DefineGlobalMethod (String name, MethodAttributes attributes, Type returnType, Type[] parameterTypes)
 =DefineGlobalMethod (String name, MethodAttributes attributes, CallingConventions callingConvention, Type returnType, Type[] parameterTypes)
 -DefineGlobalMethod (String name, MethodAttributes attributes, CallingConventions callingConvention, Type returnType, Type[] requiredReturnTypeCustomModifiers, Type[] optionalReturnTypeCustomModifiers, Type[] parameterTypes, Type[][] requiredParameterTypeCustomModifiers, Type[][] optionalParameterTypeCustomModifiers)
 =DefineInitializedData (String name, Byte[] data, FieldAttributes attributes)
 -DefineManifestResource (String name, Stream stream, ResourceAttributes attribute)
 =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)
 =DefineResource (String name, String description)
 =DefineResource (String name, String description, ResourceAttributes attribute)
 =DefineType (String name, TypeAttributes attr, Type parent, Type[] interfaces)
 =DefineType (String name)
 =DefineType (String name, TypeAttributes attr)
 =DefineType (String name, TypeAttributes attr, Type parent)
 =DefineType (String name, TypeAttributes attr, Type parent, Int32 typesize)
 =DefineType (String name, TypeAttributes attr, Type parent, PackingSize packingSize, Int32 typesize)
 =DefineType (String name, TypeAttributes attr, Type parent, PackingSize packsize)
 =DefineUninitializedData (String name, Int32 size, FieldAttributes attributes)
 =DefineUnmanagedResource (Byte[] resource)
 =DefineUnmanagedResource (String resourceFileName)
 =GetArrayMethod (Type arrayClass, String methodName, CallingConventions callingConvention, Type returnType, Type[] parameterTypes)
 =GetArrayMethodToken (Type arrayClass, String methodName, CallingConventions callingConvention, Type returnType, Type[] parameterTypes)
 =GetConstructorToken (ConstructorInfo con)
 =GetFieldToken (FieldInfo field)
 =GetMethodToken (MethodInfo method)
 =GetSignatureToken (SignatureHelper sigHelper)
 =GetSignatureToken (Byte[] sigBytes, Int32 sigLength)
 =GetStringConstant (String str)
 =GetSymWriter ()
 =GetType (String className)
 =GetType (String className, Boolean ignoreCase)
 =GetType (String className, Boolean throwOnError, Boolean ignoreCase)
 =GetTypes ()
 =GetTypeToken (Type type)
 =GetTypeToken (String name)
 =IsTransient ()
 =SetCustomAttribute (ConstructorInfo con, Byte[] binaryAttribute)
 =SetCustomAttribute (CustomAttributeBuilder customBuilder)
 =SetSymCustomAttribute (String name, Byte[] data)
 =SetUserEntryPoint (MethodInfo entryPoint)
 =FullyQualifiedName 

 System.Reflection.Emit.PEFileKinds =
 =ConsoleApplication 
 =Dll 
 =value__ 
 =WindowApplication 

 System.Reflection.Emit.OpCodes !=
 =Add 
 =Add_Ovf 
 =Add_Ovf_Un 
 =And 
 =Arglist 
 =Beq 
 =Beq_S 
 =Bge 
 =Bge_S 
 =Bge_Un 
 =Bge_Un_S 
 =Bgt 
 =Bgt_S 
 =Bgt_Un 
 =Bgt_Un_S 
 =Ble 
 =Ble_S 
 =Ble_Un 
 =Ble_Un_S 
 =Blt 
 =Blt_S 
 =Blt_Un 
 =Blt_Un_S 
 =Bne_Un 
 =Bne_Un_S 
 =Box 
 =Br 
 =Br_S 
 =Break 
 =Brfalse 
 =Brfalse_S 
 =Brtrue 
 =Brtrue_S 
 =Call 
 =Calli 
 =Callvirt 
 =Castclass 
 =Ceq 
 =Cgt 
 =Cgt_Un 
 =Ckfinite 
 =Clt 
 =Clt_Un 
 -Constrained 
 =Conv_I 
 =Conv_I1 
 =Conv_I2 
 =Conv_I4 
 =Conv_I8 
 =Conv_Ovf_I 
 =Conv_Ovf_I_Un 
 =Conv_Ovf_I1 
 =Conv_Ovf_I1_Un 
 =Conv_Ovf_I2 
 =Conv_Ovf_I2_Un 
 =Conv_Ovf_I4 
 =Conv_Ovf_I4_Un 
 =Conv_Ovf_I8 
 =Conv_Ovf_I8_Un 
 =Conv_Ovf_U 
 =Conv_Ovf_U_Un 
 =Conv_Ovf_U1 
 =Conv_Ovf_U1_Un 
 =Conv_Ovf_U2 
 =Conv_Ovf_U2_Un 
 =Conv_Ovf_U4 
 =Conv_Ovf_U4_Un 
 =Conv_Ovf_U8 
 =Conv_Ovf_U8_Un 
 =Conv_R_Un 
 =Conv_R4 
 =Conv_R8 
 =Conv_U 
 =Conv_U1 
 =Conv_U2 
 =Conv_U4 
 =Conv_U8 
 =Cpblk 
 =Cpobj 
 =Div 
 =Div_Un 
 =Dup 
 =Endfilter 
 =Endfinally 
 =Initblk 
 =Initobj 
 =Isinst 
 =Jmp 
 =Ldarg 
 =Ldarg_0 
 =Ldarg_1 
 =Ldarg_2 
 =Ldarg_3 
 =Ldarg_S 
 =Ldarga 
 =Ldarga_S 
 =Ldc_I4 
 =Ldc_I4_0 
 =Ldc_I4_1 
 =Ldc_I4_2 
 =Ldc_I4_3 
 =Ldc_I4_4 
 =Ldc_I4_5 
 =Ldc_I4_6 
 =Ldc_I4_7 
 =Ldc_I4_8 
 =Ldc_I4_M1 
 =Ldc_I4_S 
 =Ldc_I8 
 =Ldc_R4 
 =Ldc_R8 
 -Ldelem 
 =Ldelem_I 
 =Ldelem_I1 
 =Ldelem_I2 
 =Ldelem_I4 
 =Ldelem_I8 
 =Ldelem_R4 
 =Ldelem_R8 
 =Ldelem_Ref 
 =Ldelem_U1 
 =Ldelem_U2 
 =Ldelem_U4 
 =Ldelema 
 =Ldfld 
 =Ldflda 
 =Ldftn 
 =Ldind_I 
 =Ldind_I1 
 =Ldind_I2 
 =Ldind_I4 
 =Ldind_I8 
 =Ldind_R4 
 =Ldind_R8 
 =Ldind_Ref 
 =Ldind_U1 
 =Ldind_U2 
 =Ldind_U4 
 =Ldlen 
 =Ldloc 
 =Ldloc_0 
 =Ldloc_1 
 =Ldloc_2 
 =Ldloc_3 
 =Ldloc_S 
 =Ldloca 
 =Ldloca_S 
 =Ldnull 
 =Ldobj 
 =Ldsfld 
 =Ldsflda 
 =Ldstr 
 =Ldtoken 
 =Ldvirtftn 
 =Leave 
 =Leave_S 
 =Localloc 
 =Mkrefany 
 =Mul 
 =Mul_Ovf 
 =Mul_Ovf_Un 
 =Neg 
 =Newarr 
 =Newobj 
 =Nop 
 =Not 
 =Or 
 =Pop 
 =Prefix1 
 =Prefix2 
 =Prefix3 
 =Prefix4 
 =Prefix5 
 =Prefix6 
 =Prefix7 
 =Prefixref 
 -Readonly 
 =Refanytype 
 =Refanyval 
 =Rem 
 =Rem_Un 
 =Ret 
 =Rethrow 
 =Shl 
 =Shr 
 =Shr_Un 
 =Sizeof 
 =Starg 
 =Starg_S 
 -Stelem 
 =Stelem_I 
 =Stelem_I1 
 =Stelem_I2 
 =Stelem_I4 
 =Stelem_I8 
 =Stelem_R4 
 =Stelem_R8 
 =Stelem_Ref 
 =Stfld 
 =Stind_I 
 =Stind_I1 
 =Stind_I2 
 =Stind_I4 
 =Stind_I8 
 =Stind_R4 
 =Stind_R8 
 =Stind_Ref 
 =Stloc 
 =Stloc_0 
 =Stloc_1 
 =Stloc_2 
 =Stloc_3 
 =Stloc_S 
 =Stobj 
 =Stsfld 
 =Sub 
 =Sub_Ovf 
 =Sub_Ovf_Un 
 =Switch 
 =Tailcall 
 =Throw 
 =Unaligned 
 =Unbox 
 -Unbox_Any 
 =Volatile 
 =Xor 
 =TakesSingleByteArgument (OpCode inst)

 System.Reflection.Emit.OpCode !=
 =Equals (Object obj)
 -Equals (OpCode obj)
 =GetHashCode ()
 -op_Equality (OpCode a, OpCode b)
 -op_Inequality (OpCode a, OpCode b)
 =ToString ()
 =FlowControl 
 =Name 
 =OpCodeType 
 =OperandType 
 =Size 
 =StackBehaviourPop 
 =StackBehaviourPush 
 =Value 

 System.Reflection.Emit.OpCodeType =
 =Annotation 
 =Macro 
 =Nternal 
 =Objmodel 
 =Prefix 
 =Primitive 
 =value__ 

 System.Reflection.Emit.StackBehaviour !=
 =Pop0 
 =Pop1 
 =Pop1_pop1 
 =Popi 
 =Popi_pop1 
 =Popi_popi 
 =Popi_popi_popi 
 =Popi_popi8 
 =Popi_popr4 
 =Popi_popr8 
 =Popref 
 =Popref_pop1 
 =Popref_popi 
 -Popref_popi_pop1 
 =Popref_popi_popi 
 =Popref_popi_popi8 
 =Popref_popi_popr4 
 =Popref_popi_popr8 
 =Popref_popi_popref 
 =Push0 
 =Push1 
 =Push1_push1 
 =Pushi 
 =Pushi8 
 =Pushr4 
 =Pushr8 
 =Pushref 
 =value__ 
 =Varpop 
 =Varpush 

 System.Reflection.Emit.OperandType =
 =InlineBrTarget 
 =InlineField 
 =InlineI 
 =InlineI8 
 =InlineMethod 
 =InlineNone 
 =InlinePhi 
 =InlineR 
 =InlineSig 
 =InlineString 
 =InlineSwitch 
 =InlineTok 
 =InlineType 
 =InlineVar 
 =ShortInlineBrTarget 
 =ShortInlineI 
 =ShortInlineR 
 =ShortInlineVar 
 =value__ 

 System.Reflection.Emit.FlowControl =
 =Branch 
 =Break 
 =Call 
 =Cond_Branch 
 =Meta 
 =Next 
 =Phi 
 =Return 
 =Throw 
 =value__ 

Powered by Ricciolo