FxCopCommandLineToolTask.

InvokeFxCop(IEnumerable<string>) Method

Summary

Invokes the FxCop commandline application with the provided arguments.

Syntax

protected void InvokeFxCop(IEnumerable<string> arguments)

Parameters

Name Type Description
arguments IEnumerable<string> The collection containing the arguments.

Return Value

Type Description
void