LINQ and Reflection

The .NET Framework class library reflection APIs can be used to examine the metadata in a .NET assembly and create collections of types, type members, parameters, and so on that are in that assembly. Because these collections support the generic IEnumerable interface, they can be queried by using LINQ.

For more information, see the Reflector Sample sample application.

This section contains the following topics:

See Also

Tasks

Reflector Sample

Concepts

LINQ to Objects