Interface IAltEntryFactory
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 firstminLength
bytes of that function will not interfere with the alternate entrypoint.