ikvm-fork/reflect
jfrijters 8023cc3340 Changed table sort implementation to reuse the ISortKey interface and switched to a stable sort. 2012-05-02 15:24:00 +00:00
..
Emit - Added ModuleBuilder.__GetAssemblyToken() API. 2012-04-19 12:14:51 +00:00
Impl Rewrote StrongNameKeyPair without depending on System.Reflection.StrongNameKeyPair. 2012-04-26 08:06:30 +00:00
Metadata Changed table sort implementation to reuse the ISortKey interface and switched to a stable sort. 2012-05-02 15:24:00 +00:00
Properties Improved assembly title and description. 2012-04-26 14:04:48 +00:00
Reader Bug fix. Module.GetManifestResourceStream() should return null (instead of throwing FileNotFoundException) for non-existing resource names. 2012-04-18 09:56:34 +00:00
Writer Rewrote StrongNameKeyPair without depending on System.Reflection.StrongNameKeyPair. 2012-04-26 08:06:30 +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 Added [Flags] attribute to ResourceLocation enum. 2012-04-18 09:20: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 StrongNameKeyPair without depending on System.Reflection.StrongNameKeyPair. 2012-04-26 08:06:30 +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 support for manifest resources that are forwarded to another assembly. 2012-04-18 09:20:46 +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 Regression fix. The length was not set correctly in the public key header. 2012-04-26 13:45:06 +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 StrongNameKeyPair without depending on System.Reflection.StrongNameKeyPair. 2012-04-26 08:06:30 +00:00