Collect coverage data to the given coverage file. Usage: collect options command line Options: /config: optional Override ...

Collect coverage data to the given coverage file.
    Usage: collect [options] [command line]
    Options:
        /config:
        [optional] Override default configuration with configuration file
        specified.

        /IIS
        [optional] Collect code coverage for web applications running
        under Internet Information Service (IIS). IIS Worker process 
        (w3wp.exe) will be registered for collection and all the application
        pools will be restarted.

        /output:
        [required] The file to output coverage data to.

        /session:
        [optional] The name for the session.  If a session name is not
        provided, a unique session name will be used

        /verbose
        [optional] Turn on printing of diagnostic information during runtime.

    Example:
        CodeCoverage collect /IIS /session:WebSession /output:MyWebApp.coverage%0