ArchitectureNReflect

This section gives an introduction of the architecture of the created result of NReflect.

In This Section

Assemblies and Modules

Here you can find a short description about the root of the resulting object tree.

Types

This section describes how types are represented at the result.

Members

Each type may have members. The way they are represented is described in this section.

Generics

Generics are also reflected by NReflect. Here you learn how.

Attributes

Nearly everything may be tagged with an attribute. This section shows how attributes are reflected.

Filter

You don't want to reflect everything? These filters will help you.

Visitor

After the reflection is done you might want to work with the result. Since NReflect implements the visitor pattern, you might want to use it.

See Also

Other Resources