PluginsManagerLoad Method

Loads all available Plug-ins from the specific directory.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public static void Load(
	string path,
	bool thirdParty,
	ref Dictionary<string, PluginInitialMeta> paths
)

Parameters

path  String
Path to the plug-ins.
thirdParty  Boolean
Determines if it is required to handle third-party plug-ins.
paths  DictionaryString, PluginInitialMeta
Map of the paths to handle with meta data.

Return Value

A list of plug-ins found.

See Also