Interface IPluginManager
Interface for the plugin manager.
Namespace: Phoenix.Plugins
Assembly: Phoenix.Abstractions.Plugins.dll
Syntax
public interface IPluginManager
Properties
View SourcePlugins
Gets the version information for the loaded phoenix plugins.
Declaration
IEnumerable<PluginVersionInfo> Plugins { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<PluginVersionInfo> |