11 #include "threads/CriticalSection.h" 26 std::string m_strDllName;
27 long m_lReferenceCount;
29 std::chrono::time_point<std::chrono::steady_clock> m_unloadDelayStartTick;
35 static LibraryLoader* LoadDLL(
const std::string& strSection,
bool bDelayUnload=
true,
bool bLoadSymbols=
false);
36 static void UnloadDLL(
const std::string& strSection);
37 static void UnloadDelayed();
41 std::vector<CDll> m_vecLoadedDLLs;
42 CCriticalSection m_critSection;
Definition: LibraryLoader.h:17
Definition: SectionLoader.h:20
Definition: SectionLoader.h:23