Constructor NativeDetourInfo
NativeDetourInfo(nint, nint, INativeDetourKind, IDisposable?)
An aggregate which represents a native detour, as returned from ComputeDetourInfo(nint, nint, int) and
ComputeRetargetInfo(NativeDetourInfo, nint, int) and consumed by their duals.
public NativeDetourInfo(nint From, nint To, INativeDetourKind InternalKind, IDisposable? InternalData)
Parameters
Fromnint- The source address of the detour.
Tonint- The target address of the detour.
InternalKindINativeDetourKind- The INativeDetourKind for the detour.
InternalDataIDisposable- A data field which allows the IArchitecture instance to persist data through calls. Often, this is a memory allocation handle.