This repository has been archived on 2026-05-06. You can view files and clone it, but cannot push or open issues/pull-requests.
caihong/xcode/Libraries/libil2cpp/include/icalls/System/System.Configuration/InternalConfigurationHost.h

26 lines
439 B
C++

#pragma once
#include "il2cpp-config.h"
struct Il2CppString;
namespace il2cpp
{
namespace icalls
{
namespace System
{
namespace System
{
namespace Configuration
{
class LIBIL2CPP_CODEGEN_API InternalConfigurationHost
{
public:
static Il2CppString* get_bundled_machine_config();
};
} /* namespace Configuration */
} /* namespace System */
} /* namespace System */
} /* namespace icalls */
} /* namespace il2cpp */