ikvm-fork/reflect
jfrijters 261f3ba841 Fix. DefineNestedType should accept a null reference for the interfaces parameter. 2011-05-10 09:01:09 +00:00
..
Emit Fix. DefineNestedType should accept a null reference for the interfaces parameter. 2011-05-10 09:01:09 +00:00
Impl
Metadata Support roundtripping hash in AssemblyRef record. 2011-03-13 09:51:01 +00:00
Properties
Reader Use a bit in typeFlags to mark System.Enum and System.ValueType and detect them dynamically, to allow multiple mscorlib versions to be used. 2011-03-21 04:47:37 +00:00
Writer Added high level API extension MethodBuilder.__AddUnmanagedExport(). 2011-03-22 10:26:52 +00:00
AmbiguousMatchException.cs
Assembly.cs
AssemblyName.cs Support roundtripping hash in AssemblyRef record. 2011-03-13 09:51:01 +00:00
BadImageFormatException.cs
Binder.cs
ConstructorInfo.cs
CustomAttributeData.cs Fixed CustomAttributeBuilder.ToData(). 2011-03-11 09:22:32 +00:00
CustomAttributeNamedArgument.cs
CustomAttributeTypedArgument.cs
Enums.cs
EventInfo.cs
ExceptionHandlingClause.cs
FieldInfo.cs Added API extension FieldInfo.__FieldRVA. 2011-03-13 09:03:15 +00:00
FieldSignature.cs
Fusion.cs
GenericWrappers.cs Added API extension FieldInfo.__FieldRVA. 2011-03-13 09:03:15 +00:00
IKVM.Reflection.csproj
InterfaceMapping.cs
LocalVariableInfo.cs
ManifestResourceInfo.cs
MarshalSpec.cs
MemberInfo.cs
MethodBase.cs
MethodBody.cs
MethodImplMap.cs
MethodInfo.cs
MethodSignature.cs Added API extension for creating missing methods and fields. 2011-03-16 08:05:09 +00:00
Missing.cs Use a bit in typeFlags to mark System.Enum and System.ValueType and detect them dynamically, to allow multiple mscorlib versions to be used. 2011-03-21 04:47:37 +00:00
Module.cs Reverted Universe.ForceAssemblyResolve patch and introduced Module.__ResolveReferencedAssemblies() to allow custom assembly reference resolution. 2011-03-18 16:55:14 +00:00
ParameterInfo.cs
ParameterModifier.cs
PropertyInfo.cs
PropertySignature.cs
Signature.cs Added support for array Type sizes/lower bounds. 2011-03-17 14:40:50 +00:00
StandAloneMethodSig.cs
StrongNameKeyPair.cs
Type.cs Use a bit in typeFlags to mark System.Enum and System.ValueType and detect them dynamically, to allow multiple mscorlib versions to be used. 2011-03-21 04:47:37 +00:00
TypeNameParser.cs If mscorlib is missing and the context assembly isn't, we should assume that an unqualified missing type is from mscorlib. 2011-03-11 10:42:45 +00:00
Universe.cs Typo. 2011-03-21 04:48:08 +00:00
Util.cs Added support for array Type sizes/lower bounds. 2011-03-17 14:40:50 +00:00
reflect.build