Merge pull request #2223 from lobrien/master
[mono.git] / mono / metadata / reflection-internals.h
1 /* 
2  * Copyright 2014 Xamarin Inc
3  */
4 #ifndef __MONO_METADATA_REFLECTION_INTERNALS_H__
5 #define __MONO_METADATA_REFLECTION_INTERNALS_H__
6
7 #include <mono/metadata/reflection.h>
8 #include <mono/utils/mono-compiler.h>
9 #include <mono/utils/mono-error.h>
10
11 MonoObject*
12 mono_custom_attrs_get_attr_checked (MonoCustomAttrInfo *ainfo, MonoClass *attr_klass, MonoError *error);
13
14 char*
15 mono_identifier_unescape_type_name_chars (char* identifier);
16
17 #endif /* __MONO_METADATA_REFLECTION_INTERNALS_H__ */