altcover

Prepare class

Description of the AltCover command

public class Prepare : Task

Public Members

| name | description | | — | — | | Prepare() | The default constructor | | AssemblyExcludeFilter { get; set; } | Corresponds to command line option -e, --assemblyExcludeFilter=VALUE | | AssemblyFilter { get; set; } | Corresponds to command line option -s, --assemblyFilter=VALUE | | AttributeFilter { get; set; } | Corresponds to command line option -a, --attributeFilter=VALUE | | AttributeTopLevel { get; set; } | Corresponds to command line option –attributetoplevel=VALUE | | [BranchCover](Prepare/BranchCover-apidoc) { get; set; } | Corresponds to command line option –branchcover | | [CallContext](Prepare/CallContext-apidoc) { get; set; } | Corresponds to command line option -c, –callContext=VALUE | | [CommandLine](Prepare/CommandLine-apidoc) { get; set; } | Corresponds to the command line to run, given after a – ` | | Defer { get; set; } | Corresponds to command line option --defer | | Dependencies { get; set; } | Corresponds to command line option -d, --dependency=VALUE | | ExposeReturnCode { get; set; } | Corresponds to the converse of command line option --dropReturnCode | | FileFilter { get; set; } | Corresponds to command line option -f, --fileFilter=VALUE | | InPlace { get; set; } | Corresponds to command line option --inplace | | InputDirectories { get; set; } | Corresponds to command line option -i, --inputDirectory=VALUE | | Keys { get; set; } | Corresponds to command line option -k, --key=VALUE | | LineCover { get; set; } | Corresponds to command line option --linecover | | LocalSource { get; set; } | Corresponds to command line option -l, --localSource | | MethodFilter { get; set; } | Corresponds to command line option -m, --methodFilter=VALUE | | MethodPoint { get; set; } | Corresponds to command line option --methodpoint | | MethodTopLevel { get; set; } | Corresponds to command line option --methodtoplevel=VALUE | | OutputDirectories { get; set; } | Corresponds to command line option -o, --outputDirectory=VALUE | | PathFilter { get; set; } | Corresponds to command line option -p, --pathFilter=VALUE | | Portable { get; set; } | Corresponds to command line option --portable | | Report { get; set; } | Corresponds to command line option -r, --report=VALUE | | ReportFormat { get; set; } | Corresponds to command line option --reportFormat=VALUE | | Save { get; set; } | Corresponds to command line option --save | | ShowGenerated { get; set; } | Corresponds to command line option --showGenerated | | ShowStatic { get; set; } | Corresponds to command line option --showstatic[=VALUE] | | SingleVisit { get; set; } | Corresponds to command line option --single | | SourceLink { get; set; } | Corresponds to command line option --sourcelink | | StrongNameKey { get; set; } | Corresponds to command line option --sn, --strongNameKey=VALUE | | SymbolDirectories { get; set; } | Corresponds to command line option -y, --symbolDirectory=VALUE | | Trivia { get; set; } | Corresponds to command line option --trivia | | TypeFilter { get; set; } | Corresponds to command line option -t, --typeFilter=VALUE | | TypeTopLevel { get; set; } | Corresponds to command line option --typetoplevel=VALUE | | Verbosity { get; set; } | Corresponds to command line options -q and --verbose (expects names of System.Diagnostics.TraceLevel values) | | VisibleBranches { get; set; } | Corresponds to command line option -v, --visibleBranches | | ZipFile { get; set; } | Corresponds to command line option --zipfile | | override Execute() | Perform the operation |

See Also