ikvm-fork/reflect/Emit
jfrijters 3f109fb9b9 Added MethodBuilder.__ReleaseILGenerator() API to eagerly bake the method body and release the ILGenerator. 2011-02-14 05:50:46 +00:00
..
AssemblyBuilder.cs Move missing type support into universe and optionally allow missing types to be resolved inside all Assemblies. 2011-01-20 14:31:10 +00:00
ConstructorBuilder.cs Added MethodBuilder.__ReleaseILGenerator() API to eagerly bake the method body and release the ILGenerator. 2011-02-14 05:50:46 +00:00
CustomAttributeBuilder.cs Performance tweaks by Marek. 2011-01-26 05:59:24 +00:00
EnumBuilder.cs Final set of Name/Namespace/FullName fixes to make everything more compatible (including bugs) with .NET reflection. 2011-01-12 13:57:05 +00:00
Enums.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
EventBuilder.cs Use GetTypeTokenForMemberRef() instead of GetTypeToken(), where appropriate. 2010-06-28 10:18:07 +00:00
FieldBuilder.cs Fixed ImportTo to use canonical form, which for methods on generic type definitions is the Generic[Method|Field]Instance, instead of the builder. This fixes a duplicate MemberRef row issue when using both the MethodBuilder and the "expanded" form (TypeBuilder.GetMethod(...)). 2010-06-24 08:46:25 +00:00
ILGenerator.cs Set stack height to zero at the entry of an exception block (instead of -1), otherwise an empty try block will not get an automatic leave in "clever" mode. 2010-12-20 14:07:55 +00:00
MethodBuilder.cs Added MethodBuilder.__ReleaseILGenerator() API to eagerly bake the method body and release the ILGenerator. 2011-02-14 05:50:46 +00:00
ModuleBuilder.cs Fixed TypeBuilder.SetParent(null) handling. Moved base type defaulting to CreateType() to avoid problems when compiing mscorlib. 2011-01-21 12:58:56 +00:00
OpCode.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
OpCodes.cs Prevent external subclassing. It's not part of the design to suppor that, now it is also enforced. 2011-01-13 05:58:54 +00:00
ParameterBuilder.cs Removed support for pseudo custom attributes TypeForwardedToAttribute and DefaultParameterValueAttribute that aren't supported by .NET reflection either. 2010-05-07 04:44:11 +00:00
PropertyBuilder.cs Made property and event public/static flag handling compatible with .NET 2010-02-26 09:26:20 +00:00
SignatureHelper.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
Tokens.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
TypeBuilder.cs Fixed TypeBuilder.SetParent(null) handling. Moved base type defaulting to CreateType() to avoid problems when compiing mscorlib. 2011-01-21 12:58:56 +00:00