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.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void ShowInvalidPlugins(
IDictionary<string, string> invalidPlugins
)
Sub ShowInvalidPlugins (
invalidPlugins As IDictionary(Of String, String)
)
void ShowInvalidPlugins(
IDictionary<String^, String^>^ invalidPlugins
)
abstract ShowInvalidPlugins :
invalidPlugins : IDictionary<string, string> -> unit
Parameters
- invalidPlugins
- Type: System.Collections.GenericIDictionaryString, String
See Also