- MONO_CLASS_IS_IMPORT
bool MONO_CLASS_IS_IMPORT(MonoClass* c)
Undocumented in source. Be warned that the author may not have intended to support it.
- MONO_CLASS_IS_INTERFACE
bool MONO_CLASS_IS_INTERFACE(MonoClass* c)
Undocumented in source. Be warned that the author may not have intended to support it.
- MONO_OBJECT_SETREF
void MONO_OBJECT_SETREF(T obj, U value)
Undocumented in source. Be warned that the author may not have intended to support it.
- MONO_OFFSET_IN_CLAUSE
int MONO_OFFSET_IN_CLAUSE(T* clause, int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- MONO_OFFSET_IN_FILTER
int MONO_OFFSET_IN_FILTER(T* clause, int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- MONO_OFFSET_IN_HANDLER
int MONO_OFFSET_IN_HANDLER(T* clause, int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- MONO_STRUCT_SETREF
void MONO_STRUCT_SETREF(T obj, U value)
Undocumented in source. Be warned that the author may not have intended to support it.
- mono_array_addr
T* mono_array_addr(MonoArray* array, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- mono_array_get
T mono_array_get(MonoArray* array, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- mono_array_memcpy_refs
void mono_array_memcpy_refs(MonoArray* dest, size_t destidx, MonoArray* src, size_t srcidx, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- mono_array_setref
void mono_array_setref(MonoArray* array, size_t index, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- mono_metadata_make_token
int mono_metadata_make_token(int table, int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
- mono_metadata_table_count
int mono_metadata_table_count(int bitfield)
Undocumented in source. Be warned that the author may not have intended to support it.
- mono_metadata_table_size
int mono_metadata_table_size(int bitfield, int table)
Undocumented in source. Be warned that the author may not have intended to support it.
- mono_metadata_token_code
int mono_metadata_token_code(int token)
Undocumented in source. Be warned that the author may not have intended to support it.
- mono_metadata_token_index
int mono_metadata_token_index(int token)
Undocumented in source. Be warned that the author may not have intended to support it.
- mono_metadata_token_table
int mono_metadata_token_table(int token)
Undocumented in source. Be warned that the author may not have intended to support it.