[Previous] [Contents] [Next]

The Type Class

At the center of reflection is the System.Type class. The System.Type class is an abstract class that represents a type in the Common Type System (CTS) and enables you to query for type name, the type's encompassing module and namespace, and whether the type is a value type or a reference type.

[Previous] [Contents] [Next]