FileSystemWatcher.h 716 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. class LIBIL2CPP_CODEGEN_API FileSystemWatcher
  27. {
  28. public:
  29. static int32_t InternalSupportsFSW();
  30. };
  31. } /* namespace IO */
  32. } /* namespace System */
  33. } /* namespace System */
  34. } /* namespace icalls */
  35. } /* namespace il2cpp */