Constructor NativeDetour
NativeDetour(SimpleNativeDetour, nint, IDisposable?)
A wrapper struct containing a SimpleNativeDetour and alternate entrypoint handle.
public NativeDetour(SimpleNativeDetour Simple, nint AltEntry, IDisposable? AltHandle)
Parameters
SimpleSimpleNativeDetour- The SimpleNativeDetour instance backing this detour.
AltEntrynint- A pointer to the generated alternate entrypoint, if one was generated.
AltHandleIDisposable- The memory handle for the alternate entry point, if one is present.
- See Also