Class PluginDirectoryOptions
Inheritance
System.Object
PluginDirectoryOptions
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 PluginDirectoryOptions
Properties
View SourceBasePath
Declaration
public string BasePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Enabled
Declaration
public List<string> Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |