Книги автора: C# 2008 Programmer
Книга: C# 2008 Programmer
Examining the Content of an Assembly
Examining the Content of an Assembly
As mentioned briefly in Chapter 1, you can use the MSIL Disassembler tool (ildasm.exe
) to examine the content of an assembly. Figure 15-3 shows the tool displaying an assembly's content.
Figure 15-3
Among the various components in an assembly, the most important is the manifest (shown as MANIFEST in Figure 15-3), which is part of the assembly metadata. The manifest contains information such as the following:
? Name, version, public key, and culture of the assembly
? Files belonging to the assembly
? References assemblies (other assemblies referenced by this assembly)
? Permission sets
? Exported types
Figure 15-4 shows the content of the manifest of the assembly shown in Figure 15-3.
Figure 15-4
Похожие страницы
- Structure of an Assembly
- 4.4.4 The Dispatcher
- About the author
- Chapter 7. The state machine
- Appendix E. Other resources and links
- Example NAT machine in theory
- The final stage of our NAT machine
- Compiling the user-land applications
- The conntrack entries
- Untracked connections and the raw table
- Basics of the iptables command
- Other debugging tools