Show / Hide Table of Contents

    Class DetourRuntimeMonoPlatform

    Inheritance
    System.Object
    DetourRuntimeILPlatform
    DetourRuntimeMonoPlatform
    Implements
    IDetourRuntimePlatform
    Inherited Members
    DetourRuntimeILPlatform.PinnedMethods
    DetourRuntimeILPlatform.GetFunctionPointer(RuntimeMethodHandle)
    DetourRuntimeILPlatform.PrepareMethod(RuntimeMethodHandle)
    DetourRuntimeILPlatform.GetNativeStart(MethodBase)
    DetourRuntimeILPlatform.Pin(MethodBase)
    DetourRuntimeILPlatform.Unpin(MethodBase)
    DetourRuntimeILPlatform.CreateCopy(MethodBase)
    DetourRuntimeILPlatform.TryCreateCopy(MethodBase, MethodInfo)
    DetourRuntimeILPlatform.GetDetourTarget(MethodBase, MethodBase)
    Namespace: MonoMod.RuntimeDetour.Platforms
    Assembly: MonoMod.RuntimeDetour.dll
    Syntax
    public sealed class DetourRuntimeMonoPlatform : DetourRuntimeILPlatform, IDetourRuntimePlatform

    Constructors

    DetourRuntimeMonoPlatform()

    Declaration
    public DetourRuntimeMonoPlatform()

    Methods

    GetMethodHandle(MethodBase)

    Declaration
    protected override RuntimeMethodHandle GetMethodHandle(MethodBase method)
    Parameters
    Type Name Description
    System.Reflection.MethodBase method
    Returns
    Type Description
    System.RuntimeMethodHandle
    Overrides
    DetourRuntimeILPlatform.GetMethodHandle(MethodBase)

    Implements

    IDetourRuntimePlatform
    Back to top Yet another C# modding swiss army knife.