IPluginManagerLoadedPlugins Property |
Gets a list of every plugin that's been loaded into VRS.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IList<IPlugin> LoadedPlugins { get; }
ReadOnly Property LoadedPlugins As IList(Of IPlugin)
Get
property IList<IPlugin^>^ LoadedPlugins {
IList<IPlugin^>^ get ();
}
abstract LoadedPlugins : IList<IPlugin> with get
Property Value
Type:
IListIPluginSee Also