Appendix D. Common Utilities
Microsoft .NET Framework provides many tools to help developers make the best use of the Framework. In the following sections, we document the commonly used subset of .NET tools that we’ve used throughout this book:
Assembly Generation Utility (al.exe)
Assembly Registration Utility (gacutil.exe)
MSIL Assembler (ilasm.exe)
MSIL Disassembler (ildasm.exe)
C++ Compiler (cl.exe)
C# Compiler (csc.exe)
VB Compiler (vbc.exe)
PE File viewer (dumpbin.exe)
Type Library Exporter (tlbexp.exe)
Type Library Importer (tlbimp.exe)
XML Schema Definition Tool (xsd.exe)
Shared Name Utility (sn.exe)
Web Service Utility (wsdl.exe)
Assembly Generation Utility (al.exe)
al.exe is generally used to generate assemblies with manifests. Table D-1 shows some of the common uses of the Assembly Generation Utility.
Option |
Description |
|
Specifies a value for the Flags field in the assembly.
|
|
Use to get help for this command. |
|
Use to create shared components.
|
Get .NET Framework Essentials, 3rd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.