Show / Hide Table of Contents

Interface IPluginManager

Interface for the plugin manager.

Namespace: Phoenix.Plugins
Assembly: Phoenix.Abstractions.Plugins.dll
Syntax
public interface IPluginManager

Properties

View Source

Plugins

Gets the version information for the loaded phoenix plugins.

Declaration
IEnumerable<PluginVersionInfo> Plugins { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<PluginVersionInfo>
  • View Source
In This Article
Back to top Generated by DocFX