xbmc
|
Classes | |
class | CDll |
Public Member Functions | |
void | UnloadAll () |
Static Public Member Functions | |
static LibraryLoader * | LoadDLL (const std::string &strSection, bool bDelayUnload=true, bool bLoadSymbols=false) |
static void | UnloadDLL (const std::string &strSection) |
static void | UnloadDelayed () |
Protected Attributes | |
std::vector< CDll > | m_vecLoadedDLLs |
CCriticalSection | m_critSection |