¡@

Home 

c# Programming Glossary: mono.cecil

Free C# metrics calculation library (DLL)

http://stackoverflow.com/questions/1052269/free-c-sharp-metrics-calculation-library-dll

is performed through direct analysis of the IL thanks to Mono.Cecil the same library NDepend relies on . This allows the analysis..

How to get the source file name and the line number of a type member?

http://stackoverflow.com/questions/126094/how-to-get-the-source-file-name-and-the-line-number-of-a-type-member

System.Reflection or another similar framework such as Mono.Cecil how to retrieve programmatically the source file name and the..

Module initializers in C#

http://stackoverflow.com/questions/1915506/module-initializers-in-c-sharp

my own solution console program msbuild task using Mono.Cecil but I was wondering Is there any way to trick the C# compiler..

What static analysis tools are available for C#? [closed]

http://stackoverflow.com/questions/38635/what-static-analysis-tools-are-available-for-c

similar to Fxcop but with an opensource licence based on Mono.Cecil Smokey similar to Fxcop and Gendarme based on Mono.Cecil . No.. Mono.Cecil Smokey similar to Fxcop and Gendarme based on Mono.Cecil . No longer on development the main developer works with Gendarme..

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

c# .net reflection share improve this question Use Mono.Cecil . It is a single standalone assembly that will work on Microsoft.. using System.Collections.Generic using System.Linq using Mono.Cecil using Mono.Cecil.Cil namespace StackOverflow breadth first.. using System.Linq using Mono.Cecil using Mono.Cecil.Cil namespace StackOverflow breadth first lazy search across..

Parser for C#

http://stackoverflow.com/questions/81406/parser-for-c-sharp

to 3.0 Microsoft Public License. Used by Fxcop and Spec# Mono.Cecil From C# 1.0 to 3.0 open source The problem with assembly parsing..