Show / Hide Table of Contents

    Interface IDetour

    Namespace: MonoMod.RuntimeDetour
    Assembly: MonoMod.RuntimeDetour.dll
    Syntax
    public interface IDetour : IDisposable

    Properties

    IsApplied

    Declaration
    bool IsApplied { get; }
    Property Value
    Type Description
    System.Boolean

    IsValid

    Declaration
    bool IsValid { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Apply()

    Declaration
    void Apply()

    Free()

    Declaration
    void Free()

    GenerateTrampoline(MethodBase)

    Declaration
    MethodBase GenerateTrampoline(MethodBase signature = null)
    Parameters
    Type Name Description
    System.Reflection.MethodBase signature
    Returns
    Type Description
    System.Reflection.MethodBase

    GenerateTrampoline<T>()

    Declaration
    T GenerateTrampoline<T>()
        where T : Delegate
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    Undo()

    Declaration
    void Undo()
    Back to top Yet another C# modding swiss army knife.