Search
-
Recent Posts
Most Popular
Categories
Recent Comments
Meta
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 →
Mono.Cecil – Overview
I got the feeling that C# programmers kind of fear of using Mono.Cecil.I think it’s just because they are didn’t try it. Cecil is a powerful tool for rewriting an assembly. And it does it in pretty simple way. You … Continue reading →
Posted in .NET, c#
|
Tagged AOP, IL, IL Weaving, Interception, internal, metadata, Mono.Cecil, Reflection.Emit
|
1 Comment