PluginsManagerLoadOne(String) Method
Loads Plug-in from the specific location.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public static IEnumerable<PluginInfo> LoadOne(
string fileName
)
Public Shared Function LoadOne (
fileName As String
) As IEnumerable(Of PluginInfo)
public:
static IEnumerable<PluginInfo^>^ LoadOne(
String^ fileName
)
static member LoadOne :
fileName : string -> IEnumerable<PluginInfo>
- fileName String
-
Full file name.
IEnumerablePluginInfo
A list of plug-ins found.