ikvm-fork/reflect
jfrijters 48095b28d3 Fixed CliHeader read bug. Thanks to Oleg Mihailik for reporting this. 2011-07-19 21:26:44 +00:00
..
Emit Fix. DefineNestedType should accept a null reference for the interfaces parameter. 2011-05-10 09:01:09 +00:00
Impl Allow mcs to avoid mdb/pdb writer dependencies. 2011-02-15 14:05:37 +00:00
Metadata Fixed CliHeader read bug. Thanks to Oleg Mihailik for reporting this. 2011-07-19 21:26:44 +00:00
Properties Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
Reader Fixed CliHeader read bug. Thanks to Oleg Mihailik for reporting this. 2011-07-19 21:26:44 +00:00
Writer Fixed CliHeader read bug. Thanks to Oleg Mihailik for reporting this. 2011-07-19 21:26:44 +00:00
AmbiguousMatchException.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
Assembly.cs Added API extension Assembly.__AssemblyFlags to query all the assembly flags. The AssemblyName.Flags property returns only a subset of the flags. 2011-03-10 16:09:59 +00:00
AssemblyName.cs Support roundtripping hash in AssemblyRef record. 2011-03-13 09:51:01 +00:00
BadImageFormatException.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
Binder.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
ConstructorInfo.cs Added API extension __GetMethodOnTypeDefinition() to easily go from MethodBase on generic type instance to the equivalent MethodBase on the generic type definition. 2011-03-07 07:56:52 +00:00
CustomAttributeData.cs Fixed CustomAttributeBuilder.ToData(). 2011-03-11 09:22:32 +00:00
CustomAttributeNamedArgument.cs Introduced Empty<T> to cache zero length arrays. 2010-04-18 08:39:20 +00:00
CustomAttributeTypedArgument.cs Introduced Empty<T> to cache zero length arrays. 2010-04-18 08:39:20 +00:00
Enums.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
EventInfo.cs - Retain event method ordering. 2011-03-10 11:05:54 +00:00
ExceptionHandlingClause.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
FieldInfo.cs Added API extension FieldInfo.__FieldRVA. 2011-03-13 09:03:15 +00:00
FieldSignature.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
Fusion.cs Improve partial trust support. 2011-01-18 07:09:42 +00:00
GenericWrappers.cs Added API extension FieldInfo.__FieldRVA. 2011-03-13 09:03:15 +00:00
IKVM.Reflection.csproj Added support for magic missing assemblies that resolve missing types to allow (some) reflection on assemblies with missing dependencies. 2011-01-13 10:44:44 +00:00
InterfaceMapping.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
LocalVariableInfo.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
ManifestResourceInfo.cs Added API extension to expose resource attributes. 2011-03-10 10:47:37 +00:00
MarshalSpec.cs - Fixed support for missing types in generic type parameters in custom attribute values. 2011-03-09 07:11:38 +00:00
MemberInfo.cs Added support for resolving methods in missing types (primarily to enable CustomAttributeData.Constructor to work for missing attribute types). 2011-01-26 06:59:57 +00:00
MethodBase.cs Added API extension __GetMethodOnTypeDefinition() to easily go from MethodBase on generic type instance to the equivalent MethodBase on the generic type definition. 2011-03-07 07:56:52 +00:00
MethodBody.cs Bug fix. MaxStack returned incorrect value for tiny header methods. 2011-03-10 10:48:18 +00:00
MethodImplMap.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
MethodInfo.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
MethodSignature.cs Added API extension for creating missing methods and fields. 2011-03-16 08:05:09 +00:00
Missing.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
Module.cs Reverted Universe.ForceAssemblyResolve patch and introduced Module.__ResolveReferencedAssemblies() to allow custom assembly reference resolution. 2011-03-18 16:55:14 +00:00
ParameterInfo.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
ParameterModifier.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
PropertyInfo.cs Added API extension to expose property calling convention. 2011-03-10 10:49:17 +00:00
PropertySignature.cs Added API extension to expose property calling convention. 2011-03-10 10:49:17 +00:00
Signature.cs Added support for array Type sizes/lower bounds. 2011-03-17 14:40:50 +00:00
StandAloneMethodSig.cs Use Util.Copy() instead of Clone() to copy a Type arrays. 2010-04-20 13:18:31 +00:00
StrongNameKeyPair.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
Type.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
TypeNameParser.cs If mscorlib is missing and the context assembly isn't, we should assume that an unqualified missing type is from mscorlib. 2011-03-11 10:42:45 +00:00
Universe.cs Typo. 2011-03-21 04:48:08 +00:00
Util.cs Added support for array Type sizes/lower bounds. 2011-03-17 14:40:50 +00:00
reflect.build Added support for magic missing assemblies that resolve missing types to allow (some) reflection on assemblies with missing dependencies. 2011-01-13 10:44:44 +00:00