a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
33 lines
1.4 KiB
HTML
33 lines
1.4 KiB
HTML
<h2>Type support</h2>
|
|
|
|
<h3>Synopsis</h3>
|
|
|
|
<div class="header">
|
|
#include <metadata/metadata.h>
|
|
#include <metadata/class.h>
|
|
|
|
typedef struct _MonoType MonoType;
|
|
@API_IDX@
|
|
|
|
</div>
|
|
|
|
<p>The MonoType represents the unmanaged version of
|
|
System.Type.
|
|
|
|
<h4><a name="api:mono_type_get_object">mono_type_get_object</a></h4>
|
|
<h4><a name="api:mono_type_create_from_typespec">mono_type_create_from_typespec</a></h4>
|
|
<h4><a name="api:mono_type_full_name">mono_type_full_name</a></h4>
|
|
<h4><a name="api:mono_type_get_array_type">mono_type_get_array_type</a></h4>
|
|
<h4><a name="api:mono_type_get_class">mono_type_get_class</a></h4>
|
|
<h4><a name="api:mono_type_get_desc">mono_type_get_desc</a></h4>
|
|
<h4><a name="api:mono_type_get_modifiers">mono_type_get_modifiers</a></h4>
|
|
<h4><a name="api:mono_type_get_name">mono_type_get_name</a></h4>
|
|
<h4><a name="api:mono_type_get_signature">mono_type_get_signature</a></h4>
|
|
<h4><a name="api:mono_type_get_type">mono_type_get_type</a></h4>
|
|
<h4><a name="api:mono_type_get_underlying_type">mono_type_get_underlying_type</a></h4>
|
|
<h4><a name="api:mono_type_is_byref">mono_type_is_byref</a></h4>
|
|
<h4><a name="api:mono_type_size">mono_type_size</a></h4>
|
|
<h4><a name="api:mono_type_stack_size">mono_type_stack_size</a></h4>
|
|
<h4><a name="api:mono_type_to_unmanaged">mono_type_to_unmanaged</a></h4>
|
|
<h4><a name="api:mono_type_generic_inst_is_valuetype">mono_type_generic_inst_is_valuetype</a></h4>
|