PluginsManager.LoadOne(IAppEnv, String) Method
Loads a plug-in assembly from the specified location and then loads all
IPlugin implementations from it.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static List<PluginInfo> LoadOne(
IAppEnv appEnv,
string filePath
)
Public Shared Function LoadOne (
appEnv As IAppEnv,
filePath As String
) As List(Of PluginInfo)
public:
static List<PluginInfo^>^ LoadOne(
IAppEnv^ appEnv,
String^ filePath
)
static member LoadOne :
appEnv : IAppEnv *
filePath : string -> List<PluginInfo>
- appEnv IAppEnv
- Application environment.
- filePath String
- Full path to the assembly file.
List<PluginInfo>
List of
IPlugin implementations found in the loaded assembly.