ILASSEMBLY

Specifies the name of the assembly created.
Restriction: This directive is supported for .NET COBOL only.

Syntax:

>>-----.----ILASSEMBLY"assembly-name"--.------------><
       +--NOILASSEMBLY-----------------+       

Parameters:

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.

Properties:

Default: ILASSEMBLY"assembly-name" (IDE default) or NOILASSEMBLY (command line default)
IDE equivalent: Click Project > Properties > Application > Assembly Name

Comments:

If you need to specify the path of the output assembly file, you do this using the ILOUTPUT directive.