Important
Every item of collection must be a non-abstract class which implements IPlugin and has a public parameterless constructor.
public static void LoadAllReferenced(
LanguageInfo language,
PluginsStatusEventHandler progress,
Type[] types
)Public Shared Sub LoadAllReferenced (
language As LanguageInfo,
progress As PluginsStatusEventHandler,
types As Type()
)public:
static void LoadAllReferenced(
LanguageInfo^ language,
PluginsStatusEventHandler^ progress,
array<Type^>^ types
)static member LoadAllReferenced :
language : LanguageInfo *
progress : PluginsStatusEventHandler *
types : Type[] -> unit Types of the plug-in classes to load.