Summary
Invokes the FxCop commandline application with the provided arguments.
- Namespace
- NBuildKit
.MsBuild .Tasks .Core - Containing Type
- Fx
Cop Command Line Tool Task
Syntax
protected void InvokeFxCop(IEnumerable<string> arguments)
Parameters
Name | Type | Description |
---|---|---|
arguments | IEnumerable |
The collection containing the arguments. |
Return Value
Type | Description |
---|---|
void |