DekGenius.com
[ Team LiB ] Previous Section Next Section

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
    [ Team LiB ] Previous Section Next Section