Using System.Reflection.Emit

Hi All
Does anyone know to create new field in an exising class using System.Refelection.Emit
Any help or sample code much appreciated


Answer this question

Using System.Reflection.Emit

  • R Rush

    Reflection Emit doesn't let you change types in existing compiled assemblies.

  • Using System.Reflection.Emit