ikvm-fork/reflect/Reader
jfrijters 3991b6b7b9 Use a bit in typeFlags to mark System.Enum and System.ValueType and detect them dynamically, to allow multiple mscorlib versions to be used. 2011-03-21 04:47:37 +00:00
..
AssemblyReader.cs Don't needlessly read the contents of a resource module. 2011-03-17 10:01: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 - Retain event method ordering. 2011-03-10 11:05:54 +00:00
Field.cs Added Module.__ReadDataFromRVA() to make it more convenient to read data based on rva. 2011-03-18 05:49:05 +00:00
GenericTypeParameter.cs Introduced base class for virtual Module classes to have common place to implement abstract Module methods that aren't supported. 2011-03-08 06:43:01 +00:00
MetadataReader.cs Metadata reading performance optimization. Inspired by Marek. 2011-02-14 05:54:46 +00:00
Method.cs Fix. Don't map unspecified pinvoke calling convention to winapi. 2011-03-17 09:18:20 +00:00
ModuleReader.cs Reverted Universe.ForceAssemblyResolve patch and introduced Module.__ResolveReferencedAssemblies() to allow custom assembly reference resolution. 2011-03-18 16:55:14 +00:00
PEReader.cs Added API extension Module.__GetSectionInfo() to query the section information based on an RVA. 2011-03-17 08:39:43 +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 API extension to get the file hash of a resource module. 2011-03-11 14:11:15 +00:00
TypeDefImpl.cs Use a bit in typeFlags to mark System.Enum and System.ValueType and detect them dynamically, to allow multiple mscorlib versions to be used. 2011-03-21 04:47:37 +00:00