Show / Hide Table of Contents

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 Source

BasePath

Declaration
public string BasePath { get; set; }
Property Value
Type Description
System.String
View Source

Enabled

Declaration
public List<string> Enabled { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
  • View Source
In This Article
Back to top Generated by DocFX