You've already forked linux-packaging-mono
Imported Upstream version 5.12.0.220
Former-commit-id: c477e03582759447177c6d4bf412cd2355aad476
This commit is contained in:
parent
8bd104cef2
commit
8fc30896db
@ -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 />
|
||||
|
Reference in New Issue
Block a user