12345678910111213141516171819202122232425262728293031 |
- #pragma once
- #include <stdint.h>
- #include "il2cpp-config.h"
- struct Il2CppArray;
- struct Il2CppString;
- namespace il2cpp
- {
- namespace icalls
- {
- namespace System
- {
- namespace System
- {
- namespace Net
- {
- namespace Sockets
- {
- class LIBIL2CPP_CODEGEN_API SocketException
- {
- public:
- static int32_t WSAGetLastError();
- };
- } /* namespace Sockets */
- } /* namespace Net */
- } /* namespace System */
- } /* namespace System */
- } /* namespace icalls */
- } /* namespace il2cpp */
|