ikvm-fork/reflect
jfrijters d2eefd77b2 Bug fix. The OriginalFilename in the version info resource should only include the filename, not the path. 2013-02-07 11:58:27 +00:00
..
Emit Implemented ARM unmanaged exports. 2013-01-12 12:07:40 +00:00
Impl Introduce Universe.MonoRuntime static variable to check for Mono Runtime. 2012-06-04 14:46:00 +00:00
Metadata Removed IMAGE_DATA_DIRECTORY "abuse" from CliHeader. Removed writer dependency from PEReader. 2012-10-26 11:31:24 +00:00
Properties Improved assembly title and description. 2012-04-26 14:04:48 +00:00
Reader Added another overload of the public API Module.__GetSectionInfo() that returns more information about the section. 2013-01-29 11:54:43 +00:00
Writer Bug fix. The OriginalFilename in the version info resource should only include the filename, not the path. 2013-02-07 11:58:27 +00:00
AmbiguousMatchException.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
Assembly.cs Added Universe.ResolvedMissingMember event. 2013-01-07 12:03:04 +00:00
AssemblyName.cs Bug fix. Changed AssemblyName.ProcessorArchitecture to match (weird) .NET behavior. When reading the property it returns the architecture of the PE file, not the field from the AssemblyDef record. 2012-10-24 17:08:07 +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 Moved methods shared by subclasses into ConstructorInfo. 2012-07-16 10:31:19 +00:00
CustomAttributeData.cs Implemented Universe.ResolvedMissingMember event for fields, methods and properties. 2013-01-07 13:22:30 +00:00
CustomAttributeNamedArgument.cs Added new .NET 4.5 properties CustomAttributeNamedArgument.IsField and CustomAttributeNamedArgument.MemberName. 2012-10-11 09:51:23 +00:00
CustomAttributeTypedArgument.cs Introduced Empty<T> to cache zero length arrays. 2010-04-18 08:39:20 +00:00
CustomModifiers.cs - Implemented __ContainsMissingType for function pointer types. 2012-12-24 10:49:51 +00:00
Enums.cs Bug fix. Changed AssemblyName.ProcessorArchitecture to match (weird) .NET behavior. When reading the property it returns the architecture of the PE file, not the field from the AssemblyDef record. 2012-10-24 17:08:07 +00:00
EventInfo.cs Added new .NET 4.5 properties EventInfo.AddMethod, EventInfo.RaiseMethod and EventInfo.RemoveMethod. 2012-10-11 10:01:54 +00:00
ExceptionHandlingClause.cs Added FlagsAttribute to ExceptionHandlingClauseOptions. 2012-01-30 14:23:24 +00:00
FieldInfo.cs Moved FieldOffsetAttribute and PreserveSigAttribute pseudo custom attribute creation into helpers methods in CustomAttributeData. 2012-07-16 13:07:43 +00:00
FieldSignature.cs - Rewrote custom modifier handling to retain ordering. 2011-12-01 06:30:50 +00:00
Fusion.cs Added helper method to AssemblyName to help Fusion parser convert public key to public key token. 2012-10-14 14:33:28 +00:00
GenericWrappers.cs Refactored custom attribute handling of MemberInfo types. 2012-07-16 10:14:37 +00:00
IKVM.Reflection.csproj [xamarin] Bump the toolsversion of the csproj 2012-11-27 11:42:54 +00:00
InterfaceMapping.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
LocalVariableInfo.cs Bug fix. LocalBuilder should extend LocalVariableInfo. 2012-10-19 20:12:36 +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 Changed type name parser to use Module as context, instead of Assembly. 2013-01-07 11:57:04 +00:00
MemberInfo.cs - Added new .NET 4.0 method GetCustomAttributesData() to Assembly, MemberInfo, Module and ParameterInfo. 2012-10-11 10:33:42 +00:00
MethodBase.cs Added new .NET 4.5 property MethodBase.MethodImplementationFlags. 2012-10-11 09:45:46 +00:00
MethodBody.cs - Added UniverseOptions.MetadataOnly. 2012-12-04 09:03:20 +00:00
MethodImplMap.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
MethodInfo.cs Added API extension to wrap MethodInfo in a ConstructorInfo. 2012-08-15 08:14:28 +00:00
MethodSignature.cs - Implemented __ContainsMissingType for function pointer types. 2012-12-24 10:49:51 +00:00
Missing.cs Expose the Name and __ModuleHash for missing external Modules. 2013-01-28 07:17:27 +00:00
Module.cs Added another overload of the public API Module.__GetSectionInfo() that returns more information about the section. 2013-01-29 11:54:43 +00:00
ParameterInfo.cs - Added new .NET 4.0 method GetCustomAttributesData() to Assembly, MemberInfo, Module and ParameterInfo. 2012-10-11 10:33:42 +00:00
ParameterModifier.cs Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
PropertyInfo.cs Added new .NET 4.5 properties PropertyInfo.GetMethod and PropertyInfo.SetMethod. 2012-10-11 10:11:27 +00:00
PropertySignature.cs Renamed methods that deal with unsigned compressed integers to *CompressedUInt instead of *CompressedInt. 2012-10-13 20:12:32 +00:00
Signature.cs Bug fix. While reading the Cecil source I realized that array bounds are signed. 2012-10-13 21:48:36 +00:00
StandAloneMethodSig.cs - Implemented __ContainsMissingType for function pointer types. 2012-12-24 10:49:51 +00:00
StrongNameKeyPair.cs Added workarounds for various Mono bugs related to strong naming and disabled use of key containers when running on Mono on Windows (because Mono does not expose the system key containers). 2012-06-04 14:49:38 +00:00
Type.cs Implemented Universe.ResolvedMissingMember event for fields, methods and properties. 2013-01-07 13:22:30 +00:00
TypeInfo.cs Added TypeInfo (from .NET 4.5). 2012-09-05 08:58:51 +00:00
TypeNameParser.cs Added Universe.ResolvedMissingMember event. 2013-01-07 12:03:04 +00:00
Universe.cs Implemented Universe.ResolvedMissingMember event for fields, methods and properties. 2013-01-07 13:22:30 +00:00
Util.cs - Added .NET 4.5 ModuleBuilder APIs GetMethodToken(MethodInfo, IEnumerable<Type>) and GetConstructorToken(MethodInfo, IEnumerable<Type>). 2012-05-31 12:16:27 +00:00
reflect.build Changed build infrastructure to support targetting .NET 4.0 on systems where 4.5 is installed. 2012-12-12 09:00:17 +00:00