5.9 Assemblies

The FCL provides attributes that tag the metadata on an assembly with information such as target OS and processor, assembly version, and other information. The FCL also provides classes to manipulate assemblies, modules, and assembly strong names (see Chapter 12).

For more information, see the following namespace:

System.Reflection


    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference