NCover Documentation
  <p>NCover.Console provides numerous features for profiling applications, services, and IIS (ASP.NET) applications.</p>

  <h2><a href="http://docs.ncover.com/learn/docs/2-0/ncover-console/service-flags">Service Flags</a></h2>
  <table>
     <tr>
        <th>Name</th>
        <th>Flags</th>
        <th>Summary</th>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncover-console/service-flags#iis">IIS</a></td>
        <td><code>//iis</code></td>
        <td>Allows coverage of IIS.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncover-console/service-flags#services">Windows Services</a></td>
        <td><code>//service, //svc</code></td>
        <td>Allows coverage of a service.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncover-console/service-flags#servicetimeout">Service Timeout</a></td>
        <td><code>//st</code></td>
        <td>Sets IIS or Windows Service timeout.</td>
     </tr>
  </table>

  <h2><a href="http://docs.ncover.com/ref/2-0/ncover-console/output-flags">Output Flags</a></h2>
  <table cellspacing="4">
     <tr>
        <th>Name</th>
        <th>Flags</th>
        <th>Summary</th>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncover-console/output-flags#xml">XML Report</a></td>
        <td><code>//xml, //x</code></td>
        <td>Outputs XML to a file other than the default.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncover-console/output-flags#html">HTML Report</a></td>
        <td><code>//html, //h</code></td>
        <td>Outputs HTML to a directory. Requires Enterprise Edition.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncover-console/output-flags#projectname">Project Name</a></td>
        <td><code>//project-name</code></td>
        <td>Specifies the name of the project for HTML output.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncover-console/output-flags#logfile">Log File</a></td>
        <td><code>//log-file, //l</code></td>
        <td>Logs to a file other than the default.</td>
     </tr>
  </table>

  <h2><a href="http://docs.ncover.com/ref/2-0/ncover-console/profiling-options-flags">Profiling Options Flags</a></h2>
  <table cellspacing="4">
     <tr>
        <th>Name</th>
        <th>Flags</th>
        <th>Summary</th>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncover-console/profiling-options-flags#assemblies">Assemblies</a></td>
        <td><code>//assemblies, //a</code></td>
        <td>Selects which assemblies to cover.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncover-console/profiling-options-flags#coveragetype">Coverage Type</a></td>
        <td><code>//coverage-type, //ct</code></td>
        <td>Set what type of coverage to collect data for.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncover-console/profiling-options-flags#excludeattributes">Exclude Attributes</a></td>
        <td><code>//exclude-attributes, //ea</code></td>
        <td>Excludes classes and methods based on attributes.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncover-console/profiling-options-flags#ef">Exclude Files</a></td>
        <td><code>//exclude-files, //ef</code></td>
        <td>Excludes source files using a list of regular expressions.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncover-console/profiling-options-flags#et">Exclude Types</a></td>
        <td><code>//exclude-types, //et</code></td>
        <td>Excludes types using a list of regular expressions.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncover-console/profiling-options-flags#em">Exclude Methods</a></td>
        <td><code>//exclude-methods, //em</code></td>
        <td>Excludes methods using a list of regular expressions.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncover-console/profiling-options-flags#na">Disable Autoexclusion</a></td>
        <td><code>//na</code></td>
        <td>Turns off auto exclusion.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncover-console/profiling-options-flags#pm">Process Module</a></td>
        <td><code>//pm</code></td>
        <td>Profile only processes that match a particular name.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncover-console/profiling-options-flags#ssp">Symbol Search Policy</a></td>
        <td><code>//ssp</code></td>
        <td>Set the symbol search policy.</td>
     </tr>
  </table>

  <h2><a href="http://docs.ncover.com/ref/2-0/ncover-console/program-settings">Program Settings</a></h2>
  <table cellspacing="4">
     <tr>
        <th>Name</th>
        <th>Flags</th>
        <th>Summary</th>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncover-console/program-settings#reg">Register NCover</a></td>
        <td><code>//reg</code></td>
        <td>Temporarily registers the NCover DLL.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncover-console/program-settings#wal">Wait for Application Load</a></td>
        <td><code>//wait-for-app-load, //wal</code></td>
        <td>Sets the maximum number of minutes NCover waits for the profiled process to connect before timing out.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncover-console/program-settings#savesettings">Save Settings</a></td>
        <td><code>//save-settings-file, //s</code></td>
        <td>Save coverage settings to a file.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncover-console/program-settings#readsettings">Read Settings</a></td>
        <td><code>//read-settings-file, //r</code></td>
        <td>Set coverage settings based on a settings file.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncover-console/program-settings#workingdir">Working Directory</a></td>
        <td><code>//working-directory, //w</code></td>
        <td>Set the working directory.</td>
     </tr>
  </table>

If you still need technical assistance, we can help:

Submit A Support Ticket