Class UnhollowerDetourHandler

Inheritance
System.Object UnhollowerDetourHandler
Namespace: BepInEx.IL2CPP.Hook
Assembly: BepInEx.IL2CPP.dll
Syntax
public class UnhollowerDetourHandler : IManagedDetour

Methods

Detour<T>(IntPtr, T)

Declaration
public T Detour<T>(IntPtr from, T to)
    where T : Delegate
Parameters
Type Name Description
System.IntPtr from
T to
Returns
Type Description
T
Type Parameters
Name Description
T