ikvm-fork/reflect/Emit
jfrijters 04806eda67 Refactored Define[Nested]Type methods to allow __DefineType() and __DefineNestedType() APIs to be added that allow namespace and name to be passed in separately. 2011-01-12 14:22:04 +00:00
..
AssemblyBuilder.cs Fixed stupid copy/paste bug in AssemblyBuilder.GetTypeImpl(). The modules list was iterated twice instead of looking through both modules and addedModules. 2010-12-09 13:31:58 +00:00
ConstructorBuilder.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
CustomAttributeBuilder.cs Introduced Type.GetEnumUnderlyingTypeImpl() to avoid CheckBaked for our own usage. 2010-05-07 16:37:28 +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 Keep Param table records is correct order. 2010-12-06 05:35:24 +00:00
ModuleBuilder.cs Refactored Define[Nested]Type methods to allow __DefineType() and __DefineNestedType() APIs to be added that allow namespace and name to be passed in separately. 2011-01-12 14:22:04 +00:00
OpCode.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
OpCodes.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +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 Refactored Define[Nested]Type methods to allow __DefineType() and __DefineNestedType() APIs to be added that allow namespace and name to be passed in separately. 2011-01-12 14:22:04 +00:00