Show / Hide Table of Contents

Class PluginDirectoryManager

Inheritance
System.Object
PluginDirectoryManager
Implements
IPluginDirectoryManager
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 PluginDirectoryManager : IPluginDirectoryManager

Constructors

View Source

PluginDirectoryManager()

Declaration
public PluginDirectoryManager()

Methods

View Source

GetAssembliesToLoad()

Declaration
public IEnumerable<Assembly> GetAssembliesToLoad()
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Reflection.Assembly>
View Source

GetPluginName(String)

Declaration
public static string GetPluginName(string fileName)
Parameters
Type Name Description
System.String fileName
Returns
Type Description
System.String

Implements

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