Method LoadPlugin
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.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.
public bool LoadPlugin(string libraryPath)Parameters
libraryPathstring-
The name / file path / directory path.
Returns
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaGlobal.MaaGlobalLoadPlugin(System.String).