X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fdebug-helpers.h;h=a67de5523f0b9813c88ad45e867f9e16d6bbc9ab;hb=HEAD;hp=fa4aa39706002ea1ee7c635ed1aeac7202fba581;hpb=648916b0281598bcd863ba02c25eaab932972030;p=mono.git diff --git a/mono/metadata/debug-helpers.h b/mono/metadata/debug-helpers.h index fa4aa397060..a67de5523f0 100644 --- a/mono/metadata/debug-helpers.h +++ b/mono/metadata/debug-helpers.h @@ -43,6 +43,7 @@ MONO_API MonoMethod* mono_method_desc_search_in_class (MonoMethodDesc *desc, MONO_API MonoMethod* mono_method_desc_search_in_image (MonoMethodDesc *desc, MonoImage *image); MONO_API char* mono_method_full_name (MonoMethod *method, mono_bool signature); +MONO_API char* mono_method_get_reflection_name (MonoMethod *method); MONO_API char* mono_field_full_name (MonoClassField *field);