Table of Contents

Interface IDetourFactory

Namespace
MonoMod.Core
Assembly
MonoMod.Core.dll
A factory for creating ICoreDetours and ICoreNativeDetours.
[CLSCompliant(true)]
public interface IDetourFactory
Extension Methods

Methods

CreateDetour(CreateDetourRequest)
Creates an ICoreDetour according to the arguments specified in request.
CreateNativeDetour(CreateNativeDetourRequest)
Creates an ICoreNativeDetour according to the arguments specified in request.