Class PluginManager
Inheritance
System.Object
PluginManager
Implements
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 SourcePlugins
Gets the version information for the loaded phoenix plugins.
Declaration
public IEnumerable<PluginVersionInfo> Plugins { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<PluginVersionInfo> |