Class BaseConfig
Inheritance
object
BaseConfig
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Plugin
Assembly: Plugin.dll
Syntax
public abstract class BaseConfig
Constructors
BaseConfig()
Declaration
protected BaseConfig()
Properties
ConfigName
配置文件名
不可被序列化
子类必须重写
Declaration
public abstract string ConfigName { get; }
Property Value
Type | Description |
---|---|
string |
Methods
Load()
加载方法
禁止被子类重写
Declaration
public void Load()
Save()
保存方法
禁止被子类重写
Declaration
public void Save()