mono_custom_attrs_get_attr
mono_reflection_assembly_get_assembly
| refassembly | the System.Reflection.Assembly object |
Returns the MonoAssembly* associated with the C# System.Reflection.Assembly object refassembly.
mono_reflection_free_type_info
mono_reflection_get_custom_attrs_blob
| ctor | custom attribute constructor |
| ctorArgs | arguments o the constructor |
| properties | |
| propValues | |
| fields | |
| fieldValues |
Creates the blob of data that needs to be saved in the metadata and that represents the custom attributed described by ctor, ctorArgs etc.
mono_reflection_get_custom_attrs_by_type
mono_reflection_get_custom_attrs_data
mono_reflection_get_custom_attrs
mono_reflection_get_token
mono_reflection_get_type
mono_reflection_parse_type
mono_reflection_type_get_type
| reftype | the System.Type object |
Returns the MonoType* associated with the C# System.Type object reftype.
mono_reflection_type_from_name
mono_reflection_get_custom_attrs_info
mono_custom_attrs_construct
mono_custom_attrs_free
mono_custom_attrs_from_assembly
mono_custom_attrs_from_class
mono_custom_attrs_from_event
mono_custom_attrs_from_field
mono_custom_attrs_from_index
NULL if no attributes are found or if a loading error occurs.
mono_custom_attrs_from_method
mono_custom_attrs_from_param
| method | handle to the method that we want to retrieve custom parameter information from |
| param | parameter number, where zero represent the return value, and one is the first parameter in the method |
NULL if there are none.
The result must be released with mono_custom_attrs_free().
mono_custom_attrs_from_property
mono_custom_attrs_has_attr
mono_module_file_get_object
mono_module_get_object
mono_method_body_get_object
mono_event_get_object
mono_assembly_get_object
mono_param_get_objects
mono_field_get_object
mono_property_get_object
| domain | an app domain |
| klass | a type |
| property | a property |
| error | set on error |
Return an System.Reflection.MonoProperty object representing the property property
in class klass. On error returns NULL and sets error.