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

Properties

SupportsNativeDetourOrigEntrypoint
Gets whether this IDetourFactory can create ICoreNativeDetours with an OrigEntrypoint.

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.