少年修仙传客户端基础资源
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#pragma once
 
#include "il2cpp-config.h"
#include "il2cpp-object-internals.h"
 
struct Il2CppString;
struct Il2CppAssemblyName;
struct Il2CppReflectionAssembly;
struct mscorlib_System_Reflection_Assembly;
struct mscorlib_System_Reflection_Module;
struct mscorlib_System_Security_Policy_Evidence;
struct mscorlib_System_Reflection_AssemblyName;
struct Il2CppMonoAssemblyName;
 
namespace il2cpp
{
namespace icalls
{
namespace mscorlib
{
namespace System
{
namespace Reflection
{
    class LIBIL2CPP_CODEGEN_API Assembly
    {
    public:
        static Il2CppReflectionAssembly* GetExecutingAssembly();
        static Il2CppReflectionAssembly* GetEntryAssembly();
        static Il2CppReflectionAssembly* GetCallingAssembly();
        static void FillName(Il2CppReflectionAssembly* ass, mscorlib_System_Reflection_AssemblyName* aname);
        static Il2CppObject* GetFilesInternal(Il2CppAssembly* self, Il2CppString* name, bool getResourceModules);
        static Il2CppReflectionModule* GetManifestModuleInternal(Il2CppAssembly* self);
        static bool GetManifestResourceInfoInternal(Il2CppReflectionAssembly* assembly, Il2CppString* name, Il2CppManifestResourceInfo* info);
        static intptr_t GetManifestResourceInternal(Il2CppReflectionAssembly* assembly, Il2CppString* name, int* size, Il2CppReflectionModule** module);
        static Il2CppArray* GetManifestResourceNames(Il2CppReflectionAssembly* assembly);
        static Il2CppArray* GetModulesInternal(Il2CppReflectionAssembly* thisPtr);
        static Il2CppArray* GetNamespaces(Il2CppAssembly* self);
        static Il2CppArray* GetReferencedAssemblies(Il2CppReflectionAssembly* self);
        static void InternalGetAssemblyName(Il2CppString* assemblyFile, Il2CppAssemblyName* aname);
        static void InternalGetAssemblyName40(Il2CppString* assemblyFile, Il2CppMonoAssemblyName* aname, Il2CppString** codebase);
        static Il2CppReflectionType* InternalGetType(Il2CppReflectionAssembly* , mscorlib_System_Reflection_Module* , Il2CppString* , bool, bool);
        static Il2CppString* InternalImageRuntimeVersion(Il2CppAssembly* self);
        static Il2CppReflectionAssembly* LoadFrom(Il2CppString* assemblyFile, bool refonly);
        static bool LoadPermissions(mscorlib_System_Reflection_Assembly* a, intptr_t* minimum, int32_t* minLength, intptr_t* optional, int32_t* optLength, intptr_t* refused, int32_t* refLength);
        static int32_t MonoDebugger_GetMethodToken(void* /* System.Reflection.MethodBase */ method);
        static Il2CppReflectionMethod* get_EntryPoint(Il2CppReflectionAssembly* self);
        static bool get_ReflectionOnly(Il2CppAssembly* self);
        static Il2CppString* get_code_base(Il2CppReflectionAssembly* assembly, bool escaped);
        static Il2CppString* get_fullname(Il2CppReflectionAssembly *ass);
        static bool get_global_assembly_cache(Il2CppAssembly* self);
        static Il2CppString* get_location(Il2CppReflectionAssembly *assembly);
        static Il2CppReflectionAssembly* load_with_partial_name(Il2CppString* name, mscorlib_System_Security_Policy_Evidence* evidence);
        static Il2CppArray* GetTypes(Il2CppReflectionAssembly* thisPtr, bool exportedOnly);
 
        static Il2CppString* GetAotId();
 
        static intptr_t InternalGetReferencedAssemblies(Il2CppReflectionAssembly* module);
    };
} /* namespace Reflection */
} /* namespace System */
} /* namespace mscorlib */
} /* namespace icalls */
} /* namespace il2cpp */