Click or drag to resize
IInvalidPluginsView Interface
The interface for GUI objects that can display a list of invalid plugins.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IInvalidPluginsView : IView, 
	IDisposable

The IInvalidPluginsView type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodShowInvalidPlugins
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.
Public methodShowView
Displays the view to the user.
(Inherited from IView.)
Top
See Also