MacOsIPInterfaceProperties.h 474 B

1234567891011121314151617181920212223242526
  1. #pragma once
  2. #if NET_4_0
  3. namespace il2cpp
  4. {
  5. namespace icalls
  6. {
  7. namespace System
  8. {
  9. namespace System
  10. {
  11. namespace Net
  12. {
  13. namespace NetworkInformation
  14. {
  15. class LIBIL2CPP_CODEGEN_API MacOsIPInterfaceProperties
  16. {
  17. public:
  18. static bool ParseRouteInfo_internal(Il2CppString* iface, Il2CppArray** gw_addr_list);
  19. };
  20. } // namespace NetworkInformation
  21. } // namespace Net
  22. } // namespace System
  23. } // namespace System
  24. } // namespace icalls
  25. } // namespace il2cpp
  26. #endif