Method GetILPPMethodFunctionPointer
GetILPPMethodFunctionPointer(IntPtr)
For a previous call to CompileILPPMethod(RuntimeMethodHandle, RuntimeMethodHandle, RuntimeTypeHandle), get the actual executable function pointer.
Declaration
public static void *GetILPPMethodFunctionPointer(IntPtr ilppMethod)
Parameters
| Type | Name | Description |
|---|---|---|
| IntPtr | ilppMethod | The result of a previous call to CompileILPPMethod(RuntimeMethodHandle, RuntimeMethodHandle, RuntimeTypeHandle). |
Returns
| Type | Description |
|---|---|
| Void* | A pointer into an executable region, for running the function pointer. |