Property |
Description |
AssemblyNames |
Assemblies to analyze. If null, all compiled assemblies will be analyzed.
|
Categories |
Issue Categories to include in the audit. If null, the analysis will include all categories.
|
CodeOptimization |
Code optimization mode. The default is CodeOptimization.Release.
|
CompilationMode |
The Compilation mode to use during code analysis. The default is CompilationMode.Player.
|
DiagnosticParams |
The DiagnosticParams object which defines the customizable thresholds for reporting certain diagnostics.
By default, this makes a copy of ProjectAuditorSettings.
|
OnCompleted |
Notifies that all Modules completed their analysis.
|
OnIncomingIssues |
Reports a batch of new issues. Note that this be called multiple times per analysis.
|
OnModuleCompleted |
Notifies that a Module completed its analysis.
|
Platform |
Analysis platform. The default platform is the currently active build target.
|