#include <fbxscopedloadingdirectory.h>
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 28 of file fbxscopedloadingdirectory.h.
Public Member Functions |
|
| FbxScopedLoadingDirectory (const char *pDirectoryPath, const char *pPluginExtension) | |
| Constructor, which also load plug-ins in the
folder specified. |
|
| virtual | ~FbxScopedLoadingDirectory () |
| Destructor. |
|
| FbxScopedLoadingDirectory | ( | const char * | pDirectoryPath, |
| const char * | pPluginExtension | ||
| ) |
Constructor, which also load plug-ins in the folder specified.
| pDirectoryPath | The directory path. |
| pPluginExtension | The plug-in extension. |
| virtual ~FbxScopedLoadingDirectory | ( | ) | [virtual] |
Destructor.
Unload plug-ins.