You've already forked linux-packaging-mono
Imported Upstream version 5.16.0.100
Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
This commit is contained in:
parent
0a9828183b
commit
7d7f676260
@@ -779,16 +779,20 @@ mono_assembly_getrootdir (void)
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">void
|
||||
mono_assembly_get_assemblyref (MonoImage *image, int index, MonoAssemblyName *aname)
|
||||
<div class="mapi-prototype">gboolean
|
||||
mono_assembly_get_assemblyref_checked (MonoImage *image, int index, MonoAssemblyName *aname, MonoError *error)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
<div class="mapi-section">Parameters</div>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>image</i></td><td> pointer to the <code>MonoImage</code> to extract the information from.</td></tr><tr><td><i>index</i></td><td> index to the assembly reference in the image.</td></tr><tr><td><i>aname</i></td><td> pointer to a <code>MonoAssemblyName</code> that will hold the returned value.</td></tr></tbody></table> <div class="mapi-section">Description</div>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>image</i></td><td> pointer to the <code>MonoImage</code> to extract the information from.</td></tr><tr><td><i>index</i></td><td> index to the assembly reference in the image.</td></tr><tr><td><i>aname</i></td><td> pointer to a <code>MonoAssemblyName</code> that will hold the returned value.</td></tr><tr><td><i>error</i></td><td> set on error</td></tr></tbody></table> <div class="mapi-section">Return value</div>
|
||||
<div> <code>TRUE</code> on success, otherwise sets <i>error</i> and returns <code>FALSE</code>
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div>
|
||||
<p />
|
||||
Fills out the <i>aname</i> with the assembly name of the <i>index</i> assembly reference in <i>image</i>.</div>
|
||||
Fills out the <i>aname</i> with the assembly name of the <i>index</i> assembly reference in <i>image</i>.
|
||||
<p /></div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
|
@@ -519,7 +519,7 @@ mono_get_exception_argument_out_of_range (const char *arg)
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">MonoException*
|
||||
mono_get_exception_arithmetic ()
|
||||
mono_get_exception_arithmetic (void)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
@@ -540,7 +540,7 @@ mono_get_exception_arithmetic ()
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">MonoException*
|
||||
mono_get_exception_array_type_mismatch ()
|
||||
mono_get_exception_array_type_mismatch (void)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
@@ -629,7 +629,7 @@ mono_get_exception_class (void)
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">MonoException*
|
||||
mono_get_exception_divide_by_zero ()
|
||||
mono_get_exception_divide_by_zero (void)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
@@ -824,7 +824,7 @@ mono_get_exception_not_implemented (const char *msg)
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">MonoException*
|
||||
mono_get_exception_null_reference ()
|
||||
mono_get_exception_null_reference (void)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
@@ -845,7 +845,7 @@ mono_get_exception_null_reference ()
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">MonoException*
|
||||
mono_get_exception_overflow ()
|
||||
mono_get_exception_overflow (void)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
@@ -972,7 +972,8 @@ mono_get_exception_thread_abort ()
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">MonoException*
|
||||
<div class="mapi-prototype">MONO_RT_EXTERNAL_ONLY
|
||||
MonoException *
|
||||
mono_get_exception_thread_state (const char *msg)
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user