Fix eglib targets and filters.
[mono.git] / docs / sources / mono-api-type.html
1 <h2>Type support</h2>
2
3 <h3>Synopsis</h3>
4
5         <div class="mapi-header">
6 #include &lt;metadata/metadata.h&gt;
7 #include &lt;metadata/class.h&gt;
8
9 typedef struct _MonoType MonoType;
10 @API_IDX@
11         
12         </div>
13
14         <p>The MonoType represents the unmanaged version of
15         System.Type.
16         
17 <h4><a name="api:mono_type_get_object">mono_type_get_object</a></h4>
18 <h4><a name="api:mono_type_create_from_typespec">mono_type_create_from_typespec</a></h4>
19 <h4><a name="api:mono_type_full_name">mono_type_full_name</a></h4>
20 <h4><a name="api:mono_type_get_array_type">mono_type_get_array_type</a></h4>
21 <h4><a name="api:mono_type_get_class">mono_type_get_class</a></h4>
22 <h4><a name="api:mono_type_get_modifiers">mono_type_get_modifiers</a></h4>
23 <h4><a name="api:mono_type_get_name">mono_type_get_name</a></h4>
24 <h4><a name="api:mono_type_get_ptr_type">mono_type_get_ptr_type</a></h4>
25 <h4><a name="api:mono_type_get_signature">mono_type_get_signature</a></h4>
26 <h4><a name="api:mono_type_get_type">mono_type_get_type</a></h4>
27 <h4><a name="api:mono_type_get_underlying_type">mono_type_get_underlying_type</a></h4>
28 <h4><a name="api:mono_type_is_byref">mono_type_is_byref</a></h4>
29 <h4><a name="api:mono_type_is_pointer">mono_type_is_pointer</a></h4>
30 <h4><a name="api:mono_type_is_reference">mono_type_is_reference</a></h4>
31 <h4><a name="api:mono_type_is_struct">mono_type_is_struct</a></h4>
32 <h4><a name="api:mono_type_is_void">mono_type_is_void</a></h4>
33 <h4><a name="api:mono_type_size">mono_type_size</a></h4>
34 <h4><a name="api:mono_type_stack_size">mono_type_stack_size</a></h4>
35 <h4><a name="api:mono_type_to_unmanaged">mono_type_to_unmanaged</a></h4>
36 <h4><a name="api:mono_type_generic_inst_is_valuetype">mono_type_generic_inst_is_valuetype</a></h4>