show/hide this revision's text 4 added 251 characters in body

Works on source code:

Works on assembly:

  • System.Reflection
  • FxCop API: From C# 1.0 to 3.0, Microsoft licence, not for commercial use as services
  • Mono.Cecil: From C# 1.0 to 3.0, open-source

The problem with assembly "parsing" is that we have less informations about line and file (the informations is based on .pdb file, and Pdb contains lines informations only for methods)

show/hide this revision's text 3 added 355 characters in body

Works on source code:-

Works on assembly:-

  • System.Reflection-
  • FxCop API - : From C# 1.0 to 3.0, Microsoft licence, not for commercial use as services
  • Mono.Cecil: From C# 1.0 to 3.0, open-source

The problem with assembly "parsing" is that we have less informations about line and file (the informations is based on .pdb file, and Pdb contains lines informations only for methods)

show/hide this revision's text 2 added 211 characters in body

Works on source code: - CSParser: From C# 1.0 to 2.0, open-source - Metaspec C# Parser: From C# 1.0 to 3.0, commercial product (about 5000$) - SharpDevelop Parser (answer by Akselsson)

Works on assembly: - System.Reflection - FxCop API - Mono.Cecil

show/hide this revision's text 1