A plug-in loading strategy that loads all DLLs with a specific extension from a specific directory.
When this class is destroyed all of the plug-ins are unloaded.
Definition at line 38 of file kfbxscopedloadingdirectory.h.
#include <kfbxscopedloadingdirectory.h>
Public Member Functions |
|
Public interface
|
|
KFbxScopedLoadingDirectory (const char *pDirectoryPath, const char *pPluginExtension) | |
Constructor. |
|
virtual | ~KFbxScopedLoadingDirectory () |
Destructor. |
KFbxScopedLoadingDirectory | ( | const char * | pDirectoryPath, |
const char * | pPluginExtension | ||
) |
Constructor.
Load plug-ins.
pDirectoryPath | The directory path. |
pPluginExtension | The plug-in extension. |
virtual ~KFbxScopedLoadingDirectory | ( | ) | [virtual] |
Destructor.
Unload plug-ins.