Introduction to Reflection API

Exercise: Output Name of Type

1) Get executing assembly.

2) Get all types in executing assembly.

3) In loop: for types where namespace starts with "University" - output type`s names, one per line.

HINT: Watch out, namespace can be null.

Page 4 of 11