ILICON
Adds the specified icon to the output program.
ILNATIVERESOURCE
The resource file you specify will be included in the resulting output file.
ILPINVOKE
Makes the specified unmanaged code available, so that the entry points in the unmanaged code are available to the program being compiled.
ILREF This directive permits the definition of extension methods and extension operators that are outside of the current compilation unit.
ILRESOURCE
Specifies a resource file to embed in the assembly file when it is culture neutral.
ILSOURCE
Specifies an additional COBOL source file to be compiled together with the current program into a single .NET assembly or Java class file.
ILSTACKSIZE
Sets the size of the stack when the program is run.
ILSUBSYSTEM
Specifies the subsystem directive to the MSIL Assembler (ilasm.exe).
ILUSING
Specifies the namespace for a class to be imported. This directive enables you to write just the class name in the program code, without its namespace, potentially making the code shorter and simpler.
JVMCLASSPATH
Adds directories to the CLASSPATH, enabling classes located within those directories to be utilized.