Method GetNativeDetourInfo
- Namespace
- MonoMod.RuntimeDetour
- Assembly
- MonoMod.RuntimeDetour.dll
GetNativeDetourInfo(nint)
Gets the FunctionDetourInfo for a native function pointed to by
function
.public static FunctionDetourInfo GetNativeDetourInfo(nint function)
Parameters
function
nint- A pointer to the native function to get the FunctionDetourInfo of.
Returns
- FunctionDetourInfo
- The FunctionDetourInfo for
function
.