ikvm-fork/reflect/Reader
jfrijters 3e0deab87a Metadata reading performance optimization. Inspired by Marek. 2011-02-14 05:54:46 +00:00
..
AssemblyReader.cs More type name fixes. This time to support the fact that the CLR and Mono both treat TypeNamespace and TypeName as separate names and do not consider fullName to be relevant. 2011-01-20 05:38:11 +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 Made property and event public/static flag handling compatible with .NET 2010-02-26 09:26:20 +00:00
Field.cs Support fields that have an RVA, but where it is set to zero (C++/CLI does this). 2010-06-30 07:18:35 +00:00
GenericTypeParameter.cs More type name fixes. This time to support the fact that the CLR and Mono both treat TypeNamespace and TypeName as separate names and do not consider fullName to be relevant. 2011-01-20 05:38:11 +00:00
MetadataReader.cs Metadata reading performance optimization. Inspired by Marek. 2011-02-14 05:54:46 +00:00
Method.cs Add support for NETCF in rendering pseudo DllImportAttribute (i.e. skip fields that don't exist). 2011-01-12 09:34:57 +00:00
ModuleReader.cs Metadata reading performance optimization. Inspired by Marek. 2011-02-14 05:54:46 +00:00
PEReader.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
PropertyInfoImpl.cs Made property and event public/static flag handling compatible with .NET 2010-02-26 09:26:20 +00:00
ResourceModule.cs More type name fixes. This time to support the fact that the CLR and Mono both treat TypeNamespace and TypeName as separate names and do not consider fullName to be relevant. 2011-01-20 05:38:11 +00:00
TypeDefImpl.cs Performance tweaks by Marek. 2011-01-26 05:59:24 +00:00