@tsonic/dotnet 0.5.2 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -125,59 +125,59 @@ export enum HandleKind {
|
|
|
125
125
|
export enum ILOpCode {
|
|
126
126
|
nop = 0,
|
|
127
127
|
break_ = 1,
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
128
|
+
Ldarg_0 = 2,
|
|
129
|
+
Ldarg_1 = 3,
|
|
130
|
+
Ldarg_2 = 4,
|
|
131
|
+
Ldarg_3 = 5,
|
|
132
|
+
Ldloc_0 = 6,
|
|
133
|
+
Ldloc_1 = 7,
|
|
134
|
+
Ldloc_2 = 8,
|
|
135
|
+
Ldloc_3 = 9,
|
|
136
|
+
Stloc_0 = 10,
|
|
137
|
+
Stloc_1 = 11,
|
|
138
|
+
Stloc_2 = 12,
|
|
139
|
+
Stloc_3 = 13,
|
|
140
|
+
Ldarg_s = 14,
|
|
141
|
+
Ldarga_s = 15,
|
|
142
|
+
Starg_s = 16,
|
|
143
|
+
Ldloc_s = 17,
|
|
144
|
+
Ldloca_s = 18,
|
|
145
|
+
Stloc_s = 19,
|
|
146
146
|
ldnull = 20,
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
147
|
+
Ldc_i4_m1 = 21,
|
|
148
|
+
Ldc_i4_0 = 22,
|
|
149
|
+
Ldc_i4_1 = 23,
|
|
150
|
+
Ldc_i4_2 = 24,
|
|
151
|
+
Ldc_i4_3 = 25,
|
|
152
|
+
Ldc_i4_4 = 26,
|
|
153
|
+
Ldc_i4_5 = 27,
|
|
154
|
+
Ldc_i4_6 = 28,
|
|
155
|
+
Ldc_i4_7 = 29,
|
|
156
|
+
Ldc_i4_8 = 30,
|
|
157
|
+
Ldc_i4_s = 31,
|
|
158
|
+
Ldc_i4 = 32,
|
|
159
|
+
Ldc_i8 = 33,
|
|
160
|
+
Ldc_r4 = 34,
|
|
161
|
+
Ldc_r8 = 35,
|
|
162
162
|
dup = 37,
|
|
163
163
|
pop = 38,
|
|
164
164
|
jmp = 39,
|
|
165
165
|
call = 40,
|
|
166
166
|
calli = 41,
|
|
167
167
|
ret = 42,
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
168
|
+
Br_s = 43,
|
|
169
|
+
Brfalse_s = 44,
|
|
170
|
+
Brtrue_s = 45,
|
|
171
|
+
Beq_s = 46,
|
|
172
|
+
Bge_s = 47,
|
|
173
|
+
Bgt_s = 48,
|
|
174
|
+
Ble_s = 49,
|
|
175
|
+
Blt_s = 50,
|
|
176
|
+
Bne_un_s = 51,
|
|
177
|
+
Bge_un_s = 52,
|
|
178
|
+
Bgt_un_s = 53,
|
|
179
|
+
Ble_un_s = 54,
|
|
180
|
+
Blt_un_s = 55,
|
|
181
181
|
br = 56,
|
|
182
182
|
brfalse = 57,
|
|
183
183
|
brtrue = 58,
|
|
@@ -186,53 +186,53 @@ export enum ILOpCode {
|
|
|
186
186
|
bgt = 61,
|
|
187
187
|
ble = 62,
|
|
188
188
|
blt = 63,
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
189
|
+
Bne_un = 64,
|
|
190
|
+
Bge_un = 65,
|
|
191
|
+
Bgt_un = 66,
|
|
192
|
+
Ble_un = 67,
|
|
193
|
+
Blt_un = 68,
|
|
194
194
|
switch_ = 69,
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
195
|
+
Ldind_i1 = 70,
|
|
196
|
+
Ldind_u1 = 71,
|
|
197
|
+
Ldind_i2 = 72,
|
|
198
|
+
Ldind_u2 = 73,
|
|
199
|
+
Ldind_i4 = 74,
|
|
200
|
+
Ldind_u4 = 75,
|
|
201
|
+
Ldind_i8 = 76,
|
|
202
|
+
Ldind_i = 77,
|
|
203
|
+
Ldind_r4 = 78,
|
|
204
|
+
Ldind_r8 = 79,
|
|
205
|
+
Ldind_ref = 80,
|
|
206
|
+
Stind_ref = 81,
|
|
207
|
+
Stind_i1 = 82,
|
|
208
|
+
Stind_i2 = 83,
|
|
209
|
+
Stind_i4 = 84,
|
|
210
|
+
Stind_i8 = 85,
|
|
211
|
+
Stind_r4 = 86,
|
|
212
|
+
Stind_r8 = 87,
|
|
213
213
|
add = 88,
|
|
214
214
|
sub = 89,
|
|
215
215
|
mul = 90,
|
|
216
216
|
div = 91,
|
|
217
|
-
|
|
217
|
+
Div_un = 92,
|
|
218
218
|
rem = 93,
|
|
219
|
-
|
|
219
|
+
Rem_un = 94,
|
|
220
220
|
and = 95,
|
|
221
221
|
or = 96,
|
|
222
222
|
xor = 97,
|
|
223
223
|
shl = 98,
|
|
224
224
|
shr = 99,
|
|
225
|
-
|
|
225
|
+
Shr_un = 100,
|
|
226
226
|
neg = 101,
|
|
227
227
|
not = 102,
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
228
|
+
Conv_i1 = 103,
|
|
229
|
+
Conv_i2 = 104,
|
|
230
|
+
Conv_i4 = 105,
|
|
231
|
+
Conv_i8 = 106,
|
|
232
|
+
Conv_r4 = 107,
|
|
233
|
+
Conv_r8 = 108,
|
|
234
|
+
Conv_u4 = 109,
|
|
235
|
+
Conv_u8 = 110,
|
|
236
236
|
callvirt = 111,
|
|
237
237
|
cpobj = 112,
|
|
238
238
|
ldobj = 113,
|
|
@@ -240,7 +240,7 @@ export enum ILOpCode {
|
|
|
240
240
|
newobj = 115,
|
|
241
241
|
castclass = 116,
|
|
242
242
|
isinst = 117,
|
|
243
|
-
|
|
243
|
+
Conv_r_un = 118,
|
|
244
244
|
unbox = 121,
|
|
245
245
|
throw_ = 122,
|
|
246
246
|
ldfld = 123,
|
|
@@ -250,76 +250,76 @@ export enum ILOpCode {
|
|
|
250
250
|
ldsflda = 127,
|
|
251
251
|
stsfld = 128,
|
|
252
252
|
stobj = 129,
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
253
|
+
Conv_ovf_i1_un = 130,
|
|
254
|
+
Conv_ovf_i2_un = 131,
|
|
255
|
+
Conv_ovf_i4_un = 132,
|
|
256
|
+
Conv_ovf_i8_un = 133,
|
|
257
|
+
Conv_ovf_u1_un = 134,
|
|
258
|
+
Conv_ovf_u2_un = 135,
|
|
259
|
+
Conv_ovf_u4_un = 136,
|
|
260
|
+
Conv_ovf_u8_un = 137,
|
|
261
|
+
Conv_ovf_i_un = 138,
|
|
262
|
+
Conv_ovf_u_un = 139,
|
|
263
263
|
box = 140,
|
|
264
264
|
newarr = 141,
|
|
265
265
|
ldlen = 142,
|
|
266
266
|
ldelema = 143,
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
267
|
+
Ldelem_i1 = 144,
|
|
268
|
+
Ldelem_u1 = 145,
|
|
269
|
+
Ldelem_i2 = 146,
|
|
270
|
+
Ldelem_u2 = 147,
|
|
271
|
+
Ldelem_i4 = 148,
|
|
272
|
+
Ldelem_u4 = 149,
|
|
273
|
+
Ldelem_i8 = 150,
|
|
274
|
+
Ldelem_i = 151,
|
|
275
|
+
Ldelem_r4 = 152,
|
|
276
|
+
Ldelem_r8 = 153,
|
|
277
|
+
Ldelem_ref = 154,
|
|
278
|
+
Stelem_i = 155,
|
|
279
|
+
Stelem_i1 = 156,
|
|
280
|
+
Stelem_i2 = 157,
|
|
281
|
+
Stelem_i4 = 158,
|
|
282
|
+
Stelem_i8 = 159,
|
|
283
|
+
Stelem_r4 = 160,
|
|
284
|
+
Stelem_r8 = 161,
|
|
285
|
+
Stelem_ref = 162,
|
|
286
286
|
ldelem = 163,
|
|
287
287
|
stelem = 164,
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
288
|
+
Unbox_any = 165,
|
|
289
|
+
Conv_ovf_i1 = 179,
|
|
290
|
+
Conv_ovf_u1 = 180,
|
|
291
|
+
Conv_ovf_i2 = 181,
|
|
292
|
+
Conv_ovf_u2 = 182,
|
|
293
|
+
Conv_ovf_i4 = 183,
|
|
294
|
+
Conv_ovf_u4 = 184,
|
|
295
|
+
Conv_ovf_i8 = 185,
|
|
296
|
+
Conv_ovf_u8 = 186,
|
|
297
297
|
refanyval = 194,
|
|
298
298
|
ckfinite = 195,
|
|
299
299
|
mkrefany = 198,
|
|
300
300
|
ldtoken = 208,
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
301
|
+
Conv_u2 = 209,
|
|
302
|
+
Conv_u1 = 210,
|
|
303
|
+
Conv_i = 211,
|
|
304
|
+
Conv_ovf_i = 212,
|
|
305
|
+
Conv_ovf_u = 213,
|
|
306
|
+
Add_ovf = 214,
|
|
307
|
+
Add_ovf_un = 215,
|
|
308
|
+
Mul_ovf = 216,
|
|
309
|
+
Mul_ovf_un = 217,
|
|
310
|
+
Sub_ovf = 218,
|
|
311
|
+
Sub_ovf_un = 219,
|
|
312
312
|
endfinally = 220,
|
|
313
313
|
leave = 221,
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
314
|
+
Leave_s = 222,
|
|
315
|
+
Stind_i = 223,
|
|
316
|
+
Conv_u = 224,
|
|
317
317
|
arglist = 65024,
|
|
318
318
|
ceq = 65025,
|
|
319
319
|
cgt = 65026,
|
|
320
|
-
|
|
320
|
+
Cgt_un = 65027,
|
|
321
321
|
clt = 65028,
|
|
322
|
-
|
|
322
|
+
Clt_un = 65029,
|
|
323
323
|
ldftn = 65030,
|
|
324
324
|
ldvirtftn = 65031,
|
|
325
325
|
ldarg = 65033,
|
|
@@ -528,56 +528,62 @@ export enum StandaloneSignatureKind {
|
|
|
528
528
|
}
|
|
529
529
|
|
|
530
530
|
|
|
531
|
-
export interface IConstructedTypeProvider_1$instance<TType> {
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
531
|
+
export interface IConstructedTypeProvider_1$instance<TType> extends ISZArrayTypeProvider_1<TType> {
|
|
532
|
+
getArrayType(elementType: TType, shape: ArrayShape): TType;
|
|
533
|
+
getByReferenceType(elementType: TType): TType;
|
|
534
|
+
getGenericInstantiation(genericType: TType, typeArguments: ImmutableArray_1<TType>): TType;
|
|
535
535
|
}
|
|
536
536
|
|
|
537
537
|
|
|
538
|
+
export interface IConstructedTypeProvider_1$instance<TType> extends ISZArrayTypeProvider_1$instance<TType> {}
|
|
539
|
+
|
|
538
540
|
export type IConstructedTypeProvider_1<TType> = IConstructedTypeProvider_1$instance<TType>;
|
|
539
541
|
|
|
540
|
-
export interface ICustomAttributeTypeProvider_1$instance<TType> {
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
542
|
+
export interface ICustomAttributeTypeProvider_1$instance<TType> extends ISimpleTypeProvider_1<TType>, ISZArrayTypeProvider_1<TType> {
|
|
543
|
+
getPrimitiveType(typeCode: PrimitiveTypeCode): TType;
|
|
544
|
+
getSystemType(): TType;
|
|
545
|
+
getSZArrayType(elementType: TType): TType;
|
|
546
|
+
getTypeFromDefinition(reader: MetadataReader, handle: TypeDefinitionHandle, rawTypeKind: byte): TType;
|
|
547
|
+
getTypeFromReference(reader: MetadataReader, handle: TypeReferenceHandle, rawTypeKind: byte): TType;
|
|
548
|
+
getTypeFromSerializedName(name: string): TType;
|
|
549
|
+
getUnderlyingEnumType(type_: TType): PrimitiveTypeCode;
|
|
550
|
+
isSystemType(type_: TType): boolean;
|
|
549
551
|
}
|
|
550
552
|
|
|
551
553
|
|
|
554
|
+
export interface ICustomAttributeTypeProvider_1$instance<TType> extends ISimpleTypeProvider_1$instance<TType>, ISZArrayTypeProvider_1$instance<TType> {}
|
|
555
|
+
|
|
552
556
|
export type ICustomAttributeTypeProvider_1<TType> = ICustomAttributeTypeProvider_1$instance<TType>;
|
|
553
557
|
|
|
554
|
-
export interface ISignatureTypeProvider_2$instance<TType, TGenericContext> {
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
558
|
+
export interface ISignatureTypeProvider_2$instance<TType, TGenericContext> extends ISimpleTypeProvider_1<TType>, IConstructedTypeProvider_1<TType>, ISZArrayTypeProvider_1<TType> {
|
|
559
|
+
getArrayType(elementType: TType, shape: ArrayShape): TType;
|
|
560
|
+
getFunctionPointerType(signature: MethodSignature_1<TType>): TType;
|
|
561
|
+
getGenericInstantiation(genericType: TType, typeArguments: ImmutableArray_1<TType>): TType;
|
|
562
|
+
getGenericMethodParameter(genericContext: TGenericContext, index: int): TType;
|
|
563
|
+
getModifiedType(modifier: TType, unmodifiedType: TType, isRequired: boolean): TType;
|
|
564
|
+
getPinnedType(elementType: TType): TType;
|
|
565
|
+
getPrimitiveType(typeCode: PrimitiveTypeCode): TType;
|
|
566
|
+
getTypeFromDefinition(reader: MetadataReader, handle: TypeDefinitionHandle, rawTypeKind: byte): TType;
|
|
567
|
+
getTypeFromReference(reader: MetadataReader, handle: TypeReferenceHandle, rawTypeKind: byte): TType;
|
|
568
|
+
getTypeFromSpecification(reader: MetadataReader, genericContext: TGenericContext, handle: TypeSpecificationHandle, rawTypeKind: byte): TType;
|
|
565
569
|
}
|
|
566
570
|
|
|
567
571
|
|
|
572
|
+
export interface ISignatureTypeProvider_2$instance<TType, TGenericContext> extends IConstructedTypeProvider_1$instance<TType>, ISimpleTypeProvider_1$instance<TType> {}
|
|
573
|
+
|
|
568
574
|
export type ISignatureTypeProvider_2<TType, TGenericContext> = ISignatureTypeProvider_2$instance<TType, TGenericContext>;
|
|
569
575
|
|
|
570
576
|
export interface ISimpleTypeProvider_1$instance<TType> {
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
577
|
+
getPrimitiveType(typeCode: PrimitiveTypeCode): TType;
|
|
578
|
+
getTypeFromDefinition(reader: MetadataReader, handle: TypeDefinitionHandle, rawTypeKind: byte): TType;
|
|
579
|
+
getTypeFromReference(reader: MetadataReader, handle: TypeReferenceHandle, rawTypeKind: byte): TType;
|
|
574
580
|
}
|
|
575
581
|
|
|
576
582
|
|
|
577
583
|
export type ISimpleTypeProvider_1<TType> = ISimpleTypeProvider_1$instance<TType>;
|
|
578
584
|
|
|
579
585
|
export interface ISZArrayTypeProvider_1$instance<TType> {
|
|
580
|
-
|
|
586
|
+
getSZArrayType(elementType: TType): TType;
|
|
581
587
|
}
|
|
582
588
|
|
|
583
589
|
|
|
@@ -611,14 +617,14 @@ export type AssemblyDefinition = AssemblyDefinition$instance;
|
|
|
611
617
|
|
|
612
618
|
export class AssemblyDefinitionHandle$instance {
|
|
613
619
|
readonly isNil: boolean;
|
|
614
|
-
equals(obj:
|
|
620
|
+
equals(obj: unknown): boolean;
|
|
615
621
|
equals(other: AssemblyDefinitionHandle): boolean;
|
|
616
622
|
getHashCode(): int;
|
|
617
623
|
}
|
|
618
624
|
|
|
619
625
|
|
|
620
626
|
export interface __AssemblyDefinitionHandle$views {
|
|
621
|
-
|
|
627
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<AssemblyDefinitionHandle>;
|
|
622
628
|
|
|
623
629
|
// Structural method bridges for numeric interface constraints
|
|
624
630
|
Equals(other: AssemblyDefinitionHandle): boolean;
|
|
@@ -639,14 +645,14 @@ export type AssemblyFile = AssemblyFile$instance;
|
|
|
639
645
|
|
|
640
646
|
export class AssemblyFileHandle$instance {
|
|
641
647
|
readonly isNil: boolean;
|
|
642
|
-
equals(obj:
|
|
648
|
+
equals(obj: unknown): boolean;
|
|
643
649
|
equals(other: AssemblyFileHandle): boolean;
|
|
644
650
|
getHashCode(): int;
|
|
645
651
|
}
|
|
646
652
|
|
|
647
653
|
|
|
648
654
|
export interface __AssemblyFileHandle$views {
|
|
649
|
-
|
|
655
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<AssemblyFileHandle>;
|
|
650
656
|
|
|
651
657
|
// Structural method bridges for numeric interface constraints
|
|
652
658
|
Equals(other: AssemblyFileHandle): boolean;
|
|
@@ -662,9 +668,9 @@ export class AssemblyFileHandleCollection$instance {
|
|
|
662
668
|
|
|
663
669
|
|
|
664
670
|
export interface __AssemblyFileHandleCollection$views {
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
671
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<AssemblyFileHandle>;
|
|
672
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<AssemblyFileHandle>;
|
|
673
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
668
674
|
}
|
|
669
675
|
|
|
670
676
|
export type AssemblyFileHandleCollection = AssemblyFileHandleCollection$instance & __AssemblyFileHandleCollection$views;
|
|
@@ -677,8 +683,8 @@ export class AssemblyFileHandleCollection_Enumerator$instance {
|
|
|
677
683
|
|
|
678
684
|
|
|
679
685
|
export interface __AssemblyFileHandleCollection_Enumerator$views {
|
|
680
|
-
|
|
681
|
-
|
|
686
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<AssemblyFileHandle>;
|
|
687
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
682
688
|
}
|
|
683
689
|
|
|
684
690
|
export type AssemblyFileHandleCollection_Enumerator = AssemblyFileHandleCollection_Enumerator$instance & __AssemblyFileHandleCollection_Enumerator$views;
|
|
@@ -701,14 +707,14 @@ export type AssemblyReference = AssemblyReference$instance;
|
|
|
701
707
|
|
|
702
708
|
export class AssemblyReferenceHandle$instance {
|
|
703
709
|
readonly isNil: boolean;
|
|
704
|
-
equals(obj:
|
|
710
|
+
equals(obj: unknown): boolean;
|
|
705
711
|
equals(other: AssemblyReferenceHandle): boolean;
|
|
706
712
|
getHashCode(): int;
|
|
707
713
|
}
|
|
708
714
|
|
|
709
715
|
|
|
710
716
|
export interface __AssemblyReferenceHandle$views {
|
|
711
|
-
|
|
717
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<AssemblyReferenceHandle>;
|
|
712
718
|
|
|
713
719
|
// Structural method bridges for numeric interface constraints
|
|
714
720
|
Equals(other: AssemblyReferenceHandle): boolean;
|
|
@@ -724,9 +730,9 @@ export class AssemblyReferenceHandleCollection$instance {
|
|
|
724
730
|
|
|
725
731
|
|
|
726
732
|
export interface __AssemblyReferenceHandleCollection$views {
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
733
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<AssemblyReferenceHandle>;
|
|
734
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<AssemblyReferenceHandle>;
|
|
735
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
730
736
|
}
|
|
731
737
|
|
|
732
738
|
export type AssemblyReferenceHandleCollection = AssemblyReferenceHandleCollection$instance & __AssemblyReferenceHandleCollection$views;
|
|
@@ -739,8 +745,8 @@ export class AssemblyReferenceHandleCollection_Enumerator$instance {
|
|
|
739
745
|
|
|
740
746
|
|
|
741
747
|
export interface __AssemblyReferenceHandleCollection_Enumerator$views {
|
|
742
|
-
|
|
743
|
-
|
|
748
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<AssemblyReferenceHandle>;
|
|
749
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
744
750
|
}
|
|
745
751
|
|
|
746
752
|
export type AssemblyReferenceHandleCollection_Enumerator = AssemblyReferenceHandleCollection_Enumerator$instance & __AssemblyReferenceHandleCollection_Enumerator$views;
|
|
@@ -764,11 +770,11 @@ export class BlobBuilder_Blobs$instance {
|
|
|
764
770
|
|
|
765
771
|
|
|
766
772
|
export interface __BlobBuilder_Blobs$views {
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
773
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<Blob>;
|
|
774
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<Blob>;
|
|
775
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
776
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
777
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
772
778
|
}
|
|
773
779
|
|
|
774
780
|
export type BlobBuilder_Blobs = BlobBuilder_Blobs$instance & __BlobBuilder_Blobs$views;
|
|
@@ -782,16 +788,16 @@ export class BlobContentId$instance {
|
|
|
782
788
|
readonly isDefault: boolean;
|
|
783
789
|
readonly stamp: uint;
|
|
784
790
|
equals(other: BlobContentId): boolean;
|
|
785
|
-
equals(obj:
|
|
791
|
+
equals(obj: unknown): boolean;
|
|
786
792
|
getHashCode(): int;
|
|
787
|
-
static
|
|
788
|
-
static
|
|
789
|
-
static
|
|
793
|
+
static fromHash2(hashCode: byte[]): BlobContentId;
|
|
794
|
+
static fromHash2(hashCode: ImmutableArray_1<CLROf<byte>>): BlobContentId;
|
|
795
|
+
static getTimeBasedProvider(): Func_2<IEnumerable_1<Blob>, BlobContentId>;
|
|
790
796
|
}
|
|
791
797
|
|
|
792
798
|
|
|
793
799
|
export interface __BlobContentId$views {
|
|
794
|
-
|
|
800
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<BlobContentId>;
|
|
795
801
|
|
|
796
802
|
// Structural method bridges for numeric interface constraints
|
|
797
803
|
Equals(other: BlobContentId): boolean;
|
|
@@ -802,14 +808,14 @@ export type BlobContentId = BlobContentId$instance & __BlobContentId$views;
|
|
|
802
808
|
|
|
803
809
|
export class BlobHandle$instance {
|
|
804
810
|
readonly isNil: boolean;
|
|
805
|
-
equals(obj:
|
|
811
|
+
equals(obj: unknown): boolean;
|
|
806
812
|
equals(other: BlobHandle): boolean;
|
|
807
813
|
getHashCode(): int;
|
|
808
814
|
}
|
|
809
815
|
|
|
810
816
|
|
|
811
817
|
export interface __BlobHandle$views {
|
|
812
|
-
|
|
818
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<BlobHandle>;
|
|
813
819
|
|
|
814
820
|
// Structural method bridges for numeric interface constraints
|
|
815
821
|
Equals(other: BlobHandle): boolean;
|
|
@@ -832,10 +838,10 @@ export class BlobReader$instance {
|
|
|
832
838
|
readByte(): byte;
|
|
833
839
|
readBytes(byteCount: int): byte[];
|
|
834
840
|
readBytes(byteCount: int, buffer: byte[], bufferOffset: int): void;
|
|
835
|
-
readChar():
|
|
841
|
+
readChar(): char;
|
|
836
842
|
readCompressedInteger(): int;
|
|
837
843
|
readCompressedSignedInteger(): int;
|
|
838
|
-
readConstant(typeCode: ConstantTypeCode):
|
|
844
|
+
readConstant(typeCode: ConstantTypeCode): unknown;
|
|
839
845
|
readDateTime(): DateTime;
|
|
840
846
|
readDecimal(): decimal;
|
|
841
847
|
readDouble(): double;
|
|
@@ -892,7 +898,7 @@ export class BlobWriter$instance {
|
|
|
892
898
|
writeBytes(buffer: byte[], start: int, byteCount: int): void;
|
|
893
899
|
writeCompressedInteger(value: int): void;
|
|
894
900
|
writeCompressedSignedInteger(value: int): void;
|
|
895
|
-
writeConstant(value:
|
|
901
|
+
writeConstant(value: unknown): void;
|
|
896
902
|
writeDateTime(value: DateTime): void;
|
|
897
903
|
writeDecimal(value: decimal): void;
|
|
898
904
|
writeDouble(value: double): void;
|
|
@@ -912,7 +918,7 @@ export class BlobWriter$instance {
|
|
|
912
918
|
writeUInt32BE(value: uint): void;
|
|
913
919
|
writeUInt64(value: ulong): void;
|
|
914
920
|
writeUserString(value: string): void;
|
|
915
|
-
writeUTF16(value:
|
|
921
|
+
writeUTF16(value: char[]): void;
|
|
916
922
|
writeUTF16(value: string): void;
|
|
917
923
|
writeUTF8(value: string, allowUnpairedSurrogates: boolean): void;
|
|
918
924
|
}
|
|
@@ -931,14 +937,14 @@ export type Constant = Constant$instance;
|
|
|
931
937
|
|
|
932
938
|
export class ConstantHandle$instance {
|
|
933
939
|
readonly isNil: boolean;
|
|
934
|
-
equals(obj:
|
|
940
|
+
equals(obj: unknown): boolean;
|
|
935
941
|
equals(other: ConstantHandle): boolean;
|
|
936
942
|
getHashCode(): int;
|
|
937
943
|
}
|
|
938
944
|
|
|
939
945
|
|
|
940
946
|
export interface __ConstantHandle$views {
|
|
941
|
-
|
|
947
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ConstantHandle>;
|
|
942
948
|
|
|
943
949
|
// Structural method bridges for numeric interface constraints
|
|
944
950
|
Equals(other: ConstantHandle): boolean;
|
|
@@ -959,14 +965,14 @@ export type CustomAttribute = CustomAttribute$instance;
|
|
|
959
965
|
|
|
960
966
|
export class CustomAttributeHandle$instance {
|
|
961
967
|
readonly isNil: boolean;
|
|
962
|
-
equals(obj:
|
|
968
|
+
equals(obj: unknown): boolean;
|
|
963
969
|
equals(other: CustomAttributeHandle): boolean;
|
|
964
970
|
getHashCode(): int;
|
|
965
971
|
}
|
|
966
972
|
|
|
967
973
|
|
|
968
974
|
export interface __CustomAttributeHandle$views {
|
|
969
|
-
|
|
975
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<CustomAttributeHandle>;
|
|
970
976
|
|
|
971
977
|
// Structural method bridges for numeric interface constraints
|
|
972
978
|
Equals(other: CustomAttributeHandle): boolean;
|
|
@@ -982,9 +988,9 @@ export class CustomAttributeHandleCollection$instance {
|
|
|
982
988
|
|
|
983
989
|
|
|
984
990
|
export interface __CustomAttributeHandleCollection$views {
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
991
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<CustomAttributeHandle>;
|
|
992
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<CustomAttributeHandle>;
|
|
993
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
988
994
|
}
|
|
989
995
|
|
|
990
996
|
export type CustomAttributeHandleCollection = CustomAttributeHandleCollection$instance & __CustomAttributeHandleCollection$views;
|
|
@@ -997,28 +1003,28 @@ export class CustomAttributeHandleCollection_Enumerator$instance {
|
|
|
997
1003
|
|
|
998
1004
|
|
|
999
1005
|
export interface __CustomAttributeHandleCollection_Enumerator$views {
|
|
1000
|
-
|
|
1001
|
-
|
|
1006
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<CustomAttributeHandle>;
|
|
1007
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1002
1008
|
}
|
|
1003
1009
|
|
|
1004
1010
|
export type CustomAttributeHandleCollection_Enumerator = CustomAttributeHandleCollection_Enumerator$instance & __CustomAttributeHandleCollection_Enumerator$views;
|
|
1005
1011
|
|
|
1006
1012
|
|
|
1007
1013
|
export class CustomAttributeNamedArgument_1$instance<TType> {
|
|
1008
|
-
constructor(name: string, kind: CustomAttributeNamedArgumentKind, type_: TType, value:
|
|
1014
|
+
constructor(name: string, kind: CustomAttributeNamedArgumentKind, type_: TType, value: unknown);
|
|
1009
1015
|
readonly kind: CustomAttributeNamedArgumentKind;
|
|
1010
1016
|
readonly name: string;
|
|
1011
1017
|
readonly type_: TType;
|
|
1012
|
-
readonly value:
|
|
1018
|
+
readonly value: unknown;
|
|
1013
1019
|
}
|
|
1014
1020
|
|
|
1015
1021
|
|
|
1016
1022
|
export type CustomAttributeNamedArgument_1<TType> = CustomAttributeNamedArgument_1$instance<TType>;
|
|
1017
1023
|
|
|
1018
1024
|
export class CustomAttributeTypedArgument_1$instance<TType> {
|
|
1019
|
-
constructor(type_: TType, value:
|
|
1025
|
+
constructor(type_: TType, value: unknown);
|
|
1020
1026
|
readonly type_: TType;
|
|
1021
|
-
readonly value:
|
|
1027
|
+
readonly value: unknown;
|
|
1022
1028
|
}
|
|
1023
1029
|
|
|
1024
1030
|
|
|
@@ -1044,14 +1050,14 @@ export type CustomDebugInformation = CustomDebugInformation$instance;
|
|
|
1044
1050
|
|
|
1045
1051
|
export class CustomDebugInformationHandle$instance {
|
|
1046
1052
|
readonly isNil: boolean;
|
|
1047
|
-
equals(obj:
|
|
1053
|
+
equals(obj: unknown): boolean;
|
|
1048
1054
|
equals(other: CustomDebugInformationHandle): boolean;
|
|
1049
1055
|
getHashCode(): int;
|
|
1050
1056
|
}
|
|
1051
1057
|
|
|
1052
1058
|
|
|
1053
1059
|
export interface __CustomDebugInformationHandle$views {
|
|
1054
|
-
|
|
1060
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<CustomDebugInformationHandle>;
|
|
1055
1061
|
|
|
1056
1062
|
// Structural method bridges for numeric interface constraints
|
|
1057
1063
|
Equals(other: CustomDebugInformationHandle): boolean;
|
|
@@ -1067,9 +1073,9 @@ export class CustomDebugInformationHandleCollection$instance {
|
|
|
1067
1073
|
|
|
1068
1074
|
|
|
1069
1075
|
export interface __CustomDebugInformationHandleCollection$views {
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1076
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<CustomDebugInformationHandle>;
|
|
1077
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<CustomDebugInformationHandle>;
|
|
1078
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1073
1079
|
}
|
|
1074
1080
|
|
|
1075
1081
|
export type CustomDebugInformationHandleCollection = CustomDebugInformationHandleCollection$instance & __CustomDebugInformationHandleCollection$views;
|
|
@@ -1082,8 +1088,8 @@ export class CustomDebugInformationHandleCollection_Enumerator$instance {
|
|
|
1082
1088
|
|
|
1083
1089
|
|
|
1084
1090
|
export interface __CustomDebugInformationHandleCollection_Enumerator$views {
|
|
1085
|
-
|
|
1086
|
-
|
|
1091
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<CustomDebugInformationHandle>;
|
|
1092
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1087
1093
|
}
|
|
1088
1094
|
|
|
1089
1095
|
export type CustomDebugInformationHandleCollection_Enumerator = CustomDebugInformationHandleCollection_Enumerator$instance & __CustomDebugInformationHandleCollection_Enumerator$views;
|
|
@@ -1100,14 +1106,14 @@ export type DeclarativeSecurityAttribute = DeclarativeSecurityAttribute$instance
|
|
|
1100
1106
|
|
|
1101
1107
|
export class DeclarativeSecurityAttributeHandle$instance {
|
|
1102
1108
|
readonly isNil: boolean;
|
|
1103
|
-
equals(obj:
|
|
1109
|
+
equals(obj: unknown): boolean;
|
|
1104
1110
|
equals(other: DeclarativeSecurityAttributeHandle): boolean;
|
|
1105
1111
|
getHashCode(): int;
|
|
1106
1112
|
}
|
|
1107
1113
|
|
|
1108
1114
|
|
|
1109
1115
|
export interface __DeclarativeSecurityAttributeHandle$views {
|
|
1110
|
-
|
|
1116
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<DeclarativeSecurityAttributeHandle>;
|
|
1111
1117
|
|
|
1112
1118
|
// Structural method bridges for numeric interface constraints
|
|
1113
1119
|
Equals(other: DeclarativeSecurityAttributeHandle): boolean;
|
|
@@ -1123,9 +1129,9 @@ export class DeclarativeSecurityAttributeHandleCollection$instance {
|
|
|
1123
1129
|
|
|
1124
1130
|
|
|
1125
1131
|
export interface __DeclarativeSecurityAttributeHandleCollection$views {
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1132
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<DeclarativeSecurityAttributeHandle>;
|
|
1133
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<DeclarativeSecurityAttributeHandle>;
|
|
1134
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1129
1135
|
}
|
|
1130
1136
|
|
|
1131
1137
|
export type DeclarativeSecurityAttributeHandleCollection = DeclarativeSecurityAttributeHandleCollection$instance & __DeclarativeSecurityAttributeHandleCollection$views;
|
|
@@ -1138,8 +1144,8 @@ export class DeclarativeSecurityAttributeHandleCollection_Enumerator$instance {
|
|
|
1138
1144
|
|
|
1139
1145
|
|
|
1140
1146
|
export interface __DeclarativeSecurityAttributeHandleCollection_Enumerator$views {
|
|
1141
|
-
|
|
1142
|
-
|
|
1147
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<DeclarativeSecurityAttributeHandle>;
|
|
1148
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1143
1149
|
}
|
|
1144
1150
|
|
|
1145
1151
|
export type DeclarativeSecurityAttributeHandleCollection_Enumerator = DeclarativeSecurityAttributeHandleCollection_Enumerator$instance & __DeclarativeSecurityAttributeHandleCollection_Enumerator$views;
|
|
@@ -1157,14 +1163,14 @@ export type Document = Document$instance;
|
|
|
1157
1163
|
|
|
1158
1164
|
export class DocumentHandle$instance {
|
|
1159
1165
|
readonly isNil: boolean;
|
|
1160
|
-
equals(obj:
|
|
1166
|
+
equals(obj: unknown): boolean;
|
|
1161
1167
|
equals(other: DocumentHandle): boolean;
|
|
1162
1168
|
getHashCode(): int;
|
|
1163
1169
|
}
|
|
1164
1170
|
|
|
1165
1171
|
|
|
1166
1172
|
export interface __DocumentHandle$views {
|
|
1167
|
-
|
|
1173
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<DocumentHandle>;
|
|
1168
1174
|
|
|
1169
1175
|
// Structural method bridges for numeric interface constraints
|
|
1170
1176
|
Equals(other: DocumentHandle): boolean;
|
|
@@ -1180,9 +1186,9 @@ export class DocumentHandleCollection$instance {
|
|
|
1180
1186
|
|
|
1181
1187
|
|
|
1182
1188
|
export interface __DocumentHandleCollection$views {
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1189
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<DocumentHandle>;
|
|
1190
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<DocumentHandle>;
|
|
1191
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1186
1192
|
}
|
|
1187
1193
|
|
|
1188
1194
|
export type DocumentHandleCollection = DocumentHandleCollection$instance & __DocumentHandleCollection$views;
|
|
@@ -1195,8 +1201,8 @@ export class DocumentHandleCollection_Enumerator$instance {
|
|
|
1195
1201
|
|
|
1196
1202
|
|
|
1197
1203
|
export interface __DocumentHandleCollection_Enumerator$views {
|
|
1198
|
-
|
|
1199
|
-
|
|
1204
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<DocumentHandle>;
|
|
1205
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1200
1206
|
}
|
|
1201
1207
|
|
|
1202
1208
|
export type DocumentHandleCollection_Enumerator = DocumentHandleCollection_Enumerator$instance & __DocumentHandleCollection_Enumerator$views;
|
|
@@ -1204,14 +1210,14 @@ export type DocumentHandleCollection_Enumerator = DocumentHandleCollection_Enume
|
|
|
1204
1210
|
|
|
1205
1211
|
export class DocumentNameBlobHandle$instance {
|
|
1206
1212
|
readonly isNil: boolean;
|
|
1207
|
-
equals(obj:
|
|
1213
|
+
equals(obj: unknown): boolean;
|
|
1208
1214
|
equals(other: DocumentNameBlobHandle): boolean;
|
|
1209
1215
|
getHashCode(): int;
|
|
1210
1216
|
}
|
|
1211
1217
|
|
|
1212
1218
|
|
|
1213
1219
|
export interface __DocumentNameBlobHandle$views {
|
|
1214
|
-
|
|
1220
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<DocumentNameBlobHandle>;
|
|
1215
1221
|
|
|
1216
1222
|
// Structural method bridges for numeric interface constraints
|
|
1217
1223
|
Equals(other: DocumentNameBlobHandle): boolean;
|
|
@@ -1223,7 +1229,7 @@ export type DocumentNameBlobHandle = DocumentNameBlobHandle$instance & __Documen
|
|
|
1223
1229
|
export class EntityHandle$instance {
|
|
1224
1230
|
readonly isNil: boolean;
|
|
1225
1231
|
readonly kind: HandleKind;
|
|
1226
|
-
equals(obj:
|
|
1232
|
+
equals(obj: unknown): boolean;
|
|
1227
1233
|
equals(other: EntityHandle): boolean;
|
|
1228
1234
|
getHashCode(): int;
|
|
1229
1235
|
static readonly moduleDefinition: ModuleDefinitionHandle;
|
|
@@ -1232,7 +1238,7 @@ export class EntityHandle$instance {
|
|
|
1232
1238
|
|
|
1233
1239
|
|
|
1234
1240
|
export interface __EntityHandle$views {
|
|
1235
|
-
|
|
1241
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<EntityHandle>;
|
|
1236
1242
|
|
|
1237
1243
|
// Structural method bridges for numeric interface constraints
|
|
1238
1244
|
Equals(other: EntityHandle): boolean;
|
|
@@ -1265,14 +1271,14 @@ export type EventDefinition = EventDefinition$instance;
|
|
|
1265
1271
|
|
|
1266
1272
|
export class EventDefinitionHandle$instance {
|
|
1267
1273
|
readonly isNil: boolean;
|
|
1268
|
-
equals(obj:
|
|
1274
|
+
equals(obj: unknown): boolean;
|
|
1269
1275
|
equals(other: EventDefinitionHandle): boolean;
|
|
1270
1276
|
getHashCode(): int;
|
|
1271
1277
|
}
|
|
1272
1278
|
|
|
1273
1279
|
|
|
1274
1280
|
export interface __EventDefinitionHandle$views {
|
|
1275
|
-
|
|
1281
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<EventDefinitionHandle>;
|
|
1276
1282
|
|
|
1277
1283
|
// Structural method bridges for numeric interface constraints
|
|
1278
1284
|
Equals(other: EventDefinitionHandle): boolean;
|
|
@@ -1288,9 +1294,9 @@ export class EventDefinitionHandleCollection$instance {
|
|
|
1288
1294
|
|
|
1289
1295
|
|
|
1290
1296
|
export interface __EventDefinitionHandleCollection$views {
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1297
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<EventDefinitionHandle>;
|
|
1298
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<EventDefinitionHandle>;
|
|
1299
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1294
1300
|
}
|
|
1295
1301
|
|
|
1296
1302
|
export type EventDefinitionHandleCollection = EventDefinitionHandleCollection$instance & __EventDefinitionHandleCollection$views;
|
|
@@ -1303,8 +1309,8 @@ export class EventDefinitionHandleCollection_Enumerator$instance {
|
|
|
1303
1309
|
|
|
1304
1310
|
|
|
1305
1311
|
export interface __EventDefinitionHandleCollection_Enumerator$views {
|
|
1306
|
-
|
|
1307
|
-
|
|
1312
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<EventDefinitionHandle>;
|
|
1313
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1308
1314
|
}
|
|
1309
1315
|
|
|
1310
1316
|
export type EventDefinitionHandleCollection_Enumerator = EventDefinitionHandleCollection_Enumerator$instance & __EventDefinitionHandleCollection_Enumerator$views;
|
|
@@ -1338,14 +1344,14 @@ export type ExportedType = ExportedType$instance;
|
|
|
1338
1344
|
|
|
1339
1345
|
export class ExportedTypeHandle$instance {
|
|
1340
1346
|
readonly isNil: boolean;
|
|
1341
|
-
equals(obj:
|
|
1347
|
+
equals(obj: unknown): boolean;
|
|
1342
1348
|
equals(other: ExportedTypeHandle): boolean;
|
|
1343
1349
|
getHashCode(): int;
|
|
1344
1350
|
}
|
|
1345
1351
|
|
|
1346
1352
|
|
|
1347
1353
|
export interface __ExportedTypeHandle$views {
|
|
1348
|
-
|
|
1354
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ExportedTypeHandle>;
|
|
1349
1355
|
|
|
1350
1356
|
// Structural method bridges for numeric interface constraints
|
|
1351
1357
|
Equals(other: ExportedTypeHandle): boolean;
|
|
@@ -1361,9 +1367,9 @@ export class ExportedTypeHandleCollection$instance {
|
|
|
1361
1367
|
|
|
1362
1368
|
|
|
1363
1369
|
export interface __ExportedTypeHandleCollection$views {
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1370
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<ExportedTypeHandle>;
|
|
1371
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<ExportedTypeHandle>;
|
|
1372
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1367
1373
|
}
|
|
1368
1374
|
|
|
1369
1375
|
export type ExportedTypeHandleCollection = ExportedTypeHandleCollection$instance & __ExportedTypeHandleCollection$views;
|
|
@@ -1376,8 +1382,8 @@ export class ExportedTypeHandleCollection_Enumerator$instance {
|
|
|
1376
1382
|
|
|
1377
1383
|
|
|
1378
1384
|
export interface __ExportedTypeHandleCollection_Enumerator$views {
|
|
1379
|
-
|
|
1380
|
-
|
|
1385
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<ExportedTypeHandle>;
|
|
1386
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1381
1387
|
}
|
|
1382
1388
|
|
|
1383
1389
|
export type ExportedTypeHandleCollection_Enumerator = ExportedTypeHandleCollection_Enumerator$instance & __ExportedTypeHandleCollection_Enumerator$views;
|
|
@@ -1401,14 +1407,14 @@ export type FieldDefinition = FieldDefinition$instance;
|
|
|
1401
1407
|
|
|
1402
1408
|
export class FieldDefinitionHandle$instance {
|
|
1403
1409
|
readonly isNil: boolean;
|
|
1404
|
-
equals(obj:
|
|
1410
|
+
equals(obj: unknown): boolean;
|
|
1405
1411
|
equals(other: FieldDefinitionHandle): boolean;
|
|
1406
1412
|
getHashCode(): int;
|
|
1407
1413
|
}
|
|
1408
1414
|
|
|
1409
1415
|
|
|
1410
1416
|
export interface __FieldDefinitionHandle$views {
|
|
1411
|
-
|
|
1417
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<FieldDefinitionHandle>;
|
|
1412
1418
|
|
|
1413
1419
|
// Structural method bridges for numeric interface constraints
|
|
1414
1420
|
Equals(other: FieldDefinitionHandle): boolean;
|
|
@@ -1424,9 +1430,9 @@ export class FieldDefinitionHandleCollection$instance {
|
|
|
1424
1430
|
|
|
1425
1431
|
|
|
1426
1432
|
export interface __FieldDefinitionHandleCollection$views {
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1433
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<FieldDefinitionHandle>;
|
|
1434
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<FieldDefinitionHandle>;
|
|
1435
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1430
1436
|
}
|
|
1431
1437
|
|
|
1432
1438
|
export type FieldDefinitionHandleCollection = FieldDefinitionHandleCollection$instance & __FieldDefinitionHandleCollection$views;
|
|
@@ -1439,8 +1445,8 @@ export class FieldDefinitionHandleCollection_Enumerator$instance {
|
|
|
1439
1445
|
|
|
1440
1446
|
|
|
1441
1447
|
export interface __FieldDefinitionHandleCollection_Enumerator$views {
|
|
1442
|
-
|
|
1443
|
-
|
|
1448
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<FieldDefinitionHandle>;
|
|
1449
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1444
1450
|
}
|
|
1445
1451
|
|
|
1446
1452
|
export type FieldDefinitionHandleCollection_Enumerator = FieldDefinitionHandleCollection_Enumerator$instance & __FieldDefinitionHandleCollection_Enumerator$views;
|
|
@@ -1469,14 +1475,14 @@ export type GenericParameterConstraint = GenericParameterConstraint$instance;
|
|
|
1469
1475
|
|
|
1470
1476
|
export class GenericParameterConstraintHandle$instance {
|
|
1471
1477
|
readonly isNil: boolean;
|
|
1472
|
-
equals(obj:
|
|
1478
|
+
equals(obj: unknown): boolean;
|
|
1473
1479
|
equals(other: GenericParameterConstraintHandle): boolean;
|
|
1474
1480
|
getHashCode(): int;
|
|
1475
1481
|
}
|
|
1476
1482
|
|
|
1477
1483
|
|
|
1478
1484
|
export interface __GenericParameterConstraintHandle$views {
|
|
1479
|
-
|
|
1485
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<GenericParameterConstraintHandle>;
|
|
1480
1486
|
|
|
1481
1487
|
// Structural method bridges for numeric interface constraints
|
|
1482
1488
|
Equals(other: GenericParameterConstraintHandle): boolean;
|
|
@@ -1493,9 +1499,9 @@ export class GenericParameterConstraintHandleCollection$instance {
|
|
|
1493
1499
|
|
|
1494
1500
|
|
|
1495
1501
|
export interface __GenericParameterConstraintHandleCollection$views {
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1502
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<GenericParameterConstraintHandle>;
|
|
1503
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<GenericParameterConstraintHandle>;
|
|
1504
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1499
1505
|
}
|
|
1500
1506
|
|
|
1501
1507
|
export type GenericParameterConstraintHandleCollection = GenericParameterConstraintHandleCollection$instance & __GenericParameterConstraintHandleCollection$views;
|
|
@@ -1508,8 +1514,8 @@ export class GenericParameterConstraintHandleCollection_Enumerator$instance {
|
|
|
1508
1514
|
|
|
1509
1515
|
|
|
1510
1516
|
export interface __GenericParameterConstraintHandleCollection_Enumerator$views {
|
|
1511
|
-
|
|
1512
|
-
|
|
1517
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<GenericParameterConstraintHandle>;
|
|
1518
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1513
1519
|
}
|
|
1514
1520
|
|
|
1515
1521
|
export type GenericParameterConstraintHandleCollection_Enumerator = GenericParameterConstraintHandleCollection_Enumerator$instance & __GenericParameterConstraintHandleCollection_Enumerator$views;
|
|
@@ -1517,14 +1523,14 @@ export type GenericParameterConstraintHandleCollection_Enumerator = GenericParam
|
|
|
1517
1523
|
|
|
1518
1524
|
export class GenericParameterHandle$instance {
|
|
1519
1525
|
readonly isNil: boolean;
|
|
1520
|
-
equals(obj:
|
|
1526
|
+
equals(obj: unknown): boolean;
|
|
1521
1527
|
equals(other: GenericParameterHandle): boolean;
|
|
1522
1528
|
getHashCode(): int;
|
|
1523
1529
|
}
|
|
1524
1530
|
|
|
1525
1531
|
|
|
1526
1532
|
export interface __GenericParameterHandle$views {
|
|
1527
|
-
|
|
1533
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<GenericParameterHandle>;
|
|
1528
1534
|
|
|
1529
1535
|
// Structural method bridges for numeric interface constraints
|
|
1530
1536
|
Equals(other: GenericParameterHandle): boolean;
|
|
@@ -1541,9 +1547,9 @@ export class GenericParameterHandleCollection$instance {
|
|
|
1541
1547
|
|
|
1542
1548
|
|
|
1543
1549
|
export interface __GenericParameterHandleCollection$views {
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1550
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<GenericParameterHandle>;
|
|
1551
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<GenericParameterHandle>;
|
|
1552
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1547
1553
|
}
|
|
1548
1554
|
|
|
1549
1555
|
export type GenericParameterHandleCollection = GenericParameterHandleCollection$instance & __GenericParameterHandleCollection$views;
|
|
@@ -1556,8 +1562,8 @@ export class GenericParameterHandleCollection_Enumerator$instance {
|
|
|
1556
1562
|
|
|
1557
1563
|
|
|
1558
1564
|
export interface __GenericParameterHandleCollection_Enumerator$views {
|
|
1559
|
-
|
|
1560
|
-
|
|
1565
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<GenericParameterHandle>;
|
|
1566
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1561
1567
|
}
|
|
1562
1568
|
|
|
1563
1569
|
export type GenericParameterHandleCollection_Enumerator = GenericParameterHandleCollection_Enumerator$instance & __GenericParameterHandleCollection_Enumerator$views;
|
|
@@ -1565,14 +1571,14 @@ export type GenericParameterHandleCollection_Enumerator = GenericParameterHandle
|
|
|
1565
1571
|
|
|
1566
1572
|
export class GuidHandle$instance {
|
|
1567
1573
|
readonly isNil: boolean;
|
|
1568
|
-
equals(obj:
|
|
1574
|
+
equals(obj: unknown): boolean;
|
|
1569
1575
|
equals(other: GuidHandle): boolean;
|
|
1570
1576
|
getHashCode(): int;
|
|
1571
1577
|
}
|
|
1572
1578
|
|
|
1573
1579
|
|
|
1574
1580
|
export interface __GuidHandle$views {
|
|
1575
|
-
|
|
1581
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<GuidHandle>;
|
|
1576
1582
|
|
|
1577
1583
|
// Structural method bridges for numeric interface constraints
|
|
1578
1584
|
Equals(other: GuidHandle): boolean;
|
|
@@ -1584,7 +1590,7 @@ export type GuidHandle = GuidHandle$instance & __GuidHandle$views;
|
|
|
1584
1590
|
export class Handle$instance {
|
|
1585
1591
|
readonly isNil: boolean;
|
|
1586
1592
|
readonly kind: HandleKind;
|
|
1587
|
-
equals(obj:
|
|
1593
|
+
equals(obj: unknown): boolean;
|
|
1588
1594
|
equals(other: Handle): boolean;
|
|
1589
1595
|
getHashCode(): int;
|
|
1590
1596
|
static readonly moduleDefinition: ModuleDefinitionHandle;
|
|
@@ -1593,7 +1599,7 @@ export class Handle$instance {
|
|
|
1593
1599
|
|
|
1594
1600
|
|
|
1595
1601
|
export interface __Handle$views {
|
|
1596
|
-
|
|
1602
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Handle>;
|
|
1597
1603
|
|
|
1598
1604
|
// Structural method bridges for numeric interface constraints
|
|
1599
1605
|
Equals(other: Handle): boolean;
|
|
@@ -1619,8 +1625,8 @@ export class ImportDefinitionCollection$instance {
|
|
|
1619
1625
|
|
|
1620
1626
|
|
|
1621
1627
|
export interface __ImportDefinitionCollection$views {
|
|
1622
|
-
|
|
1623
|
-
|
|
1628
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<ImportDefinition>;
|
|
1629
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1624
1630
|
}
|
|
1625
1631
|
|
|
1626
1632
|
export type ImportDefinitionCollection = ImportDefinitionCollection$instance & __ImportDefinitionCollection$views;
|
|
@@ -1634,9 +1640,9 @@ export class ImportDefinitionCollection_Enumerator$instance {
|
|
|
1634
1640
|
|
|
1635
1641
|
|
|
1636
1642
|
export interface __ImportDefinitionCollection_Enumerator$views {
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1643
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<ImportDefinition>;
|
|
1644
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1645
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1640
1646
|
}
|
|
1641
1647
|
|
|
1642
1648
|
export type ImportDefinitionCollection_Enumerator = ImportDefinitionCollection_Enumerator$instance & __ImportDefinitionCollection_Enumerator$views;
|
|
@@ -1658,9 +1664,9 @@ export class ImportScopeCollection$instance {
|
|
|
1658
1664
|
|
|
1659
1665
|
|
|
1660
1666
|
export interface __ImportScopeCollection$views {
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1667
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<ImportScopeHandle>;
|
|
1668
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<ImportScopeHandle>;
|
|
1669
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1664
1670
|
}
|
|
1665
1671
|
|
|
1666
1672
|
export type ImportScopeCollection = ImportScopeCollection$instance & __ImportScopeCollection$views;
|
|
@@ -1673,8 +1679,8 @@ export class ImportScopeCollection_Enumerator$instance {
|
|
|
1673
1679
|
|
|
1674
1680
|
|
|
1675
1681
|
export interface __ImportScopeCollection_Enumerator$views {
|
|
1676
|
-
|
|
1677
|
-
|
|
1682
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<ImportScopeHandle>;
|
|
1683
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1678
1684
|
}
|
|
1679
1685
|
|
|
1680
1686
|
export type ImportScopeCollection_Enumerator = ImportScopeCollection_Enumerator$instance & __ImportScopeCollection_Enumerator$views;
|
|
@@ -1682,14 +1688,14 @@ export type ImportScopeCollection_Enumerator = ImportScopeCollection_Enumerator$
|
|
|
1682
1688
|
|
|
1683
1689
|
export class ImportScopeHandle$instance {
|
|
1684
1690
|
readonly isNil: boolean;
|
|
1685
|
-
equals(obj:
|
|
1691
|
+
equals(obj: unknown): boolean;
|
|
1686
1692
|
equals(other: ImportScopeHandle): boolean;
|
|
1687
1693
|
getHashCode(): int;
|
|
1688
1694
|
}
|
|
1689
1695
|
|
|
1690
1696
|
|
|
1691
1697
|
export interface __ImportScopeHandle$views {
|
|
1692
|
-
|
|
1698
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ImportScopeHandle>;
|
|
1693
1699
|
|
|
1694
1700
|
// Structural method bridges for numeric interface constraints
|
|
1695
1701
|
Equals(other: ImportScopeHandle): boolean;
|
|
@@ -1708,14 +1714,14 @@ export type InterfaceImplementation = InterfaceImplementation$instance;
|
|
|
1708
1714
|
|
|
1709
1715
|
export class InterfaceImplementationHandle$instance {
|
|
1710
1716
|
readonly isNil: boolean;
|
|
1711
|
-
equals(obj:
|
|
1717
|
+
equals(obj: unknown): boolean;
|
|
1712
1718
|
equals(other: InterfaceImplementationHandle): boolean;
|
|
1713
1719
|
getHashCode(): int;
|
|
1714
1720
|
}
|
|
1715
1721
|
|
|
1716
1722
|
|
|
1717
1723
|
export interface __InterfaceImplementationHandle$views {
|
|
1718
|
-
|
|
1724
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<InterfaceImplementationHandle>;
|
|
1719
1725
|
|
|
1720
1726
|
// Structural method bridges for numeric interface constraints
|
|
1721
1727
|
Equals(other: InterfaceImplementationHandle): boolean;
|
|
@@ -1731,9 +1737,9 @@ export class InterfaceImplementationHandleCollection$instance {
|
|
|
1731
1737
|
|
|
1732
1738
|
|
|
1733
1739
|
export interface __InterfaceImplementationHandleCollection$views {
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1740
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<InterfaceImplementationHandle>;
|
|
1741
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<InterfaceImplementationHandle>;
|
|
1742
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1737
1743
|
}
|
|
1738
1744
|
|
|
1739
1745
|
export type InterfaceImplementationHandleCollection = InterfaceImplementationHandleCollection$instance & __InterfaceImplementationHandleCollection$views;
|
|
@@ -1746,8 +1752,8 @@ export class InterfaceImplementationHandleCollection_Enumerator$instance {
|
|
|
1746
1752
|
|
|
1747
1753
|
|
|
1748
1754
|
export interface __InterfaceImplementationHandleCollection_Enumerator$views {
|
|
1749
|
-
|
|
1750
|
-
|
|
1755
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<InterfaceImplementationHandle>;
|
|
1756
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1751
1757
|
}
|
|
1752
1758
|
|
|
1753
1759
|
export type InterfaceImplementationHandleCollection_Enumerator = InterfaceImplementationHandleCollection_Enumerator$instance & __InterfaceImplementationHandleCollection_Enumerator$views;
|
|
@@ -1763,14 +1769,14 @@ export type LocalConstant = LocalConstant$instance;
|
|
|
1763
1769
|
|
|
1764
1770
|
export class LocalConstantHandle$instance {
|
|
1765
1771
|
readonly isNil: boolean;
|
|
1766
|
-
equals(obj:
|
|
1772
|
+
equals(obj: unknown): boolean;
|
|
1767
1773
|
equals(other: LocalConstantHandle): boolean;
|
|
1768
1774
|
getHashCode(): int;
|
|
1769
1775
|
}
|
|
1770
1776
|
|
|
1771
1777
|
|
|
1772
1778
|
export interface __LocalConstantHandle$views {
|
|
1773
|
-
|
|
1779
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<LocalConstantHandle>;
|
|
1774
1780
|
|
|
1775
1781
|
// Structural method bridges for numeric interface constraints
|
|
1776
1782
|
Equals(other: LocalConstantHandle): boolean;
|
|
@@ -1786,9 +1792,9 @@ export class LocalConstantHandleCollection$instance {
|
|
|
1786
1792
|
|
|
1787
1793
|
|
|
1788
1794
|
export interface __LocalConstantHandleCollection$views {
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1795
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<LocalConstantHandle>;
|
|
1796
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<LocalConstantHandle>;
|
|
1797
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1792
1798
|
}
|
|
1793
1799
|
|
|
1794
1800
|
export type LocalConstantHandleCollection = LocalConstantHandleCollection$instance & __LocalConstantHandleCollection$views;
|
|
@@ -1801,8 +1807,8 @@ export class LocalConstantHandleCollection_Enumerator$instance {
|
|
|
1801
1807
|
|
|
1802
1808
|
|
|
1803
1809
|
export interface __LocalConstantHandleCollection_Enumerator$views {
|
|
1804
|
-
|
|
1805
|
-
|
|
1810
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<LocalConstantHandle>;
|
|
1811
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1806
1812
|
}
|
|
1807
1813
|
|
|
1808
1814
|
export type LocalConstantHandleCollection_Enumerator = LocalConstantHandleCollection_Enumerator$instance & __LocalConstantHandleCollection_Enumerator$views;
|
|
@@ -1824,14 +1830,14 @@ export type LocalScope = LocalScope$instance;
|
|
|
1824
1830
|
|
|
1825
1831
|
export class LocalScopeHandle$instance {
|
|
1826
1832
|
readonly isNil: boolean;
|
|
1827
|
-
equals(obj:
|
|
1833
|
+
equals(obj: unknown): boolean;
|
|
1828
1834
|
equals(other: LocalScopeHandle): boolean;
|
|
1829
1835
|
getHashCode(): int;
|
|
1830
1836
|
}
|
|
1831
1837
|
|
|
1832
1838
|
|
|
1833
1839
|
export interface __LocalScopeHandle$views {
|
|
1834
|
-
|
|
1840
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<LocalScopeHandle>;
|
|
1835
1841
|
|
|
1836
1842
|
// Structural method bridges for numeric interface constraints
|
|
1837
1843
|
Equals(other: LocalScopeHandle): boolean;
|
|
@@ -1847,9 +1853,9 @@ export class LocalScopeHandleCollection$instance {
|
|
|
1847
1853
|
|
|
1848
1854
|
|
|
1849
1855
|
export interface __LocalScopeHandleCollection$views {
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1856
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<LocalScopeHandle>;
|
|
1857
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<LocalScopeHandle>;
|
|
1858
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1853
1859
|
}
|
|
1854
1860
|
|
|
1855
1861
|
export type LocalScopeHandleCollection = LocalScopeHandleCollection$instance & __LocalScopeHandleCollection$views;
|
|
@@ -1862,8 +1868,8 @@ export class LocalScopeHandleCollection_ChildrenEnumerator$instance {
|
|
|
1862
1868
|
|
|
1863
1869
|
|
|
1864
1870
|
export interface __LocalScopeHandleCollection_ChildrenEnumerator$views {
|
|
1865
|
-
|
|
1866
|
-
|
|
1871
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<LocalScopeHandle>;
|
|
1872
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1867
1873
|
}
|
|
1868
1874
|
|
|
1869
1875
|
export type LocalScopeHandleCollection_ChildrenEnumerator = LocalScopeHandleCollection_ChildrenEnumerator$instance & __LocalScopeHandleCollection_ChildrenEnumerator$views;
|
|
@@ -1876,8 +1882,8 @@ export class LocalScopeHandleCollection_Enumerator$instance {
|
|
|
1876
1882
|
|
|
1877
1883
|
|
|
1878
1884
|
export interface __LocalScopeHandleCollection_Enumerator$views {
|
|
1879
|
-
|
|
1880
|
-
|
|
1885
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<LocalScopeHandle>;
|
|
1886
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1881
1887
|
}
|
|
1882
1888
|
|
|
1883
1889
|
export type LocalScopeHandleCollection_Enumerator = LocalScopeHandleCollection_Enumerator$instance & __LocalScopeHandleCollection_Enumerator$views;
|
|
@@ -1894,14 +1900,14 @@ export type LocalVariable = LocalVariable$instance;
|
|
|
1894
1900
|
|
|
1895
1901
|
export class LocalVariableHandle$instance {
|
|
1896
1902
|
readonly isNil: boolean;
|
|
1897
|
-
equals(obj:
|
|
1903
|
+
equals(obj: unknown): boolean;
|
|
1898
1904
|
equals(other: LocalVariableHandle): boolean;
|
|
1899
1905
|
getHashCode(): int;
|
|
1900
1906
|
}
|
|
1901
1907
|
|
|
1902
1908
|
|
|
1903
1909
|
export interface __LocalVariableHandle$views {
|
|
1904
|
-
|
|
1910
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<LocalVariableHandle>;
|
|
1905
1911
|
|
|
1906
1912
|
// Structural method bridges for numeric interface constraints
|
|
1907
1913
|
Equals(other: LocalVariableHandle): boolean;
|
|
@@ -1917,9 +1923,9 @@ export class LocalVariableHandleCollection$instance {
|
|
|
1917
1923
|
|
|
1918
1924
|
|
|
1919
1925
|
export interface __LocalVariableHandleCollection$views {
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1926
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<LocalVariableHandle>;
|
|
1927
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<LocalVariableHandle>;
|
|
1928
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1923
1929
|
}
|
|
1924
1930
|
|
|
1925
1931
|
export type LocalVariableHandleCollection = LocalVariableHandleCollection$instance & __LocalVariableHandleCollection$views;
|
|
@@ -1932,8 +1938,8 @@ export class LocalVariableHandleCollection_Enumerator$instance {
|
|
|
1932
1938
|
|
|
1933
1939
|
|
|
1934
1940
|
export interface __LocalVariableHandleCollection_Enumerator$views {
|
|
1935
|
-
|
|
1936
|
-
|
|
1941
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<LocalVariableHandle>;
|
|
1942
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1937
1943
|
}
|
|
1938
1944
|
|
|
1939
1945
|
export type LocalVariableHandleCollection_Enumerator = LocalVariableHandleCollection_Enumerator$instance & __LocalVariableHandleCollection_Enumerator$views;
|
|
@@ -1952,14 +1958,14 @@ export type ManifestResource = ManifestResource$instance;
|
|
|
1952
1958
|
|
|
1953
1959
|
export class ManifestResourceHandle$instance {
|
|
1954
1960
|
readonly isNil: boolean;
|
|
1955
|
-
equals(obj:
|
|
1961
|
+
equals(obj: unknown): boolean;
|
|
1956
1962
|
equals(other: ManifestResourceHandle): boolean;
|
|
1957
1963
|
getHashCode(): int;
|
|
1958
1964
|
}
|
|
1959
1965
|
|
|
1960
1966
|
|
|
1961
1967
|
export interface __ManifestResourceHandle$views {
|
|
1962
|
-
|
|
1968
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ManifestResourceHandle>;
|
|
1963
1969
|
|
|
1964
1970
|
// Structural method bridges for numeric interface constraints
|
|
1965
1971
|
Equals(other: ManifestResourceHandle): boolean;
|
|
@@ -1975,9 +1981,9 @@ export class ManifestResourceHandleCollection$instance {
|
|
|
1975
1981
|
|
|
1976
1982
|
|
|
1977
1983
|
export interface __ManifestResourceHandleCollection$views {
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1984
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<ManifestResourceHandle>;
|
|
1985
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<ManifestResourceHandle>;
|
|
1986
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1981
1987
|
}
|
|
1982
1988
|
|
|
1983
1989
|
export type ManifestResourceHandleCollection = ManifestResourceHandleCollection$instance & __ManifestResourceHandleCollection$views;
|
|
@@ -1990,8 +1996,8 @@ export class ManifestResourceHandleCollection_Enumerator$instance {
|
|
|
1990
1996
|
|
|
1991
1997
|
|
|
1992
1998
|
export interface __ManifestResourceHandleCollection_Enumerator$views {
|
|
1993
|
-
|
|
1994
|
-
|
|
1999
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<ManifestResourceHandle>;
|
|
2000
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1995
2001
|
}
|
|
1996
2002
|
|
|
1997
2003
|
export type ManifestResourceHandleCollection_Enumerator = ManifestResourceHandleCollection_Enumerator$instance & __ManifestResourceHandleCollection_Enumerator$views;
|
|
@@ -2012,14 +2018,14 @@ export type MemberReference = MemberReference$instance;
|
|
|
2012
2018
|
|
|
2013
2019
|
export class MemberReferenceHandle$instance {
|
|
2014
2020
|
readonly isNil: boolean;
|
|
2015
|
-
equals(obj:
|
|
2021
|
+
equals(obj: unknown): boolean;
|
|
2016
2022
|
equals(other: MemberReferenceHandle): boolean;
|
|
2017
2023
|
getHashCode(): int;
|
|
2018
2024
|
}
|
|
2019
2025
|
|
|
2020
2026
|
|
|
2021
2027
|
export interface __MemberReferenceHandle$views {
|
|
2022
|
-
|
|
2028
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<MemberReferenceHandle>;
|
|
2023
2029
|
|
|
2024
2030
|
// Structural method bridges for numeric interface constraints
|
|
2025
2031
|
Equals(other: MemberReferenceHandle): boolean;
|
|
@@ -2035,9 +2041,9 @@ export class MemberReferenceHandleCollection$instance {
|
|
|
2035
2041
|
|
|
2036
2042
|
|
|
2037
2043
|
export interface __MemberReferenceHandleCollection$views {
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2044
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<MemberReferenceHandle>;
|
|
2045
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<MemberReferenceHandle>;
|
|
2046
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
2041
2047
|
}
|
|
2042
2048
|
|
|
2043
2049
|
export type MemberReferenceHandleCollection = MemberReferenceHandleCollection$instance & __MemberReferenceHandleCollection$views;
|
|
@@ -2050,8 +2056,8 @@ export class MemberReferenceHandleCollection_Enumerator$instance {
|
|
|
2050
2056
|
|
|
2051
2057
|
|
|
2052
2058
|
export interface __MemberReferenceHandleCollection_Enumerator$views {
|
|
2053
|
-
|
|
2054
|
-
|
|
2059
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<MemberReferenceHandle>;
|
|
2060
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2055
2061
|
}
|
|
2056
2062
|
|
|
2057
2063
|
export type MemberReferenceHandleCollection_Enumerator = MemberReferenceHandleCollection_Enumerator$instance & __MemberReferenceHandleCollection_Enumerator$views;
|
|
@@ -2084,7 +2090,7 @@ export type MethodDebugInformation = MethodDebugInformation$instance;
|
|
|
2084
2090
|
|
|
2085
2091
|
export class MethodDebugInformationHandle$instance {
|
|
2086
2092
|
readonly isNil: boolean;
|
|
2087
|
-
equals(obj:
|
|
2093
|
+
equals(obj: unknown): boolean;
|
|
2088
2094
|
equals(other: MethodDebugInformationHandle): boolean;
|
|
2089
2095
|
getHashCode(): int;
|
|
2090
2096
|
toDefinitionHandle(): MethodDefinitionHandle;
|
|
@@ -2092,7 +2098,7 @@ export class MethodDebugInformationHandle$instance {
|
|
|
2092
2098
|
|
|
2093
2099
|
|
|
2094
2100
|
export interface __MethodDebugInformationHandle$views {
|
|
2095
|
-
|
|
2101
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<MethodDebugInformationHandle>;
|
|
2096
2102
|
|
|
2097
2103
|
// Structural method bridges for numeric interface constraints
|
|
2098
2104
|
Equals(other: MethodDebugInformationHandle): boolean;
|
|
@@ -2108,9 +2114,9 @@ export class MethodDebugInformationHandleCollection$instance {
|
|
|
2108
2114
|
|
|
2109
2115
|
|
|
2110
2116
|
export interface __MethodDebugInformationHandleCollection$views {
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2117
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<MethodDebugInformationHandle>;
|
|
2118
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<MethodDebugInformationHandle>;
|
|
2119
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
2114
2120
|
}
|
|
2115
2121
|
|
|
2116
2122
|
export type MethodDebugInformationHandleCollection = MethodDebugInformationHandleCollection$instance & __MethodDebugInformationHandleCollection$views;
|
|
@@ -2123,8 +2129,8 @@ export class MethodDebugInformationHandleCollection_Enumerator$instance {
|
|
|
2123
2129
|
|
|
2124
2130
|
|
|
2125
2131
|
export interface __MethodDebugInformationHandleCollection_Enumerator$views {
|
|
2126
|
-
|
|
2127
|
-
|
|
2132
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<MethodDebugInformationHandle>;
|
|
2133
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2128
2134
|
}
|
|
2129
2135
|
|
|
2130
2136
|
export type MethodDebugInformationHandleCollection_Enumerator = MethodDebugInformationHandleCollection_Enumerator$instance & __MethodDebugInformationHandleCollection_Enumerator$views;
|
|
@@ -2150,7 +2156,7 @@ export type MethodDefinition = MethodDefinition$instance;
|
|
|
2150
2156
|
|
|
2151
2157
|
export class MethodDefinitionHandle$instance {
|
|
2152
2158
|
readonly isNil: boolean;
|
|
2153
|
-
equals(obj:
|
|
2159
|
+
equals(obj: unknown): boolean;
|
|
2154
2160
|
equals(other: MethodDefinitionHandle): boolean;
|
|
2155
2161
|
getHashCode(): int;
|
|
2156
2162
|
toDebugInformationHandle(): MethodDebugInformationHandle;
|
|
@@ -2158,7 +2164,7 @@ export class MethodDefinitionHandle$instance {
|
|
|
2158
2164
|
|
|
2159
2165
|
|
|
2160
2166
|
export interface __MethodDefinitionHandle$views {
|
|
2161
|
-
|
|
2167
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<MethodDefinitionHandle>;
|
|
2162
2168
|
|
|
2163
2169
|
// Structural method bridges for numeric interface constraints
|
|
2164
2170
|
Equals(other: MethodDefinitionHandle): boolean;
|
|
@@ -2174,9 +2180,9 @@ export class MethodDefinitionHandleCollection$instance {
|
|
|
2174
2180
|
|
|
2175
2181
|
|
|
2176
2182
|
export interface __MethodDefinitionHandleCollection$views {
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2183
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<MethodDefinitionHandle>;
|
|
2184
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<MethodDefinitionHandle>;
|
|
2185
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
2180
2186
|
}
|
|
2181
2187
|
|
|
2182
2188
|
export type MethodDefinitionHandleCollection = MethodDefinitionHandleCollection$instance & __MethodDefinitionHandleCollection$views;
|
|
@@ -2189,8 +2195,8 @@ export class MethodDefinitionHandleCollection_Enumerator$instance {
|
|
|
2189
2195
|
|
|
2190
2196
|
|
|
2191
2197
|
export interface __MethodDefinitionHandleCollection_Enumerator$views {
|
|
2192
|
-
|
|
2193
|
-
|
|
2198
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<MethodDefinitionHandle>;
|
|
2199
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2194
2200
|
}
|
|
2195
2201
|
|
|
2196
2202
|
export type MethodDefinitionHandleCollection_Enumerator = MethodDefinitionHandleCollection_Enumerator$instance & __MethodDefinitionHandleCollection_Enumerator$views;
|
|
@@ -2208,14 +2214,14 @@ export type MethodImplementation = MethodImplementation$instance;
|
|
|
2208
2214
|
|
|
2209
2215
|
export class MethodImplementationHandle$instance {
|
|
2210
2216
|
readonly isNil: boolean;
|
|
2211
|
-
equals(obj:
|
|
2217
|
+
equals(obj: unknown): boolean;
|
|
2212
2218
|
equals(other: MethodImplementationHandle): boolean;
|
|
2213
2219
|
getHashCode(): int;
|
|
2214
2220
|
}
|
|
2215
2221
|
|
|
2216
2222
|
|
|
2217
2223
|
export interface __MethodImplementationHandle$views {
|
|
2218
|
-
|
|
2224
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<MethodImplementationHandle>;
|
|
2219
2225
|
|
|
2220
2226
|
// Structural method bridges for numeric interface constraints
|
|
2221
2227
|
Equals(other: MethodImplementationHandle): boolean;
|
|
@@ -2231,9 +2237,9 @@ export class MethodImplementationHandleCollection$instance {
|
|
|
2231
2237
|
|
|
2232
2238
|
|
|
2233
2239
|
export interface __MethodImplementationHandleCollection$views {
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2240
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<MethodImplementationHandle>;
|
|
2241
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<MethodImplementationHandle>;
|
|
2242
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
2237
2243
|
}
|
|
2238
2244
|
|
|
2239
2245
|
export type MethodImplementationHandleCollection = MethodImplementationHandleCollection$instance & __MethodImplementationHandleCollection$views;
|
|
@@ -2246,8 +2252,8 @@ export class MethodImplementationHandleCollection_Enumerator$instance {
|
|
|
2246
2252
|
|
|
2247
2253
|
|
|
2248
2254
|
export interface __MethodImplementationHandleCollection_Enumerator$views {
|
|
2249
|
-
|
|
2250
|
-
|
|
2255
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<MethodImplementationHandle>;
|
|
2256
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2251
2257
|
}
|
|
2252
2258
|
|
|
2253
2259
|
export type MethodImplementationHandleCollection_Enumerator = MethodImplementationHandleCollection_Enumerator$instance & __MethodImplementationHandleCollection_Enumerator$views;
|
|
@@ -2286,14 +2292,14 @@ export type MethodSpecification = MethodSpecification$instance;
|
|
|
2286
2292
|
|
|
2287
2293
|
export class MethodSpecificationHandle$instance {
|
|
2288
2294
|
readonly isNil: boolean;
|
|
2289
|
-
equals(obj:
|
|
2295
|
+
equals(obj: unknown): boolean;
|
|
2290
2296
|
equals(other: MethodSpecificationHandle): boolean;
|
|
2291
2297
|
getHashCode(): int;
|
|
2292
2298
|
}
|
|
2293
2299
|
|
|
2294
2300
|
|
|
2295
2301
|
export interface __MethodSpecificationHandle$views {
|
|
2296
|
-
|
|
2302
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<MethodSpecificationHandle>;
|
|
2297
2303
|
|
|
2298
2304
|
// Structural method bridges for numeric interface constraints
|
|
2299
2305
|
Equals(other: MethodSpecificationHandle): boolean;
|
|
@@ -2316,14 +2322,14 @@ export type ModuleDefinition = ModuleDefinition$instance;
|
|
|
2316
2322
|
|
|
2317
2323
|
export class ModuleDefinitionHandle$instance {
|
|
2318
2324
|
readonly isNil: boolean;
|
|
2319
|
-
equals(obj:
|
|
2325
|
+
equals(obj: unknown): boolean;
|
|
2320
2326
|
equals(other: ModuleDefinitionHandle): boolean;
|
|
2321
2327
|
getHashCode(): int;
|
|
2322
2328
|
}
|
|
2323
2329
|
|
|
2324
2330
|
|
|
2325
2331
|
export interface __ModuleDefinitionHandle$views {
|
|
2326
|
-
|
|
2332
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ModuleDefinitionHandle>;
|
|
2327
2333
|
|
|
2328
2334
|
// Structural method bridges for numeric interface constraints
|
|
2329
2335
|
Equals(other: ModuleDefinitionHandle): boolean;
|
|
@@ -2342,14 +2348,14 @@ export type ModuleReference = ModuleReference$instance;
|
|
|
2342
2348
|
|
|
2343
2349
|
export class ModuleReferenceHandle$instance {
|
|
2344
2350
|
readonly isNil: boolean;
|
|
2345
|
-
equals(obj:
|
|
2351
|
+
equals(obj: unknown): boolean;
|
|
2346
2352
|
equals(other: ModuleReferenceHandle): boolean;
|
|
2347
2353
|
getHashCode(): int;
|
|
2348
2354
|
}
|
|
2349
2355
|
|
|
2350
2356
|
|
|
2351
2357
|
export interface __ModuleReferenceHandle$views {
|
|
2352
|
-
|
|
2358
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ModuleReferenceHandle>;
|
|
2353
2359
|
|
|
2354
2360
|
// Structural method bridges for numeric interface constraints
|
|
2355
2361
|
Equals(other: ModuleReferenceHandle): boolean;
|
|
@@ -2371,14 +2377,14 @@ export type NamespaceDefinition = NamespaceDefinition$instance;
|
|
|
2371
2377
|
|
|
2372
2378
|
export class NamespaceDefinitionHandle$instance {
|
|
2373
2379
|
readonly isNil: boolean;
|
|
2374
|
-
equals(obj:
|
|
2380
|
+
equals(obj: unknown): boolean;
|
|
2375
2381
|
equals(other: NamespaceDefinitionHandle): boolean;
|
|
2376
2382
|
getHashCode(): int;
|
|
2377
2383
|
}
|
|
2378
2384
|
|
|
2379
2385
|
|
|
2380
2386
|
export interface __NamespaceDefinitionHandle$views {
|
|
2381
|
-
|
|
2387
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<NamespaceDefinitionHandle>;
|
|
2382
2388
|
|
|
2383
2389
|
// Structural method bridges for numeric interface constraints
|
|
2384
2390
|
Equals(other: NamespaceDefinitionHandle): boolean;
|
|
@@ -2401,14 +2407,14 @@ export type Parameter = Parameter$instance;
|
|
|
2401
2407
|
|
|
2402
2408
|
export class ParameterHandle$instance {
|
|
2403
2409
|
readonly isNil: boolean;
|
|
2404
|
-
equals(obj:
|
|
2410
|
+
equals(obj: unknown): boolean;
|
|
2405
2411
|
equals(other: ParameterHandle): boolean;
|
|
2406
2412
|
getHashCode(): int;
|
|
2407
2413
|
}
|
|
2408
2414
|
|
|
2409
2415
|
|
|
2410
2416
|
export interface __ParameterHandle$views {
|
|
2411
|
-
|
|
2417
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ParameterHandle>;
|
|
2412
2418
|
|
|
2413
2419
|
// Structural method bridges for numeric interface constraints
|
|
2414
2420
|
Equals(other: ParameterHandle): boolean;
|
|
@@ -2424,9 +2430,9 @@ export class ParameterHandleCollection$instance {
|
|
|
2424
2430
|
|
|
2425
2431
|
|
|
2426
2432
|
export interface __ParameterHandleCollection$views {
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2433
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<ParameterHandle>;
|
|
2434
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<ParameterHandle>;
|
|
2435
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
2430
2436
|
}
|
|
2431
2437
|
|
|
2432
2438
|
export type ParameterHandleCollection = ParameterHandleCollection$instance & __ParameterHandleCollection$views;
|
|
@@ -2439,8 +2445,8 @@ export class ParameterHandleCollection_Enumerator$instance {
|
|
|
2439
2445
|
|
|
2440
2446
|
|
|
2441
2447
|
export interface __ParameterHandleCollection_Enumerator$views {
|
|
2442
|
-
|
|
2443
|
-
|
|
2448
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<ParameterHandle>;
|
|
2449
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2444
2450
|
}
|
|
2445
2451
|
|
|
2446
2452
|
export type ParameterHandleCollection_Enumerator = ParameterHandleCollection_Enumerator$instance & __ParameterHandleCollection_Enumerator$views;
|
|
@@ -2471,14 +2477,14 @@ export type PropertyDefinition = PropertyDefinition$instance;
|
|
|
2471
2477
|
|
|
2472
2478
|
export class PropertyDefinitionHandle$instance {
|
|
2473
2479
|
readonly isNil: boolean;
|
|
2474
|
-
equals(obj:
|
|
2480
|
+
equals(obj: unknown): boolean;
|
|
2475
2481
|
equals(other: PropertyDefinitionHandle): boolean;
|
|
2476
2482
|
getHashCode(): int;
|
|
2477
2483
|
}
|
|
2478
2484
|
|
|
2479
2485
|
|
|
2480
2486
|
export interface __PropertyDefinitionHandle$views {
|
|
2481
|
-
|
|
2487
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<PropertyDefinitionHandle>;
|
|
2482
2488
|
|
|
2483
2489
|
// Structural method bridges for numeric interface constraints
|
|
2484
2490
|
Equals(other: PropertyDefinitionHandle): boolean;
|
|
@@ -2494,9 +2500,9 @@ export class PropertyDefinitionHandleCollection$instance {
|
|
|
2494
2500
|
|
|
2495
2501
|
|
|
2496
2502
|
export interface __PropertyDefinitionHandleCollection$views {
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2503
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<PropertyDefinitionHandle>;
|
|
2504
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<PropertyDefinitionHandle>;
|
|
2505
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
2500
2506
|
}
|
|
2501
2507
|
|
|
2502
2508
|
export type PropertyDefinitionHandleCollection = PropertyDefinitionHandleCollection$instance & __PropertyDefinitionHandleCollection$views;
|
|
@@ -2509,14 +2515,14 @@ export class PropertyDefinitionHandleCollection_Enumerator$instance {
|
|
|
2509
2515
|
|
|
2510
2516
|
|
|
2511
2517
|
export interface __PropertyDefinitionHandleCollection_Enumerator$views {
|
|
2512
|
-
|
|
2513
|
-
|
|
2518
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<PropertyDefinitionHandle>;
|
|
2519
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2514
2520
|
}
|
|
2515
2521
|
|
|
2516
2522
|
export type PropertyDefinitionHandleCollection_Enumerator = PropertyDefinitionHandleCollection_Enumerator$instance & __PropertyDefinitionHandleCollection_Enumerator$views;
|
|
2517
2523
|
|
|
2518
2524
|
|
|
2519
|
-
export class ReservedBlob_1$instance<THandle extends
|
|
2525
|
+
export class ReservedBlob_1$instance<THandle extends unknown> {
|
|
2520
2526
|
readonly content: Blob;
|
|
2521
2527
|
readonly handle: THandle;
|
|
2522
2528
|
createWriter(): BlobWriter;
|
|
@@ -2533,15 +2539,15 @@ export class SequencePoint$instance {
|
|
|
2533
2539
|
readonly offset: int;
|
|
2534
2540
|
readonly startColumn: int;
|
|
2535
2541
|
readonly startLine: int;
|
|
2536
|
-
equals(obj:
|
|
2542
|
+
equals(obj: unknown): boolean;
|
|
2537
2543
|
equals(other: SequencePoint): boolean;
|
|
2538
2544
|
getHashCode(): int;
|
|
2539
|
-
static readonly
|
|
2545
|
+
static readonly hiddenLine: int;
|
|
2540
2546
|
}
|
|
2541
2547
|
|
|
2542
2548
|
|
|
2543
2549
|
export interface __SequencePoint$views {
|
|
2544
|
-
|
|
2550
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SequencePoint>;
|
|
2545
2551
|
|
|
2546
2552
|
// Structural method bridges for numeric interface constraints
|
|
2547
2553
|
Equals(other: SequencePoint): boolean;
|
|
@@ -2556,8 +2562,8 @@ export class SequencePointCollection$instance {
|
|
|
2556
2562
|
|
|
2557
2563
|
|
|
2558
2564
|
export interface __SequencePointCollection$views {
|
|
2559
|
-
|
|
2560
|
-
|
|
2565
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<SequencePoint>;
|
|
2566
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
2561
2567
|
}
|
|
2562
2568
|
|
|
2563
2569
|
export type SequencePointCollection = SequencePointCollection$instance & __SequencePointCollection$views;
|
|
@@ -2571,9 +2577,9 @@ export class SequencePointCollection_Enumerator$instance {
|
|
|
2571
2577
|
|
|
2572
2578
|
|
|
2573
2579
|
export interface __SequencePointCollection_Enumerator$views {
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2580
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<SequencePoint>;
|
|
2581
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2582
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
2577
2583
|
}
|
|
2578
2584
|
|
|
2579
2585
|
export type SequencePointCollection_Enumerator = SequencePointCollection_Enumerator$instance & __SequencePointCollection_Enumerator$views;
|
|
@@ -2589,16 +2595,16 @@ export class SignatureHeader$instance {
|
|
|
2589
2595
|
readonly isInstance: boolean;
|
|
2590
2596
|
readonly kind: SignatureKind;
|
|
2591
2597
|
readonly rawValue: byte;
|
|
2592
|
-
equals(obj:
|
|
2598
|
+
equals(obj: unknown): boolean;
|
|
2593
2599
|
equals(other: SignatureHeader): boolean;
|
|
2594
2600
|
getHashCode(): int;
|
|
2595
2601
|
toString(): string;
|
|
2596
|
-
static readonly
|
|
2602
|
+
static readonly callingConventionOrKindMask: byte;
|
|
2597
2603
|
}
|
|
2598
2604
|
|
|
2599
2605
|
|
|
2600
2606
|
export interface __SignatureHeader$views {
|
|
2601
|
-
|
|
2607
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SignatureHeader>;
|
|
2602
2608
|
|
|
2603
2609
|
// Structural method bridges for numeric interface constraints
|
|
2604
2610
|
Equals(other: SignatureHeader): boolean;
|
|
@@ -2620,14 +2626,14 @@ export type StandaloneSignature = StandaloneSignature$instance;
|
|
|
2620
2626
|
|
|
2621
2627
|
export class StandaloneSignatureHandle$instance {
|
|
2622
2628
|
readonly isNil: boolean;
|
|
2623
|
-
equals(obj:
|
|
2629
|
+
equals(obj: unknown): boolean;
|
|
2624
2630
|
equals(other: StandaloneSignatureHandle): boolean;
|
|
2625
2631
|
getHashCode(): int;
|
|
2626
2632
|
}
|
|
2627
2633
|
|
|
2628
2634
|
|
|
2629
2635
|
export interface __StandaloneSignatureHandle$views {
|
|
2630
|
-
|
|
2636
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<StandaloneSignatureHandle>;
|
|
2631
2637
|
|
|
2632
2638
|
// Structural method bridges for numeric interface constraints
|
|
2633
2639
|
Equals(other: StandaloneSignatureHandle): boolean;
|
|
@@ -2638,14 +2644,14 @@ export type StandaloneSignatureHandle = StandaloneSignatureHandle$instance & __S
|
|
|
2638
2644
|
|
|
2639
2645
|
export class StringHandle$instance {
|
|
2640
2646
|
readonly isNil: boolean;
|
|
2641
|
-
equals(obj:
|
|
2647
|
+
equals(obj: unknown): boolean;
|
|
2642
2648
|
equals(other: StringHandle): boolean;
|
|
2643
2649
|
getHashCode(): int;
|
|
2644
2650
|
}
|
|
2645
2651
|
|
|
2646
2652
|
|
|
2647
2653
|
export interface __StringHandle$views {
|
|
2648
|
-
|
|
2654
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<StringHandle>;
|
|
2649
2655
|
|
|
2650
2656
|
// Structural method bridges for numeric interface constraints
|
|
2651
2657
|
Equals(other: StringHandle): boolean;
|
|
@@ -2680,14 +2686,14 @@ export type TypeDefinition = TypeDefinition$instance;
|
|
|
2680
2686
|
|
|
2681
2687
|
export class TypeDefinitionHandle$instance {
|
|
2682
2688
|
readonly isNil: boolean;
|
|
2683
|
-
equals(obj:
|
|
2689
|
+
equals(obj: unknown): boolean;
|
|
2684
2690
|
equals(other: TypeDefinitionHandle): boolean;
|
|
2685
2691
|
getHashCode(): int;
|
|
2686
2692
|
}
|
|
2687
2693
|
|
|
2688
2694
|
|
|
2689
2695
|
export interface __TypeDefinitionHandle$views {
|
|
2690
|
-
|
|
2696
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<TypeDefinitionHandle>;
|
|
2691
2697
|
|
|
2692
2698
|
// Structural method bridges for numeric interface constraints
|
|
2693
2699
|
Equals(other: TypeDefinitionHandle): boolean;
|
|
@@ -2703,9 +2709,9 @@ export class TypeDefinitionHandleCollection$instance {
|
|
|
2703
2709
|
|
|
2704
2710
|
|
|
2705
2711
|
export interface __TypeDefinitionHandleCollection$views {
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2712
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<TypeDefinitionHandle>;
|
|
2713
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<TypeDefinitionHandle>;
|
|
2714
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
2709
2715
|
}
|
|
2710
2716
|
|
|
2711
2717
|
export type TypeDefinitionHandleCollection = TypeDefinitionHandleCollection$instance & __TypeDefinitionHandleCollection$views;
|
|
@@ -2718,8 +2724,8 @@ export class TypeDefinitionHandleCollection_Enumerator$instance {
|
|
|
2718
2724
|
|
|
2719
2725
|
|
|
2720
2726
|
export interface __TypeDefinitionHandleCollection_Enumerator$views {
|
|
2721
|
-
|
|
2722
|
-
|
|
2727
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<TypeDefinitionHandle>;
|
|
2728
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2723
2729
|
}
|
|
2724
2730
|
|
|
2725
2731
|
export type TypeDefinitionHandleCollection_Enumerator = TypeDefinitionHandleCollection_Enumerator$instance & __TypeDefinitionHandleCollection_Enumerator$views;
|
|
@@ -2746,14 +2752,14 @@ export type TypeReference = TypeReference$instance;
|
|
|
2746
2752
|
|
|
2747
2753
|
export class TypeReferenceHandle$instance {
|
|
2748
2754
|
readonly isNil: boolean;
|
|
2749
|
-
equals(obj:
|
|
2755
|
+
equals(obj: unknown): boolean;
|
|
2750
2756
|
equals(other: TypeReferenceHandle): boolean;
|
|
2751
2757
|
getHashCode(): int;
|
|
2752
2758
|
}
|
|
2753
2759
|
|
|
2754
2760
|
|
|
2755
2761
|
export interface __TypeReferenceHandle$views {
|
|
2756
|
-
|
|
2762
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<TypeReferenceHandle>;
|
|
2757
2763
|
|
|
2758
2764
|
// Structural method bridges for numeric interface constraints
|
|
2759
2765
|
Equals(other: TypeReferenceHandle): boolean;
|
|
@@ -2769,9 +2775,9 @@ export class TypeReferenceHandleCollection$instance {
|
|
|
2769
2775
|
|
|
2770
2776
|
|
|
2771
2777
|
export interface __TypeReferenceHandleCollection$views {
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2778
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<TypeReferenceHandle>;
|
|
2779
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<TypeReferenceHandle>;
|
|
2780
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
2775
2781
|
}
|
|
2776
2782
|
|
|
2777
2783
|
export type TypeReferenceHandleCollection = TypeReferenceHandleCollection$instance & __TypeReferenceHandleCollection$views;
|
|
@@ -2784,8 +2790,8 @@ export class TypeReferenceHandleCollection_Enumerator$instance {
|
|
|
2784
2790
|
|
|
2785
2791
|
|
|
2786
2792
|
export interface __TypeReferenceHandleCollection_Enumerator$views {
|
|
2787
|
-
|
|
2788
|
-
|
|
2793
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<TypeReferenceHandle>;
|
|
2794
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2789
2795
|
}
|
|
2790
2796
|
|
|
2791
2797
|
export type TypeReferenceHandleCollection_Enumerator = TypeReferenceHandleCollection_Enumerator$instance & __TypeReferenceHandleCollection_Enumerator$views;
|
|
@@ -2802,14 +2808,14 @@ export type TypeSpecification = TypeSpecification$instance;
|
|
|
2802
2808
|
|
|
2803
2809
|
export class TypeSpecificationHandle$instance {
|
|
2804
2810
|
readonly isNil: boolean;
|
|
2805
|
-
equals(obj:
|
|
2811
|
+
equals(obj: unknown): boolean;
|
|
2806
2812
|
equals(other: TypeSpecificationHandle): boolean;
|
|
2807
2813
|
getHashCode(): int;
|
|
2808
2814
|
}
|
|
2809
2815
|
|
|
2810
2816
|
|
|
2811
2817
|
export interface __TypeSpecificationHandle$views {
|
|
2812
|
-
|
|
2818
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<TypeSpecificationHandle>;
|
|
2813
2819
|
|
|
2814
2820
|
// Structural method bridges for numeric interface constraints
|
|
2815
2821
|
Equals(other: TypeSpecificationHandle): boolean;
|
|
@@ -2820,14 +2826,14 @@ export type TypeSpecificationHandle = TypeSpecificationHandle$instance & __TypeS
|
|
|
2820
2826
|
|
|
2821
2827
|
export class UserStringHandle$instance {
|
|
2822
2828
|
readonly isNil: boolean;
|
|
2823
|
-
equals(obj:
|
|
2829
|
+
equals(obj: unknown): boolean;
|
|
2824
2830
|
equals(other: UserStringHandle): boolean;
|
|
2825
2831
|
getHashCode(): int;
|
|
2826
2832
|
}
|
|
2827
2833
|
|
|
2828
2834
|
|
|
2829
2835
|
export interface __UserStringHandle$views {
|
|
2830
|
-
|
|
2836
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<UserStringHandle>;
|
|
2831
2837
|
|
|
2832
2838
|
// Structural method bridges for numeric interface constraints
|
|
2833
2839
|
Equals(other: UserStringHandle): boolean;
|
|
@@ -2845,8 +2851,8 @@ export class AssemblyNameInfo$instance {
|
|
|
2845
2851
|
readonly publicKeyOrToken: ImmutableArray_1<CLROf<byte>>;
|
|
2846
2852
|
readonly version: Version;
|
|
2847
2853
|
toAssemblyName(): AssemblyName;
|
|
2848
|
-
static
|
|
2849
|
-
static
|
|
2854
|
+
static parse(assemblyName: ReadOnlySpan_1<CLROf<char>>): AssemblyNameInfo;
|
|
2855
|
+
static tryParse(assemblyName: ReadOnlySpan_1<CLROf<char>>, result: { value: ref<AssemblyNameInfo> }): boolean;
|
|
2850
2856
|
}
|
|
2851
2857
|
|
|
2852
2858
|
|
|
@@ -2878,7 +2884,7 @@ export class BlobBuilder$instance {
|
|
|
2878
2884
|
writeBytes(buffer: byte[], start: int, byteCount: int): void;
|
|
2879
2885
|
writeCompressedInteger(value: int): void;
|
|
2880
2886
|
writeCompressedSignedInteger(value: int): void;
|
|
2881
|
-
writeConstant(value:
|
|
2887
|
+
writeConstant(value: unknown): void;
|
|
2882
2888
|
writeContentTo(destination: Stream): void;
|
|
2883
2889
|
writeContentTo(destination: { value: ref<BlobWriter> }): void;
|
|
2884
2890
|
writeContentTo(destination: BlobBuilder): void;
|
|
@@ -2901,7 +2907,7 @@ export class BlobBuilder$instance {
|
|
|
2901
2907
|
writeUInt32BE(value: uint): void;
|
|
2902
2908
|
writeUInt64(value: ulong): void;
|
|
2903
2909
|
writeUserString(value: string): void;
|
|
2904
|
-
writeUTF16(value:
|
|
2910
|
+
writeUTF16(value: char[]): void;
|
|
2905
2911
|
writeUTF16(value: string): void;
|
|
2906
2912
|
writeUTF8(value: string, allowUnpairedSurrogates?: boolean): void;
|
|
2907
2913
|
}
|
|
@@ -2925,15 +2931,17 @@ export class HandleComparer$instance {
|
|
|
2925
2931
|
equals(x: EntityHandle, y: EntityHandle): boolean;
|
|
2926
2932
|
getHashCode(obj: Handle): int;
|
|
2927
2933
|
getHashCode(obj: EntityHandle): int;
|
|
2928
|
-
static readonly
|
|
2934
|
+
static readonly default_: HandleComparer;
|
|
2929
2935
|
}
|
|
2930
2936
|
|
|
2931
2937
|
|
|
2932
2938
|
export interface __HandleComparer$views {
|
|
2933
|
-
|
|
2934
|
-
|
|
2939
|
+
As_IComparer_1(): System_Collections_Generic_Internal.IComparer_1$instance<Handle>;
|
|
2940
|
+
As_IEqualityComparer_1(): System_Collections_Generic_Internal.IEqualityComparer_1$instance<Handle>;
|
|
2935
2941
|
}
|
|
2936
2942
|
|
|
2943
|
+
export interface HandleComparer$instance extends System_Collections_Generic_Internal.IComparer_1$instance<Handle> {}
|
|
2944
|
+
|
|
2937
2945
|
export type HandleComparer = HandleComparer$instance & __HandleComparer$views;
|
|
2938
2946
|
|
|
2939
2947
|
|
|
@@ -2946,7 +2954,7 @@ export class ImageFormatLimitationException$instance extends System_Internal.Exc
|
|
|
2946
2954
|
|
|
2947
2955
|
|
|
2948
2956
|
export interface __ImageFormatLimitationException$views {
|
|
2949
|
-
|
|
2957
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
2950
2958
|
}
|
|
2951
2959
|
|
|
2952
2960
|
export type ImageFormatLimitationException = ImageFormatLimitationException$instance & __ImageFormatLimitationException$views;
|
|
@@ -2984,7 +2992,7 @@ export class MetadataReader$instance {
|
|
|
2984
2992
|
readonly stringComparer: MetadataStringComparer;
|
|
2985
2993
|
readonly typeDefinitions: TypeDefinitionHandleCollection;
|
|
2986
2994
|
readonly typeReferences: TypeReferenceHandleCollection;
|
|
2987
|
-
readonly
|
|
2995
|
+
readonly utF8Decoder: MetadataStringDecoder;
|
|
2988
2996
|
getAssemblyDefinition(): AssemblyDefinition;
|
|
2989
2997
|
getAssemblyFile(handle: AssemblyFileHandle): AssemblyFile;
|
|
2990
2998
|
getAssemblyReference(handle: AssemblyReferenceHandle): AssemblyReference;
|
|
@@ -3033,7 +3041,7 @@ export class MetadataReader$instance {
|
|
|
3033
3041
|
getTypeReference(handle: TypeReferenceHandle): TypeReference;
|
|
3034
3042
|
getTypeSpecification(handle: TypeSpecificationHandle): TypeSpecification;
|
|
3035
3043
|
getUserString(handle: UserStringHandle): string;
|
|
3036
|
-
static
|
|
3044
|
+
static getAssemblyName(assemblyFile: string): AssemblyName;
|
|
3037
3045
|
}
|
|
3038
3046
|
|
|
3039
3047
|
|
|
@@ -3042,19 +3050,21 @@ export type MetadataReader = MetadataReader$instance;
|
|
|
3042
3050
|
export class MetadataReaderProvider$instance {
|
|
3043
3051
|
dispose(): void;
|
|
3044
3052
|
getMetadataReader(options?: MetadataReaderOptions, utf8Decoder?: MetadataStringDecoder): MetadataReader;
|
|
3045
|
-
static
|
|
3046
|
-
static
|
|
3047
|
-
static
|
|
3048
|
-
static
|
|
3049
|
-
static
|
|
3050
|
-
static
|
|
3053
|
+
static fromMetadataImage(start: ptr<byte>, size: int): MetadataReaderProvider;
|
|
3054
|
+
static fromMetadataImage(image: ImmutableArray_1<CLROf<byte>>): MetadataReaderProvider;
|
|
3055
|
+
static fromMetadataStream(stream: Stream, options?: MetadataStreamOptions, size?: int): MetadataReaderProvider;
|
|
3056
|
+
static fromPortablePdbImage(start: ptr<byte>, size: int): MetadataReaderProvider;
|
|
3057
|
+
static fromPortablePdbImage(image: ImmutableArray_1<CLROf<byte>>): MetadataReaderProvider;
|
|
3058
|
+
static fromPortablePdbStream(stream: Stream, options?: MetadataStreamOptions, size?: int): MetadataReaderProvider;
|
|
3051
3059
|
}
|
|
3052
3060
|
|
|
3053
3061
|
|
|
3054
3062
|
export interface __MetadataReaderProvider$views {
|
|
3055
|
-
|
|
3063
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
3056
3064
|
}
|
|
3057
3065
|
|
|
3066
|
+
export interface MetadataReaderProvider$instance extends System_Internal.IDisposable$instance {}
|
|
3067
|
+
|
|
3058
3068
|
export type MetadataReaderProvider = MetadataReaderProvider$instance & __MetadataReaderProvider$views;
|
|
3059
3069
|
|
|
3060
3070
|
|
|
@@ -3062,7 +3072,7 @@ export class MetadataStringDecoder$instance {
|
|
|
3062
3072
|
constructor(encoding: Encoding);
|
|
3063
3073
|
readonly encoding: Encoding;
|
|
3064
3074
|
getString(bytes: ptr<byte>, byteCount: int): string;
|
|
3065
|
-
static readonly
|
|
3075
|
+
static readonly defaultUTF8: MetadataStringDecoder;
|
|
3066
3076
|
}
|
|
3067
3077
|
|
|
3068
3078
|
|
|
@@ -3085,7 +3095,7 @@ export class MethodBodyBlock$instance {
|
|
|
3085
3095
|
getILBytes(): byte[];
|
|
3086
3096
|
getILContent(): ImmutableArray_1<CLROf<byte>>;
|
|
3087
3097
|
getILReader(): BlobReader;
|
|
3088
|
-
static
|
|
3098
|
+
static create(reader: BlobReader): MethodBodyBlock;
|
|
3089
3099
|
}
|
|
3090
3100
|
|
|
3091
3101
|
|
|
@@ -3117,9 +3127,9 @@ export class TypeName$instance {
|
|
|
3117
3127
|
makePointerTypeName(): TypeName;
|
|
3118
3128
|
makeSZArrayTypeName(): TypeName;
|
|
3119
3129
|
withAssemblyName(assemblyName: AssemblyNameInfo): TypeName;
|
|
3120
|
-
static
|
|
3121
|
-
static
|
|
3122
|
-
static
|
|
3130
|
+
static parse(typeName: ReadOnlySpan_1<CLROf<char>>, options?: TypeNameParseOptions): TypeName;
|
|
3131
|
+
static tryParse(typeName: ReadOnlySpan_1<CLROf<char>>, result: { value: ref<TypeName> }, options?: TypeNameParseOptions): boolean;
|
|
3132
|
+
static unescape(name: string): string;
|
|
3123
3133
|
}
|
|
3124
3134
|
|
|
3125
3135
|
|
|
@@ -3134,35 +3144,35 @@ export class TypeNameParseOptions$instance {
|
|
|
3134
3144
|
export type TypeNameParseOptions = TypeNameParseOptions$instance;
|
|
3135
3145
|
|
|
3136
3146
|
export abstract class AssemblyExtensions$instance {
|
|
3137
|
-
static
|
|
3147
|
+
static tryGetRawMetadata(assembly: Assembly, blob: { value: ref<ptr<byte>> }, length: { value: ref<int> }): boolean;
|
|
3138
3148
|
}
|
|
3139
3149
|
|
|
3140
3150
|
|
|
3141
3151
|
export type AssemblyExtensions = AssemblyExtensions$instance;
|
|
3142
3152
|
|
|
3143
3153
|
export abstract class ILOpCodeExtensions$instance {
|
|
3144
|
-
static
|
|
3145
|
-
static
|
|
3146
|
-
static
|
|
3147
|
-
static
|
|
3154
|
+
static getBranchOperandSize(opCode: ILOpCode): int;
|
|
3155
|
+
static getLongBranch(opCode: ILOpCode): ILOpCode;
|
|
3156
|
+
static getShortBranch(opCode: ILOpCode): ILOpCode;
|
|
3157
|
+
static isBranch(opCode: ILOpCode): boolean;
|
|
3148
3158
|
}
|
|
3149
3159
|
|
|
3150
3160
|
|
|
3151
3161
|
export type ILOpCodeExtensions = ILOpCodeExtensions$instance;
|
|
3152
3162
|
|
|
3153
3163
|
export abstract class MetadataUpdater$instance {
|
|
3154
|
-
static readonly
|
|
3155
|
-
static
|
|
3164
|
+
static readonly isSupported: boolean;
|
|
3165
|
+
static applyUpdate(assembly: Assembly, metadataDelta: ReadOnlySpan_1<CLROf<byte>>, ilDelta: ReadOnlySpan_1<CLROf<byte>>, pdbDelta: ReadOnlySpan_1<CLROf<byte>>): void;
|
|
3156
3166
|
}
|
|
3157
3167
|
|
|
3158
3168
|
|
|
3159
3169
|
export type MetadataUpdater = MetadataUpdater$instance;
|
|
3160
3170
|
|
|
3161
3171
|
export abstract class PEReaderExtensions$instance {
|
|
3162
|
-
static
|
|
3163
|
-
static
|
|
3164
|
-
static
|
|
3165
|
-
static
|
|
3172
|
+
static getMetadataReader3(peReader: PEReader, options: MetadataReaderOptions, utf8Decoder: MetadataStringDecoder): MetadataReader;
|
|
3173
|
+
static getMetadataReader3(peReader: PEReader, options: MetadataReaderOptions): MetadataReader;
|
|
3174
|
+
static getMetadataReader3(peReader: PEReader): MetadataReader;
|
|
3175
|
+
static getMethodBody(peReader: PEReader, relativeVirtualAddress: int): MethodBodyBlock;
|
|
3166
3176
|
}
|
|
3167
3177
|
|
|
3168
3178
|
|