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; }
public MethodInfo Entry { get; }