This section gives an introduction of the architecture of the created result of NReflect.
Here you can find a short description about the root of the resulting object tree.
TypesThis section describes how types are represented at the result.
MembersEach type may have members. The way they are represented is described in this section.
GenericsGenerics are also reflected by NReflect. Here you learn how.
AttributesNearly everything may be tagged with an attribute. This section shows how attributes are reflected.
FilterYou don't want to reflect everything? These filters will help you.
VisitorAfter the reflection is done you might want to work with the result. Since NReflect implements the visitor pattern, you might want to use it.