• Api Documentation
  • Source Code
Search Results for

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

    Class XwaHooksConfig

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

    Methods

    | Edit this page View Source

    GetFileKeyValue(IList<string>, string)

    Declaration
    public static string GetFileKeyValue(IList<string> lines, string key)
    Parameters
    Type Name Description
    IList<string> lines
    string key
    Returns
    Type Description
    string
    | Edit this page View Source

    GetFileKeyValueInt(IList<string>, string, int)

    Declaration
    public static int GetFileKeyValueInt(IList<string> lines, string key, int defaultValue = 0)
    Parameters
    Type Name Description
    IList<string> lines
    string key
    int defaultValue
    Returns
    Type Description
    int
    | Edit this page View Source

    GetFileLines(string, string?)

    Declaration
    public static IList<string> GetFileLines(string path, string? section = null)
    Parameters
    Type Name Description
    string path
    string section
    Returns
    Type Description
    IList<string>
    | Edit this page View Source

    GetFileListIntValues(IList<string>)

    Declaration
    public static IList<int> GetFileListIntValues(IList<string> lines)
    Parameters
    Type Name Description
    IList<string> lines
    Returns
    Type Description
    IList<int>
    | Edit this page View Source

    GetFileListUnsignedShortValues(IList<string>)

    Declaration
    public static IList<ushort> GetFileListUnsignedShortValues(IList<string> lines)
    Parameters
    Type Name Description
    IList<string> lines
    Returns
    Type Description
    IList<ushort>
    | Edit this page View Source

    GetFileListValues(IList<string>)

    Declaration
    public static IList<IList<string>> GetFileListValues(IList<string> lines)
    Parameters
    Type Name Description
    IList<string> lines
    Returns
    Type Description
    IList<IList<string>>
    | Edit this page View Source

    GetStringWithoutExtension(string)

    Declaration
    public static string GetStringWithoutExtension(string str)
    Parameters
    Type Name Description
    string str
    Returns
    Type Description
    string
    | Edit this page View Source

    IsInt32(string)

    Declaration
    public static bool IsInt32(string text)
    Parameters
    Type Name Description
    string text
    Returns
    Type Description
    bool
    | Edit this page View Source

    ToInt32(string)

    Declaration
    public static int ToInt32(string text)
    Parameters
    Type Name Description
    string text
    Returns
    Type Description
    int
    | Edit this page View Source

    Tokennize(string)

    Declaration
    public static IList<string> Tokennize(string str)
    Parameters
    Type Name Description
    string str
    Returns
    Type Description
    IList<string>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2023 Jérémy Ansel