StatisticFilter PropertiesNReflect
The StatisticFilter type exposes the following members.
Properties

  NameDescription
Public propertyFilter
Gets or sets the filter whose filter results will be counted.
Public propertyIgnoredAttributes
The count of attributes which are not reflected by the filter.
Public propertyIgnoredClasses
The count of classes which are not reflected by the filter.
Public propertyIgnoredConstructors
The count of constructors which are not reflected by the filter.
Public propertyIgnoredDelegates
The count of delegates which are not reflected by the filter.
Public propertyIgnoredEnums
The count of enums which are not reflected by the filter.
Public propertyIgnoredEnumValues
The count of enum Values which are not reflected by the filter.
Public propertyIgnoredEvents
The count of events which are not reflected by the filter.
Public propertyIgnoredFields
The count of fields which are not reflected by the filter.
Public propertyIgnoredInterfaces
The count of interfaces which are not reflected by the filter.
Public propertyIgnoredMethods
The count of methods which are not reflected by the filter.
Public propertyIgnoredModules
The count of modules which are not reflected by the filter.
Public propertyIgnoredOperators
The count of operators which are not reflected by the filter.
Public propertyIgnoredProperties
The count of properties which are not reflected by the filter.
Public propertyIgnoredStructures
The count of structures which are not reflected by the filter.
Public propertyReflectedAttributes
The count of reflected attributes.
Public propertyReflectedClasses
The count of reflected classes.
Public propertyReflectedConstructors
The count of reflected constructors.
Public propertyReflectedDelegates
The count of reflected delegates.
Public propertyReflectedEnums
The count of reflected enums.
Public propertyReflectedEnumValues
The count of reflected enum Values.
Public propertyReflectedEvents
The count of reflected events.
Public propertyReflectedFields
The count of reflected fields.
Public propertyReflectedInterfaces
The count of reflected interfaces.
Public propertyReflectedMethods
The count of reflected methods.
Public propertyReflectedModules
The count of reflected modules.
Public propertyReflectedOperators
The count of reflected operators.
Public propertyReflectedProperties
The count of reflected properties.
Public propertyReflectedStructures
The count of reflected structures.
Back to Top
See Also