#include <fbxscopedloadingfilename.h>
A plug-in loading strategy that loads a single DLL by specifying the file name in the constructor, and unloads the DLL in its destructor.
Definition at line 28 of file fbxscopedloadingfilename.h.
Public Member Functions |
|
|
Public interface
|
|
| FbxScopedLoadingFileName (const char *pPath) | |
| Constructor. |
|
| virtual | ~FbxScopedLoadingFileName () |
| Destructor. |
|
| FbxScopedLoadingFileName | ( | const char * | pPath | ) | [explicit] |
Constructor.
Load plug-in.
| pPath | The file path. |
| virtual ~FbxScopedLoadingFileName | ( | ) | [virtual] |
Destructor.
Unload plug-in.