Show / Hide Table of Contents

    Class DetourConfig

    Inheritance
    System.Object
    DetourConfig
    Namespace: MonoMod.RuntimeDetour
    Assembly: MonoMod.RuntimeDetour.dll
    Syntax
    public sealed class DetourConfig : ValueType

    Fields

    After

    Declaration
    public IEnumerable<string> After
    Field Value
    Type Description
    System.Collections.Generic.IEnumerable<System.String>

    Before

    Declaration
    public IEnumerable<string> Before
    Field Value
    Type Description
    System.Collections.Generic.IEnumerable<System.String>

    ID

    Declaration
    public string ID
    Field Value
    Type Description
    System.String

    ManualApply

    Declaration
    public bool ManualApply
    Field Value
    Type Description
    System.Boolean

    Priority

    Declaration
    public int Priority
    Field Value
    Type Description
    System.Int32
    Back to top Yet another C# modding swiss army knife.