StatisticFilter MembersNReflect

The StatisticFilter type exposes the following members.
Constructors

  NameDescription
Public methodStatisticFilter
Initializes a new instance of StatisticFilter.
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodReflect(NRAttribute)
Determines if an attribute will be reflected.
Public methodReflect(NRClass)
Determines if a class will be reflected.
Public methodReflect(NRConstructor)
Determines if a method will be reflected.
Public methodReflect(NRDelegate)
Determines if a delegate will be reflected.
Public methodReflect(NREnum)
Determines if a enum will be reflected.
Public methodReflect(NREnumValue)
Determines if a enum value will be reflected.
Public methodReflect(NREvent)
Determines if an event will be reflected.
Public methodReflect(NRField)
Determines if a field will be reflected.
Public methodReflect(NRInterface)
Determines if an interface will be reflected.
Public methodReflect(NRMethod)
Determines if a method will be reflected.
Public methodReflect(NRModule)
Determines if a module will be reflected.
Public methodReflect(NROperator)
Determines if an operator will be reflected.
Public methodReflect(NRProperty)
Determines if a property will be reflected.
Public methodReflect(NRStruct)
Determines if a struct will be reflected.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
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