diff --git a/runtime/exports.t4 b/runtime/exports.t4 index 17a89b57f63d..19b08dc31757 100644 --- a/runtime/exports.t4 +++ b/runtime/exports.t4 @@ -311,6 +311,11 @@ "const void *", "method" ), + new Export (true, "void", "mono_dangerous_add_raw_internal_call", + "const char *", "name", + "const void *", "method" + ), + new Export ("MonoMethodSignature *", "mono_method_signature", "MonoMethod *", "method" ),