Summary
Comma-separated list of type names to analyze. This option disables analysis of assemblies, namespaces, and resources; only the specified types and their members are included in the analysis.
Use the wildcard character '*' at the end of the name to select multiple types.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks - Containing Type
- FxCopTask
Syntax
[TaskAttribute("typeList", Required = false)]
public string TypeList { get; set; }
Attributes
Type | Description |
---|---|
TaskAttribute |
Value
Type | Description |
---|---|
string |