Show / Hide Table of Contents

    Enum RuntimeOptions

    Options that a plugin must specify to describe how it expects to be run.

    Namespace: IPA
    Assembly: IPA.Loader.dll
    Syntax
    public enum RuntimeOptions

    Fields

    Name Description
    DynamicInit

    Indicates that this plugin supports runtime enabling and disabling.

    SingleStartInit

    Indicates that this plugin expects to be initialized and enabled with the game, and disabled with the game.

    See Also
    PluginAttribute
    InitAttribute
    OnEnableAttribute
    OnDisableAttribute
    OnStartAttribute
    OnExitAttribute

    Extension Methods

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