Merge pull request #1048 from DavidKarlas/cacheThreadsAndBulkFetch
[mono.git] / mono / metadata / reflection-internals.h
1 /* 
2  * Copyright 2014 Xamarin Inc
3  */
4 #ifndef __MONO_METADATA_REFLECTION_INTERBALS_H__
5 #define __MONO_METADATA_REFLECTION_INTERBALS_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) MONO_INTERNAL;
13
14 #endif