FileVersionInfo.cpp 554 B

123456789101112131415161718192021222324
  1. #include "il2cpp-config.h"
  2. #include "FileVersionInfo.h"
  3. #include "vm/Exception.h"
  4. namespace il2cpp
  5. {
  6. namespace icalls
  7. {
  8. namespace System
  9. {
  10. namespace System
  11. {
  12. namespace Diagnostics
  13. {
  14. void FileVersionInfo::GetVersionInfo_icall(Il2CppObject* thisPtr, Il2CppChar* fileName, int32_t fileName_length)
  15. {
  16. NOT_SUPPORTED_IL2CPP(FileVersionInfo::GetVersionInfo_icall, "This icall is not supported by il2cpp.");
  17. }
  18. } /* namespace Diagnostics */
  19. } /* namespace System */
  20. } /* namespace System */
  21. } /* namespace icalls */
  22. } /* namespace il2cpp */