1234567891011121314151617 |
- /**
- * \file
- * Appdomain-related icalls.
- * Copyright 2016 Microsoft
- * Licensed under the MIT license. See LICENSE file in the project root for full license information.
- */
- #ifndef __MONO_METADATA_APPDOMAIN_ICALLS_H__
- #define __MONO_METADATA_APPDOMAIN_ICALLS_H__
- #include <mono/metadata/appdomain.h>
- #include <mono/metadata/handle.h>
- #include <mono/metadata/object-internals.h>
- #include <mono/metadata/icalls.h>
- #include "reflection-internals.h"
- #endif /*__MONO_METADATA_APPDOMAIN_ICALLS_H__*/
|