Win32Exception.h 452 B

123456789101112131415161718192021222324252627
  1. #pragma once
  2. #include <stdint.h>
  3. #include "il2cpp-config.h"
  4. struct Il2CppString;
  5. namespace il2cpp
  6. {
  7. namespace icalls
  8. {
  9. namespace System
  10. {
  11. namespace System
  12. {
  13. namespace ComponentModel
  14. {
  15. class LIBIL2CPP_CODEGEN_API Win32Exception
  16. {
  17. public:
  18. static Il2CppString *W32ErrorMessage(int32_t code);
  19. };
  20. } /* namespace ComponentModel */
  21. } /* namespace System */
  22. } /* namespace System */
  23. } /* namespace icalls */
  24. } /* namespace il2cpp */