FileVersionInfo.h 429 B

12345678910111213141516171819202122
  1. #pragma once
  2. namespace il2cpp
  3. {
  4. namespace icalls
  5. {
  6. namespace System
  7. {
  8. namespace System
  9. {
  10. namespace Diagnostics
  11. {
  12. class LIBIL2CPP_CODEGEN_API FileVersionInfo
  13. {
  14. public:
  15. static void GetVersionInfo_icall(Il2CppObject* thisPtr, Il2CppChar* fileName, int32_t fileName_length);
  16. };
  17. } /* namespace Diagnostics */
  18. } /* namespace System */
  19. } /* namespace System */
  20. } /* namespace icalls */
  21. } /* namespace il2cpp */