Show / Hide Table of Contents

Class PluginManager

Inheritance
System.Object
PluginManager
Implements
IPluginManager
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix
Assembly: Phoenix.Core.dll
Syntax
public class PluginManager : IPluginManager

Properties

View Source

Plugins

Gets the version information for the loaded phoenix plugins.

Declaration
public IEnumerable<PluginVersionInfo> Plugins { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<PluginVersionInfo>

Implements

IPluginManager
  • View Source
In This Article
Back to top Generated by DocFX