@tsonic/dotnet 10.0.3 → 10.0.5
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 +4 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +2 -0
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +1042 -19
- package/System.Buffers/internal/index.d.ts +18 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +3 -0
- package/System.Collections/internal/index.d.ts +78 -10
- package/System.Collections.Concurrent/internal/index.d.ts +35 -0
- package/System.Collections.Frozen/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/index.d.ts +306 -5
- package/System.Collections.Immutable/internal/index.d.ts +156 -9
- package/System.Collections.ObjectModel/internal/index.d.ts +80 -2
- package/System.Collections.Specialized/internal/index.d.ts +45 -8
- package/System.ComponentModel/internal/index.d.ts +129 -8
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +6 -0
- package/System.ComponentModel.Design/internal/index.d.ts +75 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -0
- package/System.Data/internal/index.d.ts +165 -4
- package/System.Data.Common/internal/index.d.ts +86 -6
- package/System.Data.SqlTypes/internal/index.d.ts +92 -3
- package/System.Diagnostics/internal/index.d.ts +74 -9
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +6 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +22 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +16 -0
- package/System.Drawing/internal/index.d.ts +14 -0
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/internal/index.d.ts +6 -0
- package/System.Formats.Tar/internal/index.d.ts +6 -0
- package/System.Globalization/internal/index.d.ts +52 -2
- package/System.IO/internal/index.d.ts +67 -0
- package/System.IO.Compression/internal/index.d.ts +21 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +15 -0
- package/System.Linq/internal/index.d.ts +38 -4
- package/System.Linq.Expressions/internal/index.d.ts +17 -0
- package/System.Net/internal/index.d.ts +94 -3
- package/System.Net.Http/internal/index.d.ts +53 -0
- package/System.Net.Http.Headers/internal/index.d.ts +74 -1
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +57 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +32 -5
- package/System.Net.Quic/internal/index.d.ts +9 -0
- package/System.Net.Security/internal/index.d.ts +13 -0
- package/System.Net.Sockets/internal/index.d.ts +21 -0
- package/System.Net.WebSockets/internal/index.d.ts +9 -0
- package/System.Numerics/internal/index.d.ts +154 -6
- package/System.Reflection/internal/index.d.ts +69 -1
- package/System.Reflection.Emit/internal/index.d.ts +35 -0
- package/System.Reflection.Metadata/internal/index.d.ts +331 -2
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -0
- package/System.Resources/internal/index.d.ts +19 -1
- package/System.Runtime/internal/index.d.ts +6 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +58 -4
- package/System.Runtime.InteropServices/internal/index.d.ts +94 -0
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +42 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +4 -0
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +25 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +48 -4
- package/System.Runtime.Loader/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +36 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +2 -0
- package/System.Security/internal/index.d.ts +18 -0
- package/System.Security.AccessControl/internal/index.d.ts +26 -6
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +7 -2
- package/System.Security.Claims/internal/index.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +271 -1
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +47 -2
- package/System.Security.Policy/internal/index.d.ts +3 -0
- package/System.Security.Principal/internal/index.d.ts +24 -1
- package/System.Text/internal/index.d.ts +41 -1
- package/System.Text.Json/internal/index.d.ts +22 -1
- package/System.Text.Json.Nodes/internal/index.d.ts +11 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +10 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +4 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +44 -2
- package/System.Threading/internal/index.d.ts +78 -0
- package/System.Threading.Channels/internal/index.d.ts +2 -0
- package/System.Threading.Tasks/internal/index.d.ts +18 -0
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +67 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +39 -0
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Input/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +143 -6
- package/System.Xml.Linq/internal/index.d.ts +32 -0
- package/System.Xml.Schema/internal/index.d.ts +25 -2
- package/System.Xml.Serialization/internal/index.d.ts +29 -4
- package/System.Xml.XPath/internal/index.d.ts +13 -2
- package/System.Xml.Xsl/internal/index.d.ts +11 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +25 -1
- package/__internal/extensions/index.d.ts +263 -263
- package/package.json +1 -1
|
@@ -68,6 +68,9 @@ export type PipeStreamImpersonationWorker = () => void;
|
|
|
68
68
|
|
|
69
69
|
|
|
70
70
|
export interface AnonymousPipeClientStream$instance extends PipeStream$instance {
|
|
71
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
72
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
73
|
+
|
|
71
74
|
ReadMode: PipeTransmissionMode;
|
|
72
75
|
readonly TransmissionMode: PipeTransmissionMode;
|
|
73
76
|
Dispose(disposing: boolean): void;
|
|
@@ -93,6 +96,9 @@ export type AnonymousPipeClientStream = AnonymousPipeClientStream$instance & __A
|
|
|
93
96
|
|
|
94
97
|
|
|
95
98
|
export interface AnonymousPipeServerStream$instance extends PipeStream$instance {
|
|
99
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
100
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
101
|
+
|
|
96
102
|
readonly ClientSafePipeHandle: SafePipeHandle;
|
|
97
103
|
ReadMode: PipeTransmissionMode;
|
|
98
104
|
readonly TransmissionMode: PipeTransmissionMode;
|
|
@@ -123,6 +129,9 @@ export type AnonymousPipeServerStream = AnonymousPipeServerStream$instance & __A
|
|
|
123
129
|
|
|
124
130
|
|
|
125
131
|
export interface NamedPipeClientStream$instance extends PipeStream$instance {
|
|
132
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
133
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
134
|
+
|
|
126
135
|
readonly InBufferSize: int;
|
|
127
136
|
readonly NumberOfServerInstances: int;
|
|
128
137
|
readonly OutBufferSize: int;
|
|
@@ -163,6 +172,9 @@ export type NamedPipeClientStream = NamedPipeClientStream$instance & __NamedPipe
|
|
|
163
172
|
|
|
164
173
|
|
|
165
174
|
export interface NamedPipeServerStream$instance extends PipeStream$instance {
|
|
175
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
176
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
177
|
+
|
|
166
178
|
readonly InBufferSize: int;
|
|
167
179
|
readonly OutBufferSize: int;
|
|
168
180
|
BeginWaitForConnection(callback: AsyncCallback, state: unknown): IAsyncResult;
|
|
@@ -256,6 +268,9 @@ export const PipeSecurity: {
|
|
|
256
268
|
export type PipeSecurity = PipeSecurity$instance;
|
|
257
269
|
|
|
258
270
|
export interface PipeStream$instance extends Stream {
|
|
271
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
272
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
273
|
+
|
|
259
274
|
readonly CanRead: boolean;
|
|
260
275
|
readonly CanSeek: boolean;
|
|
261
276
|
readonly CanWrite: boolean;
|
|
@@ -37,6 +37,8 @@ export enum ParallelMergeOptions {
|
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
export interface IGrouping_2$instance<TKey, TElement> extends IEnumerable_1<TElement>, IEnumerable {
|
|
40
|
+
readonly __tsonic_iface_System_Linq_IGrouping_2: never;
|
|
41
|
+
|
|
40
42
|
readonly Key: TKey;
|
|
41
43
|
GetEnumerator(): IEnumerator_1<TElement>;
|
|
42
44
|
GetEnumerator(): IEnumerator;
|
|
@@ -47,6 +49,8 @@ export interface IGrouping_2$instance<TKey, TElement> extends IEnumerable_1<TEle
|
|
|
47
49
|
export type IGrouping_2<TKey, TElement> = IGrouping_2$instance<TKey, TElement>;
|
|
48
50
|
|
|
49
51
|
export interface ILookup_2$instance<TKey, TElement> extends IEnumerable_1<IGrouping_2<TKey, TElement>>, IEnumerable {
|
|
52
|
+
readonly __tsonic_iface_System_Linq_ILookup_2: never;
|
|
53
|
+
|
|
50
54
|
readonly Count: int;
|
|
51
55
|
readonly Item: IEnumerable_1<TElement>;
|
|
52
56
|
Contains(key: TKey): boolean;
|
|
@@ -59,6 +63,8 @@ export interface ILookup_2$instance<TKey, TElement> extends IEnumerable_1<IGroup
|
|
|
59
63
|
export type ILookup_2<TKey, TElement> = ILookup_2$instance<TKey, TElement>;
|
|
60
64
|
|
|
61
65
|
export interface IOrderedAsyncEnumerable_1$instance<TElement> extends IAsyncEnumerable_1<TElement> {
|
|
66
|
+
readonly __tsonic_iface_System_Linq_IOrderedAsyncEnumerable_1: never;
|
|
67
|
+
|
|
62
68
|
CreateOrderedAsyncEnumerable<TKey>(keySelector: Func_2<TElement, TKey>, comparer: IComparer_1<TKey>, descending: boolean): IOrderedAsyncEnumerable_1<TElement>;
|
|
63
69
|
CreateOrderedAsyncEnumerable<TKey>(keySelector: Func_3<TElement, CancellationToken, ValueTask_1<TKey>>, comparer: IComparer_1<TKey>, descending: boolean): IOrderedAsyncEnumerable_1<TElement>;
|
|
64
70
|
GetAsyncEnumerator(cancellationToken?: CancellationToken): IAsyncEnumerator_1<TElement>;
|
|
@@ -70,6 +76,8 @@ export interface IOrderedAsyncEnumerable_1$instance<TElement> extends System_Col
|
|
|
70
76
|
export type IOrderedAsyncEnumerable_1<TElement> = IOrderedAsyncEnumerable_1$instance<TElement>;
|
|
71
77
|
|
|
72
78
|
export interface IOrderedEnumerable_1$instance<TElement> extends IEnumerable_1<TElement>, IEnumerable {
|
|
79
|
+
readonly __tsonic_iface_System_Linq_IOrderedEnumerable_1: never;
|
|
80
|
+
|
|
73
81
|
CreateOrderedEnumerable<TKey>(keySelector: Func_2<TElement, TKey>, comparer: IComparer_1<TKey>, descending: boolean): IOrderedEnumerable_1<TElement>;
|
|
74
82
|
GetEnumerator(): IEnumerator_1<TElement>;
|
|
75
83
|
GetEnumerator(): IEnumerator;
|
|
@@ -80,6 +88,8 @@ export interface IOrderedEnumerable_1$instance<TElement> extends IEnumerable_1<T
|
|
|
80
88
|
export type IOrderedEnumerable_1<TElement> = IOrderedEnumerable_1$instance<TElement>;
|
|
81
89
|
|
|
82
90
|
export interface IOrderedQueryable$instance extends IQueryable, IEnumerable {
|
|
91
|
+
readonly __tsonic_iface_System_Linq_IOrderedQueryable: never;
|
|
92
|
+
|
|
83
93
|
readonly Expression: Expression;
|
|
84
94
|
readonly ElementType: Type;
|
|
85
95
|
readonly Provider: IQueryProvider;
|
|
@@ -90,6 +100,8 @@ export interface IOrderedQueryable$instance extends IQueryable, IEnumerable {
|
|
|
90
100
|
export type IOrderedQueryable = IOrderedQueryable$instance;
|
|
91
101
|
|
|
92
102
|
export interface IOrderedQueryable_1$instance<T> extends IQueryable_1<T>, IEnumerable_1<T>, IEnumerable, IQueryable, IOrderedQueryable {
|
|
103
|
+
readonly __tsonic_iface_System_Linq_IOrderedQueryable_1: never;
|
|
104
|
+
|
|
93
105
|
readonly Expression: Expression;
|
|
94
106
|
readonly ElementType: Type;
|
|
95
107
|
readonly Provider: IQueryProvider;
|
|
@@ -102,6 +114,8 @@ export interface IOrderedQueryable_1$instance<T> extends IQueryable_1<T>, IEnume
|
|
|
102
114
|
export type IOrderedQueryable_1<T> = IOrderedQueryable_1$instance<T>;
|
|
103
115
|
|
|
104
116
|
export interface IQueryable$instance extends IEnumerable {
|
|
117
|
+
readonly __tsonic_iface_System_Linq_IQueryable: never;
|
|
118
|
+
|
|
105
119
|
readonly Expression: Expression;
|
|
106
120
|
readonly ElementType: Type;
|
|
107
121
|
readonly Provider: IQueryProvider;
|
|
@@ -109,11 +123,11 @@ export interface IQueryable$instance extends IEnumerable {
|
|
|
109
123
|
}
|
|
110
124
|
|
|
111
125
|
|
|
112
|
-
export interface IQueryable$instance extends System_Collections_Internal.IEnumerable$instance {}
|
|
113
|
-
|
|
114
126
|
export type IQueryable = IQueryable$instance;
|
|
115
127
|
|
|
116
128
|
export interface IQueryable_1$instance<T> extends IEnumerable_1<T>, IEnumerable, IQueryable {
|
|
129
|
+
readonly __tsonic_iface_System_Linq_IQueryable_1: never;
|
|
130
|
+
|
|
117
131
|
readonly Expression: Expression;
|
|
118
132
|
readonly ElementType: Type;
|
|
119
133
|
readonly Provider: IQueryProvider;
|
|
@@ -126,6 +140,8 @@ export interface IQueryable_1$instance<T> extends IEnumerable_1<T>, IEnumerable,
|
|
|
126
140
|
export type IQueryable_1<T> = IQueryable_1$instance<T>;
|
|
127
141
|
|
|
128
142
|
export interface IQueryProvider$instance {
|
|
143
|
+
readonly __tsonic_iface_System_Linq_IQueryProvider: never;
|
|
144
|
+
|
|
129
145
|
CreateQuery<TElement>(expression: Expression): IQueryable_1<TElement>;
|
|
130
146
|
CreateQuery(expression: Expression): IQueryable;
|
|
131
147
|
Execute(expression: Expression): unknown | undefined;
|
|
@@ -167,6 +183,14 @@ export const EnumerableQuery: {
|
|
|
167
183
|
export type EnumerableQuery = EnumerableQuery$instance;
|
|
168
184
|
|
|
169
185
|
export interface EnumerableQuery_1$instance<T> extends EnumerableQuery {
|
|
186
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
187
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
188
|
+
readonly __tsonic_iface_System_Linq_IOrderedQueryable: never;
|
|
189
|
+
readonly __tsonic_iface_System_Linq_IOrderedQueryable_1: never;
|
|
190
|
+
readonly __tsonic_iface_System_Linq_IQueryProvider: never;
|
|
191
|
+
readonly __tsonic_iface_System_Linq_IQueryable: never;
|
|
192
|
+
readonly __tsonic_iface_System_Linq_IQueryable_1: never;
|
|
193
|
+
|
|
170
194
|
ToString(): string | undefined;
|
|
171
195
|
}
|
|
172
196
|
|
|
@@ -190,6 +214,10 @@ export type EnumerableQuery_1<T> = EnumerableQuery_1$instance<T> & __EnumerableQ
|
|
|
190
214
|
|
|
191
215
|
|
|
192
216
|
export interface Lookup_2$instance<TKey, TElement> {
|
|
217
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
218
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
219
|
+
readonly __tsonic_iface_System_Linq_ILookup_2: never;
|
|
220
|
+
|
|
193
221
|
readonly Count: int;
|
|
194
222
|
readonly Item: IEnumerable_1<TElement>;
|
|
195
223
|
ApplyResultSelector<TResult>(resultSelector: Func_3<TKey, IEnumerable_1<TElement>, TResult>): IEnumerable_1<TResult>;
|
|
@@ -212,6 +240,9 @@ export type Lookup_2<TKey, TElement> = Lookup_2$instance<TKey, TElement> & __Loo
|
|
|
212
240
|
|
|
213
241
|
|
|
214
242
|
export interface OrderedParallelQuery_1$instance<TSource> extends ParallelQuery_1$instance<TSource> {
|
|
243
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
244
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
245
|
+
|
|
215
246
|
GetEnumerator(): IEnumerator_1<TSource>;
|
|
216
247
|
GetEnumerator(): IEnumerator_1<TSource>;
|
|
217
248
|
GetEnumerator(): IEnumerator;
|
|
@@ -231,6 +262,8 @@ export type OrderedParallelQuery_1<TSource> = OrderedParallelQuery_1$instance<TS
|
|
|
231
262
|
|
|
232
263
|
|
|
233
264
|
export interface ParallelQuery$instance {
|
|
265
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
266
|
+
|
|
234
267
|
}
|
|
235
268
|
|
|
236
269
|
|
|
@@ -242,12 +275,13 @@ export interface __ParallelQuery$views {
|
|
|
242
275
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
243
276
|
}
|
|
244
277
|
|
|
245
|
-
export interface ParallelQuery$instance extends System_Collections_Internal.IEnumerable$instance {}
|
|
246
|
-
|
|
247
278
|
export type ParallelQuery = ParallelQuery$instance & __ParallelQuery$views;
|
|
248
279
|
|
|
249
280
|
|
|
250
281
|
export interface ParallelQuery_1$instance<TSource> extends ParallelQuery$instance {
|
|
282
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
283
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
284
|
+
|
|
251
285
|
GetEnumerator(): IEnumerator;
|
|
252
286
|
}
|
|
253
287
|
|
|
@@ -121,6 +121,8 @@ export enum MemberBindingType {
|
|
|
121
121
|
|
|
122
122
|
|
|
123
123
|
export interface IArgumentProvider$instance {
|
|
124
|
+
readonly __tsonic_iface_System_Linq_Expressions_IArgumentProvider: never;
|
|
125
|
+
|
|
124
126
|
readonly ArgumentCount: int;
|
|
125
127
|
GetArgument(index: int): Expression;
|
|
126
128
|
}
|
|
@@ -129,6 +131,8 @@ export interface IArgumentProvider$instance {
|
|
|
129
131
|
export type IArgumentProvider = IArgumentProvider$instance;
|
|
130
132
|
|
|
131
133
|
export interface IDynamicExpression$instance extends IArgumentProvider {
|
|
134
|
+
readonly __tsonic_iface_System_Linq_Expressions_IDynamicExpression: never;
|
|
135
|
+
|
|
132
136
|
readonly DelegateType: Type;
|
|
133
137
|
readonly ArgumentCount: int;
|
|
134
138
|
CreateCallSite(): unknown;
|
|
@@ -258,6 +262,9 @@ export const DefaultExpression: {
|
|
|
258
262
|
export type DefaultExpression = DefaultExpression$instance;
|
|
259
263
|
|
|
260
264
|
export interface DynamicExpression$instance extends Expression {
|
|
265
|
+
readonly __tsonic_iface_System_Linq_Expressions_IArgumentProvider: never;
|
|
266
|
+
readonly __tsonic_iface_System_Linq_Expressions_IDynamicExpression: never;
|
|
267
|
+
|
|
261
268
|
readonly Arguments: ReadOnlyCollection_1<Expression>;
|
|
262
269
|
readonly Binder: CallSiteBinder;
|
|
263
270
|
readonly CanReduce: boolean;
|
|
@@ -309,6 +316,8 @@ export const DynamicExpressionVisitor: {
|
|
|
309
316
|
export type DynamicExpressionVisitor = DynamicExpressionVisitor$instance;
|
|
310
317
|
|
|
311
318
|
export interface ElementInit$instance {
|
|
319
|
+
readonly __tsonic_iface_System_Linq_Expressions_IArgumentProvider: never;
|
|
320
|
+
|
|
312
321
|
readonly AddMethod: MethodInfo;
|
|
313
322
|
readonly ArgumentCount: int;
|
|
314
323
|
readonly Arguments: ReadOnlyCollection_1<Expression>;
|
|
@@ -744,6 +753,8 @@ export const GotoExpression: {
|
|
|
744
753
|
export type GotoExpression = GotoExpression$instance;
|
|
745
754
|
|
|
746
755
|
export interface IndexExpression$instance extends Expression {
|
|
756
|
+
readonly __tsonic_iface_System_Linq_Expressions_IArgumentProvider: never;
|
|
757
|
+
|
|
747
758
|
readonly ArgumentCount: int;
|
|
748
759
|
readonly Arguments: ReadOnlyCollection_1<Expression>;
|
|
749
760
|
readonly Indexer: PropertyInfo | undefined;
|
|
@@ -770,6 +781,8 @@ export type IndexExpression = IndexExpression$instance & __IndexExpression$views
|
|
|
770
781
|
|
|
771
782
|
|
|
772
783
|
export interface InvocationExpression$instance extends Expression {
|
|
784
|
+
readonly __tsonic_iface_System_Linq_Expressions_IArgumentProvider: never;
|
|
785
|
+
|
|
773
786
|
readonly ArgumentCount: int;
|
|
774
787
|
readonly Arguments: ReadOnlyCollection_1<Expression>;
|
|
775
788
|
readonly Expression: Expression;
|
|
@@ -963,6 +976,8 @@ export const MemberMemberBinding: {
|
|
|
963
976
|
export type MemberMemberBinding = MemberMemberBinding$instance;
|
|
964
977
|
|
|
965
978
|
export interface MethodCallExpression$instance extends Expression {
|
|
979
|
+
readonly __tsonic_iface_System_Linq_Expressions_IArgumentProvider: never;
|
|
980
|
+
|
|
966
981
|
readonly ArgumentCount: int;
|
|
967
982
|
readonly Arguments: ReadOnlyCollection_1<Expression>;
|
|
968
983
|
readonly Method: MethodInfo;
|
|
@@ -1003,6 +1018,8 @@ export const NewArrayExpression: {
|
|
|
1003
1018
|
export type NewArrayExpression = NewArrayExpression$instance;
|
|
1004
1019
|
|
|
1005
1020
|
export interface NewExpression$instance extends Expression {
|
|
1021
|
+
readonly __tsonic_iface_System_Linq_Expressions_IArgumentProvider: never;
|
|
1022
|
+
|
|
1006
1023
|
readonly ArgumentCount: int;
|
|
1007
1024
|
readonly Arguments: ReadOnlyCollection_1<Expression>;
|
|
1008
1025
|
readonly Constructor: ConstructorInfo | undefined;
|
|
@@ -338,6 +338,8 @@ export type WriteStreamClosedEventHandler = (sender: unknown, e: WriteStreamClos
|
|
|
338
338
|
|
|
339
339
|
|
|
340
340
|
export interface IAuthenticationModule$instance {
|
|
341
|
+
readonly __tsonic_iface_System_Net_IAuthenticationModule: never;
|
|
342
|
+
|
|
341
343
|
readonly CanPreAuthenticate: boolean;
|
|
342
344
|
readonly AuthenticationType: string;
|
|
343
345
|
Authenticate(challenge: string, request: WebRequest, credentials: ICredentials): Authorization | undefined;
|
|
@@ -348,6 +350,8 @@ export interface IAuthenticationModule$instance {
|
|
|
348
350
|
export type IAuthenticationModule = IAuthenticationModule$instance;
|
|
349
351
|
|
|
350
352
|
export interface ICredentialPolicy$instance {
|
|
353
|
+
readonly __tsonic_iface_System_Net_ICredentialPolicy: never;
|
|
354
|
+
|
|
351
355
|
ShouldSendCredential(challengeUri: Uri, request: WebRequest, credential: NetworkCredential, authenticationModule: IAuthenticationModule): boolean;
|
|
352
356
|
}
|
|
353
357
|
|
|
@@ -355,6 +359,8 @@ export interface ICredentialPolicy$instance {
|
|
|
355
359
|
export type ICredentialPolicy = ICredentialPolicy$instance;
|
|
356
360
|
|
|
357
361
|
export interface ICredentials$instance {
|
|
362
|
+
readonly __tsonic_iface_System_Net_ICredentials: never;
|
|
363
|
+
|
|
358
364
|
GetCredential(uri: Uri, authType: string): NetworkCredential;
|
|
359
365
|
}
|
|
360
366
|
|
|
@@ -362,6 +368,8 @@ export interface ICredentials$instance {
|
|
|
362
368
|
export type ICredentials = ICredentials$instance;
|
|
363
369
|
|
|
364
370
|
export interface ICredentialsByHost$instance {
|
|
371
|
+
readonly __tsonic_iface_System_Net_ICredentialsByHost: never;
|
|
372
|
+
|
|
365
373
|
GetCredential(host: string, port: int, authenticationType: string): NetworkCredential;
|
|
366
374
|
}
|
|
367
375
|
|
|
@@ -369,6 +377,8 @@ export interface ICredentialsByHost$instance {
|
|
|
369
377
|
export type ICredentialsByHost = ICredentialsByHost$instance;
|
|
370
378
|
|
|
371
379
|
export interface IWebProxy$instance {
|
|
380
|
+
readonly __tsonic_iface_System_Net_IWebProxy: never;
|
|
381
|
+
|
|
372
382
|
get Credentials(): ICredentials | undefined;
|
|
373
383
|
set Credentials(value: ICredentials | undefined);
|
|
374
384
|
GetProxy(destination: Uri): Uri | undefined;
|
|
@@ -379,6 +389,8 @@ export interface IWebProxy$instance {
|
|
|
379
389
|
export type IWebProxy = IWebProxy$instance;
|
|
380
390
|
|
|
381
391
|
export interface IWebProxyScript$instance {
|
|
392
|
+
readonly __tsonic_iface_System_Net_IWebProxyScript: never;
|
|
393
|
+
|
|
382
394
|
Close(): void;
|
|
383
395
|
Load(scriptLocation: Uri, script: string, helperType: Type): boolean;
|
|
384
396
|
Run(url: string, host: string): string;
|
|
@@ -388,6 +400,8 @@ export interface IWebProxyScript$instance {
|
|
|
388
400
|
export type IWebProxyScript = IWebProxyScript$instance;
|
|
389
401
|
|
|
390
402
|
export interface IWebRequestCreate$instance {
|
|
403
|
+
readonly __tsonic_iface_System_Net_IWebRequestCreate: never;
|
|
404
|
+
|
|
391
405
|
Create(uri: Uri): WebRequest;
|
|
392
406
|
}
|
|
393
407
|
|
|
@@ -395,6 +409,14 @@ export interface IWebRequestCreate$instance {
|
|
|
395
409
|
export type IWebRequestCreate = IWebRequestCreate$instance;
|
|
396
410
|
|
|
397
411
|
export interface IPNetwork$instance {
|
|
412
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
413
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
414
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
415
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
416
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
417
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
418
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
419
|
+
|
|
398
420
|
readonly BaseAddress: IPAddress;
|
|
399
421
|
readonly PrefixLength: int;
|
|
400
422
|
Contains(address: IPAddress): boolean;
|
|
@@ -508,6 +530,12 @@ export const Cookie: {
|
|
|
508
530
|
export type Cookie = Cookie$instance;
|
|
509
531
|
|
|
510
532
|
export interface CookieCollection$instance {
|
|
533
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
534
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
535
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
536
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
537
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
538
|
+
|
|
511
539
|
readonly Count: int;
|
|
512
540
|
readonly IsReadOnly: boolean;
|
|
513
541
|
readonly IsSynchronized: boolean;
|
|
@@ -570,6 +598,8 @@ export const CookieContainer: {
|
|
|
570
598
|
export type CookieContainer = CookieContainer$instance;
|
|
571
599
|
|
|
572
600
|
export interface CookieException$instance extends FormatException {
|
|
601
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
602
|
+
|
|
573
603
|
GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
|
|
574
604
|
}
|
|
575
605
|
|
|
@@ -589,6 +619,10 @@ export type CookieException = CookieException$instance & __CookieException$views
|
|
|
589
619
|
|
|
590
620
|
|
|
591
621
|
export interface CredentialCache$instance {
|
|
622
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
623
|
+
readonly __tsonic_iface_System_Net_ICredentials: never;
|
|
624
|
+
readonly __tsonic_iface_System_Net_ICredentialsByHost: never;
|
|
625
|
+
|
|
592
626
|
Add(uriPrefix: Uri, authType: string, cred: NetworkCredential): void;
|
|
593
627
|
Add(host: string, port: int, authenticationType: string, credential: NetworkCredential): void;
|
|
594
628
|
GetCredential(uriPrefix: Uri, authType: string): NetworkCredential;
|
|
@@ -612,8 +646,6 @@ export interface __CredentialCache$views {
|
|
|
612
646
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
613
647
|
}
|
|
614
648
|
|
|
615
|
-
export interface CredentialCache$instance extends System_Collections_Internal.IEnumerable$instance {}
|
|
616
|
-
|
|
617
649
|
export type CredentialCache = CredentialCache$instance & __CredentialCache$views;
|
|
618
650
|
|
|
619
651
|
|
|
@@ -683,6 +715,8 @@ export const EndPoint: (abstract new() => EndPoint) & {
|
|
|
683
715
|
export type EndPoint = EndPoint$instance;
|
|
684
716
|
|
|
685
717
|
export interface FileWebRequest$instance extends WebRequest$instance {
|
|
718
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
719
|
+
|
|
686
720
|
get ConnectionGroupName(): string | undefined;
|
|
687
721
|
set ConnectionGroupName(value: string | undefined);
|
|
688
722
|
ContentLength: long;
|
|
@@ -725,6 +759,9 @@ export type FileWebRequest = FileWebRequest$instance & __FileWebRequest$views;
|
|
|
725
759
|
|
|
726
760
|
|
|
727
761
|
export interface FileWebResponse$instance extends WebResponse$instance {
|
|
762
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
763
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
764
|
+
|
|
728
765
|
readonly ContentLength: long;
|
|
729
766
|
readonly ContentType: string;
|
|
730
767
|
readonly Headers: WebHeaderCollection;
|
|
@@ -751,6 +788,8 @@ export type FileWebResponse = FileWebResponse$instance & __FileWebResponse$views
|
|
|
751
788
|
|
|
752
789
|
|
|
753
790
|
export interface FtpWebRequest$instance extends WebRequest$instance {
|
|
791
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
792
|
+
|
|
754
793
|
get CachePolicy(): RequestCachePolicy | undefined;
|
|
755
794
|
set CachePolicy(value: RequestCachePolicy | undefined);
|
|
756
795
|
ClientCertificates: X509CertificateCollection;
|
|
@@ -803,6 +842,9 @@ export type FtpWebRequest = FtpWebRequest$instance & __FtpWebRequest$views;
|
|
|
803
842
|
|
|
804
843
|
|
|
805
844
|
export interface FtpWebResponse$instance extends WebResponse$instance {
|
|
845
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
846
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
847
|
+
|
|
806
848
|
readonly BannerMessage: string | undefined;
|
|
807
849
|
readonly ContentLength: long;
|
|
808
850
|
readonly ExitMessage: string | undefined;
|
|
@@ -847,6 +889,8 @@ export const GlobalProxySelection: {
|
|
|
847
889
|
export type GlobalProxySelection = GlobalProxySelection$instance;
|
|
848
890
|
|
|
849
891
|
export interface HttpListener$instance {
|
|
892
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
893
|
+
|
|
850
894
|
AuthenticationSchemes: AuthenticationSchemes;
|
|
851
895
|
get AuthenticationSchemeSelectorDelegate(): AuthenticationSchemeSelector | undefined;
|
|
852
896
|
set AuthenticationSchemeSelectorDelegate(value: AuthenticationSchemeSelector | undefined);
|
|
@@ -888,6 +932,8 @@ export type HttpListener = HttpListener$instance & __HttpListener$views;
|
|
|
888
932
|
|
|
889
933
|
|
|
890
934
|
export interface HttpListenerBasicIdentity$instance extends GenericIdentity {
|
|
935
|
+
readonly __tsonic_iface_System_Security_Principal_IIdentity: never;
|
|
936
|
+
|
|
891
937
|
readonly Password: string;
|
|
892
938
|
}
|
|
893
939
|
|
|
@@ -922,6 +968,8 @@ export const HttpListenerContext: {
|
|
|
922
968
|
export type HttpListenerContext = HttpListenerContext$instance;
|
|
923
969
|
|
|
924
970
|
export interface HttpListenerException$instance extends Win32Exception {
|
|
971
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
972
|
+
|
|
925
973
|
readonly ErrorCode: int;
|
|
926
974
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
927
975
|
}
|
|
@@ -942,6 +990,10 @@ export type HttpListenerException = HttpListenerException$instance & __HttpListe
|
|
|
942
990
|
|
|
943
991
|
|
|
944
992
|
export interface HttpListenerPrefixCollection$instance {
|
|
993
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
994
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
995
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
996
|
+
|
|
945
997
|
readonly Count: int;
|
|
946
998
|
readonly IsReadOnly: boolean;
|
|
947
999
|
readonly IsSynchronized: boolean;
|
|
@@ -1012,6 +1064,8 @@ export const HttpListenerRequest: {
|
|
|
1012
1064
|
export type HttpListenerRequest = HttpListenerRequest$instance;
|
|
1013
1065
|
|
|
1014
1066
|
export interface HttpListenerResponse$instance {
|
|
1067
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1068
|
+
|
|
1015
1069
|
get ContentEncoding(): Encoding | undefined;
|
|
1016
1070
|
set ContentEncoding(value: Encoding | undefined);
|
|
1017
1071
|
ContentLength64: long;
|
|
@@ -1069,6 +1123,8 @@ export const HttpListenerTimeoutManager: {
|
|
|
1069
1123
|
export type HttpListenerTimeoutManager = HttpListenerTimeoutManager$instance;
|
|
1070
1124
|
|
|
1071
1125
|
export interface HttpWebRequest$instance extends WebRequest$instance {
|
|
1126
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1127
|
+
|
|
1072
1128
|
get Accept(): string | undefined;
|
|
1073
1129
|
set Accept(value: string | undefined);
|
|
1074
1130
|
readonly Address: Uri;
|
|
@@ -1160,6 +1216,9 @@ export type HttpWebRequest = HttpWebRequest$instance & __HttpWebRequest$views;
|
|
|
1160
1216
|
|
|
1161
1217
|
|
|
1162
1218
|
export interface HttpWebResponse$instance extends WebResponse$instance {
|
|
1219
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1220
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1221
|
+
|
|
1163
1222
|
readonly CharacterSet: string | undefined;
|
|
1164
1223
|
readonly ContentEncoding: string;
|
|
1165
1224
|
readonly ContentLength: long;
|
|
@@ -1198,6 +1257,13 @@ export type HttpWebResponse = HttpWebResponse$instance & __HttpWebResponse$views
|
|
|
1198
1257
|
|
|
1199
1258
|
|
|
1200
1259
|
export interface IPAddress$instance {
|
|
1260
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
1261
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
1262
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
1263
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
1264
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
1265
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
1266
|
+
|
|
1201
1267
|
Address: long;
|
|
1202
1268
|
readonly AddressFamily: AddressFamily;
|
|
1203
1269
|
readonly IsIPv4MappedToIPv6: boolean;
|
|
@@ -1308,6 +1374,9 @@ export const IPHostEntry: {
|
|
|
1308
1374
|
export type IPHostEntry = IPHostEntry$instance;
|
|
1309
1375
|
|
|
1310
1376
|
export interface NetworkCredential$instance {
|
|
1377
|
+
readonly __tsonic_iface_System_Net_ICredentials: never;
|
|
1378
|
+
readonly __tsonic_iface_System_Net_ICredentialsByHost: never;
|
|
1379
|
+
|
|
1311
1380
|
Domain: string;
|
|
1312
1381
|
Password: string;
|
|
1313
1382
|
SecurePassword: SecureString;
|
|
@@ -1368,6 +1437,8 @@ export const PathList: {
|
|
|
1368
1437
|
export type PathList = PathList$instance;
|
|
1369
1438
|
|
|
1370
1439
|
export interface ProtocolViolationException$instance extends InvalidOperationException {
|
|
1440
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1441
|
+
|
|
1371
1442
|
GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
|
|
1372
1443
|
}
|
|
1373
1444
|
|
|
@@ -1444,9 +1515,11 @@ export const ServicePointManager: {
|
|
|
1444
1515
|
export type ServicePointManager = ServicePointManager$instance;
|
|
1445
1516
|
|
|
1446
1517
|
export interface SocketAddress$instance {
|
|
1518
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1519
|
+
|
|
1447
1520
|
readonly Buffer: Memory_1<System_Internal.Byte>;
|
|
1448
1521
|
readonly Family: AddressFamily;
|
|
1449
|
-
|
|
1522
|
+
[offset: number]: byte;
|
|
1450
1523
|
Size: int;
|
|
1451
1524
|
Equals(comparand: unknown): boolean;
|
|
1452
1525
|
Equals(comparand: SocketAddress): boolean;
|
|
@@ -1542,6 +1615,9 @@ export const UploadValuesCompletedEventArgs: {
|
|
|
1542
1615
|
export type UploadValuesCompletedEventArgs = UploadValuesCompletedEventArgs$instance;
|
|
1543
1616
|
|
|
1544
1617
|
export interface WebClient$instance extends Component {
|
|
1618
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
1619
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1620
|
+
|
|
1545
1621
|
AllowReadStreamBuffering: boolean;
|
|
1546
1622
|
AllowWriteStreamBuffering: boolean;
|
|
1547
1623
|
BaseAddress: string;
|
|
@@ -1671,6 +1747,8 @@ export type WebClient = WebClient$instance & __WebClient$views;
|
|
|
1671
1747
|
|
|
1672
1748
|
|
|
1673
1749
|
export interface WebException$instance extends InvalidOperationException {
|
|
1750
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1751
|
+
|
|
1674
1752
|
readonly Response: WebResponse | undefined;
|
|
1675
1753
|
readonly Status: WebExceptionStatus;
|
|
1676
1754
|
GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
|
|
@@ -1694,6 +1772,11 @@ export type WebException = WebException$instance & __WebException$views;
|
|
|
1694
1772
|
|
|
1695
1773
|
|
|
1696
1774
|
export interface WebHeaderCollection$instance extends NameValueCollection {
|
|
1775
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1776
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1777
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
1778
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1779
|
+
|
|
1697
1780
|
readonly AllKeys: (string | undefined)[] | string[];
|
|
1698
1781
|
readonly Count: int;
|
|
1699
1782
|
readonly Keys: NameObjectCollectionBase_KeysCollection;
|
|
@@ -1737,6 +1820,9 @@ export type WebHeaderCollection = WebHeaderCollection$instance & __WebHeaderColl
|
|
|
1737
1820
|
|
|
1738
1821
|
|
|
1739
1822
|
export interface WebProxy$instance {
|
|
1823
|
+
readonly __tsonic_iface_System_Net_IWebProxy: never;
|
|
1824
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1825
|
+
|
|
1740
1826
|
get Address(): Uri | undefined;
|
|
1741
1827
|
set Address(value: Uri | undefined);
|
|
1742
1828
|
readonly BypassArrayList: ArrayList;
|
|
@@ -1777,6 +1863,8 @@ export type WebProxy = WebProxy$instance & __WebProxy$views;
|
|
|
1777
1863
|
|
|
1778
1864
|
|
|
1779
1865
|
export interface WebRequest$instance extends MarshalByRefObject {
|
|
1866
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1867
|
+
|
|
1780
1868
|
AuthenticationLevel: AuthenticationLevel;
|
|
1781
1869
|
get CachePolicy(): RequestCachePolicy | undefined;
|
|
1782
1870
|
set CachePolicy(value: RequestCachePolicy | undefined);
|
|
@@ -1834,6 +1922,9 @@ export type WebRequest = WebRequest$instance & __WebRequest$views;
|
|
|
1834
1922
|
|
|
1835
1923
|
|
|
1836
1924
|
export interface WebResponse$instance extends MarshalByRefObject {
|
|
1925
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1926
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1927
|
+
|
|
1837
1928
|
ContentLength: long;
|
|
1838
1929
|
ContentType: string;
|
|
1839
1930
|
readonly Headers: WebHeaderCollection;
|