Method RegisterNewRule
RegisterNewRule<TRule>()
Method used to register any custom AnalyzeRules with the AnalyzeSystem. This replaces calling into the AnalyzeWindow directly to remove logic from the GUI.
Declaration
public static void RegisterNewRule<TRule>() where TRule : AnalyzeRule, new()
Type Parameters
| Name | Description |
|---|---|
| TRule | The rule type. |