Merge pull request #4444 from lateralusX/jlorenss/windows-unwind-info
[mono.git] / mono / metadata / assembly-internals.h
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__
7
8 #include <mono/metadata/assembly.h>
9
10 MONO_API MonoImage*    mono_assembly_load_module_checked (MonoAssembly *assembly, uint32_t idx, MonoError *error);
11
12 MonoAssembly * mono_assembly_open_a_lot (const char *filename, MonoImageOpenStatus *status, gboolean refonly, gboolean load_from_context);
13
14 #endif /* __MONO_METADATA_ASSEMBLY_INTERNALS_H__ */