Table of Contents

Interface IAltEntryFactory

Namespace
MonoMod.Core.Platforms
Assembly
MonoMod.Core.dll
A factory for construction native alternate entrypoints for functions.
public interface IAltEntryFactory

Methods

CreateAlternateEntrypoint(nint, int, out IDisposable?)
Creates an alternate entrypoint for the function at entrypoint, ensuring that changes to the first minLength bytes of that function will not interfere with the alternate entrypoint.