Table of Contents

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

libraryPath string

The name / file path / directory path.

Returns

bool

true if the plugins are loaded successfully; otherwise, false.