ikvm-fork/reflect/Reader
jfrijters cfc3fd4552 Add support for NETCF in rendering pseudo DllImportAttribute (i.e. skip fields that don't exist). 2011-01-12 09:34:57 +00:00
..
AssemblyReader.cs Added Module.__GetReferencedAssemblies() API. 2010-12-08 06:33:03 +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 Added Module.__GetReferencedAssemblies() API. 2010-12-08 06:33:03 +00:00
MetadataReader.cs - Assembly version number parts should be treated as unsigned shorts. 2010-04-02 03:52:22 +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 On Marek's request changed __TypeName property to __ReadTypeName() to avoid creating new strings. 2010-12-09 13:30:25 +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 Added Module.__GetReferencedAssemblies() API. 2010-12-08 06:33:03 +00:00
TypeDefImpl.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