The StatisticFilter type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| StatisticFilter |
Initializes a new instance of StatisticFilter.
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Reflect(NRAttribute) |
Determines if an attribute will be reflected.
| |
| Reflect(NRClass) |
Determines if a class will be reflected.
| |
| Reflect(NRConstructor) |
Determines if a method will be reflected.
| |
| Reflect(NRDelegate) |
Determines if a delegate will be reflected.
| |
| Reflect(NREnum) |
Determines if a enum will be reflected.
| |
| Reflect(NREnumValue) |
Determines if a enum value will be reflected.
| |
| Reflect(NREvent) |
Determines if an event will be reflected.
| |
| Reflect(NRField) |
Determines if a field will be reflected.
| |
| Reflect(NRInterface) |
Determines if an interface will be reflected.
| |
| Reflect(NRMethod) |
Determines if a method will be reflected.
| |
| Reflect(NRModule) |
Determines if a module will be reflected.
| |
| Reflect(NROperator) |
Determines if an operator will be reflected.
| |
| Reflect(NRProperty) |
Determines if a property will be reflected.
| |
| Reflect(NRStruct) |
Determines if a struct will be reflected.
| |
Returns a string that represents the current object. (Inherited from |
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