You've already forked linux-packaging-mono
Imported Upstream version 5.2.0.175
Former-commit-id: bb0468d0f257ff100aa895eb5fe583fb5dfbf900
This commit is contained in:
parent
4bdbaf4a88
commit
966bba02bb
@@ -198,7 +198,10 @@
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_custom_attrs_get_attr</div>
|
||||
<div class="mapi-prototype">MonoObject*
|
||||
mono_custom_attrs_get_attr (MonoCustomAttrInfo *ainfo, MonoClass *attr_klass)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
@@ -219,9 +222,9 @@ mono_reflection_assembly_get_assembly (MonoReflectionAssembly *refassembly)
|
||||
</div>
|
||||
<p />
|
||||
<div class="mapi-section">Parameters</div>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>refassembly</i><td> the System.Reflection.Assembly object</td></td></tr></tbody></table> <div class="mapi-section">Description</div>
|
||||
<div> <p />
|
||||
Returns the MonoAssembly* associated with the C# System.Reflection.Assembly object <i>refassembly</i>.</div>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>refassembly</i></td><td> the <code>System.Reflection.Assembly</code> object</td></tr></tbody></table> <div class="mapi-section">Return value</div>
|
||||
<div> the <code>MonoAssembly*</code> associated with the C# <code>System.Reflection.Assembly</code> object <i>refassembly</i>.
|
||||
</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@@ -235,7 +238,10 @@ mono_reflection_assembly_get_assembly (MonoReflectionAssembly *refassembly)
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_reflection_free_type_info</div>
|
||||
<div class="mapi-prototype">void
|
||||
mono_reflection_free_type_info (MonoTypeNameParse *info)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
@@ -256,13 +262,11 @@ mono_reflection_get_custom_attrs_blob (MonoReflectionAssembly *assembly, MonoObj
|
||||
</div>
|
||||
<p />
|
||||
<div class="mapi-section">Parameters</div>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>ctor</i><td> custom attribute constructor</td></td></tr><tr><td><i>ctorArgs</i><td> arguments o the constructor</td></td></tr><tr><td><i>properties</i><td></td></td></tr><tr><td><i>propValues</i><td></td></td></tr><tr><td><i>fields</i><td></td></td></tr><tr><td><i>fieldValues</i><td></td></td></tr></tbody></table> <div class="mapi-section">Return value</div>
|
||||
<div> a Byte array representing the blob of data.
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>ctor</i></td><td> custom attribute constructor</td></tr><tr><td><i>ctorArgs</i></td><td> arguments o the constructor</td></tr><tr><td><i>properties</i></td><td></td></tr><tr><td><i>propValues</i></td><td></td></tr><tr><td><i>fields</i></td><td></td></tr><tr><td><i>fieldValues</i></td><td></td></tr></tbody></table> <div class="mapi-section">Return value</div>
|
||||
<div> a <code>Byte</code> array representing the blob of data.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> <p />
|
||||
Creates the blob of data that needs to be saved in the metadata and that represents
|
||||
the custom attributed described by <i>ctor</i>, <i>ctorArgs</i> etc.</div>
|
||||
<div> Creates the blob of data that needs to be saved in the metadata and that represents the custom attributed described by <i>ctor</i>, <i>ctorArgs</i> etc.</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@@ -276,8 +280,18 @@ mono_reflection_get_custom_attrs_blob (MonoReflectionAssembly *assembly, MonoObj
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_reflection_get_custom_attrs_by_type</div>
|
||||
<div class="mapi-prototype">MonoArray*
|
||||
mono_reflection_get_custom_attrs_by_type (MonoObject *obj, MonoClass *attr_klass, MonoError *error)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
<div class="mapi-section">Parameters</div>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>obj</i></td><td> a reflection object handle</td></tr></tbody></table> <div class="mapi-section">Return value</div>
|
||||
<div> an array with all the custom attributes defined of the
|
||||
|
||||
reflection handle <i>obj</i>. If <i>attr_klass</i> is non-<code>NULL</code>, only custom attributes
|
||||
of that type are returned. The objects are fully build. Return <code>NULL</code> if a loading error
|
||||
occurs.</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@@ -291,8 +305,17 @@ mono_reflection_get_custom_attrs_blob (MonoReflectionAssembly *assembly, MonoObj
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_reflection_get_custom_attrs_data</div>
|
||||
<div class="mapi-prototype">MonoArray*
|
||||
mono_reflection_get_custom_attrs_data (MonoObject *obj)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
<div class="mapi-section">Parameters</div>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>obj</i></td><td> a reflection obj handle</td></tr></tbody></table> <div class="mapi-section">Return value</div>
|
||||
<div> an array of <code>System.Reflection.CustomAttributeData</code>,
|
||||
|
||||
which include information about attributes reflected on
|
||||
types loaded using the Reflection Only methods</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@@ -306,8 +329,17 @@ mono_reflection_get_custom_attrs_blob (MonoReflectionAssembly *assembly, MonoObj
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_reflection_get_custom_attrs</div>
|
||||
<div class="mapi-prototype">MonoArray*
|
||||
mono_reflection_get_custom_attrs (MonoObject *obj)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
<div class="mapi-section">Parameters</div>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>obj</i></td><td> a reflection object handle</td></tr></tbody></table> <div class="mapi-section">Return value</div>
|
||||
<div> an array with all the custom attributes defined of the
|
||||
|
||||
reflection handle <i>obj</i>. The objects are fully build. Return <code>NULL</code> if a loading error
|
||||
occurs.</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@@ -321,8 +353,15 @@ mono_reflection_get_custom_attrs_blob (MonoReflectionAssembly *assembly, MonoObj
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_reflection_get_token</div>
|
||||
<div class="mapi-prototype">guint32
|
||||
mono_reflection_get_token (MonoObject *obj_raw)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
<div class="mapi-section">Return value</div>
|
||||
<div> the metadata token of <i>obj</i> which should be an object
|
||||
|
||||
representing a metadata element.</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@@ -336,8 +375,13 @@ mono_reflection_get_custom_attrs_blob (MonoReflectionAssembly *assembly, MonoObj
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_reflection_get_type</div>
|
||||
<div class="mapi-prototype">MonoType*
|
||||
mono_reflection_get_type (MonoImage* image, MonoTypeNameParse *info, gboolean ignorecase, gboolean *type_resolve)
|
||||
</div>
|
||||
<p />
|
||||
<div class="mapi-section">Parameters</div>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>image</i></td><td> a metadata context</td></tr><tr><td><i>info</i></td><td> type description structure</td></tr><tr><td><i>ignorecase</i></td><td> flag for case-insensitive string compares</td></tr><tr><td><i>type_resolve</i></td><td> whenever type resolve was already tried</td></tr></tbody></table> <div class="mapi-section">Description</div>
|
||||
<div> <p /> Build a MonoType from the type description in <i>info</i>. <p /></div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@@ -351,7 +395,10 @@ mono_reflection_get_custom_attrs_blob (MonoReflectionAssembly *assembly, MonoObj
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_reflection_parse_type</div>
|
||||
<div class="mapi-prototype">int
|
||||
mono_reflection_parse_type (char *name, MonoTypeNameParse *info)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
@@ -372,9 +419,9 @@ mono_reflection_type_get_type (MonoReflectionType *reftype)
|
||||
</div>
|
||||
<p />
|
||||
<div class="mapi-section">Parameters</div>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>reftype</i><td> the System.Type object</td></td></tr></tbody></table> <div class="mapi-section">Description</div>
|
||||
<div> <p />
|
||||
Returns the MonoType* associated with the C# System.Type object <i>reftype</i>.</div>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>reftype</i></td><td> the <code>System.Type</code> object</td></tr></tbody></table> <div class="mapi-section">Return value</div>
|
||||
<div> the <code>MonoType*</code> associated with the C# <code>System.Type</code> object <i>reftype</i>.
|
||||
</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@@ -388,8 +435,14 @@ mono_reflection_type_get_type (MonoReflectionType *reftype)
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_reflection_type_from_name</div>
|
||||
<div class="mapi-prototype">MonoType*
|
||||
mono_reflection_type_from_name (char *name, MonoImage *image)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
<div class="mapi-section">Parameters</div>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>name</i></td><td> type name.</td></tr><tr><td><i>image</i></td><td> a metadata context (can be <code>NULL</code>).</td></tr></tbody></table> <div class="mapi-section">Description</div>
|
||||
<div> <p /> Retrieves a <code>MonoType</code> from its <i>name</i>. If the name is not fully qualified, it defaults to get the type from <i>image</i> or, if <i>image</i> is <code>NULL</code> or loading from it fails, uses corlib. <p /></div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@@ -403,8 +456,20 @@ mono_reflection_type_get_type (MonoReflectionType *reftype)
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_reflection_get_custom_attrs_info</div>
|
||||
<div class="mapi-prototype">MonoCustomAttrInfo*
|
||||
mono_reflection_get_custom_attrs_info (MonoObject *obj)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
<div class="mapi-section">Parameters</div>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>obj</i></td><td> a reflection object handle</td></tr></tbody></table> <div class="mapi-section">Return value</div>
|
||||
<div> the custom attribute info for attributes defined for the
|
||||
|
||||
reflection handle <i>obj</i>. The objects.
|
||||
<p />
|
||||
FIXME this function leaks like a sieve for SRE objects.</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> <p /></div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
|
||||
@@ -421,7 +486,10 @@ mono_reflection_type_get_type (MonoReflectionType *reftype)
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_custom_attrs_construct</div>
|
||||
<div class="mapi-prototype">MonoArray*
|
||||
mono_custom_attrs_construct (MonoCustomAttrInfo *cinfo)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
@@ -436,7 +504,10 @@ mono_reflection_type_get_type (MonoReflectionType *reftype)
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_custom_attrs_free</div>
|
||||
<div class="mapi-prototype">void
|
||||
mono_custom_attrs_free (MonoCustomAttrInfo *ainfo)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
@@ -451,7 +522,10 @@ mono_reflection_type_get_type (MonoReflectionType *reftype)
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_custom_attrs_from_assembly</div>
|
||||
<div class="mapi-prototype">MonoCustomAttrInfo*
|
||||
mono_custom_attrs_from_assembly (MonoAssembly *assembly)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
@@ -466,7 +540,10 @@ mono_reflection_type_get_type (MonoReflectionType *reftype)
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_custom_attrs_from_class</div>
|
||||
<div class="mapi-prototype">MonoCustomAttrInfo*
|
||||
mono_custom_attrs_from_class (MonoClass *klass)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
@@ -481,7 +558,10 @@ mono_reflection_type_get_type (MonoReflectionType *reftype)
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_custom_attrs_from_event</div>
|
||||
<div class="mapi-prototype">MonoCustomAttrInfo*
|
||||
mono_custom_attrs_from_event (MonoClass *klass, MonoEvent *event)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
@@ -496,7 +576,10 @@ mono_reflection_type_get_type (MonoReflectionType *reftype)
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_custom_attrs_from_field</div>
|
||||
<div class="mapi-prototype">MonoCustomAttrInfo*
|
||||
mono_custom_attrs_from_field (MonoClass *klass, MonoClassField *field)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
@@ -517,10 +600,10 @@ mono_custom_attrs_from_index (MonoImage *image, guint32 idx)
|
||||
</div>
|
||||
<p />
|
||||
<div class="mapi-section">Return value</div>
|
||||
<div> <code>NULL</code> if no attributes are found or if a loading error occurs.
|
||||
<div> <code>NULL</code> if no attributes are found or if a loading error occurs.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> <p /> </div>
|
||||
<div> <p /></div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@@ -534,7 +617,10 @@ mono_custom_attrs_from_index (MonoImage *image, guint32 idx)
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_custom_attrs_from_method</div>
|
||||
<div class="mapi-prototype">MonoCustomAttrInfo*
|
||||
mono_custom_attrs_from_method (MonoMethod *method)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
@@ -555,13 +641,11 @@ mono_custom_attrs_from_param (MonoMethod *method, guint32 param)
|
||||
</div>
|
||||
<p />
|
||||
<div class="mapi-section">Parameters</div>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>method</i><td> handle to the method that we want to retrieve custom parameter information from</td></td></tr><tr><td><i>param</i><td> parameter number, where zero represent the return value, and one is the first parameter in the method</td></td></tr></tbody></table> <div class="mapi-section">Return value</div>
|
||||
<div> the custom attribute object for the specified parameter, or <code>NULL</code> if there are none.
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>method</i></td><td> handle to the method that we want to retrieve custom parameter information from</td></tr><tr><td><i>param</i></td><td> parameter number, where zero represent the return value, and one is the first parameter in the method</td></tr></tbody></table> <div class="mapi-section">Return value</div>
|
||||
<div> the custom attribute object for the specified parameter, or <code>NULL</code> if there are none.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> <p />
|
||||
The result must be released with mono_custom_attrs_free().
|
||||
<p /></div>
|
||||
<div> <p /> The result must be released with mono_custom_attrs_free(). <p /></div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@@ -575,7 +659,10 @@ mono_custom_attrs_from_param (MonoMethod *method, guint32 param)
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_custom_attrs_from_property</div>
|
||||
<div class="mapi-prototype">MonoCustomAttrInfo*
|
||||
mono_custom_attrs_from_property (MonoClass *klass, MonoProperty *property)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
@@ -590,7 +677,10 @@ mono_custom_attrs_from_param (MonoMethod *method, guint32 param)
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_custom_attrs_has_attr</div>
|
||||
<div class="mapi-prototype">gboolean
|
||||
mono_custom_attrs_has_attr (MonoCustomAttrInfo *ainfo, MonoClass *attr_klass)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
@@ -607,7 +697,10 @@ mono_custom_attrs_from_param (MonoMethod *method, guint32 param)
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_module_file_get_object</div>
|
||||
<div class="mapi-prototype">MonoReflectionModule*
|
||||
mono_module_file_get_object (MonoDomain *domain, MonoImage *image, int table_index)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
@@ -622,7 +715,10 @@ mono_custom_attrs_from_param (MonoMethod *method, guint32 param)
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_module_get_object</div>
|
||||
<div class="mapi-prototype">MonoReflectionModule*
|
||||
mono_module_get_object (MonoDomain *domain, MonoImage *image)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
@@ -637,8 +733,15 @@ mono_custom_attrs_from_param (MonoMethod *method, guint32 param)
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_method_body_get_object</div>
|
||||
<div class="mapi-prototype">MonoReflectionMethodBody*
|
||||
mono_method_body_get_object (MonoDomain *domain, MonoMethod *method)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
<div class="mapi-section">Parameters</div>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>domain</i></td><td> an app domain</td></tr><tr><td><i>method</i></td><td> a method</td></tr></tbody></table> <div class="mapi-section">Return value</div>
|
||||
<div> A <code>System.Reflection.MethodBody</code> object representing the method <i>method</i>.
|
||||
</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@@ -652,8 +755,16 @@ mono_custom_attrs_from_param (MonoMethod *method, guint32 param)
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_event_get_object</div>
|
||||
<div class="mapi-prototype">MonoReflectionEvent*
|
||||
mono_event_get_object (MonoDomain *domain, MonoClass *klass, MonoEvent *event)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
<div class="mapi-section">Parameters</div>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>domain</i></td><td> an app domain</td></tr><tr><td><i>klass</i></td><td> a type</td></tr><tr><td><i>event</i></td><td> a event</td></tr></tbody></table> <div class="mapi-section">Return value</div>
|
||||
<div> A <code>System.Reflection.MonoEvent</code> object representing the event <i>event</i>
|
||||
|
||||
in class <i>klass</i>.</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@@ -667,8 +778,15 @@ mono_custom_attrs_from_param (MonoMethod *method, guint32 param)
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_assembly_get_object</div>
|
||||
<div class="mapi-prototype">MonoReflectionAssembly*
|
||||
mono_assembly_get_object (MonoDomain *domain, MonoAssembly *assembly)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
<div class="mapi-section">Parameters</div>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>domain</i></td><td> an app domain</td></tr><tr><td><i>assembly</i></td><td> an assembly</td></tr></tbody></table> <div class="mapi-section">Return value</div>
|
||||
<div> a <code>System.Reflection.Assembly</code> object representing the <code>MonoAssembly</code> <i>assembly</i>.
|
||||
</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@@ -682,7 +800,10 @@ mono_custom_attrs_from_param (MonoMethod *method, guint32 param)
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_param_get_objects</div>
|
||||
<div class="mapi-prototype">MonoArray*
|
||||
mono_param_get_objects (MonoDomain *domain, MonoMethod *method)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
@@ -697,8 +818,16 @@ mono_custom_attrs_from_param (MonoMethod *method, guint32 param)
|
||||
<div class="mapi-ptr"></div>
|
||||
|
||||
<div class="mapi-declaration mapi-section">Syntax</div>
|
||||
<div class="mapi-prototype">mono_field_get_object</div>
|
||||
<div class="mapi-prototype">MonoReflectionField*
|
||||
mono_field_get_object (MonoDomain *domain, MonoClass *klass, MonoClassField *field)
|
||||
|
||||
</div>
|
||||
<p />
|
||||
<div class="mapi-section">Parameters</div>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>domain</i></td><td> an app domain</td></tr><tr><td><i>klass</i></td><td> a type</td></tr><tr><td><i>field</i></td><td> a field</td></tr></tbody></table> <div class="mapi-section">Return value</div>
|
||||
<div> A <code>System.Reflection.MonoField</code> object representing the field <i>field</i>
|
||||
|
||||
in class <i>klass</i>.</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@@ -718,12 +847,9 @@ mono_property_get_object_checked (MonoDomain *domain, MonoClass *klass, MonoProp
|
||||
</div>
|
||||
<p />
|
||||
<div class="mapi-section">Parameters</div>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>domain</i><td> an app domain</td></td></tr><tr><td><i>klass</i><td> a type</td></td></tr><tr><td><i>property</i><td> a property</td></td></tr><tr><td><i>error</i><td> set on error</td></td></tr></tbody></table> <div class="mapi-section">Description</div>
|
||||
<div> <p />
|
||||
Return an System.Reflection.MonoProperty object representing the property <i>property</i>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>domain</i></td><td> an app domain</td></tr><tr><td><i>klass</i></td><td> a type</td></tr><tr><td><i>property</i></td><td> a property</td></tr><tr><td><i>error</i></td><td> set on error</td></tr></tbody></table> <div class="mapi-section">Return value</div>
|
||||
<div> a <code>System.Reflection.MonoProperty</code> object representing the property <i>property</i>
|
||||
|
||||
in class <i>klass</i>. On error returns <code>NULL</code> and sets <i>error</i>.</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div>
|
||||
</div></body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user