DLL

Dynamic Link Library. A file containing executable content that can be loaded by an application to complete or extend its functionality. An application can actually be an executable (.EXE) combined with one or more DLLs. DLLs can also contain images, strings, or other resources that can be used by the application. Multiple applications can use the same DLL simultaneously.