Click or drag to resize
IPluginManagerLoadedPlugins Property
Gets a list of every plugin that's been loaded into VRS.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IList<IPlugin> LoadedPlugins { get; }

Property Value

Type: IListIPlugin
See Also