Table of Contents

Struct CreateNativeDetourRequest

Namespace
MonoMod.Core
Assembly
MonoMod.Core.dll
A request to create an ICoreNativeDetour.
[CLSCompliant(true)]
public readonly record struct CreateNativeDetourRequest

Constructors

CreateNativeDetourRequest(nint, nint)
A request to create an ICoreNativeDetour.

Properties

ApplyByDefault
Gets or sets whether or not the detour should be applied when CreateNativeDetour(CreateNativeDetourRequest) returns. Defaults to true.
Source
The source function for the detour.
Target
The target function for the detour.

See Also