@tsonic/dotnet 10.0.5 → 10.0.10
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/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +6 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +58 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -0
- package/Microsoft.Win32/internal/index.d.ts +3 -3
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +447 -196
- package/System.Buffers/internal/index.d.ts +24 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +4 -0
- package/System.Collections/internal/index.d.ts +37 -26
- package/System.Collections.Concurrent/internal/index.d.ts +17 -3
- package/System.Collections.Frozen/internal/index.d.ts +12 -0
- package/System.Collections.Generic/internal/index.d.ts +126 -43
- package/System.Collections.Immutable/internal/index.d.ts +51 -14
- package/System.Collections.ObjectModel/internal/index.d.ts +22 -10
- package/System.Collections.Specialized/internal/index.d.ts +33 -12
- package/System.ComponentModel/internal/index.d.ts +275 -33
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +73 -3
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
- package/System.ComponentModel.Design/internal/index.d.ts +49 -7
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +22 -0
- package/System.Data/internal/index.d.ts +111 -21
- package/System.Data.Common/internal/index.d.ts +67 -36
- package/System.Data.SqlTypes/internal/index.d.ts +59 -52
- package/System.Diagnostics/internal/index.d.ts +147 -17
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
- package/System.Diagnostics.Contracts/internal/index.d.ts +26 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +31 -3
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +8 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +40 -6
- package/System.Drawing/internal/index.d.ts +24 -0
- package/System.Dynamic/internal/index.d.ts +38 -6
- package/System.Formats.Asn1/internal/index.d.ts +13 -3
- package/System.Formats.Tar/internal/index.d.ts +20 -6
- package/System.Globalization/internal/index.d.ts +64 -18
- package/System.IO/internal/index.d.ts +74 -18
- package/System.IO.Compression/internal/index.d.ts +25 -9
- package/System.IO.Enumeration/internal/index.d.ts +6 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -3
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -0
- package/System.IO.Pipelines/internal/index.d.ts +19 -3
- package/System.IO.Pipes/internal/index.d.ts +16 -0
- package/System.Linq/internal/index.d.ts +17 -3
- package/System.Linq.Expressions/internal/index.d.ts +86 -18
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
- package/System.Net/internal/index.d.ts +112 -23
- package/System.Net.Cache/internal/index.d.ts +4 -0
- package/System.Net.Http/internal/index.d.ts +50 -0
- package/System.Net.Http.Headers/internal/index.d.ts +79 -62
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +31 -9
- package/System.Net.Mime/internal/index.d.ts +4 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +67 -10
- package/System.Net.Quic/internal/index.d.ts +22 -6
- package/System.Net.Security/internal/index.d.ts +27 -3
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
- package/System.Net.Sockets/internal/index.d.ts +38 -6
- package/System.Net.WebSockets/internal/index.d.ts +23 -3
- package/System.Numerics/internal/index.d.ts +29 -16
- package/System.Reflection/internal/index.d.ts +135 -32
- package/System.Reflection.Emit/internal/index.d.ts +45 -9
- package/System.Reflection.Metadata/internal/index.d.ts +324 -10
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +76 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +37 -3
- package/System.Resources/internal/index.d.ts +16 -0
- package/System.Runtime/internal/index.d.ts +12 -6
- package/System.Runtime.CompilerServices/internal/index.d.ts +278 -39
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +6 -0
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices/internal/index.d.ts +175 -15
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +40 -0
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +55 -3
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +57 -12
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -0
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +8 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +13 -17
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +40 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -0
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +148 -0
- package/System.Runtime.Loader/internal/index.d.ts +7 -3
- package/System.Runtime.Remoting/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +75 -9
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +26 -0
- package/System.Security/internal/index.d.ts +28 -6
- package/System.Security.AccessControl/internal/index.d.ts +98 -8
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +9 -3
- package/System.Security.Claims/internal/index.d.ts +8 -6
- package/System.Security.Cryptography/internal/index.d.ts +299 -44
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +72 -14
- package/System.Security.Permissions/internal/index.d.ts +6 -0
- package/System.Security.Policy/internal/index.d.ts +4 -0
- package/System.Security.Principal/internal/index.d.ts +21 -8
- package/System.Text/internal/index.d.ts +70 -11
- package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
- package/System.Text.Json/internal/index.d.ts +33 -8
- package/System.Text.Json.Nodes/internal/index.d.ts +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +54 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +23 -3
- package/System.Text.RegularExpressions/internal/index.d.ts +35 -7
- package/System.Text.Unicode/internal/index.d.ts +4 -0
- package/System.Threading/internal/index.d.ts +108 -24
- package/System.Threading.Channels/internal/index.d.ts +18 -0
- package/System.Threading.Tasks/internal/index.d.ts +49 -13
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +2 -0
- package/System.Timers/internal/index.d.ts +7 -3
- package/System.Transactions/internal/index.d.ts +37 -15
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Markup/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +107 -20
- package/System.Xml.Linq/internal/index.d.ts +42 -18
- package/System.Xml.Resolvers/internal/index.d.ts +2 -0
- package/System.Xml.Schema/internal/index.d.ts +150 -4
- package/System.Xml.Serialization/internal/index.d.ts +120 -8
- package/System.Xml.XPath/internal/index.d.ts +14 -6
- package/System.Xml.Xsl/internal/index.d.ts +16 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +89 -2
- package/__internal/extensions/index.d.ts +2143 -1955
- package/package.json +2 -2
|
@@ -105,6 +105,8 @@ export enum TableIndex {
|
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
export interface ArrayShapeEncoder$instance {
|
|
108
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_ArrayShapeEncoder: never;
|
|
109
|
+
|
|
108
110
|
readonly Builder: BlobBuilder;
|
|
109
111
|
Shape(rank: int, sizes: ImmutableArray_1<System_Internal.Int32>, lowerBounds: ImmutableArray_1<System_Internal.Int32>): void;
|
|
110
112
|
}
|
|
@@ -118,6 +120,8 @@ export const ArrayShapeEncoder: {
|
|
|
118
120
|
export type ArrayShapeEncoder = ArrayShapeEncoder$instance;
|
|
119
121
|
|
|
120
122
|
export interface BlobEncoder$instance {
|
|
123
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_BlobEncoder: never;
|
|
124
|
+
|
|
121
125
|
readonly Builder: BlobBuilder;
|
|
122
126
|
CustomAttributeSignature(fixedArguments: FixedArgumentsEncoder, namedArguments: CustomAttributeNamedArgumentsEncoder): void;
|
|
123
127
|
CustomAttributeSignature(fixedArguments: Action_1<FixedArgumentsEncoder>, namedArguments: Action_1<CustomAttributeNamedArgumentsEncoder>): void;
|
|
@@ -141,6 +145,8 @@ export const BlobEncoder: {
|
|
|
141
145
|
export type BlobEncoder = BlobEncoder$instance;
|
|
142
146
|
|
|
143
147
|
export interface CustomAttributeArrayTypeEncoder$instance {
|
|
148
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_CustomAttributeArrayTypeEncoder: never;
|
|
149
|
+
|
|
144
150
|
readonly Builder: BlobBuilder;
|
|
145
151
|
ElementType(): CustomAttributeElementTypeEncoder;
|
|
146
152
|
ObjectArray(): void;
|
|
@@ -155,6 +161,8 @@ export const CustomAttributeArrayTypeEncoder: {
|
|
|
155
161
|
export type CustomAttributeArrayTypeEncoder = CustomAttributeArrayTypeEncoder$instance;
|
|
156
162
|
|
|
157
163
|
export interface CustomAttributeElementTypeEncoder$instance {
|
|
164
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_CustomAttributeElementTypeEncoder: never;
|
|
165
|
+
|
|
158
166
|
readonly Builder: BlobBuilder;
|
|
159
167
|
Boolean(): void;
|
|
160
168
|
Byte(): void;
|
|
@@ -183,6 +191,8 @@ export const CustomAttributeElementTypeEncoder: {
|
|
|
183
191
|
export type CustomAttributeElementTypeEncoder = CustomAttributeElementTypeEncoder$instance;
|
|
184
192
|
|
|
185
193
|
export interface CustomAttributeNamedArgumentsEncoder$instance {
|
|
194
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_CustomAttributeNamedArgumentsEncoder: never;
|
|
195
|
+
|
|
186
196
|
readonly Builder: BlobBuilder;
|
|
187
197
|
Count(count: int): NamedArgumentsEncoder;
|
|
188
198
|
}
|
|
@@ -196,6 +206,8 @@ export const CustomAttributeNamedArgumentsEncoder: {
|
|
|
196
206
|
export type CustomAttributeNamedArgumentsEncoder = CustomAttributeNamedArgumentsEncoder$instance;
|
|
197
207
|
|
|
198
208
|
export interface CustomModifiersEncoder$instance {
|
|
209
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_CustomModifiersEncoder: never;
|
|
210
|
+
|
|
199
211
|
readonly Builder: BlobBuilder;
|
|
200
212
|
AddModifier(type: EntityHandle, isOptional: boolean): CustomModifiersEncoder;
|
|
201
213
|
}
|
|
@@ -209,6 +221,8 @@ export const CustomModifiersEncoder: {
|
|
|
209
221
|
export type CustomModifiersEncoder = CustomModifiersEncoder$instance;
|
|
210
222
|
|
|
211
223
|
export interface EditAndContinueLogEntry$instance {
|
|
224
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_EditAndContinueLogEntry: never;
|
|
225
|
+
|
|
212
226
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
213
227
|
|
|
214
228
|
readonly Handle: EntityHandle;
|
|
@@ -235,6 +249,8 @@ export type EditAndContinueLogEntry = EditAndContinueLogEntry$instance & __EditA
|
|
|
235
249
|
|
|
236
250
|
|
|
237
251
|
export interface ExceptionRegionEncoder$instance {
|
|
252
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_ExceptionRegionEncoder: never;
|
|
253
|
+
|
|
238
254
|
readonly Builder: BlobBuilder;
|
|
239
255
|
readonly HasSmallFormat: boolean;
|
|
240
256
|
Add(kind: ExceptionRegionKind, tryOffset: int, tryLength: int, handlerOffset: int, handlerLength: int, catchType?: EntityHandle, filterOffset?: int): ExceptionRegionEncoder;
|
|
@@ -255,6 +271,8 @@ export const ExceptionRegionEncoder: {
|
|
|
255
271
|
export type ExceptionRegionEncoder = ExceptionRegionEncoder$instance;
|
|
256
272
|
|
|
257
273
|
export interface FieldTypeEncoder$instance {
|
|
274
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_FieldTypeEncoder: never;
|
|
275
|
+
|
|
258
276
|
readonly Builder: BlobBuilder;
|
|
259
277
|
CustomModifiers(): CustomModifiersEncoder;
|
|
260
278
|
Type(isByRef?: boolean): SignatureTypeEncoder;
|
|
@@ -270,6 +288,8 @@ export const FieldTypeEncoder: {
|
|
|
270
288
|
export type FieldTypeEncoder = FieldTypeEncoder$instance;
|
|
271
289
|
|
|
272
290
|
export interface FixedArgumentsEncoder$instance {
|
|
291
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_FixedArgumentsEncoder: never;
|
|
292
|
+
|
|
273
293
|
readonly Builder: BlobBuilder;
|
|
274
294
|
AddArgument(): LiteralEncoder;
|
|
275
295
|
}
|
|
@@ -283,6 +303,8 @@ export const FixedArgumentsEncoder: {
|
|
|
283
303
|
export type FixedArgumentsEncoder = FixedArgumentsEncoder$instance;
|
|
284
304
|
|
|
285
305
|
export interface GenericTypeArgumentsEncoder$instance {
|
|
306
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_GenericTypeArgumentsEncoder: never;
|
|
307
|
+
|
|
286
308
|
readonly Builder: BlobBuilder;
|
|
287
309
|
AddArgument(): SignatureTypeEncoder;
|
|
288
310
|
}
|
|
@@ -296,6 +318,8 @@ export const GenericTypeArgumentsEncoder: {
|
|
|
296
318
|
export type GenericTypeArgumentsEncoder = GenericTypeArgumentsEncoder$instance;
|
|
297
319
|
|
|
298
320
|
export interface InstructionEncoder$instance {
|
|
321
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_InstructionEncoder: never;
|
|
322
|
+
|
|
299
323
|
readonly CodeBuilder: BlobBuilder;
|
|
300
324
|
readonly ControlFlowBuilder: ControlFlowBuilder | undefined;
|
|
301
325
|
readonly Offset: int;
|
|
@@ -333,6 +357,8 @@ export const InstructionEncoder: {
|
|
|
333
357
|
export type InstructionEncoder = InstructionEncoder$instance;
|
|
334
358
|
|
|
335
359
|
export interface LabelHandle$instance {
|
|
360
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_LabelHandle: never;
|
|
361
|
+
|
|
336
362
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
337
363
|
|
|
338
364
|
readonly Id: int;
|
|
@@ -359,6 +385,8 @@ export type LabelHandle = LabelHandle$instance & __LabelHandle$views;
|
|
|
359
385
|
|
|
360
386
|
|
|
361
387
|
export interface LiteralEncoder$instance {
|
|
388
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_LiteralEncoder: never;
|
|
389
|
+
|
|
362
390
|
readonly Builder: BlobBuilder;
|
|
363
391
|
Scalar(): ScalarEncoder;
|
|
364
392
|
TaggedScalar(type: CustomAttributeElementTypeEncoder, scalar: ScalarEncoder): void;
|
|
@@ -377,6 +405,8 @@ export const LiteralEncoder: {
|
|
|
377
405
|
export type LiteralEncoder = LiteralEncoder$instance;
|
|
378
406
|
|
|
379
407
|
export interface LiteralsEncoder$instance {
|
|
408
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_LiteralsEncoder: never;
|
|
409
|
+
|
|
380
410
|
readonly Builder: BlobBuilder;
|
|
381
411
|
AddLiteral(): LiteralEncoder;
|
|
382
412
|
}
|
|
@@ -390,6 +420,8 @@ export const LiteralsEncoder: {
|
|
|
390
420
|
export type LiteralsEncoder = LiteralsEncoder$instance;
|
|
391
421
|
|
|
392
422
|
export interface LocalVariablesEncoder$instance {
|
|
423
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_LocalVariablesEncoder: never;
|
|
424
|
+
|
|
393
425
|
readonly Builder: BlobBuilder;
|
|
394
426
|
AddVariable(): LocalVariableTypeEncoder;
|
|
395
427
|
}
|
|
@@ -403,6 +435,8 @@ export const LocalVariablesEncoder: {
|
|
|
403
435
|
export type LocalVariablesEncoder = LocalVariablesEncoder$instance;
|
|
404
436
|
|
|
405
437
|
export interface LocalVariableTypeEncoder$instance {
|
|
438
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_LocalVariableTypeEncoder: never;
|
|
439
|
+
|
|
406
440
|
readonly Builder: BlobBuilder;
|
|
407
441
|
CustomModifiers(): CustomModifiersEncoder;
|
|
408
442
|
Type(isByRef?: boolean, isPinned?: boolean): SignatureTypeEncoder;
|
|
@@ -418,6 +452,8 @@ export const LocalVariableTypeEncoder: {
|
|
|
418
452
|
export type LocalVariableTypeEncoder = LocalVariableTypeEncoder$instance;
|
|
419
453
|
|
|
420
454
|
export interface MethodBodyStreamEncoder$instance {
|
|
455
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_MethodBodyStreamEncoder: never;
|
|
456
|
+
|
|
421
457
|
readonly Builder: BlobBuilder;
|
|
422
458
|
AddMethodBody(codeSize: int, maxStack: int, exceptionRegionCount: int, hasSmallExceptionRegions: boolean, localVariablesSignature: StandaloneSignatureHandle, attributes: MethodBodyAttributes): MethodBodyStreamEncoder_MethodBody;
|
|
423
459
|
AddMethodBody(codeSize: int, maxStack?: int, exceptionRegionCount?: int, hasSmallExceptionRegions?: boolean, localVariablesSignature?: StandaloneSignatureHandle, attributes?: MethodBodyAttributes, hasDynamicStackAllocation?: boolean): MethodBodyStreamEncoder_MethodBody;
|
|
@@ -434,6 +470,8 @@ export const MethodBodyStreamEncoder: {
|
|
|
434
470
|
export type MethodBodyStreamEncoder = MethodBodyStreamEncoder$instance;
|
|
435
471
|
|
|
436
472
|
export interface MethodBodyStreamEncoder_MethodBody$instance {
|
|
473
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_MethodBodyStreamEncoder_MethodBody: never;
|
|
474
|
+
|
|
437
475
|
readonly ExceptionRegions: ExceptionRegionEncoder;
|
|
438
476
|
readonly Instructions: Blob;
|
|
439
477
|
readonly Offset: int;
|
|
@@ -448,6 +486,8 @@ export const MethodBodyStreamEncoder_MethodBody: {
|
|
|
448
486
|
export type MethodBodyStreamEncoder_MethodBody = MethodBodyStreamEncoder_MethodBody$instance;
|
|
449
487
|
|
|
450
488
|
export interface MethodSignatureEncoder$instance {
|
|
489
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_MethodSignatureEncoder: never;
|
|
490
|
+
|
|
451
491
|
readonly Builder: BlobBuilder;
|
|
452
492
|
readonly HasVarArgs: boolean;
|
|
453
493
|
Parameters(parameterCount: int, returnType: ReturnTypeEncoder, parameters: ParametersEncoder): void;
|
|
@@ -463,6 +503,8 @@ export const MethodSignatureEncoder: {
|
|
|
463
503
|
export type MethodSignatureEncoder = MethodSignatureEncoder$instance;
|
|
464
504
|
|
|
465
505
|
export interface NamedArgumentsEncoder$instance {
|
|
506
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_NamedArgumentsEncoder: never;
|
|
507
|
+
|
|
466
508
|
readonly Builder: BlobBuilder;
|
|
467
509
|
AddArgument(isField: boolean, type: NamedArgumentTypeEncoder, name: NameEncoder, literal: LiteralEncoder): void;
|
|
468
510
|
AddArgument(isField: boolean, type: Action_1<NamedArgumentTypeEncoder>, name: Action_1<NameEncoder>, literal: Action_1<LiteralEncoder>): void;
|
|
@@ -477,6 +519,8 @@ export const NamedArgumentsEncoder: {
|
|
|
477
519
|
export type NamedArgumentsEncoder = NamedArgumentsEncoder$instance;
|
|
478
520
|
|
|
479
521
|
export interface NamedArgumentTypeEncoder$instance {
|
|
522
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_NamedArgumentTypeEncoder: never;
|
|
523
|
+
|
|
480
524
|
readonly Builder: BlobBuilder;
|
|
481
525
|
Object(): void;
|
|
482
526
|
ScalarType(): CustomAttributeElementTypeEncoder;
|
|
@@ -492,6 +536,8 @@ export const NamedArgumentTypeEncoder: {
|
|
|
492
536
|
export type NamedArgumentTypeEncoder = NamedArgumentTypeEncoder$instance;
|
|
493
537
|
|
|
494
538
|
export interface NameEncoder$instance {
|
|
539
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_NameEncoder: never;
|
|
540
|
+
|
|
495
541
|
readonly Builder: BlobBuilder;
|
|
496
542
|
Name(name: string): void;
|
|
497
543
|
}
|
|
@@ -505,6 +551,8 @@ export const NameEncoder: {
|
|
|
505
551
|
export type NameEncoder = NameEncoder$instance;
|
|
506
552
|
|
|
507
553
|
export interface ParametersEncoder$instance {
|
|
554
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_ParametersEncoder: never;
|
|
555
|
+
|
|
508
556
|
readonly Builder: BlobBuilder;
|
|
509
557
|
readonly HasVarArgs: boolean;
|
|
510
558
|
AddParameter(): ParameterTypeEncoder;
|
|
@@ -520,6 +568,8 @@ export const ParametersEncoder: {
|
|
|
520
568
|
export type ParametersEncoder = ParametersEncoder$instance;
|
|
521
569
|
|
|
522
570
|
export interface ParameterTypeEncoder$instance {
|
|
571
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_ParameterTypeEncoder: never;
|
|
572
|
+
|
|
523
573
|
readonly Builder: BlobBuilder;
|
|
524
574
|
CustomModifiers(): CustomModifiersEncoder;
|
|
525
575
|
Type(isByRef?: boolean): SignatureTypeEncoder;
|
|
@@ -535,6 +585,8 @@ export const ParameterTypeEncoder: {
|
|
|
535
585
|
export type ParameterTypeEncoder = ParameterTypeEncoder$instance;
|
|
536
586
|
|
|
537
587
|
export interface PermissionSetEncoder$instance {
|
|
588
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_PermissionSetEncoder: never;
|
|
589
|
+
|
|
538
590
|
readonly Builder: BlobBuilder;
|
|
539
591
|
AddPermission(typeName: string, encodedArguments: ImmutableArray_1<System_Internal.Byte>): PermissionSetEncoder;
|
|
540
592
|
AddPermission(typeName: string, encodedArguments: BlobBuilder): PermissionSetEncoder;
|
|
@@ -549,6 +601,8 @@ export const PermissionSetEncoder: {
|
|
|
549
601
|
export type PermissionSetEncoder = PermissionSetEncoder$instance;
|
|
550
602
|
|
|
551
603
|
export interface ReturnTypeEncoder$instance {
|
|
604
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_ReturnTypeEncoder: never;
|
|
605
|
+
|
|
552
606
|
readonly Builder: BlobBuilder;
|
|
553
607
|
CustomModifiers(): CustomModifiersEncoder;
|
|
554
608
|
Type(isByRef?: boolean): SignatureTypeEncoder;
|
|
@@ -565,6 +619,8 @@ export const ReturnTypeEncoder: {
|
|
|
565
619
|
export type ReturnTypeEncoder = ReturnTypeEncoder$instance;
|
|
566
620
|
|
|
567
621
|
export interface ScalarEncoder$instance {
|
|
622
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_ScalarEncoder: never;
|
|
623
|
+
|
|
568
624
|
readonly Builder: BlobBuilder;
|
|
569
625
|
Constant(value: unknown): void;
|
|
570
626
|
NullArray(): void;
|
|
@@ -580,6 +636,8 @@ export const ScalarEncoder: {
|
|
|
580
636
|
export type ScalarEncoder = ScalarEncoder$instance;
|
|
581
637
|
|
|
582
638
|
export interface SignatureDecoder_2$instance<TType, TGenericContext> {
|
|
639
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_SignatureDecoder_2: never;
|
|
640
|
+
|
|
583
641
|
DecodeFieldSignature(blobReader: BlobReader): TType;
|
|
584
642
|
DecodeLocalSignature(blobReader: BlobReader): ImmutableArray_1<TType>;
|
|
585
643
|
DecodeMethodSignature(blobReader: BlobReader): MethodSignature_1<TType>;
|
|
@@ -596,6 +654,8 @@ export const SignatureDecoder_2: {
|
|
|
596
654
|
export type SignatureDecoder_2<TType, TGenericContext> = SignatureDecoder_2$instance<TType, TGenericContext>;
|
|
597
655
|
|
|
598
656
|
export interface SignatureTypeEncoder$instance {
|
|
657
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_SignatureTypeEncoder: never;
|
|
658
|
+
|
|
599
659
|
readonly Builder: BlobBuilder;
|
|
600
660
|
Array(elementType: SignatureTypeEncoder, arrayShape: ArrayShapeEncoder): void;
|
|
601
661
|
Array(elementType: Action_1<SignatureTypeEncoder>, arrayShape: Action_1<ArrayShapeEncoder>): void;
|
|
@@ -637,6 +697,8 @@ export const SignatureTypeEncoder: {
|
|
|
637
697
|
export type SignatureTypeEncoder = SignatureTypeEncoder$instance;
|
|
638
698
|
|
|
639
699
|
export interface SwitchInstructionEncoder$instance {
|
|
700
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_SwitchInstructionEncoder: never;
|
|
701
|
+
|
|
640
702
|
Branch(label: LabelHandle): void;
|
|
641
703
|
}
|
|
642
704
|
|
|
@@ -649,6 +711,8 @@ export const SwitchInstructionEncoder: {
|
|
|
649
711
|
export type SwitchInstructionEncoder = SwitchInstructionEncoder$instance;
|
|
650
712
|
|
|
651
713
|
export interface VectorEncoder$instance {
|
|
714
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_VectorEncoder: never;
|
|
715
|
+
|
|
652
716
|
readonly Builder: BlobBuilder;
|
|
653
717
|
Count(count: int): LiteralsEncoder;
|
|
654
718
|
}
|
|
@@ -662,6 +726,8 @@ export const VectorEncoder: {
|
|
|
662
726
|
export type VectorEncoder = VectorEncoder$instance;
|
|
663
727
|
|
|
664
728
|
export interface ControlFlowBuilder$instance {
|
|
729
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_ControlFlowBuilder: never;
|
|
730
|
+
|
|
665
731
|
AddCatchRegion(tryStart: LabelHandle, tryEnd: LabelHandle, handlerStart: LabelHandle, handlerEnd: LabelHandle, catchType: EntityHandle): void;
|
|
666
732
|
AddFaultRegion(tryStart: LabelHandle, tryEnd: LabelHandle, handlerStart: LabelHandle, handlerEnd: LabelHandle): void;
|
|
667
733
|
AddFilterRegion(tryStart: LabelHandle, tryEnd: LabelHandle, handlerStart: LabelHandle, handlerEnd: LabelHandle, filterStart: LabelHandle): void;
|
|
@@ -678,6 +744,8 @@ export const ControlFlowBuilder: {
|
|
|
678
744
|
export type ControlFlowBuilder = ControlFlowBuilder$instance;
|
|
679
745
|
|
|
680
746
|
export interface MetadataAggregator$instance {
|
|
747
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_MetadataAggregator: never;
|
|
748
|
+
|
|
681
749
|
GetGenerationHandle(handle: Handle, generation: int): Handle;
|
|
682
750
|
}
|
|
683
751
|
|
|
@@ -691,6 +759,8 @@ export const MetadataAggregator: {
|
|
|
691
759
|
export type MetadataAggregator = MetadataAggregator$instance;
|
|
692
760
|
|
|
693
761
|
export interface MetadataBuilder$instance {
|
|
762
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_MetadataBuilder: never;
|
|
763
|
+
|
|
694
764
|
AddAssembly(name: StringHandle, version: Version, culture: StringHandle, publicKey: BlobHandle, flags: AssemblyFlags, hashAlgorithm: AssemblyHashAlgorithm): AssemblyDefinitionHandle;
|
|
695
765
|
AddAssemblyFile(name: StringHandle, hashValue: BlobHandle, containsMetadata: boolean): AssemblyFileHandle;
|
|
696
766
|
AddAssemblyReference(name: StringHandle, version: Version, culture: StringHandle, publicKeyOrToken: BlobHandle, flags: AssemblyFlags, hashValue: BlobHandle): AssemblyReferenceHandle;
|
|
@@ -762,6 +832,8 @@ export const MetadataBuilder: {
|
|
|
762
832
|
export type MetadataBuilder = MetadataBuilder$instance;
|
|
763
833
|
|
|
764
834
|
export interface MetadataRootBuilder$instance {
|
|
835
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_MetadataRootBuilder: never;
|
|
836
|
+
|
|
765
837
|
readonly MetadataVersion: string;
|
|
766
838
|
readonly Sizes: MetadataSizes;
|
|
767
839
|
readonly SuppressValidation: boolean;
|
|
@@ -777,6 +849,8 @@ export const MetadataRootBuilder: {
|
|
|
777
849
|
export type MetadataRootBuilder = MetadataRootBuilder$instance;
|
|
778
850
|
|
|
779
851
|
export interface MetadataSizes$instance {
|
|
852
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_MetadataSizes: never;
|
|
853
|
+
|
|
780
854
|
readonly ExternalRowCounts: ImmutableArray_1<System_Internal.Int32>;
|
|
781
855
|
readonly HeapSizes: ImmutableArray_1<System_Internal.Int32>;
|
|
782
856
|
readonly RowCounts: ImmutableArray_1<System_Internal.Int32>;
|
|
@@ -791,6 +865,8 @@ export const MetadataSizes: {
|
|
|
791
865
|
export type MetadataSizes = MetadataSizes$instance;
|
|
792
866
|
|
|
793
867
|
export interface PortablePdbBuilder$instance {
|
|
868
|
+
readonly __tsonic_type_System_Reflection_Metadata_Ecma335_PortablePdbBuilder: never;
|
|
869
|
+
|
|
794
870
|
readonly FormatVersion: ushort;
|
|
795
871
|
readonly IdProvider: Func_2<IEnumerable_1<Blob>, BlobContentId>;
|
|
796
872
|
readonly MetadataVersion: string;
|
|
@@ -194,6 +194,8 @@ export enum Subsystem {
|
|
|
194
194
|
|
|
195
195
|
|
|
196
196
|
export interface CodeViewDebugDirectoryData$instance {
|
|
197
|
+
readonly __tsonic_type_System_Reflection_PortableExecutable_CodeViewDebugDirectoryData: never;
|
|
198
|
+
|
|
197
199
|
readonly Age: int;
|
|
198
200
|
readonly Guid: Guid;
|
|
199
201
|
readonly Path: string;
|
|
@@ -208,6 +210,8 @@ export const CodeViewDebugDirectoryData: {
|
|
|
208
210
|
export type CodeViewDebugDirectoryData = CodeViewDebugDirectoryData$instance;
|
|
209
211
|
|
|
210
212
|
export interface DebugDirectoryEntry$instance {
|
|
213
|
+
readonly __tsonic_type_System_Reflection_PortableExecutable_DebugDirectoryEntry: never;
|
|
214
|
+
|
|
211
215
|
readonly DataPointer: int;
|
|
212
216
|
readonly DataRelativeVirtualAddress: int;
|
|
213
217
|
readonly DataSize: int;
|
|
@@ -227,6 +231,8 @@ export const DebugDirectoryEntry: {
|
|
|
227
231
|
export type DebugDirectoryEntry = DebugDirectoryEntry$instance;
|
|
228
232
|
|
|
229
233
|
export interface DirectoryEntry$instance {
|
|
234
|
+
readonly __tsonic_type_System_Reflection_PortableExecutable_DirectoryEntry: never;
|
|
235
|
+
|
|
230
236
|
readonly RelativeVirtualAddress: int;
|
|
231
237
|
readonly Size: int;
|
|
232
238
|
}
|
|
@@ -240,6 +246,8 @@ export const DirectoryEntry: {
|
|
|
240
246
|
export type DirectoryEntry = DirectoryEntry$instance;
|
|
241
247
|
|
|
242
248
|
export interface PdbChecksumDebugDirectoryData$instance {
|
|
249
|
+
readonly __tsonic_type_System_Reflection_PortableExecutable_PdbChecksumDebugDirectoryData: never;
|
|
250
|
+
|
|
243
251
|
readonly AlgorithmName: string;
|
|
244
252
|
readonly Checksum: ImmutableArray_1<System_Internal.Byte>;
|
|
245
253
|
}
|
|
@@ -253,6 +261,8 @@ export const PdbChecksumDebugDirectoryData: {
|
|
|
253
261
|
export type PdbChecksumDebugDirectoryData = PdbChecksumDebugDirectoryData$instance;
|
|
254
262
|
|
|
255
263
|
export interface PEMemoryBlock$instance {
|
|
264
|
+
readonly __tsonic_type_System_Reflection_PortableExecutable_PEMemoryBlock: never;
|
|
265
|
+
|
|
256
266
|
readonly Length: int;
|
|
257
267
|
readonly Pointer: ptr<byte>;
|
|
258
268
|
GetContent(): ImmutableArray_1<System_Internal.Byte>;
|
|
@@ -270,6 +280,8 @@ export const PEMemoryBlock: {
|
|
|
270
280
|
export type PEMemoryBlock = PEMemoryBlock$instance;
|
|
271
281
|
|
|
272
282
|
export interface SectionHeader$instance {
|
|
283
|
+
readonly __tsonic_type_System_Reflection_PortableExecutable_SectionHeader: never;
|
|
284
|
+
|
|
273
285
|
readonly Name: string;
|
|
274
286
|
readonly NumberOfLineNumbers: ushort;
|
|
275
287
|
readonly NumberOfRelocations: ushort;
|
|
@@ -291,6 +303,8 @@ export const SectionHeader: {
|
|
|
291
303
|
export type SectionHeader = SectionHeader$instance;
|
|
292
304
|
|
|
293
305
|
export interface SectionLocation$instance {
|
|
306
|
+
readonly __tsonic_type_System_Reflection_PortableExecutable_SectionLocation: never;
|
|
307
|
+
|
|
294
308
|
readonly PointerToRawData: int;
|
|
295
309
|
readonly RelativeVirtualAddress: int;
|
|
296
310
|
}
|
|
@@ -304,6 +318,8 @@ export const SectionLocation: {
|
|
|
304
318
|
export type SectionLocation = SectionLocation$instance;
|
|
305
319
|
|
|
306
320
|
export interface CoffHeader$instance {
|
|
321
|
+
readonly __tsonic_type_System_Reflection_PortableExecutable_CoffHeader: never;
|
|
322
|
+
|
|
307
323
|
readonly Characteristics: Characteristics;
|
|
308
324
|
readonly Machine: Machine;
|
|
309
325
|
readonly NumberOfSections: short;
|
|
@@ -321,6 +337,8 @@ export const CoffHeader: {
|
|
|
321
337
|
export type CoffHeader = CoffHeader$instance;
|
|
322
338
|
|
|
323
339
|
export interface CorHeader$instance {
|
|
340
|
+
readonly __tsonic_type_System_Reflection_PortableExecutable_CorHeader: never;
|
|
341
|
+
|
|
324
342
|
readonly CodeManagerTableDirectory: DirectoryEntry;
|
|
325
343
|
readonly EntryPointTokenOrRelativeVirtualAddress: int;
|
|
326
344
|
readonly ExportAddressTableJumpsDirectory: DirectoryEntry;
|
|
@@ -342,6 +360,8 @@ export const CorHeader: {
|
|
|
342
360
|
export type CorHeader = CorHeader$instance;
|
|
343
361
|
|
|
344
362
|
export interface DebugDirectoryBuilder$instance {
|
|
363
|
+
readonly __tsonic_type_System_Reflection_PortableExecutable_DebugDirectoryBuilder: never;
|
|
364
|
+
|
|
345
365
|
AddCodeViewEntry(pdbPath: string, pdbContentId: BlobContentId, portablePdbVersion: ushort): void;
|
|
346
366
|
AddCodeViewEntry(pdbPath: string, pdbContentId: BlobContentId, portablePdbVersion: ushort, age: int): void;
|
|
347
367
|
AddEmbeddedPortablePdbEntry(debugMetadata: BlobBuilder, portablePdbVersion: ushort): void;
|
|
@@ -360,6 +380,8 @@ export const DebugDirectoryBuilder: {
|
|
|
360
380
|
export type DebugDirectoryBuilder = DebugDirectoryBuilder$instance;
|
|
361
381
|
|
|
362
382
|
export interface ManagedPEBuilder$instance extends PEBuilder {
|
|
383
|
+
readonly __tsonic_type_System_Reflection_PortableExecutable_ManagedPEBuilder: never;
|
|
384
|
+
|
|
363
385
|
CreateSections(): ImmutableArray_1<unknown>;
|
|
364
386
|
GetDirectories(): PEDirectoriesBuilder;
|
|
365
387
|
SerializeSection(name: string, location: SectionLocation): BlobBuilder;
|
|
@@ -377,6 +399,8 @@ export const ManagedPEBuilder: {
|
|
|
377
399
|
export type ManagedPEBuilder = ManagedPEBuilder$instance;
|
|
378
400
|
|
|
379
401
|
export interface PEBuilder$instance {
|
|
402
|
+
readonly __tsonic_type_System_Reflection_PortableExecutable_PEBuilder: never;
|
|
403
|
+
|
|
380
404
|
readonly Header: PEHeaderBuilder;
|
|
381
405
|
readonly IdProvider: Func_2<IEnumerable_1<Blob>, BlobContentId>;
|
|
382
406
|
readonly IsDeterministic: boolean;
|
|
@@ -394,6 +418,8 @@ export const PEBuilder: (abstract new(header: PEHeaderBuilder, deterministicIdPr
|
|
|
394
418
|
export type PEBuilder = PEBuilder$instance;
|
|
395
419
|
|
|
396
420
|
export interface PEDirectoriesBuilder$instance {
|
|
421
|
+
readonly __tsonic_type_System_Reflection_PortableExecutable_PEDirectoriesBuilder: never;
|
|
422
|
+
|
|
397
423
|
AddressOfEntryPoint: int;
|
|
398
424
|
BaseRelocationTable: DirectoryEntry;
|
|
399
425
|
BoundImportTable: DirectoryEntry;
|
|
@@ -420,6 +446,8 @@ export const PEDirectoriesBuilder: {
|
|
|
420
446
|
export type PEDirectoriesBuilder = PEDirectoriesBuilder$instance;
|
|
421
447
|
|
|
422
448
|
export interface PEHeader$instance {
|
|
449
|
+
readonly __tsonic_type_System_Reflection_PortableExecutable_PEHeader: never;
|
|
450
|
+
|
|
423
451
|
readonly AddressOfEntryPoint: int;
|
|
424
452
|
readonly BaseOfCode: int;
|
|
425
453
|
readonly BaseOfData: int;
|
|
@@ -473,6 +501,8 @@ export const PEHeader: {
|
|
|
473
501
|
export type PEHeader = PEHeader$instance;
|
|
474
502
|
|
|
475
503
|
export interface PEHeaderBuilder$instance {
|
|
504
|
+
readonly __tsonic_type_System_Reflection_PortableExecutable_PEHeaderBuilder: never;
|
|
505
|
+
|
|
476
506
|
readonly DllCharacteristics: DllCharacteristics;
|
|
477
507
|
readonly FileAlignment: int;
|
|
478
508
|
readonly ImageBase: ulong;
|
|
@@ -505,6 +535,8 @@ export const PEHeaderBuilder: {
|
|
|
505
535
|
export type PEHeaderBuilder = PEHeaderBuilder$instance;
|
|
506
536
|
|
|
507
537
|
export interface PEHeaders$instance {
|
|
538
|
+
readonly __tsonic_type_System_Reflection_PortableExecutable_PEHeaders: never;
|
|
539
|
+
|
|
508
540
|
readonly CoffHeader: CoffHeader;
|
|
509
541
|
readonly CoffHeaderStartOffset: int;
|
|
510
542
|
readonly CorHeader: CorHeader | undefined;
|
|
@@ -532,7 +564,9 @@ export const PEHeaders: {
|
|
|
532
564
|
|
|
533
565
|
export type PEHeaders = PEHeaders$instance;
|
|
534
566
|
|
|
535
|
-
export interface PEReader$instance {
|
|
567
|
+
export interface PEReader$instance extends System_Internal.IDisposable$instance {
|
|
568
|
+
readonly __tsonic_type_System_Reflection_PortableExecutable_PEReader: never;
|
|
569
|
+
|
|
536
570
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
537
571
|
|
|
538
572
|
readonly HasMetadata: boolean;
|
|
@@ -566,12 +600,12 @@ export interface __PEReader$views {
|
|
|
566
600
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
567
601
|
}
|
|
568
602
|
|
|
569
|
-
export interface PEReader$instance extends System_Internal.IDisposable$instance {}
|
|
570
|
-
|
|
571
603
|
export type PEReader = PEReader$instance & __PEReader$views;
|
|
572
604
|
|
|
573
605
|
|
|
574
606
|
export interface ResourceSectionBuilder$instance {
|
|
607
|
+
readonly __tsonic_type_System_Reflection_PortableExecutable_ResourceSectionBuilder: never;
|
|
608
|
+
|
|
575
609
|
Serialize(builder: BlobBuilder, location: SectionLocation): void;
|
|
576
610
|
}
|
|
577
611
|
|
|
@@ -55,6 +55,8 @@ export interface IResourceWriter$instance extends System_Internal.IDisposable$in
|
|
|
55
55
|
export type IResourceWriter = IResourceWriter$instance;
|
|
56
56
|
|
|
57
57
|
export interface MissingManifestResourceException$instance extends SystemException {
|
|
58
|
+
readonly __tsonic_type_System_Resources_MissingManifestResourceException: never;
|
|
59
|
+
|
|
58
60
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
59
61
|
|
|
60
62
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -76,6 +78,8 @@ export type MissingManifestResourceException = MissingManifestResourceException$
|
|
|
76
78
|
|
|
77
79
|
|
|
78
80
|
export interface MissingSatelliteAssemblyException$instance extends SystemException {
|
|
81
|
+
readonly __tsonic_type_System_Resources_MissingSatelliteAssemblyException: never;
|
|
82
|
+
|
|
79
83
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
80
84
|
|
|
81
85
|
readonly CultureName: string | undefined;
|
|
@@ -99,6 +103,8 @@ export type MissingSatelliteAssemblyException = MissingSatelliteAssemblyExceptio
|
|
|
99
103
|
|
|
100
104
|
|
|
101
105
|
export interface NeutralResourcesLanguageAttribute$instance extends Attribute {
|
|
106
|
+
readonly __tsonic_type_System_Resources_NeutralResourcesLanguageAttribute: never;
|
|
107
|
+
|
|
102
108
|
readonly CultureName: string;
|
|
103
109
|
readonly Location: UltimateResourceFallbackLocation;
|
|
104
110
|
}
|
|
@@ -113,6 +119,8 @@ export const NeutralResourcesLanguageAttribute: {
|
|
|
113
119
|
export type NeutralResourcesLanguageAttribute = NeutralResourcesLanguageAttribute$instance;
|
|
114
120
|
|
|
115
121
|
export interface ResourceManager$instance {
|
|
122
|
+
readonly __tsonic_type_System_Resources_ResourceManager: never;
|
|
123
|
+
|
|
116
124
|
readonly BaseName: string;
|
|
117
125
|
IgnoreCase: boolean;
|
|
118
126
|
readonly ResourceSetType: Type;
|
|
@@ -144,6 +152,8 @@ export const ResourceManager: {
|
|
|
144
152
|
export type ResourceManager = ResourceManager$instance;
|
|
145
153
|
|
|
146
154
|
export interface ResourceReader$instance {
|
|
155
|
+
readonly __tsonic_type_System_Resources_ResourceReader: never;
|
|
156
|
+
|
|
147
157
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
148
158
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
149
159
|
readonly __tsonic_iface_System_Resources_IResourceReader: never;
|
|
@@ -171,6 +181,8 @@ export type ResourceReader = ResourceReader$instance & __ResourceReader$views;
|
|
|
171
181
|
|
|
172
182
|
|
|
173
183
|
export interface ResourceSet$instance {
|
|
184
|
+
readonly __tsonic_type_System_Resources_ResourceSet: never;
|
|
185
|
+
|
|
174
186
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
175
187
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
176
188
|
|
|
@@ -204,6 +216,8 @@ export type ResourceSet = ResourceSet$instance & __ResourceSet$views;
|
|
|
204
216
|
|
|
205
217
|
|
|
206
218
|
export interface ResourceWriter$instance {
|
|
219
|
+
readonly __tsonic_type_System_Resources_ResourceWriter: never;
|
|
220
|
+
|
|
207
221
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
208
222
|
readonly __tsonic_iface_System_Resources_IResourceWriter: never;
|
|
209
223
|
|
|
@@ -236,6 +250,8 @@ export type ResourceWriter = ResourceWriter$instance & __ResourceWriter$views;
|
|
|
236
250
|
|
|
237
251
|
|
|
238
252
|
export interface SatelliteContractVersionAttribute$instance extends Attribute {
|
|
253
|
+
readonly __tsonic_type_System_Resources_SatelliteContractVersionAttribute: never;
|
|
254
|
+
|
|
239
255
|
readonly Version: string;
|
|
240
256
|
}
|
|
241
257
|
|
|
@@ -31,7 +31,9 @@ export enum GCLatencyMode {
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
export interface DependentHandle$instance {
|
|
34
|
+
export interface DependentHandle$instance extends System_Internal.IDisposable$instance {
|
|
35
|
+
readonly __tsonic_type_System_Runtime_DependentHandle: never;
|
|
36
|
+
|
|
35
37
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
36
38
|
|
|
37
39
|
get Dependent(): unknown | undefined;
|
|
@@ -53,12 +55,12 @@ export interface __DependentHandle$views {
|
|
|
53
55
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
54
56
|
}
|
|
55
57
|
|
|
56
|
-
export interface DependentHandle$instance extends System_Internal.IDisposable$instance {}
|
|
57
|
-
|
|
58
58
|
export type DependentHandle = DependentHandle$instance & __DependentHandle$views;
|
|
59
59
|
|
|
60
60
|
|
|
61
61
|
export interface AmbiguousImplementationException$instance extends Exception {
|
|
62
|
+
readonly __tsonic_type_System_Runtime_AmbiguousImplementationException: never;
|
|
63
|
+
|
|
62
64
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
63
65
|
|
|
64
66
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -80,6 +82,8 @@ export type AmbiguousImplementationException = AmbiguousImplementationException$
|
|
|
80
82
|
|
|
81
83
|
|
|
82
84
|
export interface AssemblyTargetedPatchBandAttribute$instance extends Attribute {
|
|
85
|
+
readonly __tsonic_type_System_Runtime_AssemblyTargetedPatchBandAttribute: never;
|
|
86
|
+
|
|
83
87
|
readonly TargetedPatchBand: string;
|
|
84
88
|
}
|
|
85
89
|
|
|
@@ -91,7 +95,9 @@ export const AssemblyTargetedPatchBandAttribute: {
|
|
|
91
95
|
|
|
92
96
|
export type AssemblyTargetedPatchBandAttribute = AssemblyTargetedPatchBandAttribute$instance;
|
|
93
97
|
|
|
94
|
-
export interface MemoryFailPoint$instance extends CriticalFinalizerObject {
|
|
98
|
+
export interface MemoryFailPoint$instance extends CriticalFinalizerObject, System_Internal.IDisposable$instance {
|
|
99
|
+
readonly __tsonic_type_System_Runtime_MemoryFailPoint: never;
|
|
100
|
+
|
|
95
101
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
96
102
|
|
|
97
103
|
Dispose(): void;
|
|
@@ -108,12 +114,12 @@ export interface __MemoryFailPoint$views {
|
|
|
108
114
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
109
115
|
}
|
|
110
116
|
|
|
111
|
-
export interface MemoryFailPoint$instance extends System_Internal.IDisposable$instance {}
|
|
112
|
-
|
|
113
117
|
export type MemoryFailPoint = MemoryFailPoint$instance & __MemoryFailPoint$views;
|
|
114
118
|
|
|
115
119
|
|
|
116
120
|
export interface TargetedPatchingOptOutAttribute$instance extends Attribute {
|
|
121
|
+
readonly __tsonic_type_System_Runtime_TargetedPatchingOptOutAttribute: never;
|
|
122
|
+
|
|
117
123
|
readonly Reason: string;
|
|
118
124
|
}
|
|
119
125
|
|