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
Class | Description | |
---|---|---|
![]() | IncludeFilter |
This filter uses exclusion rules to determine which element to import.
|
![]() | InvertFilter |
This filter inverts the filter results of another filter.
|
![]() | ReflectAllFilter |
A filter which will import every type and member.
|
![]() | StatisticFilter |
This filter counts the reflected elements and those which are blocked
by a child filter.
|
Structures
Structure | Description | |
---|---|---|
![]() | FilterRule |
A combination of a modifier and an element.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IFilter |
An instance of this class is able to decide if a type is reflected.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | FilterElements |
A collection of possible elements.
|
![]() | FilterModifiers |
A collection of possible modifiers.
|