Class ReflectiveConfigCategory
Inheritance
ReflectiveConfigCategory
Assembly: RedLoader.dll
Syntax
public class ReflectiveConfigCategory
Properties
DisplayName
Declaration
public string DisplayName { get; }
Property Value
Identifier
Declaration
public string Identifier { get; }
Property Value
Methods
DestroyFileWatcher()
Declaration
public void DestroyFileWatcher()
GetValue<T>()
Declaration
public T GetValue<T>() where T : new()
Returns
Type Parameters
LoadFromFile(bool)
Declaration
public void LoadFromFile(bool printmsg = true)
Parameters
Type |
Name |
Description |
bool |
printmsg |
|
ResetFilePath()
Declaration
public void ResetFilePath()
SaveToFile(bool)
Declaration
public void SaveToFile(bool printmsg = true)
Parameters
Type |
Name |
Description |
bool |
printmsg |
|
SetFilePath(string, bool, bool)
Declaration
public void SetFilePath(string filepath, bool autoload = true, bool printmsg = true)
Parameters