ikvm-fork/reflect/Reader
jfrijters 0199c2bd50 Moved CreateDllImportPseudoCustomAttribute() and support methods to CustomAttributeData. 2012-07-16 08:02:17 +00:00
..
AssemblyReader.cs Added support for case-insensitive type lookup. 2012-04-09 10:04:58 +00:00
ByteReader.cs Fix for big endian systems. Thanks to Marek Safar for reporting this. 2011-01-11 05:16:48 +00:00
EventInfoImpl.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
Field.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
GenericTypeParameter.cs Added new .NET 4.5 API Type.IsConstructedGenericType. 2012-07-12 09:13:42 +00:00
MetadataReader.cs Metadata reading performance optimization. Inspired by Marek. 2011-02-14 05:54:46 +00:00
Method.cs Moved CreateDllImportPseudoCustomAttribute() and support methods to CustomAttributeData. 2012-07-16 08:02:17 +00:00
ModuleReader.cs Added new API MethodInfo.__TryGetImplMap(). 2012-07-16 07:22:59 +00:00
PEReader.cs Remove unused constants. 2012-03-21 12:49:11 +00:00
PropertyInfoImpl.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
ResourceModule.cs Added support for case-insensitive type lookup. 2012-04-09 10:04:58 +00:00
TypeDefImpl.cs Bug fix. TypeDefImpl.__GetMethodImplMap() should populate typeArgs before using it. 2012-01-27 13:52:07 +00:00