少年修仙传客户端基础资源
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
42
43
44
45
#pragma once
 
#include "il2cpp-config.h"
#include "il2cpp-object-internals.h"
 
struct Il2CppArray;
struct Il2CppString;
struct mscorlib_System_Reflection_Module;
 
typedef int32_t PortableExecutableKinds;
typedef int32_t ImageFileMachine;
typedef int32_t ResolveTokenError;
 
namespace il2cpp
{
namespace icalls
{
namespace mscorlib
{
namespace System
{
namespace Reflection
{
    class LIBIL2CPP_CODEGEN_API Module
    {
    public:
        static Il2CppReflectionType* GetGlobalType(Il2CppReflectionModule* self);
        static Il2CppString* GetGuidInternal(mscorlib_System_Reflection_Module * thisPtr);
        static int32_t GetMDStreamVersion(intptr_t module_handle);
        static void GetPEKind(intptr_t module, PortableExecutableKinds* peKind, ImageFileMachine* machine);
        static Il2CppArray* InternalGetTypes(Il2CppReflectionModule * self);
        static intptr_t ResolveFieldToken(intptr_t module, int32_t token, Il2CppArray* type_args, Il2CppArray* method_args, ResolveTokenError* error);
        static void* /* System.Reflection.MemberInfo */ ResolveMemberToken(intptr_t module, int32_t token, Il2CppArray* type_args, Il2CppArray* method_args, ResolveTokenError* error);
        static intptr_t ResolveMethodToken(intptr_t module, int32_t token, Il2CppArray* type_args, Il2CppArray* method_args, ResolveTokenError* error);
        static Il2CppArray* ResolveSignature(intptr_t module, int32_t metadataToken, ResolveTokenError* error);
        static Il2CppString* ResolveStringToken(intptr_t module, int32_t token, ResolveTokenError* error);
        static intptr_t ResolveTypeToken(intptr_t module, int32_t token, Il2CppArray* type_args, Il2CppArray* method_args, ResolveTokenError* error);
        static int32_t get_MetadataToken(Il2CppReflectionModule* self);
        static intptr_t GetHINSTANCE(mscorlib_System_Reflection_Module * thisPtr);
    };
} /* namespace Reflection */
} /* namespace System */
} /* namespace mscorlib */
} /* namespace icalls */
} /* namespace il2cpp */