Programming Glossary: cecil
Add a try-catch with Mono Cecil http://stackoverflow.com/questions/11074518/add-a-try-catch-with-mono-cecil
Programmically embed resources in a .NET assembly http://stackoverflow.com/questions/1107912/programmically-embed-resources-in-a-net-assembly You could use Cecil to open the assembly..
Dynamic interception of calls in .NET http://stackoverflow.com/questions/1331851/dynamic-interception-of-calls-in-net PostSharp Mono Cecil or Microsoft CCI to..
c# Can I use reflection to inspect the code in a method? http://stackoverflow.com/questions/2693881/c-sharp-can-i-use-reflection-to-inspect-the-code-in-a-method libraries like Cecil that you can use to..
Look if a method is called inside a method using reflection http://stackoverflow.com/questions/5741350/look-if-a-method-is-called-inside-a-method-using-reflection Use Mono.Cecil . It is a single standalone.. be done with the Cecil API without too much.. older version of Cecil the one in mainstream..
|