Search Results for

    Show / Hide Table of Contents

    Class Config

    The configs of the loader.

    Inheritance
    System.Object
    Config
    Implements
    IConfig
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Exiled.Loader
    Assembly: Exiled.Loader.dll
    Syntax
    public sealed class Config : IConfig

    Properties

    | Improve this Doc View Source

    ConfigType

    Gets or sets the config files distribution type.

    Declaration
    public ConfigType ConfigType { get; set; }
    Property Value
    Type Description
    ConfigType
    | Improve this Doc View Source

    Debug

    Declaration
    public bool Debug { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    EnableAutoUpdates

    Gets or sets a value indicating whether Exiled should auto-update itself as soon as a new release is available.

    Declaration
    public bool EnableAutoUpdates { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Environment

    Gets or sets the environment type.

    Declaration
    public EnvironmentType Environment { get; set; }
    Property Value
    Type Description
    EnvironmentType
    | Improve this Doc View Source

    ExcludeAssemblies

    Gets or sets which assemblies should be excluded from the update.

    Declaration
    public string[] ExcludeAssemblies { get; set; }
    Property Value
    Type Description
    System.String[]
    | Improve this Doc View Source

    ExiledDirectoryPath

    Gets or sets the Exiled directory path from which plugins will be loaded.

    Declaration
    public string ExiledDirectoryPath { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IsEnabled

    Declaration
    public bool IsEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    MultiLineScalarStyle

    Gets or sets the quotes wrapper type.

    Declaration
    public ScalarStyle MultiLineScalarStyle { get; set; }
    Property Value
    Type Description
    YamlDotNet.Core.ScalarStyle
    | Improve this Doc View Source

    ScalarStyle

    Gets or sets the quotes wrapper type.

    Declaration
    public ScalarStyle ScalarStyle { get; set; }
    Property Value
    Type Description
    YamlDotNet.Core.ScalarStyle
    | Improve this Doc View Source

    ShouldDownloadTestingReleases

    Gets or sets a value indicating whether testing releases have to be downloaded or not.

    Declaration
    public bool ShouldDownloadTestingReleases { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ShouldLoadOutdatedExiled

    Gets or sets a value indicating whether outdated Exiled versions should be loaded or not.

    Declaration
    public bool ShouldLoadOutdatedExiled { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ShouldLoadOutdatedPlugins

    Gets or sets a value indicating whether outdated plugins should be loaded or not.

    Declaration
    public bool ShouldLoadOutdatedPlugins { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

    IConfig

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX