Safety check for "diamond dependencies" on netmodules
[mono-project.git] / mono / metadata / assembly-internals.h
blob5af7bd6b9a3d02e569a70a7a42106b1135239562
1 /*
2 * Copyright 2015 Xamarin Inc
3 * Licensed under the MIT license. See LICENSE file in the project root for full license information.
4 */
5 #ifndef __MONO_METADATA_ASSEMBLY_INTERNALS_H__
6 #define __MONO_METADATA_ASSEMBLY_INTERNALS_H__
8 #include <mono/metadata/assembly.h>
10 MONO_API MonoImage* mono_assembly_load_module_checked (MonoAssembly *assembly, uint32_t idx, MonoError *error);
12 #endif /* __MONO_METADATA_ASSEMBLY_INTERNALS_H__ */