appdomain-icalls.h 500 B

1234567891011121314151617
  1. /**
  2. * \file
  3. * Appdomain-related icalls.
  4. * Copyright 2016 Microsoft
  5. * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  6. */
  7. #ifndef __MONO_METADATA_APPDOMAIN_ICALLS_H__
  8. #define __MONO_METADATA_APPDOMAIN_ICALLS_H__
  9. #include <mono/metadata/appdomain.h>
  10. #include <mono/metadata/handle.h>
  11. #include <mono/metadata/object-internals.h>
  12. #include <mono/metadata/icalls.h>
  13. #include "reflection-internals.h"
  14. #endif /*__MONO_METADATA_APPDOMAIN_ICALLS_H__*/