NReflect.Filter NamespaceNReflect
A filter can be used to determine which type or member to reflect. A filter implements the IFilter interface contained within this namespace. Some basic filters are also available here.
Classes

  ClassDescription
Public classIncludeFilter
This filter uses exclusion rules to determine which element to import.
Public classInvertFilter
This filter inverts the filter results of another filter.
Public classReflectAllFilter
A filter which will import every type and member.
Public classStatisticFilter
This filter counts the reflected elements and those which are blocked by a child filter.
Structures

  StructureDescription
Public structureFilterRule
A combination of a modifier and an element.
Interfaces

  InterfaceDescription
Public interfaceIFilter
An instance of this class is able to decide if a type is reflected.
Enumerations

  EnumerationDescription
Public enumerationFilterElements
A collection of possible elements.
Public enumerationFilterModifiers
A collection of possible modifiers.