[reflection] Move mono_reflection_type_get_handle to sre-internals.h
[mono.git] / mono / metadata / sre-internals.h
index 175232941be64794dbf41c43cbef066a5cfb090a..d1e3245ed5e8500615bd961c19153c0656a8f61f 100644 (file)
@@ -75,6 +75,9 @@ mono_is_sr_mono_cmethod (MonoClass *klass);
 gboolean
 mono_is_sr_mono_property (MonoClass *klass);
 
+MonoType*
+mono_reflection_type_get_handle (MonoReflectionType *ref, MonoError *error);
+
 gpointer
 mono_reflection_resolve_object (MonoImage *image, MonoObject *obj, MonoClass **handle_class, MonoGenericContext *context, MonoError *error);