| Type | Reason |
|---|
| AssemblyResolver | Documentation for this section has not yet been entered. |
| BasicIgnoreList |
Basic ignore list implementation.
|
| Bitmask<T> |
Provide a bitmask, up to 64 bits, based on an enum or integral value
(sadly this can't be restricted to enums/integral types using 'where').
|
| Defect | Documentation for this section has not yet been entered. |
| DocumentationUriAttribute | Documentation for this section has not yet been entered. |
| Engine | Documentation for this section has not yet been entered. |
| EngineController | Documentation for this section has not yet been entered. |
| EngineDependencyAttribute |
This attribute is needed to declare that a rule depends on an a engine.
This guarantee that the engine will have done it's job prior to the
Runner calls into the rules Check* methods
|
| EngineEventArgs | Documentation for this section has not yet been entered. |
| FxCopCompatibilityAttribute |
Attribute to map Gendarme rules with their (quasi)equivalent in FxCop.
It's possible for a Gendarme rule to implement several FxCop rules.
|
| HierarchicalEventArgs | Documentation for this section has not yet been entered. |
| ProblemAttribute | Documentation for this section has not yet been entered. |
| Rule |
Most rules should be able to inherit from Rule and implement one of the
IAssemblyRule, ITypeRule or IMethodRule and override
the Check[Assembly|Type|Method] method.
|
| Runner | Documentation for this section has not yet been entered. |
| RunnerEventArgs | Documentation for this section has not yet been entered. |
| SolutionAttribute | Documentation for this section has not yet been entered. |
| Symbols | Documentation for this section has not yet been entered. |
| ThreadModelAttribute | Used to precisely specify the threading semantics of code. |