ikvm-fork/reflect
jfrijters df62b0786f Use sigElementType for MarkerType. 2015-04-21 10:23:23 +00:00
..
Emit Use sigElementType to implement IsGenericParameter. 2015-04-21 10:15:39 +00:00
Impl Added UniverseOptions.DeterministicOutput to enable deterministic output (i.e. setting the PE file header time stamp to zero and computing the module version id based on the contents, instead of using a random guid). 2015-02-18 01:49:17 -10:00
Metadata Renamed TypeNameSpace to TypeNamespace for consistency. 2015-04-06 06:54:43 +00:00
Properties Improved assembly title and description. 2012-04-26 14:04:48 +00:00
Reader Use sigElementType to implement IsGenericParameter. 2015-04-21 10:15:39 +00:00
Writer Added UniverseOptions.DeterministicOutput to enable deterministic output (i.e. setting the PE file header time stamp to zero and computing the module version id based on the contents, instead of using a random guid). 2015-02-18 01:49:17 -10:00
AmbiguousMatchException.cs Added CoreCLR target for IKVM.Reflection. 2015-02-18 00:43:24 -10:00
Assembly.cs Added Universe.ResolvedMissingMember event. 2013-01-07 12:03:04 +00:00
AssemblyName.cs Added CoreCLR target for IKVM.Reflection. 2015-02-18 00:43:24 -10:00
BadImageFormatException.cs Added CoreCLR target for IKVM.Reflection. 2015-02-18 00:43:24 -10:00
Binder.cs Removed unnecessary early out in SelectMethod(). 2013-11-22 07:15:57 +00:00
ConstructorInfo.cs Moved methods shared by subclasses into ConstructorInfo. 2012-07-16 10:31:19 +00:00
CustomAttributeData.cs Added internal Type.TypeName virtual property to retrieve type name with a single virtual method call. 2015-04-06 07:06:31 +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 CoreCLR target for IKVM.Reflection. 2015-02-18 00:43:24 -10:00
GenericWrappers.cs Refactored custom attribute handling of MemberInfo types. 2012-07-16 10:14:37 +00:00
IKVM.Reflection.csproj Added CoreCLR target for IKVM.Reflection. 2015-02-18 00:43:24 -10: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 Module.__TryGetImplMap() public API to get ImplMap by token. 2015-04-07 11:55:51 +00:00
MethodSignature.cs Manually add changes CVS diff does not show 2013-09-11 23:01:28 +02:00
Missing.cs Use sigElementType to implement IsGenericParameter. 2015-04-21 10:15:39 +00:00
Module.cs Added Module.__TryGetImplMap() public API to get ImplMap by token. 2015-04-07 11:55:51 +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
Projection.cs Renamed TypeNameSpace to TypeNamespace for consistency. 2015-04-06 06:54:43 +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 Use sigElementType for MarkerType. 2015-04-21 10:23:23 +00:00
StandAloneMethodSig.cs - Implemented __ContainsMissingType for function pointer types. 2012-12-24 10:49:51 +00:00
StrongNameKeyPair.cs Added CoreCLR target for IKVM.Reflection. 2015-02-18 00:43:24 -10:00
Type.cs Use sigElementType for MarkerType. 2015-04-21 10:23:23 +00:00
TypeInfo.cs Optimized Array, ByRef and Pointer types by storing the signature element type. 2015-04-21 09:36:37 +00:00
TypeNameParser.cs Fixed known custom attribute handling. They should be recognized by type name, not type identity. 2015-04-06 07:12:29 +00:00
Universe.cs Added new public APIs to help deal with built-in types even when they are not defined in mscorlib: 2015-04-21 06:48:03 +00:00
Util.cs Added CoreCLR target for IKVM.Reflection. 2015-02-18 00:43:24 -10:00
coreclr.cs Added CoreCLR target for IKVM.Reflection. 2015-02-18 00:43:24 -10:00
reflect.build Added CoreCLR target for IKVM.Reflection. 2015-02-18 00:43:24 -10:00