public sealed class PluginsManagerPublic NotInheritable Class PluginsManagerpublic ref class PluginsManager sealed[<SealedAttribute>]
type PluginsManager = class end| PluginsManager | Initializes a new instance of the PluginsManager class |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetPluginsHash | Gets a hash for currently loaded Plug-ins. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IsPlugInAssembly | |
| IsPluginInstalled(Guid) | |
| IsPluginInstalled(Guid, PluginInfo) | |
| Load | Loads all available Plug-ins from the specific directory. |
| LoadBanch | |
| LoadOne(PluginInitialMeta) | Loads Plug-in from the specific location. |
| LoadOne(String) | Loads Plug-in from the specific location. |
| LoadPlugIn | |
| LoadReferencedT | |
| LoadThirdParty | |
| ParsePlugInFile | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| TryParsePlugInFile | |
| UpdateConfigFile |
| PlugInLoaded | Occurs when a plug-in assembly is loaded and all implementations of IPlugin contained in it are instantiated. |