| IPluginManager Interface | 
Namespace: VirtualRadar.Interface
 Syntax
SyntaxThe IPluginManager type exposes the following members.
 Properties
Properties| 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.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | LoadPlugins | 
            Loads the DLLs in the Plugins folder and calls their RegisterImplementations(IClassFactory) methods.
             | 
 See Also
See Also