DotCoverCoverageTool<TSettings>.

GetTargetArguments(ICakeContext, Action<ICakeContext>) Method

Summary

Get arguments from the target executable.

Syntax

protected ProcessArgumentBuilder GetTargetArguments(ICakeContext context, Action<ICakeContext> action)

Parameters

Name Type Description
context ICakeContext The context.
action Action<ICakeContext> The action to run DotCover for.

Return Value

Type Description
ProcessArgumentBuilder The process arguments.