Show / Hide Table of Contents

    Interface ISortableDetour

    Inherited Members
    IDetour.Apply()
    IDetour.Undo()
    IDetour.Free()
    IDetour.GenerateTrampoline(MethodBase)
    IDetour.GenerateTrampoline<T>()
    IDetour.IsValid
    IDetour.IsApplied
    Namespace: MonoMod.RuntimeDetour
    Assembly: MonoMod.RuntimeDetour.dll
    Syntax
    public interface ISortableDetour : IDetour, IDisposable

    Properties

    After

    Declaration
    IEnumerable<string> After { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.String>

    Before

    Declaration
    IEnumerable<string> Before { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.String>

    GlobalIndex

    Declaration
    uint GlobalIndex { get; }
    Property Value
    Type Description
    System.UInt32

    ID

    Declaration
    string ID { get; set; }
    Property Value
    Type Description
    System.String

    Priority

    Declaration
    int Priority { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Yet another C# modding swiss army knife.