• Api Documentation
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • JeremyAnsel.Xwa.HooksConfig
      • XwaHooksConfig
      • XwaIniFile
      • XwaIniSection

    Class XwaIniSection

    Inheritance
    object
    XwaIniSection
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: JeremyAnsel.Xwa.HooksConfig
    Assembly: JeremyAnsel.Xwa.HooksConfig.dll
    Syntax
    public sealed class XwaIniSection

    Properties

    | Edit this page View Source

    Lines

    Declaration
    public ICollection<string> Lines { get; }
    Property Value
    Type Description
    ICollection<string>
    | Edit this page View Source

    Settings

    Declaration
    public ICollection<string> Settings { get; }
    Property Value
    Type Description
    ICollection<string>
    | Edit this page View Source

    TxtKey

    Declaration
    public string? TxtKey { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    GetKeyValueInLines(string)

    Declaration
    public string GetKeyValueInLines(string key)
    Parameters
    Type Name Description
    string key
    Returns
    Type Description
    string
    | Edit this page View Source

    GetKeyValueInSettings(string)

    Declaration
    public string GetKeyValueInSettings(string key)
    Parameters
    Type Name Description
    string key
    Returns
    Type Description
    string
    | Edit this page View Source

    GetSettingKeys()

    Declaration
    public ICollection<string> GetSettingKeys()
    Returns
    Type Description
    ICollection<string>
    | Edit this page View Source

    SetKeyValueInLines(string, string)

    Declaration
    public void SetKeyValueInLines(string key, string value)
    Parameters
    Type Name Description
    string key
    string value
    | Edit this page View Source

    SetKeyValueInSettings(string, string)

    Declaration
    public void SetKeyValueInSettings(string key, string value)
    Parameters
    Type Name Description
    string key
    string value
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2023 Jérémy Ansel