PluginsManagerLoadAllReferenced Method

Loads plug-in classes from referenced assemblies.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public static void LoadAllReferenced(
	LanguageInfo language,
	PluginsStatusEventHandler progress,
	Type[] types
)

Parameters

language  LanguageInfo
Language to use for the messages.
progress  PluginsStatusEventHandler
Optional handler of loading progress.
types  Type

Types of the plug-in classes to load.

  Important

Every item of collection must be a non-abstract class which implements IPlugin and has a public parameterless constructor.

See Also