Specifies the name of the assembly created.
>>-.----.--ILASSEMBLY--.------------.----->< | | +-"assembly-name"-+ +-NO-+
assembly-name | The name of the assembly created. The default name is the same as the name of the file being compiled. The output file has this name with the extension .dll if the directive ILGEN(SUB) is specified, or the extension .exe if ILGEN is specified. |
Default: | NOILASSEMBLY. |
IDE equivalent: | Click Project > Properties > Common Properties > General > Application > Assembly Name |
If you need to specify the path of the output assembly file, you do this using the ILOUTPUT directive.