Table of Contents

Property Entry

Namespace
MonoMod.RuntimeDetour
Assembly
MonoMod.RuntimeDetour.dll

Entry

Gets the entrypoint of the detour. This is the method which implements the delegate passed into NativeHook.
public MethodInfo Entry { get; }

Property Value

MethodInfo