Click or drag to resize
IPluginManagerIgnoredPlugins Property
Gets a map of the reason why a plugin was not loaded indexed by the full path and filename of the plugin DLL.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IDictionary<string, string> IgnoredPlugins { get; }

Property Value

Type: IDictionaryString, String
See Also