https://emily.shillest.net/ayaya/index.php?マニュアル/関数/UNLOADLIB
UNLOADLIB†
Format†
UNLOADLIB( path )
Function†
- 外部ライブラリ(DLL)をアンロードします。
- 1回目のみunloadを実行した後、FreeLibraryします。
- 外部ライブラリDLLは、YAYAと同じインタフェースでload/unload/request関数をエクスポートしている必要があります。
Arguments†
- path
- DLLの位置。YAYAのある位置からの相対パス、または絶対パス。
Return value†
Related†
Version†
- YAYA: Available from the start
- Available in AYA5.8
Example†
- No example yet.
- Someone please provide one!