Search notes:

System.Reflection (namespace)

The System.Reflection namespace contains types that provide information about assemblies, modules, members, parameters etc.
Reflection is possible because the underlying code is managed.

See also

reflect.ps1 is a PowerShell scriptto reflect .NET types.

Index