Imported Upstream version 5.12.0.220

Former-commit-id: c477e03582759447177c6d4bf412cd2355aad476
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-04-24 09:31:23 +00:00
parent 8bd104cef2
commit 8fc30896db
1200 changed files with 29534 additions and 26161 deletions

View File

@ -640,7 +640,7 @@ mono_marshal_get_ptr_to_struct (MonoClass *klass)
<div class="mapi-declaration mapi-section">Syntax</div>
<div class="mapi-prototype">MonoMethod*
mono_marshal_get_remoting_invoke_for_target (MonoMethod *method, MonoRemotingTarget target_type)
mono_marshal_get_remoting_invoke_for_target (MonoMethod *method, MonoRemotingTarget target_type, MonoError *error)
</div>
<p />
@ -658,7 +658,7 @@ mono_marshal_get_remoting_invoke_for_target (MonoMethod *method, MonoRemotingTar
<div class="mapi-declaration mapi-section">Syntax</div>
<div class="mapi-prototype">MonoMethod*
mono_marshal_get_remoting_invoke (MonoMethod *method)
mono_marshal_get_remoting_invoke (MonoMethod *method, MonoError *error)
</div>
<p />
@ -676,7 +676,7 @@ mono_marshal_get_remoting_invoke (MonoMethod *method)
<div class="mapi-declaration mapi-section">Syntax</div>
<div class="mapi-prototype">MonoMethod*
mono_marshal_get_remoting_invoke_with_check (MonoMethod *method)
mono_marshal_get_remoting_invoke_with_check (MonoMethod *method, MonoError *error)
</div>
<p />
@ -833,7 +833,7 @@ mono_marshal_get_unbox_wrapper (MonoMethod *method)
<div class="mapi-declaration mapi-section">Syntax</div>
<div class="mapi-prototype">MonoMethod*
mono_marshal_get_xappdomain_invoke (MonoMethod *method)
mono_marshal_get_xappdomain_invoke (MonoMethod *method, MonoError *error)
</div>
<p />
@ -993,7 +993,7 @@ mono_loader_unlock (void)
<div class="mapi-declaration mapi-section">Syntax</div>
<div class="mapi-prototype">void*
mono_gc_alloc_fixed (size_t size, MonoGCDescriptor descr, MonoGCRootSource source, const char *msg)
mono_gc_alloc_fixed (size_t size, MonoGCDescriptor descr, MonoGCRootSource source, void *key, const char *msg)
</div>
<p />