Search Results for

    Show / Hide Table of Contents

    Class Config.NameAttribute

    Specifies a preferred config name, instead of using the plugin's name.

    Inheritance
    Object
    Config.NameAttribute
    Namespace: IPA.Config
    Assembly: IPA.Loader.dll
    Syntax
    public sealed class NameAttribute : Attribute

    Constructors

    | Improve this Doc View Source

    NameAttribute(String)

    Constructs the attribute with a specific name.

    Declaration
    public NameAttribute(string name)
    Parameters
    Type Name Description
    String name

    the name to use for the config.

    Properties

    | Improve this Doc View Source

    Name

    The name to use for the config.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    the name to use for the config

    Extension Methods

    ReflectionUtil.SetField<T, U>(T, String, U)
    ReflectionUtil.GetField<U, T>(T, String)
    ReflectionUtil.SetProperty<T, U>(T, String, U)
    ReflectionUtil.GetProperty<U, T>(T, String)
    ReflectionUtil.InvokeMethod<U, T>(T, String, Object[])
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX