少年修仙传客户端基础资源
hch
2024-04-01 d01413b00ef631ac20347716b23818b0b811f65f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#pragma once
 
#include <stdint.h>
#include "il2cpp-config.h"
#include "il2cpp-object-internals.h"
 
struct mscorlib_System_Runtime_InteropServices_DllImportAttribute;
struct mscorlib_System_Reflection_MethodInfo;
 
namespace il2cpp
{
namespace icalls
{
namespace mscorlib
{
namespace System
{
namespace Reflection
{
    class LIBIL2CPP_CODEGEN_API MonoMethod
    {
    public:
        static mscorlib_System_Runtime_InteropServices_DllImportAttribute * GetDllImportAttribute(intptr_t);
        static Il2CppArray * GetGenericArguments(Il2CppReflectionMethod *);
        static Il2CppReflectionMethod* GetGenericMethodDefinition_impl(Il2CppReflectionMethod* method);
        static Il2CppObject * InternalInvoke(Il2CppReflectionMethod * method, Il2CppObject * thisPtr, Il2CppArray * params, Il2CppException * * exc);
        static bool get_IsGenericMethod(Il2CppReflectionMethod *);
        static bool get_IsGenericMethodDefinition(Il2CppReflectionMethod *);
        static Il2CppReflectionMethod* get_base_definition(Il2CppReflectionMethod *);
        static Il2CppString *  get_name(Il2CppReflectionMethod * m);
        static Il2CppReflectionMethod* MakeGenericMethod_impl(Il2CppReflectionMethod *, Il2CppArray *);
 
        static int32_t get_core_clr_security_level(Il2CppObject* _this);
        static Il2CppReflectionMethod* get_base_method(Il2CppReflectionMethod* method, bool definition);
        static void GetPInvoke(Il2CppReflectionMethod* _this, int32_t* flags, Il2CppString** entryPoint, Il2CppString** dllName);
    };
} /* namespace Reflection */
} /* namespace System */
} /* namespace mscorlib */
} /* namespace icalls */
} /* namespace il2cpp */