Search Results for

    Show / Hide Table of Contents

    Class NoEnableDisableAttribute

    Indicates that the applied plugin class does not need OnEnableAttribute or OnDisableAttribute methods.

    Inheritance
    Object
    NoEnableDisableAttribute
    Namespace: IPA
    Assembly: IPA.Loader.dll
    Syntax
    public sealed class NoEnableDisableAttribute : Attribute
    Remarks

    This is typically only the case when some other utility mod handles their lifecycle for them, such as with SiraUtil and Zenject.

    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[])

    See Also

    OnEnableAttribute
    OnDisableAttribute
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX