少年修仙传客户端基础资源
hch
2024-05-11 eccde9043d770a64d9181c69393d3ff7c20e21bb
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<linker>
    <!-- Don't reference anything other than mscorlib in this file -->
    <assembly fullname="mscorlib">
        <type fullname="System.MonoEnumInfo" preserve="fields"/>
        <type fullname="System.Version" preserve="fields"/>
        <type fullname="System.Runtime.InteropServices.ErrorWrapper" preserve="fields"/>
        <type fullname="System.Runtime.CompilerServices.FixedBufferAttribute" />
 
        <!-- Exceptions used in vm::Exception -->
        <type fullname="System.NullReferenceException" preserve="fields">
            <method signature="System.Void .ctor()"/>
            <!-- This is used by the libmonoruntime -->
            <method signature="System.Void .ctor(System.String)"/>
        </type>
        <type fullname="System.OverflowException" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.InvalidCastException" preserve="fields">
            <method signature="System.Void .ctor()"/>
            <method signature="System.Void .ctor(System.String)"/>
        </type>
        <type fullname="System.IndexOutOfRangeException" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.TypeLoadException" preserve="fields">
            <method signature="System.Void .ctor()"/>
            <!-- This is used by the libmonoruntime -->
            <method signature="System.Void .ctor(System.String,System.String)"/>
        </type>
        <type fullname="System.ArgumentNullException" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.ArgumentException" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.OutOfMemoryException" preserve="fields">
            <method signature="System.Void .ctor()"/>
            <!-- This is used by the libmonoruntime -->
            <method signature="System.Void .ctor(System.String)"/>
        </type>
        <type fullname="System.ExecutionEngineException" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.FormatException" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.MethodAccessException" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.NotSupportedException" preserve="fields">
            <method signature="System.Void .ctor()"/>
            <method signature="System.Void .ctor(System.String)"/>
        </type>
        <type fullname="System.TypeInitializationException" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.ArrayTypeMismatchException" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.EntryPointNotFoundException" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.DllNotFoundException" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.InvalidOperationException" preserve="fields">
            <method signature="System.Void .ctor()"/>
            <method signature="System.Void .ctor(System.String)"/>
        </type>
        <type fullname="System.MissingMethodException" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.PlatformNotSupportedException" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.Reflection.TargetException" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.Threading.ThreadInterruptedException" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.Threading.ThreadAbortException" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.Threading.ThreadStateException" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.Threading.SynchronizationLockException" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
                <type fullname="System.Threading._ThreadPoolWaitCallback" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.Runtime.InteropServices.MarshalDirectiveException" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.DivideByZeroException" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.Runtime.InteropServices.COMException" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.StackOverflowException" preserve="fields">
            <method signature="System.Void .ctor()"/>
            <!-- This is used by the libmonoruntime -->
            <method signature="System.Void .ctor(System.String)"/>
        </type>
        <type fullname="System.IO.FileLoadException" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <!-- End of Exceptions used in vm::Exception -->
 
        <type fullname="System.Security.Cryptography.RNGCryptoServiceProvider" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
 
        <type fullname="System.String" preserve="fields">
            <method name="System.String Concat(System.String,System.String,System.String)"/>
        </type>
        <type fullname="System.Object" preserve="fields">
            <method name="System.String ToString()" />
        </type>
        <type fullname="System.Array" preserve="all"/>
 
        <!-- System.Reflection -->
        <type fullname="System.Reflection.CustomAttributeData" preserve="all" />
        <type fullname="System.Reflection.MonoGenericMethod" preserve="fields" />
        <type fullname="System.Reflection.MonoGenericCMethod" preserve="fields" />
        <type fullname="System.Reflection.MonoProperty" preserve="all" />
        <type fullname="System.Reflection.Pointer" preserve="fields"/>
 
        <type fullname="System.Reflection.Emit.UnmanagedMarshal" preserve="fields" />
        <type fullname="System.Threading.ManualResetEvent" preserve="fields"/>
        <type fullname="Microsoft.Win32.SafeHandles.SafeWaitHandle" preserve="fields"/>
 
        <!-- Required for Delegate::BeginInvoke/EndInvoke -->
        <type fullname="System.MonoAsyncCall" preserve="all" />
        <type fullname="System.Runtime.Remoting.Messaging.AsyncResult" preserve="all" />
        <type fullname="System.Net.Sockets.Socket/SocketAsyncResult" preserve="all" />
        <type fullname="System.Runtime.InteropServices.DllImportAttribute" preserve="all" />
        <type fullname="System.UnhandledExceptionEventArgs" preserve="all" />
        <type fullname="System.Runtime.Remoting.Contexts.Context" preserve="all" />
        <type fullname="System.Resources.RuntimeResourceSet" preserve="all" />
        
        <!-- Required for implementing IPropertyValue for boxed values -->
        <type fullname="System.Guid" preserve="nothing">
            <method name="Parse" />
        </type>
        <type fullname="System.IConvertible" preserve="nothing">
            <method name="ToByte" />
            <method name="ToInt16" />
            <method name="ToUInt16" />
            <method name="ToInt32" />
            <method name="ToUInt32" />
            <method name="ToInt64" />
            <method name="ToUInt64" />
            <method name="ToSingle" />
            <method name="ToDouble" />
        </type>
 
        <type fullname="System.Collections.Generic.KeyNotFoundException" preserve="nothing">
            <method signature="System.Void .ctor(System.String)"/>
        </type>
        <type fullname="System.Collections.Generic.EqualityComparer`1" preserve="nothing">
            <method name="get_Default"/>
            <method name="Equals"/>
        </type>
    <!-- The RegionInfo icall requires this full type to be kept. -->
    <type fullname="System.Globalization.RegionInfo" preserve="all"/>
    </assembly>
</linker>