Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

FileSystemWatcher.cpp 474B

12345678910111213141516171819202122232425
  1. #include "il2cpp-config.h"
  2. #include "icalls/System/System.IO/FileSystemWatcher.h"
  3. #include "os/FileSystemWatcher.h"
  4. #include "vm/Exception.h"
  5. namespace il2cpp
  6. {
  7. namespace icalls
  8. {
  9. namespace System
  10. {
  11. namespace System
  12. {
  13. namespace IO
  14. {
  15. int32_t FileSystemWatcher::InternalSupportsFSW()
  16. {
  17. return os::FileSystemWatcher::IsSupported();
  18. }
  19. } /* namespace IO */
  20. } /* namespace System */
  21. } /* namespace System */
  22. } /* namespace icalls */
  23. } /* namespace il2cpp */