|
58 | 58 | #define mono_image_get_entry_point il2cpp_mono_image_get_entry_point
|
59 | 59 | #define mono_image_get_filename il2cpp_mono_image_get_filename
|
60 | 60 | #define mono_image_get_guid il2cpp_mono_image_get_guid
|
| 61 | +#define mono_image_is_dynamic il2cpp_mono_image_is_dynamic |
61 | 62 | #define mono_type_get_class il2cpp_mono_type_get_class
|
| 63 | +#define m_type_get_generic_class il2cpp_m_type_get_generic_class |
62 | 64 | #define mono_type_is_struct il2cpp_mono_type_is_struct
|
63 | 65 | #define mono_type_is_reference il2cpp_mono_type_is_reference
|
64 | 66 | #define mono_metadata_free_mh il2cpp_mono_metadata_free_mh
|
|
147 | 149 | #define mono_class_is_nullable il2cpp_mono_class_is_nullable
|
148 | 150 | #define mono_class_get_generic_container il2cpp_mono_class_get_generic_container
|
149 | 151 | #define mono_class_setup_interfaces il2cpp_mono_class_setup_interfaces
|
150 |
| -#define mono_class_get_methods_by_name il2cpp_mono_class_get_methods_by_name |
| 152 | +#define mono_class_get_methods_by_name il2cpp_mono_class_get_methods_by_name |
| 153 | +#define mono_class_is_valuetype il2cpp_class_is_valuetype |
151 | 154 | #define mono_ldtoken_checked il2cpp_mono_ldtoken_checked
|
152 | 155 | #define mono_class_from_generic_parameter_internal il2cpp_mono_class_from_generic_parameter_internal
|
153 | 156 | #define mono_class_load_from_name il2cpp_mono_class_load_from_name
|
|
167 | 170 | #define mono_field_static_get_value_checked il2cpp_mono_field_static_get_value_checked
|
168 | 171 | #define mono_field_static_get_value_for_thread il2cpp_mono_field_static_get_value_for_thread
|
169 | 172 | #define mono_field_get_value_object_checked il2cpp_mono_field_get_value_object_checked
|
| 173 | +#define mono_field_get_offset il2cpp_field_get_offset |
170 | 174 | #define mono_object_new_checked il2cpp_mono_object_new_checked
|
171 | 175 | #define mono_ldstr_checked il2cpp_mono_ldstr_checked
|
172 | 176 | #define mono_runtime_try_invoke il2cpp_mono_runtime_try_invoke
|
|
238 | 242 | #define mono_field_get_type il2cpp_field_get_type
|
239 | 243 | #define mono_method_get_name il2cpp_method_get_name
|
240 | 244 | #define mono_class_get_type il2cpp_class_get_type
|
| 245 | +#define mono_class_get_byref_type il2cpp_mono_class_get_byref_type |
241 | 246 | #define mono_method_get_class il2cpp_method_get_class
|
242 | 247 | #define mono_class_get_image il2cpp_class_get_image
|
243 | 248 | #define mono_class_get_interfaces il2cpp_class_get_interfaces
|
|
259 | 264 | #undef mono_field_is_deleted
|
260 | 265 | #define mono_field_is_deleted il2cpp_field_is_deleted
|
261 | 266 | #define mono_domain_get_assemblies_iter il2cpp_domain_get_assemblies_iter
|
| 267 | +#define mono_property_get_name il2cpp_property_get_name |
| 268 | +#define mono_property_get_set_method il2cpp_property_get_set_method |
| 269 | +#define mono_property_get_get_method il2cpp_property_get_get_method |
| 270 | +#define mono_property_get_parent il2cpp_property_get_parent |
| 271 | +#define m_domain_get_corlib il2cpp_m_domain_get_corlib |
| 272 | +#define mono_generic_class_get_context il2cpp_mono_generic_class_get_context |
| 273 | + |
| 274 | +#define m_class_is_initialized il2cpp_m_class_is_initialized |
262 | 275 |
|
263 | 276 | #undef mono_domain_assemblies_lock
|
264 | 277 | #define mono_domain_assemblies_lock
|
@@ -464,5 +477,12 @@ const MonoType* il2cpp_get_type_from_index(int index);
|
464 | 477 | const MonoType* il2cpp_get_type_from_method_context(MonoType* type, const MonoMethod* method);
|
465 | 478 | const MonoType* il2cpp_type_inflate(MonoType* type, const MonoGenericContext* context);
|
466 | 479 | void il2cpp_debugger_get_method_execution_context_and_header_Info(const MonoMethod* method, uint32_t* executionContextInfoCount, const Il2CppMethodExecutionContextInfo **executionContextInfo, const Il2CppMethodHeaderInfo **headerInfo, const Il2CppMethodScope **scopes);
|
467 |
| - |
| 480 | +Il2CppThreadUnwindState* il2cpp_debugger_get_thread_context (); |
| 481 | +MonoGenericContext* il2cpp_mono_generic_class_get_context (MonoGenericClass *gclass); |
| 482 | +MonoType* il2cpp_mono_class_get_byref_type (MonoClass *klass); |
| 483 | +mono_bool il2cpp_mono_image_is_dynamic(MonoImage *image); |
| 484 | +MonoGenericClass* il2cpp_m_type_get_generic_class(MonoType* type); |
| 485 | +const MonoAssembly* il2cpp_m_method_get_assembly(MonoMethod* method); |
| 486 | +const MonoAssembly* il2cpp_m_domain_get_corlib (MonoDomain *domain); |
| 487 | +mono_bool il2cpp_m_class_is_initialized (MonoClass* klass); |
468 | 488 | #endif // RUNTIME_IL2CPP
|
0 commit comments