Class PluginDirectoryManager
Inheritance
System.Object
PluginDirectoryManager
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 PluginDirectoryManager : IPluginDirectoryManager
Constructors
View SourcePluginDirectoryManager()
Declaration
public PluginDirectoryManager()
Methods
View SourceGetAssembliesToLoad()
Declaration
public IEnumerable<Assembly> GetAssembliesToLoad()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Reflection.Assembly> |
GetPluginName(String)
Declaration
public static string GetPluginName(string fileName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName |
Returns
Type | Description |
---|---|
System.String |