Tag Archives: Reflection.Emit

Mono.Cecil – Hello World

In previous post, I explained what is Cecil, now lets write some code. This is a minimal program that show how to crate an assembly, add one type, and one method that print “Hello World”. Before you start, you need … Continue reading

Posted in .NET, C#, Internals | Tagged , , , , | 1 Comment