PluginsManagerLoadOne(String) Method

Loads Plug-in from the specific location.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public static IEnumerable<PluginInfo> LoadOne(
	string fileName
)

Parameters

fileName  String
Full file name.

Return Value

IEnumerablePluginInfo
A list of plug-ins found.

See Also