@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
|
@@ -194,6 +194,8 @@ export enum KnownColor {
|
|
|
194
194
|
|
|
195
195
|
|
|
196
196
|
export interface Color$instance {
|
|
197
|
+
readonly __tsonic_type_System_Drawing_Color: never;
|
|
198
|
+
|
|
197
199
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
198
200
|
|
|
199
201
|
readonly A: byte;
|
|
@@ -382,6 +384,8 @@ export type Color = Color$instance & __Color$views;
|
|
|
382
384
|
|
|
383
385
|
|
|
384
386
|
export interface Point$instance {
|
|
387
|
+
readonly __tsonic_type_System_Drawing_Point: never;
|
|
388
|
+
|
|
385
389
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
386
390
|
|
|
387
391
|
readonly IsEmpty: boolean;
|
|
@@ -420,6 +424,8 @@ export type Point = Point$instance & __Point$views;
|
|
|
420
424
|
|
|
421
425
|
|
|
422
426
|
export interface PointF$instance {
|
|
427
|
+
readonly __tsonic_type_System_Drawing_PointF: never;
|
|
428
|
+
|
|
423
429
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
424
430
|
|
|
425
431
|
readonly IsEmpty: boolean;
|
|
@@ -455,6 +461,8 @@ export type PointF = PointF$instance & __PointF$views;
|
|
|
455
461
|
|
|
456
462
|
|
|
457
463
|
export interface Rectangle$instance {
|
|
464
|
+
readonly __tsonic_type_System_Drawing_Rectangle: never;
|
|
465
|
+
|
|
458
466
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
459
467
|
|
|
460
468
|
readonly Bottom: int;
|
|
@@ -509,6 +517,8 @@ export type Rectangle = Rectangle$instance & __Rectangle$views;
|
|
|
509
517
|
|
|
510
518
|
|
|
511
519
|
export interface RectangleF$instance {
|
|
520
|
+
readonly __tsonic_type_System_Drawing_RectangleF: never;
|
|
521
|
+
|
|
512
522
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
513
523
|
|
|
514
524
|
readonly Bottom: float;
|
|
@@ -562,6 +572,8 @@ export type RectangleF = RectangleF$instance & __RectangleF$views;
|
|
|
562
572
|
|
|
563
573
|
|
|
564
574
|
export interface Size$instance {
|
|
575
|
+
readonly __tsonic_type_System_Drawing_Size: never;
|
|
576
|
+
|
|
565
577
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
566
578
|
|
|
567
579
|
Height: int;
|
|
@@ -597,6 +609,8 @@ export type Size = Size$instance & __Size$views;
|
|
|
597
609
|
|
|
598
610
|
|
|
599
611
|
export interface SizeF$instance {
|
|
612
|
+
readonly __tsonic_type_System_Drawing_SizeF: never;
|
|
613
|
+
|
|
600
614
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
601
615
|
|
|
602
616
|
Height: float;
|
|
@@ -634,6 +648,8 @@ export type SizeF = SizeF$instance & __SizeF$views;
|
|
|
634
648
|
|
|
635
649
|
|
|
636
650
|
export interface ColorConverter$instance extends TypeConverter {
|
|
651
|
+
readonly __tsonic_type_System_Drawing_ColorConverter: never;
|
|
652
|
+
|
|
637
653
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
638
654
|
CanConvertFrom(sourceType: Type): boolean;
|
|
639
655
|
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
@@ -657,6 +673,8 @@ export const ColorConverter: {
|
|
|
657
673
|
export type ColorConverter = ColorConverter$instance;
|
|
658
674
|
|
|
659
675
|
export interface PointConverter$instance extends TypeConverter {
|
|
676
|
+
readonly __tsonic_type_System_Drawing_PointConverter: never;
|
|
677
|
+
|
|
660
678
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
661
679
|
CanConvertFrom(sourceType: Type): boolean;
|
|
662
680
|
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
@@ -685,6 +703,8 @@ export const PointConverter: {
|
|
|
685
703
|
export type PointConverter = PointConverter$instance;
|
|
686
704
|
|
|
687
705
|
export interface RectangleConverter$instance extends TypeConverter {
|
|
706
|
+
readonly __tsonic_type_System_Drawing_RectangleConverter: never;
|
|
707
|
+
|
|
688
708
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
689
709
|
CanConvertFrom(sourceType: Type): boolean;
|
|
690
710
|
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
@@ -713,6 +733,8 @@ export const RectangleConverter: {
|
|
|
713
733
|
export type RectangleConverter = RectangleConverter$instance;
|
|
714
734
|
|
|
715
735
|
export interface SizeConverter$instance extends TypeConverter {
|
|
736
|
+
readonly __tsonic_type_System_Drawing_SizeConverter: never;
|
|
737
|
+
|
|
716
738
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
717
739
|
CanConvertFrom(sourceType: Type): boolean;
|
|
718
740
|
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
@@ -741,6 +763,8 @@ export const SizeConverter: {
|
|
|
741
763
|
export type SizeConverter = SizeConverter$instance;
|
|
742
764
|
|
|
743
765
|
export interface SizeFConverter$instance extends TypeConverter {
|
|
766
|
+
readonly __tsonic_type_System_Drawing_SizeFConverter: never;
|
|
767
|
+
|
|
744
768
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
745
769
|
CanConvertFrom(sourceType: Type): boolean;
|
|
746
770
|
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
@@ -41,6 +41,8 @@ export interface IInvokeOnGetBinder$instance {
|
|
|
41
41
|
export type IInvokeOnGetBinder = IInvokeOnGetBinder$instance;
|
|
42
42
|
|
|
43
43
|
export interface BinaryOperationBinder$instance extends DynamicMetaObjectBinder {
|
|
44
|
+
readonly __tsonic_type_System_Dynamic_BinaryOperationBinder: never;
|
|
45
|
+
|
|
44
46
|
readonly Operation: ExpressionType;
|
|
45
47
|
readonly ReturnType: Type;
|
|
46
48
|
Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
@@ -57,6 +59,8 @@ export const BinaryOperationBinder: (abstract new(operation: ExpressionType) =>
|
|
|
57
59
|
export type BinaryOperationBinder = BinaryOperationBinder$instance;
|
|
58
60
|
|
|
59
61
|
export interface BindingRestrictions$instance {
|
|
62
|
+
readonly __tsonic_type_System_Dynamic_BindingRestrictions: never;
|
|
63
|
+
|
|
60
64
|
Merge(restrictions: BindingRestrictions): BindingRestrictions;
|
|
61
65
|
ToExpression(): Expression;
|
|
62
66
|
}
|
|
@@ -74,6 +78,8 @@ export const BindingRestrictions: {
|
|
|
74
78
|
export type BindingRestrictions = BindingRestrictions$instance;
|
|
75
79
|
|
|
76
80
|
export interface CallInfo$instance {
|
|
81
|
+
readonly __tsonic_type_System_Dynamic_CallInfo: never;
|
|
82
|
+
|
|
77
83
|
readonly ArgumentCount: int;
|
|
78
84
|
readonly ArgumentNames: ReadOnlyCollection_1<System_Internal.String>;
|
|
79
85
|
Equals(obj: unknown): boolean;
|
|
@@ -90,6 +96,8 @@ export const CallInfo: {
|
|
|
90
96
|
export type CallInfo = CallInfo$instance;
|
|
91
97
|
|
|
92
98
|
export interface ConvertBinder$instance extends DynamicMetaObjectBinder {
|
|
99
|
+
readonly __tsonic_type_System_Dynamic_ConvertBinder: never;
|
|
100
|
+
|
|
93
101
|
readonly Explicit: boolean;
|
|
94
102
|
readonly ReturnType: Type;
|
|
95
103
|
readonly Type: Type;
|
|
@@ -107,6 +115,8 @@ export const ConvertBinder: (abstract new(type: Type, explicit: boolean) => Conv
|
|
|
107
115
|
export type ConvertBinder = ConvertBinder$instance;
|
|
108
116
|
|
|
109
117
|
export interface CreateInstanceBinder$instance extends DynamicMetaObjectBinder {
|
|
118
|
+
readonly __tsonic_type_System_Dynamic_CreateInstanceBinder: never;
|
|
119
|
+
|
|
110
120
|
readonly CallInfo: CallInfo;
|
|
111
121
|
readonly ReturnType: Type;
|
|
112
122
|
Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
@@ -123,6 +133,8 @@ export const CreateInstanceBinder: (abstract new(callInfo: CallInfo) => CreateIn
|
|
|
123
133
|
export type CreateInstanceBinder = CreateInstanceBinder$instance;
|
|
124
134
|
|
|
125
135
|
export interface DeleteIndexBinder$instance extends DynamicMetaObjectBinder {
|
|
136
|
+
readonly __tsonic_type_System_Dynamic_DeleteIndexBinder: never;
|
|
137
|
+
|
|
126
138
|
readonly CallInfo: CallInfo;
|
|
127
139
|
readonly ReturnType: Type;
|
|
128
140
|
Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
@@ -139,6 +151,8 @@ export const DeleteIndexBinder: (abstract new(callInfo: CallInfo) => DeleteIndex
|
|
|
139
151
|
export type DeleteIndexBinder = DeleteIndexBinder$instance;
|
|
140
152
|
|
|
141
153
|
export interface DeleteMemberBinder$instance extends DynamicMetaObjectBinder {
|
|
154
|
+
readonly __tsonic_type_System_Dynamic_DeleteMemberBinder: never;
|
|
155
|
+
|
|
142
156
|
readonly IgnoreCase: boolean;
|
|
143
157
|
readonly Name: string;
|
|
144
158
|
readonly ReturnType: Type;
|
|
@@ -156,6 +170,8 @@ export const DeleteMemberBinder: (abstract new(name: string, ignoreCase: boolean
|
|
|
156
170
|
export type DeleteMemberBinder = DeleteMemberBinder$instance;
|
|
157
171
|
|
|
158
172
|
export interface DynamicMetaObject$instance {
|
|
173
|
+
readonly __tsonic_type_System_Dynamic_DynamicMetaObject: never;
|
|
174
|
+
|
|
159
175
|
readonly Expression: Expression;
|
|
160
176
|
readonly HasValue: boolean;
|
|
161
177
|
readonly LimitType: Type;
|
|
@@ -189,6 +205,8 @@ export const DynamicMetaObject: {
|
|
|
189
205
|
export type DynamicMetaObject = DynamicMetaObject$instance;
|
|
190
206
|
|
|
191
207
|
export interface DynamicMetaObjectBinder$instance extends CallSiteBinder {
|
|
208
|
+
readonly __tsonic_type_System_Dynamic_DynamicMetaObjectBinder: never;
|
|
209
|
+
|
|
192
210
|
readonly ReturnType: Type;
|
|
193
211
|
Bind(args: unknown[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
|
|
194
212
|
Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
@@ -205,7 +223,9 @@ export const DynamicMetaObjectBinder: (abstract new() => DynamicMetaObjectBinder
|
|
|
205
223
|
|
|
206
224
|
export type DynamicMetaObjectBinder = DynamicMetaObjectBinder$instance;
|
|
207
225
|
|
|
208
|
-
export interface DynamicObject$instance {
|
|
226
|
+
export interface DynamicObject$instance extends IDynamicMetaObjectProvider$instance {
|
|
227
|
+
readonly __tsonic_type_System_Dynamic_DynamicObject: never;
|
|
228
|
+
|
|
209
229
|
readonly __tsonic_iface_System_Dynamic_IDynamicMetaObjectProvider: never;
|
|
210
230
|
|
|
211
231
|
GetDynamicMemberNames(): IEnumerable_1<System_Internal.String>;
|
|
@@ -233,12 +253,12 @@ export interface __DynamicObject$views {
|
|
|
233
253
|
As_IDynamicMetaObjectProvider(): IDynamicMetaObjectProvider$instance;
|
|
234
254
|
}
|
|
235
255
|
|
|
236
|
-
export interface DynamicObject$instance extends IDynamicMetaObjectProvider$instance {}
|
|
237
|
-
|
|
238
256
|
export type DynamicObject = DynamicObject$instance & __DynamicObject$views;
|
|
239
257
|
|
|
240
258
|
|
|
241
|
-
export interface ExpandoObject$instance extends INotifyPropertyChanged {
|
|
259
|
+
export interface ExpandoObject$instance extends INotifyPropertyChanged, System_Collections_Generic_Internal.IDictionary_2$instance<System_Internal.String, unknown>, System_ComponentModel_Internal.INotifyPropertyChanged$instance, IDynamicMetaObjectProvider$instance {
|
|
260
|
+
readonly __tsonic_type_System_Dynamic_ExpandoObject: never;
|
|
261
|
+
|
|
242
262
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
243
263
|
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
244
264
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -262,12 +282,12 @@ export interface __ExpandoObject$views {
|
|
|
262
282
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
263
283
|
}
|
|
264
284
|
|
|
265
|
-
export interface ExpandoObject$instance extends System_Collections_Generic_Internal.IDictionary_2$instance<System_Internal.String, unknown>, System_ComponentModel_Internal.INotifyPropertyChanged$instance, IDynamicMetaObjectProvider$instance {}
|
|
266
|
-
|
|
267
285
|
export type ExpandoObject = ExpandoObject$instance & __ExpandoObject$views;
|
|
268
286
|
|
|
269
287
|
|
|
270
288
|
export interface GetIndexBinder$instance extends DynamicMetaObjectBinder {
|
|
289
|
+
readonly __tsonic_type_System_Dynamic_GetIndexBinder: never;
|
|
290
|
+
|
|
271
291
|
readonly CallInfo: CallInfo;
|
|
272
292
|
readonly ReturnType: Type;
|
|
273
293
|
Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
@@ -284,6 +304,8 @@ export const GetIndexBinder: (abstract new(callInfo: CallInfo) => GetIndexBinder
|
|
|
284
304
|
export type GetIndexBinder = GetIndexBinder$instance;
|
|
285
305
|
|
|
286
306
|
export interface GetMemberBinder$instance extends DynamicMetaObjectBinder {
|
|
307
|
+
readonly __tsonic_type_System_Dynamic_GetMemberBinder: never;
|
|
308
|
+
|
|
287
309
|
readonly IgnoreCase: boolean;
|
|
288
310
|
readonly Name: string;
|
|
289
311
|
readonly ReturnType: Type;
|
|
@@ -301,6 +323,8 @@ export const GetMemberBinder: (abstract new(name: string, ignoreCase: boolean) =
|
|
|
301
323
|
export type GetMemberBinder = GetMemberBinder$instance;
|
|
302
324
|
|
|
303
325
|
export interface InvokeBinder$instance extends DynamicMetaObjectBinder {
|
|
326
|
+
readonly __tsonic_type_System_Dynamic_InvokeBinder: never;
|
|
327
|
+
|
|
304
328
|
readonly CallInfo: CallInfo;
|
|
305
329
|
readonly ReturnType: Type;
|
|
306
330
|
Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
@@ -317,6 +341,8 @@ export const InvokeBinder: (abstract new(callInfo: CallInfo) => InvokeBinder) &
|
|
|
317
341
|
export type InvokeBinder = InvokeBinder$instance;
|
|
318
342
|
|
|
319
343
|
export interface InvokeMemberBinder$instance extends DynamicMetaObjectBinder {
|
|
344
|
+
readonly __tsonic_type_System_Dynamic_InvokeMemberBinder: never;
|
|
345
|
+
|
|
320
346
|
readonly CallInfo: CallInfo;
|
|
321
347
|
readonly IgnoreCase: boolean;
|
|
322
348
|
readonly Name: string;
|
|
@@ -336,6 +362,8 @@ export const InvokeMemberBinder: (abstract new(name: string, ignoreCase: boolean
|
|
|
336
362
|
export type InvokeMemberBinder = InvokeMemberBinder$instance;
|
|
337
363
|
|
|
338
364
|
export interface SetIndexBinder$instance extends DynamicMetaObjectBinder {
|
|
365
|
+
readonly __tsonic_type_System_Dynamic_SetIndexBinder: never;
|
|
366
|
+
|
|
339
367
|
readonly CallInfo: CallInfo;
|
|
340
368
|
readonly ReturnType: Type;
|
|
341
369
|
Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
@@ -352,6 +380,8 @@ export const SetIndexBinder: (abstract new(callInfo: CallInfo) => SetIndexBinder
|
|
|
352
380
|
export type SetIndexBinder = SetIndexBinder$instance;
|
|
353
381
|
|
|
354
382
|
export interface SetMemberBinder$instance extends DynamicMetaObjectBinder {
|
|
383
|
+
readonly __tsonic_type_System_Dynamic_SetMemberBinder: never;
|
|
384
|
+
|
|
355
385
|
readonly IgnoreCase: boolean;
|
|
356
386
|
readonly Name: string;
|
|
357
387
|
readonly ReturnType: Type;
|
|
@@ -369,6 +399,8 @@ export const SetMemberBinder: (abstract new(name: string, ignoreCase: boolean) =
|
|
|
369
399
|
export type SetMemberBinder = SetMemberBinder$instance;
|
|
370
400
|
|
|
371
401
|
export interface UnaryOperationBinder$instance extends DynamicMetaObjectBinder {
|
|
402
|
+
readonly __tsonic_type_System_Dynamic_UnaryOperationBinder: never;
|
|
403
|
+
|
|
372
404
|
readonly Operation: ExpressionType;
|
|
373
405
|
readonly ReturnType: Type;
|
|
374
406
|
Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
@@ -78,6 +78,8 @@ export enum UniversalTagNumber {
|
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
export interface Asn1Tag$instance {
|
|
81
|
+
readonly __tsonic_type_System_Formats_Asn1_Asn1Tag: never;
|
|
82
|
+
|
|
81
83
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
82
84
|
|
|
83
85
|
readonly IsConstructed: boolean;
|
|
@@ -128,6 +130,8 @@ export type Asn1Tag = Asn1Tag$instance & __Asn1Tag$views;
|
|
|
128
130
|
|
|
129
131
|
|
|
130
132
|
export interface AsnReaderOptions$instance {
|
|
133
|
+
readonly __tsonic_type_System_Formats_Asn1_AsnReaderOptions: never;
|
|
134
|
+
|
|
131
135
|
SkipSetSortOrderVerification: boolean;
|
|
132
136
|
UtcTimeTwoDigitYearMax: int;
|
|
133
137
|
}
|
|
@@ -140,7 +144,9 @@ export const AsnReaderOptions: {
|
|
|
140
144
|
|
|
141
145
|
export type AsnReaderOptions = AsnReaderOptions$instance;
|
|
142
146
|
|
|
143
|
-
export interface AsnWriter_Scope$instance {
|
|
147
|
+
export interface AsnWriter_Scope$instance extends System_Internal.IDisposable$instance {
|
|
148
|
+
readonly __tsonic_type_System_Formats_Asn1_AsnWriter_Scope: never;
|
|
149
|
+
|
|
144
150
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
145
151
|
|
|
146
152
|
Dispose(): void;
|
|
@@ -156,12 +162,12 @@ export interface __AsnWriter_Scope$views {
|
|
|
156
162
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
157
163
|
}
|
|
158
164
|
|
|
159
|
-
export interface AsnWriter_Scope$instance extends System_Internal.IDisposable$instance {}
|
|
160
|
-
|
|
161
165
|
export type AsnWriter_Scope = AsnWriter_Scope$instance & __AsnWriter_Scope$views;
|
|
162
166
|
|
|
163
167
|
|
|
164
168
|
export interface AsnContentException$instance extends Exception {
|
|
169
|
+
readonly __tsonic_type_System_Formats_Asn1_AsnContentException: never;
|
|
170
|
+
|
|
165
171
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
166
172
|
|
|
167
173
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -183,6 +189,8 @@ export type AsnContentException = AsnContentException$instance & __AsnContentExc
|
|
|
183
189
|
|
|
184
190
|
|
|
185
191
|
export interface AsnReader$instance {
|
|
192
|
+
readonly __tsonic_type_System_Formats_Asn1_AsnReader: never;
|
|
193
|
+
|
|
186
194
|
readonly HasData: boolean;
|
|
187
195
|
readonly RuleSet: AsnEncodingRules;
|
|
188
196
|
Clone(): AsnReader;
|
|
@@ -233,6 +241,8 @@ export const AsnReader: {
|
|
|
233
241
|
export type AsnReader = AsnReader$instance;
|
|
234
242
|
|
|
235
243
|
export interface AsnWriter$instance {
|
|
244
|
+
readonly __tsonic_type_System_Formats_Asn1_AsnWriter: never;
|
|
245
|
+
|
|
236
246
|
readonly RuleSet: AsnEncodingRules;
|
|
237
247
|
CopyTo(destination: AsnWriter): void;
|
|
238
248
|
Encode(destination: Span_1<System_Internal.Byte>): int;
|
|
@@ -45,6 +45,8 @@ export enum TarEntryType {
|
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
export interface GnuTarEntry$instance extends PosixTarEntry {
|
|
48
|
+
readonly __tsonic_type_System_Formats_Tar_GnuTarEntry: never;
|
|
49
|
+
|
|
48
50
|
AccessTime: DateTimeOffset;
|
|
49
51
|
ChangeTime: DateTimeOffset;
|
|
50
52
|
}
|
|
@@ -59,6 +61,8 @@ export const GnuTarEntry: {
|
|
|
59
61
|
export type GnuTarEntry = GnuTarEntry$instance;
|
|
60
62
|
|
|
61
63
|
export interface PaxGlobalExtendedAttributesTarEntry$instance extends PosixTarEntry {
|
|
64
|
+
readonly __tsonic_type_System_Formats_Tar_PaxGlobalExtendedAttributesTarEntry: never;
|
|
65
|
+
|
|
62
66
|
readonly GlobalExtendedAttributes: IReadOnlyDictionary_2<System_Internal.String, System_Internal.String>;
|
|
63
67
|
}
|
|
64
68
|
|
|
@@ -71,6 +75,8 @@ export const PaxGlobalExtendedAttributesTarEntry: {
|
|
|
71
75
|
export type PaxGlobalExtendedAttributesTarEntry = PaxGlobalExtendedAttributesTarEntry$instance;
|
|
72
76
|
|
|
73
77
|
export interface PaxTarEntry$instance extends PosixTarEntry {
|
|
78
|
+
readonly __tsonic_type_System_Formats_Tar_PaxTarEntry: never;
|
|
79
|
+
|
|
74
80
|
readonly ExtendedAttributes: IReadOnlyDictionary_2<System_Internal.String, System_Internal.String>;
|
|
75
81
|
}
|
|
76
82
|
|
|
@@ -85,6 +91,8 @@ export const PaxTarEntry: {
|
|
|
85
91
|
export type PaxTarEntry = PaxTarEntry$instance;
|
|
86
92
|
|
|
87
93
|
export interface PosixTarEntry$instance extends TarEntry {
|
|
94
|
+
readonly __tsonic_type_System_Formats_Tar_PosixTarEntry: never;
|
|
95
|
+
|
|
88
96
|
DeviceMajor: int;
|
|
89
97
|
DeviceMinor: int;
|
|
90
98
|
GroupName: string;
|
|
@@ -99,6 +107,8 @@ export const PosixTarEntry: {
|
|
|
99
107
|
export type PosixTarEntry = PosixTarEntry$instance;
|
|
100
108
|
|
|
101
109
|
export interface TarEntry$instance {
|
|
110
|
+
readonly __tsonic_type_System_Formats_Tar_TarEntry: never;
|
|
111
|
+
|
|
102
112
|
readonly Checksum: int;
|
|
103
113
|
readonly DataOffset: long;
|
|
104
114
|
get DataStream(): Stream | undefined;
|
|
@@ -124,7 +134,9 @@ export const TarEntry: {
|
|
|
124
134
|
|
|
125
135
|
export type TarEntry = TarEntry$instance;
|
|
126
136
|
|
|
127
|
-
export interface TarReader$instance {
|
|
137
|
+
export interface TarReader$instance extends System_Internal.IAsyncDisposable$instance, System_Internal.IDisposable$instance {
|
|
138
|
+
readonly __tsonic_type_System_Formats_Tar_TarReader: never;
|
|
139
|
+
|
|
128
140
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
129
141
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
130
142
|
|
|
@@ -145,12 +157,12 @@ export interface __TarReader$views {
|
|
|
145
157
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
146
158
|
}
|
|
147
159
|
|
|
148
|
-
export interface TarReader$instance extends System_Internal.IAsyncDisposable$instance, System_Internal.IDisposable$instance {}
|
|
149
|
-
|
|
150
160
|
export type TarReader = TarReader$instance & __TarReader$views;
|
|
151
161
|
|
|
152
162
|
|
|
153
|
-
export interface TarWriter$instance {
|
|
163
|
+
export interface TarWriter$instance extends System_Internal.IAsyncDisposable$instance, System_Internal.IDisposable$instance {
|
|
164
|
+
readonly __tsonic_type_System_Formats_Tar_TarWriter: never;
|
|
165
|
+
|
|
154
166
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
155
167
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
156
168
|
|
|
@@ -176,12 +188,12 @@ export interface __TarWriter$views {
|
|
|
176
188
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
177
189
|
}
|
|
178
190
|
|
|
179
|
-
export interface TarWriter$instance extends System_Internal.IAsyncDisposable$instance, System_Internal.IDisposable$instance {}
|
|
180
|
-
|
|
181
191
|
export type TarWriter = TarWriter$instance & __TarWriter$views;
|
|
182
192
|
|
|
183
193
|
|
|
184
194
|
export interface UstarTarEntry$instance extends PosixTarEntry {
|
|
195
|
+
readonly __tsonic_type_System_Formats_Tar_UstarTarEntry: never;
|
|
196
|
+
|
|
185
197
|
}
|
|
186
198
|
|
|
187
199
|
|
|
@@ -194,6 +206,8 @@ export const UstarTarEntry: {
|
|
|
194
206
|
export type UstarTarEntry = UstarTarEntry$instance;
|
|
195
207
|
|
|
196
208
|
export interface V7TarEntry$instance extends TarEntry {
|
|
209
|
+
readonly __tsonic_type_System_Formats_Tar_V7TarEntry: never;
|
|
210
|
+
|
|
197
211
|
}
|
|
198
212
|
|
|
199
213
|
|