Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Toolchain
Inheritance Hierarchy
- CSharedMix
- ILibLoader
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Toolchain/ILibLoader.h |
| Include | #include "uLang/Toolchain/ILibLoader.h" |
Syntax
class ILibLoader : public uLang::CSharedMix
Destructors
| Type | Name | Description | |
|---|---|---|---|
~ILibLoader () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddLibSearchPath
(
const char* DirPath |
||
| DyLibProcPtr | FindProcExport
(
DyLibHandle LibHandle, |
||
| DyLibHandle | LoadLibrary
(
const char* LibName |
Typedefs
| Name | Description |
|---|---|
| DyLibHandle | |
| DyLibProcPtr |
Constants
| Name | Description |
|---|---|
| InvalidDyLibHandle |