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.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IDictionary<string, string> IgnoredPlugins { get; }
ReadOnly Property IgnoredPlugins As IDictionary(Of String, String)
Get
property IDictionary<String^, String^>^ IgnoredPlugins {
IDictionary<String^, String^>^ get ();
}
abstract IgnoredPlugins : IDictionary<string, string> with get
Property Value
Type:
IDictionaryString,
StringSee Also