DLLHOST.EXE
DLL itself refers to the Dynamic-link library, this is a concept implemented by Microsoft in the Windows Operating system. It consists of using a shared library to run most of its applications. These libraries usually end with *.dll or *.ocx extension. The latter is for DLL library files with embedded ActiveX controls.
DLLs are in fact very similar to executable (*.EXE) files. This similarity is due to the fact that both DLLs and EXEs contain data, resources and code in variable combinations. Some common examples of DLLs include icon libraries, font files and such. Normally icon libraries have ICL extensions and font files the FOT extension.













