Table of Contents

Method CreateSpecialEntryStub

Namespace
MonoMod.Core.Platforms
Assembly
MonoMod.Core.dll

CreateSpecialEntryStub(nint, nint)

Creates an architecture-specific special entry stub, that passes an extra argument not in the normal calling convention.
IAllocatedMemory CreateSpecialEntryStub(nint target, nint argument)

Parameters

target nint
The target to call.
argument nint
The extra argument for that target.

Returns

IAllocatedMemory
An IAllocatedMemory containing the generated stub.