ikvm-fork/reflect
jfrijters 50e6420147 Dynamic assemblies should also be visible in the universe. 2010-04-20 05:21:58 +00:00
..
Emit AssemblyBuilder.GetName() should return a name with a public key when were doing delay signing. 2010-04-20 05:16:59 +00:00
Impl Introduced Empty<T> to cache zero length arrays. 2010-04-18 08:39:20 +00:00
Metadata Version parts should be treated as unsigned. 2010-04-18 08:58:19 +00:00
Properties Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
Reader Made __GetDataFromRVA more generic by taking an offset and a length (to be able to reuse the byte array) and this also removes the need for the field type to have a StructLayout. 2010-04-19 05:26:28 +00:00
Writer Added support for delay signing (i.e. setting the public key without having the private key). 2010-04-19 13:55:18 +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 Workaround for broken compiler(s) that add terminating NUL to type names in custom attribute data. 2010-04-18 09:23:52 +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 Introduced Empty<T> to cache zero length arrays. 2010-04-18 08:39:20 +00:00
ExceptionHandlingClause.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
FieldInfo.cs Made __GetDataFromRVA more generic by taking an offset and a length (to be able to reuse the byte array) and this also removes the need for the field type to have a StructLayout. 2010-04-19 05:26:28 +00:00
FieldSignature.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
GenericWrappers.cs Made __GetDataFromRVA more generic by taking an offset and a length (to be able to reuse the byte array) and this also removes the need for the field type to have a StructLayout. 2010-04-19 05:26:28 +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 Introduced Empty<T> to cache zero length arrays. 2010-04-18 08:39:20 +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 Introduced Empty<T> to cache zero length arrays. 2010-04-18 08:39:20 +00:00
ParameterInfo.cs Introduced Empty<T> to cache zero length arrays. 2010-04-18 08:39:20 +00:00
ParameterModifier.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
PropertyInfo.cs Introduced Empty<T> to cache zero length arrays. 2010-04-18 08:39:20 +00:00
PropertySignature.cs Made property and event public/static flag handling compatible with .NET 2010-02-26 09:26:20 +00:00
Signature.cs Added support for custom modifiers in generic type instantions (in signatures). 2010-04-18 09:25:47 +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 Added support for custom modifiers in generic type instantions (in signatures). 2010-04-18 09:25:47 +00:00
TypeNameParser.cs Fixed type name parsing bug (thanks to Jb Evain for reporting this). Generic type parameter type names can be without assembly name and then need to be resolved in context. 2010-04-18 09:21:54 +00:00
Universe.cs Dynamic assemblies should also be visible in the universe. 2010-04-20 05:21:58 +00:00
Util.cs Introduced Empty<T> to cache zero length arrays. 2010-04-18 08:39:20 +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