Method GetILPPMethodFunctionPointer
GetILPPMethodFunctionPointer(IntPtr)
DO NOT USE - deprecated.
Declaration
[Obsolete("This method will be removed in a future version of Burst")]
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* | Nothing. |