IPluginManager Interface |
Namespace: VirtualRadar.Interface
The IPluginManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | IgnoredPlugins |
Gets a map of the reason why a plugin was not loaded indexed by the full path and filename of the plugin DLL.
|
![]() | LoadedPlugins |
Gets a list of every plugin that's been loaded into VRS.
|
![]() | Provider |
Gets or sets the object that abstracts away the environment for testing.
|
![]() | Singleton |
Gets the single instance of the class that should be used throughout the application.
(Inherited from ISingletonT.) |
Name | Description | |
---|---|---|
![]() | LoadPlugins |
Loads the DLLs in the Plugins folder and calls their RegisterImplementations(IClassFactory) methods.
|