mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Added binding for mono_field_get_value_object
This commit is contained in:
@@ -167,6 +167,9 @@ static class Mono
|
|||||||
[LinkName(.C)]
|
[LinkName(.C)]
|
||||||
public static extern void mono_field_get_value(MonoObject* object, MonoClassField* field, void* value);
|
public static extern void mono_field_get_value(MonoObject* object, MonoClassField* field, void* value);
|
||||||
|
|
||||||
|
/// Gets the field as object, boxes the value if it is a valuetype.
|
||||||
|
[LinkName(.C)]
|
||||||
|
public static extern MonoObject* mono_field_get_value_object(MonoDomain* domain, MonoClassField* field, MonoObject* obj);
|
||||||
|
|
||||||
[LinkName(.C)]
|
[LinkName(.C)]
|
||||||
public static extern MonoCustomAttrInfo* mono_custom_attrs_from_field(MonoClass* monoClass, MonoClassField* field);
|
public static extern MonoCustomAttrInfo* mono_custom_attrs_from_field(MonoClass* monoClass, MonoClassField* field);
|
||||||
|
|||||||
Reference in New Issue
Block a user