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.
|
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access