ikvm-fork/reflect/Emit
jfrijters 61ef6e71fc Added new API MethodInfo.__TryGetImplMap(). 2012-07-16 07:22:59 +00:00
..
AssemblyBuilder.cs Keep track of whether a ModuleBuilder has been saved (and only allow it to be saved once). 2012-07-13 07:35:25 +00:00
ConstructorBuilder.cs Removed unnecessary (and memory leaking) member ref caching level. 2012-06-26 13:12:55 +00:00
CustomAttributeBuilder.cs Added new .NET 4.5 API Type.IsConstructedGenericType. 2012-07-12 09:13:42 +00:00
CustomModifiersBuilder.cs - Rewrote custom modifier handling to retain ordering. 2011-12-01 06:30:50 +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 Moved GetEvents(), GetFields(), GetConstructors(), GetNestedTypes() and GetProperties() to a common implementation that fixes a number of bugs. 2012-04-10 06:18:32 +00:00
FieldBuilder.cs Fixed regression in __TryGetFieldOffset. The FieldLayout.Field field is an index (not a token), except for unsaved modules where it is a pseudo token. 2012-07-13 13:08:28 +00:00
ILGenerator.cs Use SignatureHelper to build locals signature, instead of doing it manually. 2012-06-01 15:23:37 +00:00
MethodBuilder.cs Added new API MethodInfo.__TryGetImplMap(). 2012-07-16 07:22:59 +00:00
ModuleBuilder.cs Added new API MethodInfo.__TryGetImplMap(). 2012-07-16 07:22:59 +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 - Added new public APIs FieldInfo.__FieldMarshal and ParameterInfo.__FieldMarshal. 2012-07-12 15:10:58 +00:00
PropertyBuilder.cs Moved GetEvents(), GetFields(), GetConstructors(), GetNestedTypes() and GetProperties() to a common implementation that fixes a number of bugs. 2012-04-10 06:18:32 +00:00
SignatureHelper.cs Split SignatureHelper into two implementations. If a ModuleBuilder is supplied when creating the SignatureHelper, an eager implementation is used that only stores the bytes of the signature. Otherwise, the types are stored and later converted into a signature byte array. 2012-06-01 15:22:59 +00:00
Tokens.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
TypeBuilder.cs Enable to generation of WindowsRuntime assemblies. 2012-06-26 15:53:33 +00:00