Show / Hide Table of Contents

    Class Detour<T>

    Inheritance
    System.Object
    Detour
    Detour<T>
    Implements
    ISortableDetour
    IDetour
    System.IDisposable
    Inherited Members
    Detour.OnDetour
    Detour.OnUndo
    Detour.OnGenerateTrampoline
    Detour.Method
    Detour.Target
    Detour.TargetReal
    Detour.Apply()
    Detour.Undo()
    Detour.Free()
    Detour.Dispose()
    Detour.GenerateTrampoline(MethodBase)
    Detour.GenerateTrampoline<T>()
    Detour.IsValid
    Detour.IsApplied
    Detour.Index
    Detour.MaxIndex
    Detour.GlobalIndex
    Detour.Priority
    Detour.ID
    Detour.Before
    Detour.After
    Namespace: MonoMod.RuntimeDetour
    Assembly: MonoMod.RuntimeDetour.dll
    Syntax
    public class Detour<T> : Detour, ISortableDetour, IDetour, IDisposable where T : Delegate
    Type Parameters
    Name Description
    T

    Constructors

    Detour(T, T)

    Declaration
    public Detour(T from, T to)
    Parameters
    Type Name Description
    T from
    T to

    Detour(T, T, DetourConfig)

    Declaration
    public Detour(T from, T to, DetourConfig config)
    Parameters
    Type Name Description
    T from
    T to
    DetourConfig config

    Detour(T, T, ref DetourConfig)

    Declaration
    public Detour(T from, T to, ref DetourConfig config)
    Parameters
    Type Name Description
    T from
    T to
    DetourConfig config

    Detour(T, IntPtr)

    Declaration
    public Detour(T from, IntPtr to)
    Parameters
    Type Name Description
    T from
    System.IntPtr to

    Detour(T, IntPtr, DetourConfig)

    Declaration
    public Detour(T from, IntPtr to, DetourConfig config)
    Parameters
    Type Name Description
    T from
    System.IntPtr to
    DetourConfig config

    Detour(T, IntPtr, ref DetourConfig)

    Declaration
    public Detour(T from, IntPtr to, ref DetourConfig config)
    Parameters
    Type Name Description
    T from
    System.IntPtr to
    DetourConfig config

    Implements

    ISortableDetour
    IDetour
    System.IDisposable
    Back to top Yet another C# modding swiss army knife.