2003-10-15 Martin Baulig <martin@ximian.com>
[mono.git] / mono / metadata / mono-debug-debugger.h
index 22d317227ef73f21d6a259567085c4d8e302b331..f6ab2eb838003232b6d706164f047d0fb7e8de4c 100644 (file)
@@ -231,6 +231,9 @@ gpointer        mono_debugger_create_notification_function (gpointer *notificati
 MonoObject     *mono_debugger_runtime_invoke              (MonoMethod *method, void *obj,
                                                           void **params, MonoObject **exc);
 
+guint32         mono_debugger_lookup_type                 (const gchar *type_name);
+
+
 MonoReflectionMethod *
 ves_icall_MonoDebugger_GetMethod (MonoReflectionAssembly *assembly, guint32 token);