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:
While al.exe
is generally used to generate
assemblies with manifests, it can also be used to install assemblies
into the Global Assembly Cache (GAC). The following table shows some
of the common usages 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 install a strongly named assembly into the GAC. See also
|
|
Use to create shared components.
|
|
Use to create shared components.
|
|
Specifies the entry-point method name when converting a module to an executable. |
|
Specifies the output filename. |
|
Specifies the file format of the output file ( |
|
Specifies version information for the assembly. The default value is 0. |
18.225.209.250