ikvm-fork/reflect
jfrijters d1ec841c86 Fixed regression introduced with == operator in MemberInfo. 2010-02-09 14:34:05 +00:00
..
Emit Implemented GenericTypeParameterBuilder.GenericParameterAttributes. 2010-02-09 07:50:07 +00:00
Impl Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
Metadata Implemented GenericTypeParameterBuilder.GenericParameterAttributes. 2010-02-09 07:50:07 +00:00
Properties Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
Reader Since we don't cache PropertyInfoImpls and EventInfoImpls, they should at least override Equals/GetHashCode to do by value equality. 2010-02-09 07:53:28 +00:00
Writer Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
AmbiguousMatchException.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
Assembly.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
AssemblyName.cs Removed UTF-8 byte order marks. 2010-01-25 05:49: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 Several IKVM.Reflection fixes related to generics. 2010-01-27 06:12:36 +00:00
CustomAttributeData.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
CustomAttributeNamedArgument.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
CustomAttributeTypedArgument.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
Enums.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
EventInfo.cs Several IKVM.Reflection fixes related to generics. 2010-01-27 06:12:36 +00:00
ExceptionHandlingClause.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
FieldInfo.cs Several IKVM.Reflection fixes related to generics. 2010-01-27 06:12:36 +00:00
FieldSignature.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
GenericWrappers.cs Generic property and event wrappers should also override Equals/GetHashCode. 2010-02-09 07:54:54 +00:00
IKVM.Reflection.csproj New IKVM.Reflection implementation. 2010-01-25 05:29:31 +00:00
InterfaceMapping.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
LocalVariableInfo.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
ManifestResourceInfo.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
MarshalSpec.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
MemberInfo.cs Added == and != operators to MemberInfo to mask the fact that we don't implement reference identity for various members (most notably the constructor wrappers, generic wrappers and events and properties). 2010-02-09 07:57:49 +00:00
MethodBase.cs Removed some no longer needed remnants from when we had multiple generic ParameterInfo wrapper implementations. 2010-02-09 07:22:40 +00:00
MethodBody.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
MethodImplMap.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
MethodInfo.cs Several IKVM.Reflection fixes related to generics. 2010-01-27 06:12:36 +00:00
MethodSignature.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
Module.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
ParameterInfo.cs Added == and != operators and implemented Equals/GetHashCode. 2010-02-09 07:58:14 +00:00
ParameterModifier.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
PropertyInfo.cs Several IKVM.Reflection fixes related to generics. 2010-01-27 06:12:36 +00:00
PropertySignature.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
Signature.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
StandAloneMethodSig.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
StrongNameKeyPair.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
Type.cs Fixed regression introduced with == operator in MemberInfo. 2010-02-09 14:34:05 +00:00
TypeNameParser.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
Universe.cs Support for mcs specific AssemblyBuilderAccess flag (0x800 aka COMPILER_ACCESS) to allow access to members of unbaked TypeBuilders. 2010-02-04 11:18:07 +00:00
Util.cs Implemented __GetDeclaredFields(), __GetDeclaredEvents() and __GetDeclaredProperties() on TypeBuilder. 2010-02-04 09:59:42 +00:00
reflect.build Removed IKVM_REF_EMIT, as STATIC_COMPILER or STUB_GENERATOR now always implies IKVM.Reflection. 2010-01-28 09:18:33 +00:00