I've read that it is possible to run the metrics plugin from the commandline:

Reflector.exe /Run:Reflector.CodeMetrics /Assembly:"dummy.dll" /OutputPath:"Report.txt"

Is it also possible to run Analyze from the commandline? I would need to get the output from "Depends on" into a text/xml file.

thanks!
chris-at
0

Comments

2 comments

  • chris-at
    Bump...
    chris-at
    0
  • Clive Tong
    The CodeMetrics addin implements its command line behaviour itself by checking the CommandLine during the WindowManager_Load event, spotting the /Run, calling the addin code and then exiting.

    There is (as far as I know) no general mechanism in Reflector for running commands and piping their output to a results file.
    Clive Tong
    0

Add comment

Please sign in to leave a comment.