DotCoverCoverageSettings.

ExcludeProcesses Property

Summary

Gets process names to ignore during analysis. Wildcards (*) allowed. This represents the --exclude-processes option.

Syntax

public ISet<string> ExcludeProcesses { get; }

Value

Type Description
ISet<string>