Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-16Refactored custom attribute handling of MemberInfo types.jfrijters
2012-07-16Added new API MethodInfo.__TryGetImplMap().jfrijters
2012-07-13Fixed regression in __TryGetFieldOffset. The FieldLayout.Field field is an in...jfrijters
2012-07-13Restored GetCustomAttributesData forwarding, to allow FieldBuilder to throw e...jfrijters
2012-07-13All FieldInfo subclasses should implement GetCurrentToken().jfrijters
2012-07-13Moved __TryGetFieldOffset and __TryGetFieldMarshal up into FieldInfo.jfrijters
2012-07-13Moved common custom attribute code into FieldInfo.jfrijters
2012-07-13- Changed FieldInfo.__FieldOffset property to __TryGetFieldOffset() method.jfrijters
2012-07-13- Changed [Field|Parameter]Info.__FieldMarshal property to __TryGetFieldMarsh...jfrijters
2012-07-12- Added new public APIs FieldInfo.__FieldMarshal and ParameterInfo.__FieldMar...jfrijters
2012-07-12Added public API FieldInfo.__FieldOffset to get the offset of the field (in a...jfrijters
2012-07-12Added new .NET 4.5 API Type.IsConstructedGenericType.jfrijters
2012-06-26Made MethodSpec handling more consistent with MemberRef handling. This avoids...jfrijters
2012-04-10Moved GetEvents(), GetFields(), GetConstructors(), GetNestedTypes() and GetPr...jfrijters
2012-01-27Added new API MethodInfo.__GetMethodImpls() to efficiently get the MethodImpl...jfrijters
2012-01-12Added MethodBase.__MethodRVA property.jfrijters
2011-12-01- Rewrote custom modifier handling to retain ordering.jfrijters
2011-03-13Added API extension FieldInfo.__FieldRVA.jfrijters
2011-03-10- Retain event method ordering.jfrijters
2011-03-09Added API extension FieldInfo.__GetFieldOnTypeDefinition().jfrijters
2011-03-07Added API extension __GetMethodOnTypeDefinition() to easily go from MethodBas...jfrijters
2011-03-06Added Type.IsGenericTypeInstance to make it easier (and more efficient) to te...jfrijters
2011-03-06Forward HasThis to underlying method for generic method wrappers.jfrijters
2010-06-28Avoid adding duplicate MethodSpec rows.jfrijters
2010-06-24Made signature binding lazy for GenericMethodInstance.jfrijters
2010-06-24Moved ImportMethodSpec to GenericMethodInstance and fixed it to make sure tha...jfrijters
2010-06-24DeclaringType should return null for global generic method instances.jfrijters
2010-05-20Implemented custom attribute filtering at the source. Added support for custo...jfrijters
2010-04-19Made __GetDataFromRVA more generic by taking an offset and a length (to be ab...jfrijters
2010-02-26Made property and event public/static flag handling compatible with .NETjfrijters
2010-02-09Generic property and event wrappers should also override Equals/GetHashCode.jfrijters
2010-02-09Removed some no longer needed remnants from when we had multiple generic Para...jfrijters
2010-02-04Generic methods and methods on generic type instance fixes.jfrijters
2010-01-27Several IKVM.Reflection fixes related to generics.jfrijters
2010-01-25Removed UTF-8 byte order marks.jfrijters
2010-01-25New IKVM.Reflection implementation.jfrijters