changhong/xcode/Libraries/libil2cpp/include/icalls/System/System.Net.Sockets/SocketException.h

32 lines
479 B
C
Raw Normal View History

2025-09-22 17:27:49 +08:00
#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 */