Search Results for

    Class ReflectiveConfigCategory

    Inheritance
    object
    ReflectiveConfigCategory
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: RedLoader.Preferences
    Assembly: RedLoader.dll
    Syntax
    public class ReflectiveConfigCategory

    Properties

    DisplayName

    Declaration
    public string DisplayName { get; }
    Property Value
    Type Description
    string

    Identifier

    Declaration
    public string Identifier { get; }
    Property Value
    Type Description
    string

    Methods

    DestroyFileWatcher()

    Declaration
    public void DestroyFileWatcher()

    GetValue<T>()

    Declaration
    public T GetValue<T>() where T : new()
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    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
    Type Name Description
    string filepath
    bool autoload
    bool printmsg