SamplesNReflect

This section provides some samples how to use NReflect.

In This Section

Reflect an assembly

This sample shows how to import an assembly and print out the results.

Using the include filter

To reflect only some parts of the assembly, the include filter may be used. This sample shows how.

How to create an exclude filter

There is no exclude filter. But such a filter can be created by combining two other filters.

Using the statistic filter

If you are interested in how to use the statistics filter, this sample is for you.

See Also

Other Resources