PluginsManagerLoad Method
Loads all available Plug-ins from the specific directory.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public static void Load(
string path,
bool thirdParty,
ref Dictionary<string, PluginInitialMeta> paths
)
Public Shared Sub Load (
path As String,
thirdParty As Boolean,
ByRef paths As Dictionary(Of String, PluginInitialMeta)
)
public:
static void Load(
String^ path,
bool thirdParty,
Dictionary<String^, PluginInitialMeta^>^% paths
)
static member Load :
path : string *
thirdParty : bool *
paths : Dictionary<string, PluginInitialMeta> byref -> unit
- 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.
A list of plug-ins found.