Table of Contents

Interface ICoreNativeDetour

Namespace
MonoMod.Core
Assembly
MonoMod.Core.dll
Represents a single function-to-function native detour, with an alternate entry point.
public interface ICoreNativeDetour : ICoreDetourBase
Inherited Members

Properties

HasOrigEntrypoint
Gets whether or not an alternate entrypoint for the original function is available in OrigEntrypoint.
OrigEntrypoint
Gets the alternate entrypoint for the original function.
Source
Gets a pointer to the source function.
Target
Gets a pointer to the target function.