Click or drag to resize
IInvalidPluginsViewShowInvalidPlugins Method
Displays the list of invalid plugins. The key to the dictionary is the full path to the plugin and the value is the reason why the plugin was not loaded.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void ShowInvalidPlugins(
	IDictionary<string, string> invalidPlugins
)

Parameters

invalidPlugins
Type: System.Collections.GenericIDictionaryString, String
See Also