Method CompileUnsafeStaticMethod
CompileUnsafeStaticMethod(RuntimeMethodHandle)
Compiles a static method from a runtime method handle.
Declaration
public static void *CompileUnsafeStaticMethod(RuntimeMethodHandle handle)
Parameters
Type | Name | Description |
---|---|---|
RuntimeMethodHandle | handle | A runtime method handle. |
Returns
Type | Description |
---|---|
Void* | A raw pointer to the compiled method, or null if burst is disabled. |