Table of Contents

Struct PlatformTriple.NativeDetour

Namespace
MonoMod.Core.Platforms
Assembly
MonoMod.Core.dll
A wrapper struct containing a SimpleNativeDetour and alternate entrypoint handle.
public record struct PlatformTriple.NativeDetour

Constructors

NativeDetour(SimpleNativeDetour, nint, IDisposable?)
A wrapper struct containing a SimpleNativeDetour and alternate entrypoint handle.

Properties

AltEntry
A pointer to the generated alternate entrypoint, if one was generated.
AltHandle
The memory handle for the alternate entry point, if one is present.
HasAltEntry
Gets whether or not this instance is holding an alternate entrypoint in AltEntry.
Simple
The SimpleNativeDetour instance backing this detour.

See Also