Struct PlatformTriple.NativeDetour
A wrapper struct containing a SimpleNativeDetour and alternate entrypoint handle.
[SuppressMessage("Design", "CA1034:Nested types should not be visible", Justification = "This type should rarely be used, and should not exist in the above namespace to avoid people trying to use it when they shouldn't.")]
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.