Imported Upstream version 6.6.0.89

Former-commit-id: b39a328747c2f3414dc52e009fb6f0aa80ca2492
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-09-24 08:53:40 +00:00
parent cf815e07e0
commit 95fdb59ea6
2556 changed files with 138145 additions and 47453 deletions

View File

@@ -384,7 +384,9 @@ mono_domain_free (MonoDomain *domain, gboolean force)
<p />
This releases the resources associated with the specific domain.
This is a low-level function that is invoked by the AppDomain infrastructure
when necessary.</div>
when necessary.
<p />
In theory, this is dead code on netcore and thus does not need to be ALC-aware.</div>
</div><!--mapi-description -->
</div><!--height container -->
</div> <!-- class=mapi -->

View File

@@ -634,6 +634,7 @@ mono_config_is_server_mode (void)
<div class="mapi-declaration mapi-section">Syntax</div>
<div class="mapi-prototype">void
mono_config_parse (const char *filename)
</div>
<p />
<div class="mapi-section">Parameters</div>

View File

@@ -629,6 +629,11 @@ mono_image_loaded_by_guid (const char *guid)
</div>
<p />
<div class="mapi-section">Description</div>
<div>
<p />
Looks only in the global loaded images hash, will miss assemblies loaded
into an AssemblyLoadContext.</div>
</div><!--mapi-description -->
</div><!--height container -->
</div> <!-- class=mapi -->
@@ -1051,6 +1056,11 @@ mono_image_loaded_by_guid_full (const char *guid, gboolean refonly)
</div>
<p />
<div class="mapi-section">Description</div>
<div>
<p />
Looks only in the global loaded images hash, will miss assemblies loaded
into an AssemblyLoadContext.</div>
</div><!--mapi-description -->
</div><!--height container -->
</div> <!-- class=mapi -->

View File

@@ -330,7 +330,7 @@ mono_thread_get_name_utf8 (MonoThread *thread)
<div> the name of the thread in UTF-8.
Return <code>NULL</code> if the thread has no name.
The returned memory is owned by the caller.</div>
The returned memory is owned by the caller (g_free it).</div>
</div><!--mapi-description -->
</div><!--height container -->
</div> <!-- class=mapi -->