ikvm-fork/refemit
jfrijters 3ea4d4aa8f Added support for adding "new-style" declarative security (i.e. .NET 2.0 compatible). 2009-11-09 06:38:30 +00:00
..
IKVM.MdbWriter Fixed local variable signature in debugging info. This finally fixes the debugging support regression in 0.40. 2009-08-25 04:31:36 +00:00
IKVM.PdbWriter Fixed local variable signature in debugging info. This finally fixes the debugging support regression in 0.40. 2009-08-25 04:31:36 +00:00
Impl Fixed local variable signature in debugging info. This finally fixes the debugging support regression in 0.40. 2009-08-25 04:31:36 +00:00
Properties New Ref.Emit implementation. 2008-11-14 07:40:49 +00:00
Writer Added support for adding "new-style" declarative security (i.e. .NET 2.0 compatible). 2009-11-09 06:38:30 +00:00
AssemblyBuilder.cs Added support for adding "new-style" declarative security (i.e. .NET 2.0 compatible). 2009-11-09 06:38:30 +00:00
ConstructorBuilder.cs Added support for adding "new-style" declarative security (i.e. .NET 2.0 compatible). 2009-11-09 06:38:30 +00:00
CustomAttributeBuilder.cs Added support for adding "new-style" declarative security (i.e. .NET 2.0 compatible). 2009-11-09 06:38:30 +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 Renamed ILGenerator.__GetILOffset() to ILGenerator.ILOffset to match with .NET 4.0. 2009-11-06 05:13:37 +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 Added support for adding "new-style" declarative security (i.e. .NET 2.0 compatible). 2009-11-09 06:38:30 +00:00
ModuleBuilder.cs Added support for adding "new-style" declarative security (i.e. .NET 2.0 compatible). 2009-11-09 06:38:30 +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 Added support for adding "new-style" declarative security (i.e. .NET 2.0 compatible). 2009-11-09 06:38:30 +00:00
refemit.build Removed ISymWrapper.dll dependency. 2009-08-23 09:14:09 +00:00