ikvm-fork/reflect
jfrijters f443b36919 Support ToString on a CustomAttributeData with missing type values. 2011-03-10 10:47:03 +00:00
..
Emit Allow adding a null module ref. 2011-03-09 06:02:44 +00:00
Impl Allow mcs to avoid mdb/pdb writer dependencies. 2011-02-15 14:05:37 +00:00
Metadata Added FieldBuilder.__SetReadOnlyDataAndRVA() to define read-only initialized data. 2011-03-08 08:41:00 +00:00
Properties Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
Reader Unified type resolving for Module and ModuleRef cases and added support for resolving missing types. 2011-03-09 06:06:00 +00:00
Writer Added FieldBuilder.__SetReadOnlyDataAndRVA() to define read-only initialized data. 2011-03-08 08:41:00 +00:00
AmbiguousMatchException.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
Assembly.cs - Fixed support for missing types in generic type parameters in custom attribute values. 2011-03-09 07:11:38 +00:00
AssemblyName.cs Added support for emitting assemblies with non-existing cultures. 2010-12-06 13:59:52 +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 Support ToString on a CustomAttributeData with missing type values. 2011-03-10 10:47:03 +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 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
ExceptionHandlingClause.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
FieldInfo.cs Added API extension FieldInfo.__GetFieldOnTypeDefinition(). 2011-03-09 06:00:33 +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.__GetFieldOnTypeDefinition(). 2011-03-09 06:00:33 +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 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
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 Implemented workaround for incorrect exception table length in methods generated by VB compiler. 2010-06-28 06:33:17 +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 (partial) support for missing member resolution in existing types. 2011-01-26 13:34:04 +00:00
Missing.cs Added support for missing fields/properties. 2011-03-08 14:58:42 +00:00
Module.cs - Fixed support for missing types in generic type parameters in custom attribute values. 2011-03-09 07:11:38 +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 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
PropertySignature.cs required/optional modifier arguments were in incorrect order. 2010-04-20 12:52:05 +00:00
Signature.cs Mark value type/not value type when reading type as part of generic instantiation. 2011-03-06 06:36:19 +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 Allow Type.FullName to be used on generic type instance that uses missing type as a type parameter. 2011-03-09 07:09:26 +00:00
TypeNameParser.cs - Fixed support for missing types in generic type parameters in custom attribute values. 2011-03-09 07:11:38 +00:00
Universe.cs - Fixed support for missing types in generic type parameters in custom attribute values. 2011-03-09 07:11:38 +00:00
Util.cs Fix for big endian systems. Thanks to Marek Safar for reporting this. 2011-01-11 05:16:48 +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