Class UnhollowerDetourHandler
Namespace: BepInEx.IL2CPP.Hook
Assembly: BepInEx.IL2CPP.dll
Syntax
public class UnhollowerDetourHandler : IManagedDetour
Methods
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 |