July 2015
Intermediate to advanced
1300 pages
87h 27m
English
As you know, when you build an executable with Visual Basic, you build a .NET assembly. An assembly is a container of metadata and code. Metadata is information that the Common Language Runtime (CLR) uses in correctly loading and running the assembly. Figure 44.1 represents how an assembly is structured.
FIGURE 44.1 How an assembly is structured.
The Assembly Metadata, also known as assembly manifest, provides assembly information such as the name, version, culture, copyright information, and signature. The Type Metadata contains information on types defined within the assembly, such as class names and names ...
Read now
Unlock full access