ikvm-fork/refemit
jfrijters 3f48b2ed51 - Implemented GetConstructorImpl for TypeBuilder and BakedType.
- Added Equals/GetHashCode to ConstructorBuilder, because GetConstructorImpl will return a new instance.
2009-08-06 06:14:46 +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 GetConstructorImpl for TypeBuilder and BakedType. 2009-08-06 06:14:46 +00:00
Properties New Ref.Emit implementation. 2008-11-14 07:40:49 +00:00
Writer Completed HasCustomAttribute encoding and changed NotImplementedException to InvalidOperationException for two encodings that were already complete. 2009-06-25 15:36:17 +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 - Implemented GetConstructorImpl for TypeBuilder and BakedType. 2009-08-06 06:14:46 +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
EventBuilder.cs Forgot to add new file. 2009-06-27 11:05:56 +00:00
FieldBuilder.cs Fixed encoding of fields in generic type instances. 2009-06-22 15:27:12 +00:00
IKVM.Reflection.Emit.csproj Added support for defining events. 2009-06-25 14:44:36 +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 Added support for defining events. 2009-06-25 14:44:36 +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 Made PropertyBuilder sealed like on .NET. 2009-06-25 14:43:46 +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 - Implemented GetConstructorImpl for TypeBuilder and BakedType. 2009-08-06 06:14:46 +00:00
refemit.build Added support for defining events. 2009-06-25 14:44:36 +00:00