ikvm-fork/reflect/Emit
jfrijters b172d2c9f7 Order try blocks inside handlers before the entries for that handler. Workaround for CLR x86 JIT null pointer dereference bug. 2010-06-07 04:13:49 +00:00
..
AssemblyBuilder.cs Implemented custom attribute filtering at the source. Added support for custom attribute sub typing. 2010-05-20 09:25:30 +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 Fixed Type.GetEnumUnderlyingType(). Only for EnumBuilder should it work on unbaked types. 2010-05-06 13:24:29 +00:00
Enums.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
EventBuilder.cs Made property and event public/static flag handling compatible with .NET 2010-02-26 09:26:20 +00:00
FieldBuilder.cs Made __GetDataFromRVA more generic by taking an offset and a length (to be able to reuse the byte array) and this also removes the need for the field type to have a StructLayout. 2010-04-19 05:26:28 +00:00
ILGenerator.cs Order try blocks inside handlers before the entries for that handler. Workaround for CLR x86 JIT null pointer dereference bug. 2010-06-07 04:13:49 +00:00
MethodBuilder.cs Added TypeBuilder.__SetAttributes() and MethodBuilder.__SetAttributes() to allow modying the attributes after the builder has been created. 2010-05-07 07:21:29 +00:00
ModuleBuilder.cs Support Retargettable assembly name flag. 2010-05-11 09:05:41 +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 Fixed __GetGenericArgumentsOptionalCustomModifiers() and __GetGenericArgumentsRequiredCustomModifiers() as they should return an array with the same number of elements as the number of generic arguments, even if there aren't any modifiers. 2010-05-07 13:29:05 +00:00