Method CompileILPPMethod2
CompileILPPMethod2(RuntimeMethodHandle)
Compile an IL Post-Processed method.
Declaration
public static IntPtr CompileILPPMethod2(RuntimeMethodHandle burstMethodHandle)
Parameters
| Type | Name | Description |
|---|---|---|
| RuntimeMethodHandle | burstMethodHandle | The Burst method to compile. |
Returns
| Type | Description |
|---|---|
| IntPtr | A token that must be passed to GetILPPMethodFunctionPointer2(IntPtr, RuntimeMethodHandle, RuntimeTypeHandle) to get an actual executable function pointer. |