PluginsManager.LoadStandardMetadata Method

Loads metadata for standard plug-ins from the specified directory.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static void LoadStandardMetadata(
	string path,
	Dictionary<Guid, IPluginInitialMeta> metadata
)

Parameters

path  String
Path to the directory which contains the plug-ins.
metadata  Dictionary<Guid, IPluginInitialMeta>
Receives the loaded plug-in metadata stored by Guid.

See Also