[reflection] Use handles for System.Reflection.Assembly.GetTypes
[mono.git] / mono / metadata / exception-internals.h
index 4a9ad505798ee867cfab121d1afcf84069b6d44a..a0f4c783fa14e47ff5a49488fb543101598877f0 100644 (file)
@@ -4,13 +4,14 @@
 #include <glib.h>
 
 #include <mono/metadata/object.h>
+#include <mono/metadata/handle.h>
 #include <mono/utils/mono-error.h>
 
 MonoException *
 mono_get_exception_type_initialization_checked (const gchar *type_name, MonoException *inner, MonoError *error);
 
-MonoException *
-mono_get_exception_reflection_type_load_checked (MonoArray *types, MonoArray *exceptions, MonoError *error);
+MonoExceptionHandle
+mono_get_exception_reflection_type_load_checked (MonoArrayHandle types, MonoArrayHandle exceptions, MonoError *error);
 
 MonoException *
 mono_get_exception_runtime_wrapped_checked (MonoObject *wrapped_exception, MonoError *error);