Click or drag to resize
IPluginsView Interface
The interface for GUI objects that can display information about plugins and allow the user to configure them.

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

The IPluginsView type exposes the following members.

Properties
  NameDescription
Public propertyInvalidPluginsCount
Gets or sets a count of plugins that could not be loaded.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodShowPlugins
Shows information about the plugins to the user.
Public methodShowView
Displays the view to the user.
(Inherited from IView.)
Top
See Also