Search Results for

    Show / Hide Table of Contents

    Class MorpheoConfigManager

    Manages the loading and saving of the runtime configuration.

    Inheritance
    object
    MorpheoConfigManager
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Morpheo.Core.Configuration
    Assembly: Morpheo.Core.dll
    Syntax
    public class MorpheoConfigManager

    Constructors

    | Edit this page View Source

    MorpheoConfigManager()

    Declaration
    public MorpheoConfigManager()

    Methods

    | Edit this page View Source

    Load()

    Loads the configuration from the JSON file.

    Declaration
    public RuntimeConfig Load()
    Returns
    Type Description
    RuntimeConfig

    The runtime configuration.

    | Edit this page View Source

    Save(RuntimeConfig)

    Saves the configuration to the JSON file.

    Declaration
    public void Save(RuntimeConfig config)
    Parameters
    Type Name Description
    RuntimeConfig config

    The configuration to save.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2025 DEHER Rémi - Propulsé par .NET 10