System.Xml_CodeGen.c
852 字节
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
#include "pch-c.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
// 0x00000001 System.Void System.Xml.XmlReader::.cctor()
extern void XmlReader__cctor_m8C939FA4F60E046BCAEDF0969A6E3B89D9CB0A4E (void);
static Il2CppMethodPointer s_methodPointers[1] =
{
XmlReader__cctor_m8C939FA4F60E046BCAEDF0969A6E3B89D9CB0A4E,
};
static const int32_t s_InvokerIndices[1] =
{
1993,
};
extern const CustomAttributesCacheGenerator g_System_Xml_AttributeGenerators[];
IL2CPP_EXTERN_C const Il2CppCodeGenModule g_System_Xml_CodeGenModule;
const Il2CppCodeGenModule g_System_Xml_CodeGenModule =
{
"System.Xml.dll",
1,
s_methodPointers,
s_InvokerIndices,
0,
NULL,
0,
NULL,
0,
NULL,
NULL,
g_System_Xml_AttributeGenerators,
NULL, // module initializer,
NULL,
NULL,
NULL,
};