PluginsManager.LoadOne(IAppEnv, String) Method

Loads a plug-in assembly from the specified location and then loads all IPlugin implementations from it.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static List<PluginInfo> LoadOne(
	IAppEnv appEnv,
	string filePath
)

Parameters

appEnv  IAppEnv
Application environment.
filePath  String
Full path to the assembly file.

Return Value

List<PluginInfo>
List of IPlugin implementations found in the loaded assembly.

See Also