ikvm-fork/reflect
jfrijters b5a5a34abc Implemented Assembly.ToString(). 2012-04-18 09:19:53 +00:00
..
Emit Bug fix. It should be possible to import a function pointer type into a ModuleBuilder. 2012-04-17 13:03:54 +00:00
Impl Avoid the need for (expensive) ResolveMethod call by maintaining a map from token to MethodBase. Thanks to Miguel Alfredo Garcia Gutierrez for pointing this out. 2012-01-09 09:13:43 +00:00
Metadata 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
Properties Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
Reader Added ugly hack to fix infinite recursion for recursive type constraints. 2012-04-17 12:59:37 +00:00
Writer Remove unused constants. 2012-03-21 12:49:11 +00:00
AmbiguousMatchException.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
Assembly.cs Implemented Assembly.ToString(). 2012-04-18 09:19:53 +00:00
AssemblyName.cs Performance tweak to AssemblyName.FullName. Inspired by Marek Safar. 2012-01-24 17:26:26 +00:00
BadImageFormatException.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
Binder.cs Binder bug fix. Enums should not be treated as primitives. 2012-04-12 06:40:56 +00:00
ConstructorInfo.cs Added MemberInfo.ReflectedType. 2012-04-10 09:07:54 +00:00
CustomAttributeData.cs Added support for case-insensitive type lookup. 2012-04-09 10:04:58 +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
CustomModifiers.cs - Added custom modifier support in local variable signatures. 2011-12-01 09:47:21 +00:00
Enums.cs Moved member lookup by name to a common implementation that fixes a number of bugs and adds IgnoreCase support. 2012-04-10 06:23:16 +00:00
EventInfo.cs Fixed two bugs in the ReflectedType wrappers for PropertyInfo and EventInfo: 2012-04-11 13:00:31 +00:00
ExceptionHandlingClause.cs Added FlagsAttribute to ExceptionHandlingClauseOptions. 2012-01-30 14:23:24 +00:00
FieldInfo.cs Added MemberInfo.ReflectedType. 2012-04-10 09:07:54 +00:00
FieldSignature.cs - Rewrote custom modifier handling to retain ordering. 2011-12-01 06:30:50 +00:00
Fusion.cs Added ParsedAssemblyName.HasPublicKey for use by mcs. 2012-03-05 13:47:47 +00:00
GenericWrappers.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
IKVM.Reflection.csproj - Rewrote custom modifier handling to retain ordering. 2011-12-01 06:30:50 +00:00
InterfaceMapping.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
LocalVariableInfo.cs - Added custom modifier support in local variable signatures. 2011-12-01 09:47:21 +00:00
ManifestResourceInfo.cs Added ManifestResourceInfo.__Offset property. 2012-01-09 09:11:07 +00:00
MarshalSpec.cs Added support for case-insensitive type lookup. 2012-04-09 10:04:58 +00:00
MemberInfo.cs Fixed two bugs in the ReflectedType wrappers for PropertyInfo and EventInfo: 2012-04-11 13:00:31 +00:00
MethodBase.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
MethodBody.cs Fix to throw proper exception when wrong metadata token is passed to Module.Resolve* methods. 2012-01-16 08:49:56 +00:00
MethodImplMap.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
MethodInfo.cs Bug fix. MethodInfo.GetGenericMethodDefinition() should reset the ReflectedType. 2012-04-18 08:39:43 +00:00
MethodSignature.cs Moved member lookup by name to a common implementation that fixes a number of bugs and adds IgnoreCase support. 2012-04-10 06:23:16 +00:00
Missing.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
Module.cs Added support for case-insensitive type lookup. 2012-04-09 10:04:58 +00:00
ParameterInfo.cs Added MemberInfo.ReflectedType. 2012-04-10 09:07:54 +00:00
ParameterModifier.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
PropertyInfo.cs Fixed two bugs in the ReflectedType wrappers for PropertyInfo and EventInfo: 2012-04-11 13:00:31 +00:00
PropertySignature.cs Added Binder support for method and property lookup. 2012-04-10 13:03:09 +00:00
Signature.cs Added new overload of __ResolveOptionalParameterTypes() that supports resolving generic type parameters and custom modifiers. 2011-12-01 12:03:23 +00:00
StandAloneMethodSig.cs Removed static Create() from __StandAloneMethodSig and added Universe.MakeStandAloneMethodSig(). 2011-12-02 08:14:58 +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 Regression fix. When GetMethods(DeclaredOnly) is called, we should not call GetBaseDefinition because it is unnecessary and causes problems when one of the base classes is missing. Thanks to Marek Safar for reporting this. 2012-04-18 06:51:20 +00:00
TypeNameParser.cs Added support for case-insensitive type lookup. 2012-04-09 10:04:58 +00:00
Universe.cs Added support for case-insensitive type lookup. 2012-04-09 10:04:58 +00:00
Util.cs Removed unused methods. 2012-01-30 14:22:37 +00:00
reflect.build - Rewrote custom modifier handling to retain ordering. 2011-12-01 06:30:50 +00:00