Close
Skip to content

Softwareproduction

Software Development Blog

  • ASP.NET Core
  • Xamarin
  • Code Generation
  • General Programming
  • Development Tools
  • Servers
  • Miscellaneous

Month: July 2014

Reflection Emit: Creating Properties

July 21, 2014September 27, 2017Munir HusseiniNo Comments

For those who need to create a dynamic type in memory using Reflection.Emit and need to add some properties, here…

Read More 3288 views

Reflection Emit and Type Inheritance: Calling Base Type Constructors

July 21, 2014September 27, 2017Munir HusseiniNo Comments

Suppose you want to use Reflection.Emit to generate a dynamic type in memory. Suppose this dynamic type should inherit a…

Read More 4447 views
(c) 2011-2017 Munir Husseini