Method LoadPlugin
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
LoadPlugin(string)
Loads a plugin with full path or name only, name only will search in system directory and current directory.
or loads plugins with recursive search in the directory.
bool LoadPlugin(string libraryPath)Parameters
libraryPathstring-
The name / file path / directory path.