ikvm-fork/refemit
jfrijters 35c3f96121 Fixed GetMethodToken() and GetConstructorToken() for methods in generic type definitions. 2009-06-25 09:15:48 +00:00
..
IKVM.MdbWriter Add variables to debug symbols and fix RemapToken to ignore non-method tokens. 2009-04-15 04:21:15 +00:00
IKVM.PdbWriter Renamed .csproj file. 2009-03-26 14:57:45 +00:00
Impl Implemented TypeBuilder.MakePointerType(). 2009-06-22 14:51:39 +00:00
Properties New Ref.Emit implementation. 2008-11-14 07:40:49 +00:00
Writer Fixed canonicalization of MethodSpec. 2009-06-25 09:09:20 +00:00
AssemblyBuilder.cs DefineDynamicAssembly overload that takes assembly permission sets is only obsolete on .NET 4.0. 2009-05-26 05:44:49 +00:00
ConstructorBuilder.cs Added TypeBuilder.GetMethod() and TypeBuilder.GetConstructor() to instantiate generic methods. 2009-06-22 07:01:29 +00:00
CustomAttributeBuilder.cs Fixed handling of TypeBuilder enums in custom attributes. 2009-06-22 15:14:37 +00:00
Enums.cs New Ref.Emit implementation. 2008-11-14 07:40:49 +00:00
FieldBuilder.cs Fixed encoding of fields in generic type instances. 2009-06-22 15:27:12 +00:00
IKVM.Reflection.Emit.csproj Moved PDB support into seperate assembly to make Mono support easier. 2009-03-16 06:49:00 +00:00
ILGenerator.cs Added support for pinned local variables. 2009-06-22 15:06:45 +00:00
IkvmAssembly.cs When building for .NET 4.0 we can derived ModuleBuilder from Module and AssemblyBuilder from Assembly. 2009-05-25 13:42:15 +00:00
MethodBuilder.cs The SuppressUnmanagedCodeSecurityAttribute requires the HasSecurity flag to be set. 2009-06-25 08:58:31 +00:00
ModuleBuilder.cs Fixed GetMethodToken() and GetConstructorToken() for methods in generic type definitions. 2009-06-25 09:15:48 +00:00
OpCodes.cs New Ref.Emit implementation. 2008-11-14 07:40:49 +00:00
ParameterBuilder.cs New Ref.Emit implementation. 2008-11-14 07:40:49 +00:00
PropertyBuilder.cs Implemented support for SpecialNameAttribute. 2008-11-25 05:07:05 +00:00
SignatureHelper.cs Fixed generic type definitions in signatures. 2009-06-25 04:16:09 +00:00
Tokens.cs New Ref.Emit implementation. 2008-11-14 07:40:49 +00:00
TypeBuilder.cs The SuppressUnmanagedCodeSecurityAttribute requires the HasSecurity flag to be set. 2009-06-25 08:58:31 +00:00
refemit.build Added optimize="true". 2009-06-18 05:53:17 +00:00