ikvm-fork/reflect/Emit
jfrijters 261f3ba841 Fix. DefineNestedType should accept a null reference for the interfaces parameter. 2011-05-10 09:01:09 +00:00
..
AssemblyBuilder.cs Added API extensions to add low-level Module and ManifestResource table records. 2011-03-11 14:10:15 +00:00
ConstructorBuilder.cs Added __SetSignature() API extension to allow constructor to be defined before the parameter types are available and to allow return type custom modifiers. 2011-03-03 07:33:51 +00:00
CustomAttributeBuilder.cs Always write XML declarative security in .NET 1.1 format. 2011-03-17 06:53:45 +00:00
EnumBuilder.cs Optimized the Type == operator. 2011-02-14 05:58:49 +00:00
Enums.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
EventBuilder.cs - Retain event method ordering. 2011-03-10 11:05:54 +00:00
FieldBuilder.cs Added API extension FieldInfo.__FieldRVA. 2011-03-13 09:03:15 +00:00
ILGenerator.cs Bug fix. BeginExceptFilterBlock() should behave like BeginCatchBlock(), not BeginFinallyBlock(). 2011-03-16 08:07:06 +00:00
MethodBuilder.cs Added high level API extension MethodBuilder.__AddUnmanagedExport(). 2011-03-22 10:26:52 +00:00
ModuleBuilder.cs Don't add emtpy vtable fixup. 2011-03-22 10:34:01 +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 - Delay calling convention patching until Bake (because accessors may be set while they aren't done yet). 2011-03-10 10:56:57 +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 Fix. DefineNestedType should accept a null reference for the interfaces parameter. 2011-05-10 09:01:09 +00:00