Imported Upstream version 6.4.0.137

Former-commit-id: 943baa9f16a098c33e129777827f3a9d20da00d6
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-07-26 19:53:28 +00:00
parent e9207cf623
commit ef583813eb
2712 changed files with 74169 additions and 40587 deletions

View File

@ -231,8 +231,7 @@
<div class="mapi-ptr"></div>
<div class="mapi-declaration mapi-section">Syntax</div>
<div class="mapi-prototype">gunichar2*
mono_unicode_from_external (const gchar *in, gsize *bytes)
<div class="mapi-prototype">gunichar2*mono_unicode_from_external (const gchar *in, gsize *bytes)
</div>
<p />
@ -491,14 +490,14 @@ mono_marshal_get_delegate_invoke (MonoMethod *method, MonoDelegate *del)
<div class="mapi-declaration mapi-section">Syntax</div>
<div class="mapi-prototype">MonoMethod*
mono_marshal_get_icall_wrapper (MonoMethodSignature *sig, const char *name, gconstpointer func, gboolean check_exceptions)
mono_marshal_get_icall_wrapper (MonoJitICallInfo *callinfo, gboolean check_exceptions)
</div>
<p />
<div class="mapi-section">Description</div>
<div>
Generates IL code for the icall wrapper. The generated method
calls the unmanaged code in <i>func</i>.</div>
Generates IL code for the JIT icall wrapper. The generated method
calls the unmanaged code in <i>callinfo</i>-&gt;func.</div>
</div><!--mapi-description -->
</div><!--height container -->
</div> <!-- class=mapi -->