FAMWatcher.h 811 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #pragma once
  2. #include <stdint.h>
  3. #include "il2cpp-object-internals.h"
  4. #include "il2cpp-config.h"
  5. struct Il2CppObject;
  6. struct Il2CppDelegate;
  7. struct Il2CppReflectionType;
  8. struct Il2CppReflectionMethod;
  9. struct Il2CppReflectionField;
  10. struct Il2CppArray;
  11. struct Il2CppException;
  12. struct Il2CppReflectionModule;
  13. struct Il2CppAssembly;
  14. struct Il2CppAssemblyName;
  15. struct Il2CppAppDomain;
  16. namespace il2cpp
  17. {
  18. namespace icalls
  19. {
  20. namespace System
  21. {
  22. namespace System
  23. {
  24. namespace IO
  25. {
  26. struct FAMConnection;
  27. class LIBIL2CPP_CODEGEN_API FAMWatcher
  28. {
  29. public:
  30. static int32_t InternalFAMNextEvent(FAMConnection* fc, Il2CppString** filename, int32_t* code, int32_t* reqnum);
  31. };
  32. } /* namespace IO */
  33. } /* namespace System */
  34. } /* namespace System */
  35. } /* namespace icalls */
  36. } /* namespace il2cpp */