The StatisticFilter type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| Filter |
Gets or sets the filter whose filter results will be counted.
| |
| IgnoredAttributes |
The count of attributes which are not reflected by the filter.
| |
| IgnoredClasses |
The count of classes which are not reflected by the filter.
| |
| IgnoredConstructors |
The count of constructors which are not reflected by the filter.
| |
| IgnoredDelegates |
The count of delegates which are not reflected by the filter.
| |
| IgnoredEnums |
The count of enums which are not reflected by the filter.
| |
| IgnoredEnumValues |
The count of enum Values which are not reflected by the filter.
| |
| IgnoredEvents |
The count of events which are not reflected by the filter.
| |
| IgnoredFields |
The count of fields which are not reflected by the filter.
| |
| IgnoredInterfaces |
The count of interfaces which are not reflected by the filter.
| |
| IgnoredMethods |
The count of methods which are not reflected by the filter.
| |
| IgnoredModules |
The count of modules which are not reflected by the filter.
| |
| IgnoredOperators |
The count of operators which are not reflected by the filter.
| |
| IgnoredProperties |
The count of properties which are not reflected by the filter.
| |
| IgnoredStructures |
The count of structures which are not reflected by the filter.
| |
| ReflectedAttributes |
The count of reflected attributes.
| |
| ReflectedClasses |
The count of reflected classes.
| |
| ReflectedConstructors |
The count of reflected constructors.
| |
| ReflectedDelegates |
The count of reflected delegates.
| |
| ReflectedEnums |
The count of reflected enums.
| |
| ReflectedEnumValues |
The count of reflected enum Values.
| |
| ReflectedEvents |
The count of reflected events.
| |
| ReflectedFields |
The count of reflected fields.
| |
| ReflectedInterfaces |
The count of reflected interfaces.
| |
| ReflectedMethods |
The count of reflected methods.
| |
| ReflectedModules |
The count of reflected modules.
| |
| ReflectedOperators |
The count of reflected operators.
| |
| ReflectedProperties |
The count of reflected properties.
| |
| ReflectedStructures |
The count of reflected structures.
|
See Also