2004-09-06 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / metadata / debug-helpers.h
index 2622c2af3cda93c64845cab19a4328c656556d4f..56fbaddf9f7ed6174b96b1a81b973dfaa44e0b7d 100644 (file)
@@ -24,6 +24,8 @@ char* mono_disasm_code     (MonoDisHelper *dh, MonoMethod *method, const guchar
 typedef struct MonoMethodDesc MonoMethodDesc;
 
 void            mono_type_get_desc (GString *res, MonoType *type, gboolean include_namespace);
+char*           mono_type_full_name (MonoType *type);
+
 char*           mono_signature_get_desc (MonoMethodSignature *sig, gboolean include_namespace);
 
 MonoMethodDesc* mono_method_desc_new (const char *name, gboolean include_namespace);