XDepend Console command line arguments

XDepend Console accepts these arguments:
  _____________________________________________________________________________
  The path to the input Xml XDepend project file.  MANDATORY

    It must be specified as the first argument. If you need to specify a path
    that contains a space character use double quotes ".. ..". Relative paths
    are not supported. These remarks also apply to paths provided with options
    /InDirs /OutDir and /XslForReport.


 Following are OPTIONAL and can be provided in any order:
  _____________________________________________________________________________
  /ViewReport                 to view the HTML report
  _____________________________________________________________________________
  /Silent                     to disable output on console
  _____________________________________________________________________________
  /HideConsole                to hide the console window
  _____________________________________________________________________________
  /XslForReport xlsFilePath   to provide your own Xsl file used to build report
                              The path must be absolute.
  _____________________________________________________________________________
  /InDirs dir1 [dir2 ...]     to override input dirs specified in the XDepend
                              project file. Dirs must be absolute.

     If you use the /InDirs option, directories specified in the Xml XDepend
     project file are ignored.
  _____________________________________________________________________________
  /OutDir dir                 to override the output dir specified in the
                              XDepend project file. Dir must be absolute.

     VisualXDepend.exe won't work on the machine where you used
     XDepend.Console.exe with the option /OutDir because VisualXDepend.exe is
     not aware of the output dir specified and will try to use the output dir
     specified in your XDepend project file.
     The same if you use the historical comparison option. It won't work
     properly because historic analysis results will be stored in /OutDir
     while the analysis will try to found them in the project output dir.
  _____________________________________________________________________________
  /EmitVisualNDependBinXml    to emit the file VisualNDepend.bin.xml

     VisualNDepend.bin.xml is an xml file that contains the
     dependencies graph of your application. It can be used for your
     own purpose. VisualNDepend.exe uses VisualNDepend.bin which is
     a GZipStream compressed version of VisualNDepend.bin.xml.

     Note: We don't garantee that the stability of this option in future
           versions.

  _____________________________________________________________________________
  /AnalysisResultToCompareWith to provide a previous analysis result to
                               compare with. The path must be absolute.

     Analysis results are stored in files named VisualNDepend.bin.
     These files can be found under the NDepend project output directory.
     The prefered option to provide a previous analysis result to
     compare with during an analysis is to use:
     VisualNDepend > Project Properties > Analysis > Analysis Comparison
     You can use the option /AnalysisResultToCompareWith in special
     scenarios where using Project Properties doesn't work.

  ____________________________________________________________________________
  /Help                       to display the current help on console
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.