Show / Hide Table of Contents

    Interface IDetourRuntimePlatform

    Namespace: MonoMod.RuntimeDetour
    Assembly: MonoMod.RuntimeDetour.dll
    Syntax
    public interface IDetourRuntimePlatform

    Methods

    CreateCopy(MethodBase)

    Declaration
    MethodInfo CreateCopy(MethodBase method)
    Parameters
    Type Name Description
    System.Reflection.MethodBase method
    Returns
    Type Description
    System.Reflection.MethodInfo

    GetDetourTarget(MethodBase, MethodBase)

    Declaration
    MethodBase GetDetourTarget(MethodBase from, MethodBase to)
    Parameters
    Type Name Description
    System.Reflection.MethodBase from
    System.Reflection.MethodBase to
    Returns
    Type Description
    System.Reflection.MethodBase

    GetNativeStart(MethodBase)

    Declaration
    IntPtr GetNativeStart(MethodBase method)
    Parameters
    Type Name Description
    System.Reflection.MethodBase method
    Returns
    Type Description
    System.IntPtr

    Pin(MethodBase)

    Declaration
    void Pin(MethodBase method)
    Parameters
    Type Name Description
    System.Reflection.MethodBase method

    TryCreateCopy(MethodBase, out MethodInfo)

    Declaration
    bool TryCreateCopy(MethodBase method, out MethodInfo dm)
    Parameters
    Type Name Description
    System.Reflection.MethodBase method
    System.Reflection.MethodInfo dm
    Returns
    Type Description
    System.Boolean

    Unpin(MethodBase)

    Declaration
    void Unpin(MethodBase method)
    Parameters
    Type Name Description
    System.Reflection.MethodBase method
    Back to top Yet another C# modding swiss army knife.