PluginsManager.LoadThirdPartyMetadata Method

Loads metadata for third-party plug-ins from the specified base path.

Definition

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

Parameters

appEnv  IAppEnv
Application environment.
path  String
Base path to load the third-party plug-ins from. Typically it is a subfolder in the user settings folder.
metadata  Dictionary<Guid, IPluginInitialMeta>
Receives the loaded plug-in metadata stored by Guid.

See Also