@tsonic/dotnet 0.5.2 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -1325,14 +1325,7 @@
|
|
|
1325
1325
|
],
|
|
1326
1326
|
"fields": [],
|
|
1327
1327
|
"events": [],
|
|
1328
|
-
"constructors": []
|
|
1329
|
-
"unsatisfiableInterfaces": [
|
|
1330
|
-
{
|
|
1331
|
-
"interfaceClrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
1332
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
1333
|
-
"issueCount": 3
|
|
1334
|
-
}
|
|
1335
|
-
]
|
|
1328
|
+
"constructors": []
|
|
1336
1329
|
},
|
|
1337
1330
|
{
|
|
1338
1331
|
"stableId": "System.Net.Mail:System.Net.Mail.Attachment",
|
|
@@ -2309,14 +2302,7 @@
|
|
|
2309
2302
|
],
|
|
2310
2303
|
"fields": [],
|
|
2311
2304
|
"events": [],
|
|
2312
|
-
"constructors": []
|
|
2313
|
-
"unsatisfiableInterfaces": [
|
|
2314
|
-
{
|
|
2315
|
-
"interfaceClrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
2316
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
2317
|
-
"issueCount": 3
|
|
2318
|
-
}
|
|
2319
|
-
]
|
|
2305
|
+
"constructors": []
|
|
2320
2306
|
},
|
|
2321
2307
|
{
|
|
2322
2308
|
"stableId": "System.Net.Mail:System.Net.Mail.LinkedResource",
|
|
@@ -3152,14 +3138,7 @@
|
|
|
3152
3138
|
],
|
|
3153
3139
|
"fields": [],
|
|
3154
3140
|
"events": [],
|
|
3155
|
-
"constructors": []
|
|
3156
|
-
"unsatisfiableInterfaces": [
|
|
3157
|
-
{
|
|
3158
|
-
"interfaceClrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
3159
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
3160
|
-
"issueCount": 3
|
|
3161
|
-
}
|
|
3162
|
-
]
|
|
3141
|
+
"constructors": []
|
|
3163
3142
|
},
|
|
3164
3143
|
{
|
|
3165
3144
|
"stableId": "System.Net.Mail:System.Net.Mail.MailAddress",
|
|
@@ -4045,13 +4024,6 @@
|
|
|
4045
4024
|
"isStatic": false,
|
|
4046
4025
|
"parameterCount": 0
|
|
4047
4026
|
}
|
|
4048
|
-
],
|
|
4049
|
-
"unsatisfiableInterfaces": [
|
|
4050
|
-
{
|
|
4051
|
-
"interfaceClrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
4052
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
4053
|
-
"issueCount": 3
|
|
4054
|
-
}
|
|
4055
4027
|
]
|
|
4056
4028
|
},
|
|
4057
4029
|
{
|
|
@@ -4193,7 +4165,7 @@
|
|
|
4193
4165
|
{
|
|
4194
4166
|
"stableId": "System.Net.Mail:System.Net.Mail.MailMessage::CC:System.Net.Mail.MailAddressCollection",
|
|
4195
4167
|
"clrName": "CC",
|
|
4196
|
-
"tsEmitName": "
|
|
4168
|
+
"tsEmitName": "CC",
|
|
4197
4169
|
"normalizedSignature": "CC|:System.Net.Mail.MailAddressCollection|static=false|accessor=get",
|
|
4198
4170
|
"provenance": "Original",
|
|
4199
4171
|
"emitScope": "ClassSurface",
|
|
@@ -55,7 +55,7 @@ export class ContentDisposition$instance {
|
|
|
55
55
|
readonly parameters: StringDictionary;
|
|
56
56
|
readDate: DateTime;
|
|
57
57
|
size: long;
|
|
58
|
-
equals(rparam:
|
|
58
|
+
equals(rparam: unknown): boolean;
|
|
59
59
|
getHashCode(): int;
|
|
60
60
|
toString(): string;
|
|
61
61
|
}
|
|
@@ -71,7 +71,7 @@ export class ContentType$instance {
|
|
|
71
71
|
mediaType: string;
|
|
72
72
|
name: string;
|
|
73
73
|
readonly parameters: StringDictionary;
|
|
74
|
-
equals(rparam:
|
|
74
|
+
equals(rparam: unknown): boolean;
|
|
75
75
|
getHashCode(): int;
|
|
76
76
|
toString(): string;
|
|
77
77
|
}
|
|
@@ -80,8 +80,8 @@ export class ContentType$instance {
|
|
|
80
80
|
export type ContentType = ContentType$instance;
|
|
81
81
|
|
|
82
82
|
export abstract class DispositionTypeNames$instance {
|
|
83
|
-
static readonly
|
|
84
|
-
static readonly
|
|
83
|
+
static readonly inline: string;
|
|
84
|
+
static readonly attachment: string;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
|
|
@@ -94,77 +94,77 @@ export abstract class MediaTypeNames$instance {
|
|
|
94
94
|
export type MediaTypeNames = MediaTypeNames$instance;
|
|
95
95
|
|
|
96
96
|
export abstract class MediaTypeNames_Application$instance {
|
|
97
|
-
static readonly
|
|
98
|
-
static readonly
|
|
99
|
-
static readonly
|
|
100
|
-
static readonly
|
|
101
|
-
static readonly
|
|
102
|
-
static readonly
|
|
103
|
-
static readonly
|
|
104
|
-
static readonly
|
|
105
|
-
static readonly
|
|
106
|
-
static readonly
|
|
107
|
-
static readonly
|
|
108
|
-
static readonly
|
|
109
|
-
static readonly
|
|
110
|
-
static readonly
|
|
111
|
-
static readonly
|
|
112
|
-
static readonly
|
|
113
|
-
static readonly
|
|
114
|
-
static readonly
|
|
97
|
+
static readonly formUrlEncoded: string;
|
|
98
|
+
static readonly gZip: string;
|
|
99
|
+
static readonly json: string;
|
|
100
|
+
static readonly jsonPatch: string;
|
|
101
|
+
static readonly jsonSequence: string;
|
|
102
|
+
static readonly manifest: string;
|
|
103
|
+
static readonly octet: string;
|
|
104
|
+
static readonly pdf: string;
|
|
105
|
+
static readonly problemJson: string;
|
|
106
|
+
static readonly problemXml: string;
|
|
107
|
+
static readonly rtf: string;
|
|
108
|
+
static readonly soap: string;
|
|
109
|
+
static readonly wasm: string;
|
|
110
|
+
static readonly xml: string;
|
|
111
|
+
static readonly xmlDtd: string;
|
|
112
|
+
static readonly xmlPatch: string;
|
|
113
|
+
static readonly yaml: string;
|
|
114
|
+
static readonly zip: string;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
|
|
118
118
|
export type MediaTypeNames_Application = MediaTypeNames_Application$instance;
|
|
119
119
|
|
|
120
120
|
export abstract class MediaTypeNames_Font$instance {
|
|
121
|
-
static readonly
|
|
122
|
-
static readonly
|
|
123
|
-
static readonly
|
|
124
|
-
static readonly
|
|
125
|
-
static readonly
|
|
126
|
-
static readonly
|
|
121
|
+
static readonly collection: string;
|
|
122
|
+
static readonly otf: string;
|
|
123
|
+
static readonly sfnt: string;
|
|
124
|
+
static readonly ttf: string;
|
|
125
|
+
static readonly woff: string;
|
|
126
|
+
static readonly woff2: string;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
|
|
130
130
|
export type MediaTypeNames_Font = MediaTypeNames_Font$instance;
|
|
131
131
|
|
|
132
132
|
export abstract class MediaTypeNames_Image$instance {
|
|
133
|
-
static readonly
|
|
134
|
-
static readonly
|
|
135
|
-
static readonly
|
|
136
|
-
static readonly
|
|
137
|
-
static readonly
|
|
138
|
-
static readonly
|
|
139
|
-
static readonly
|
|
140
|
-
static readonly
|
|
141
|
-
static readonly
|
|
133
|
+
static readonly avif: string;
|
|
134
|
+
static readonly bmp: string;
|
|
135
|
+
static readonly gif: string;
|
|
136
|
+
static readonly icon: string;
|
|
137
|
+
static readonly jpeg: string;
|
|
138
|
+
static readonly png: string;
|
|
139
|
+
static readonly svg: string;
|
|
140
|
+
static readonly tiff: string;
|
|
141
|
+
static readonly webp: string;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
|
|
145
145
|
export type MediaTypeNames_Image = MediaTypeNames_Image$instance;
|
|
146
146
|
|
|
147
147
|
export abstract class MediaTypeNames_Multipart$instance {
|
|
148
|
-
static readonly
|
|
149
|
-
static readonly
|
|
150
|
-
static readonly
|
|
151
|
-
static readonly
|
|
148
|
+
static readonly byteRanges: string;
|
|
149
|
+
static readonly formData: string;
|
|
150
|
+
static readonly mixed: string;
|
|
151
|
+
static readonly related: string;
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
|
|
155
155
|
export type MediaTypeNames_Multipart = MediaTypeNames_Multipart$instance;
|
|
156
156
|
|
|
157
157
|
export abstract class MediaTypeNames_Text$instance {
|
|
158
|
-
static readonly
|
|
159
|
-
static readonly
|
|
160
|
-
static readonly
|
|
161
|
-
static readonly
|
|
162
|
-
static readonly
|
|
163
|
-
static readonly
|
|
164
|
-
static readonly
|
|
165
|
-
static readonly
|
|
166
|
-
static readonly
|
|
167
|
-
static readonly
|
|
158
|
+
static readonly css: string;
|
|
159
|
+
static readonly csv: string;
|
|
160
|
+
static readonly eventStream: string;
|
|
161
|
+
static readonly html: string;
|
|
162
|
+
static readonly javaScript: string;
|
|
163
|
+
static readonly markdown: string;
|
|
164
|
+
static readonly plain: string;
|
|
165
|
+
static readonly richText: string;
|
|
166
|
+
static readonly rtf: string;
|
|
167
|
+
static readonly xml: string;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
|
|
@@ -214,9 +214,9 @@ export class GatewayIPAddressInformationCollection$instance {
|
|
|
214
214
|
|
|
215
215
|
|
|
216
216
|
export interface __GatewayIPAddressInformationCollection$views {
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
217
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<GatewayIPAddressInformation>;
|
|
218
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<GatewayIPAddressInformation>;
|
|
219
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
220
220
|
}
|
|
221
221
|
|
|
222
222
|
export type GatewayIPAddressInformationCollection = GatewayIPAddressInformationCollection$instance & __GatewayIPAddressInformationCollection$views;
|
|
@@ -306,9 +306,9 @@ export class IPAddressCollection$instance {
|
|
|
306
306
|
|
|
307
307
|
|
|
308
308
|
export interface __IPAddressCollection$views {
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
309
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<IPAddress>;
|
|
310
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<IPAddress>;
|
|
311
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
312
312
|
}
|
|
313
313
|
|
|
314
314
|
export type IPAddressCollection = IPAddressCollection$instance & __IPAddressCollection$views;
|
|
@@ -337,9 +337,9 @@ export class IPAddressInformationCollection$instance {
|
|
|
337
337
|
|
|
338
338
|
|
|
339
339
|
export interface __IPAddressInformationCollection$views {
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
340
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<IPAddressInformation>;
|
|
341
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<IPAddressInformation>;
|
|
342
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
343
343
|
}
|
|
344
344
|
|
|
345
345
|
export type IPAddressInformationCollection = IPAddressInformationCollection$instance & __IPAddressInformationCollection$views;
|
|
@@ -351,7 +351,7 @@ export abstract class IPGlobalProperties$instance {
|
|
|
351
351
|
readonly hostName: string;
|
|
352
352
|
readonly isWinsProxy: boolean;
|
|
353
353
|
readonly nodeType: NetBiosNodeType;
|
|
354
|
-
beginGetUnicastAddresses(callback: AsyncCallback, state:
|
|
354
|
+
beginGetUnicastAddresses(callback: AsyncCallback, state: unknown): IAsyncResult;
|
|
355
355
|
endGetUnicastAddresses(asyncResult: IAsyncResult): UnicastIPAddressInformationCollection;
|
|
356
356
|
abstract getActiveTcpConnections(): TcpConnectionInformation[];
|
|
357
357
|
abstract getActiveTcpListeners(): IPEndPoint[];
|
|
@@ -366,7 +366,7 @@ export abstract class IPGlobalProperties$instance {
|
|
|
366
366
|
abstract getUdpIPv6Statistics(): UdpStatistics;
|
|
367
367
|
getUnicastAddresses(): UnicastIPAddressInformationCollection;
|
|
368
368
|
getUnicastAddressesAsync(): Task_1<UnicastIPAddressInformationCollection>;
|
|
369
|
-
static
|
|
369
|
+
static getIPGlobalProperties(): IPGlobalProperties;
|
|
370
370
|
}
|
|
371
371
|
|
|
372
372
|
|
|
@@ -502,45 +502,45 @@ export class MulticastIPAddressInformationCollection$instance {
|
|
|
502
502
|
|
|
503
503
|
|
|
504
504
|
export interface __MulticastIPAddressInformationCollection$views {
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
505
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<MulticastIPAddressInformation>;
|
|
506
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<MulticastIPAddressInformation>;
|
|
507
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
508
508
|
}
|
|
509
509
|
|
|
510
510
|
export type MulticastIPAddressInformationCollection = MulticastIPAddressInformationCollection$instance & __MulticastIPAddressInformationCollection$views;
|
|
511
511
|
|
|
512
512
|
|
|
513
513
|
export class NetworkAddressChangedEventHandler$instance extends Function {
|
|
514
|
-
constructor(object_:
|
|
515
|
-
beginInvoke(sender:
|
|
516
|
-
clone():
|
|
514
|
+
constructor(object_: unknown, method: nint);
|
|
515
|
+
beginInvoke(sender: unknown, e: EventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
516
|
+
clone(): unknown;
|
|
517
517
|
endInvoke(result: IAsyncResult): void;
|
|
518
518
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
519
|
-
invoke(sender:
|
|
519
|
+
invoke(sender: unknown, e: EventArgs): void;
|
|
520
520
|
}
|
|
521
521
|
|
|
522
522
|
|
|
523
523
|
export interface __NetworkAddressChangedEventHandler$views {
|
|
524
|
-
|
|
525
|
-
|
|
524
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
525
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
526
526
|
}
|
|
527
527
|
|
|
528
528
|
export type NetworkAddressChangedEventHandler = NetworkAddressChangedEventHandler$instance & __NetworkAddressChangedEventHandler$views;
|
|
529
529
|
|
|
530
530
|
|
|
531
531
|
export class NetworkAvailabilityChangedEventHandler$instance extends Function {
|
|
532
|
-
constructor(object_:
|
|
533
|
-
beginInvoke(sender:
|
|
534
|
-
clone():
|
|
532
|
+
constructor(object_: unknown, method: nint);
|
|
533
|
+
beginInvoke(sender: unknown, e: NetworkAvailabilityEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
534
|
+
clone(): unknown;
|
|
535
535
|
endInvoke(result: IAsyncResult): void;
|
|
536
536
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
537
|
-
invoke(sender:
|
|
537
|
+
invoke(sender: unknown, e: NetworkAvailabilityEventArgs): void;
|
|
538
538
|
}
|
|
539
539
|
|
|
540
540
|
|
|
541
541
|
export interface __NetworkAvailabilityChangedEventHandler$views {
|
|
542
|
-
|
|
543
|
-
|
|
542
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
543
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
544
544
|
}
|
|
545
545
|
|
|
546
546
|
export type NetworkAvailabilityChangedEventHandler = NetworkAvailabilityChangedEventHandler$instance & __NetworkAvailabilityChangedEventHandler$views;
|
|
@@ -555,7 +555,7 @@ export type NetworkAvailabilityEventArgs = NetworkAvailabilityEventArgs$instance
|
|
|
555
555
|
|
|
556
556
|
export class NetworkChange$instance {
|
|
557
557
|
constructor();
|
|
558
|
-
static
|
|
558
|
+
static registerNetworkChange(nc: NetworkChange): void;
|
|
559
559
|
}
|
|
560
560
|
|
|
561
561
|
|
|
@@ -570,7 +570,7 @@ export class NetworkInformationException$instance extends System_ComponentModel_
|
|
|
570
570
|
|
|
571
571
|
|
|
572
572
|
export interface __NetworkInformationException$views {
|
|
573
|
-
|
|
573
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
574
574
|
}
|
|
575
575
|
|
|
576
576
|
export type NetworkInformationException = NetworkInformationException$instance & __NetworkInformationException$views;
|
|
@@ -590,10 +590,10 @@ export abstract class NetworkInterface$instance {
|
|
|
590
590
|
getIPv4Statistics(): IPv4InterfaceStatistics;
|
|
591
591
|
getPhysicalAddress(): PhysicalAddress;
|
|
592
592
|
supports(networkInterfaceComponent: NetworkInterfaceComponent): boolean;
|
|
593
|
-
static readonly
|
|
594
|
-
static readonly
|
|
595
|
-
static
|
|
596
|
-
static
|
|
593
|
+
static readonly iPv6LoopbackInterfaceIndex: int;
|
|
594
|
+
static readonly loopbackInterfaceIndex: int;
|
|
595
|
+
static getAllNetworkInterfaces(): NetworkInterface[];
|
|
596
|
+
static getIsNetworkAvailable(): boolean;
|
|
597
597
|
}
|
|
598
598
|
|
|
599
599
|
|
|
@@ -601,15 +601,15 @@ export type NetworkInterface = NetworkInterface$instance;
|
|
|
601
601
|
|
|
602
602
|
export class PhysicalAddress$instance {
|
|
603
603
|
constructor(address: byte[]);
|
|
604
|
-
equals(comparand:
|
|
604
|
+
equals(comparand: unknown): boolean;
|
|
605
605
|
getAddressBytes(): byte[];
|
|
606
606
|
getHashCode(): int;
|
|
607
607
|
toString(): string;
|
|
608
608
|
static readonly none: PhysicalAddress;
|
|
609
|
-
static
|
|
610
|
-
static
|
|
611
|
-
static
|
|
612
|
-
static
|
|
609
|
+
static parse2(address: ReadOnlySpan_1<CLROf<char>>): PhysicalAddress;
|
|
610
|
+
static parse2(address: string): PhysicalAddress;
|
|
611
|
+
static tryParse2(address: ReadOnlySpan_1<CLROf<char>>, value: { value: ref<PhysicalAddress> }): boolean;
|
|
612
|
+
static tryParse2(address: string, value: { value: ref<PhysicalAddress> }): boolean;
|
|
613
613
|
}
|
|
614
614
|
|
|
615
615
|
|
|
@@ -628,14 +628,14 @@ export class Ping$instance extends System_ComponentModel_Internal.Component$inst
|
|
|
628
628
|
send(address: IPAddress, timeout: int, buffer: byte[], options: PingOptions): PingReply;
|
|
629
629
|
send(address: IPAddress, timeout: TimeSpan, buffer?: byte[], options?: PingOptions): PingReply;
|
|
630
630
|
send(hostNameOrAddress: string, timeout: TimeSpan, buffer?: byte[], options?: PingOptions): PingReply;
|
|
631
|
-
sendAsync(hostNameOrAddress: string, userToken:
|
|
632
|
-
sendAsync(hostNameOrAddress: string, timeout: int, userToken:
|
|
633
|
-
sendAsync(address: IPAddress, userToken:
|
|
634
|
-
sendAsync(address: IPAddress, timeout: int, userToken:
|
|
635
|
-
sendAsync(hostNameOrAddress: string, timeout: int, buffer: byte[], userToken:
|
|
636
|
-
sendAsync(address: IPAddress, timeout: int, buffer: byte[], userToken:
|
|
637
|
-
sendAsync(hostNameOrAddress: string, timeout: int, buffer: byte[], options: PingOptions, userToken:
|
|
638
|
-
sendAsync(address: IPAddress, timeout: int, buffer: byte[], options: PingOptions, userToken:
|
|
631
|
+
sendAsync(hostNameOrAddress: string, userToken: unknown): void;
|
|
632
|
+
sendAsync(hostNameOrAddress: string, timeout: int, userToken: unknown): void;
|
|
633
|
+
sendAsync(address: IPAddress, userToken: unknown): void;
|
|
634
|
+
sendAsync(address: IPAddress, timeout: int, userToken: unknown): void;
|
|
635
|
+
sendAsync(hostNameOrAddress: string, timeout: int, buffer: byte[], userToken: unknown): void;
|
|
636
|
+
sendAsync(address: IPAddress, timeout: int, buffer: byte[], userToken: unknown): void;
|
|
637
|
+
sendAsync(hostNameOrAddress: string, timeout: int, buffer: byte[], options: PingOptions, userToken: unknown): void;
|
|
638
|
+
sendAsync(address: IPAddress, timeout: int, buffer: byte[], options: PingOptions, userToken: unknown): void;
|
|
639
639
|
sendAsyncCancel(): void;
|
|
640
640
|
sendPingAsync(address: IPAddress): Task_1<PingReply>;
|
|
641
641
|
sendPingAsync(hostNameOrAddress: string): Task_1<PingReply>;
|
|
@@ -651,10 +651,12 @@ export class Ping$instance extends System_ComponentModel_Internal.Component$inst
|
|
|
651
651
|
|
|
652
652
|
|
|
653
653
|
export interface __Ping$views {
|
|
654
|
-
|
|
655
|
-
|
|
654
|
+
As_IComponent(): System_ComponentModel_Internal.IComponent$instance;
|
|
655
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
656
656
|
}
|
|
657
657
|
|
|
658
|
+
export interface Ping$instance extends System_ComponentModel_Internal.IComponent$instance {}
|
|
659
|
+
|
|
658
660
|
export type Ping = Ping$instance & __Ping$views;
|
|
659
661
|
|
|
660
662
|
|
|
@@ -666,18 +668,18 @@ export class PingCompletedEventArgs$instance extends System_ComponentModel_Inter
|
|
|
666
668
|
export type PingCompletedEventArgs = PingCompletedEventArgs$instance;
|
|
667
669
|
|
|
668
670
|
export class PingCompletedEventHandler$instance extends Function {
|
|
669
|
-
constructor(object_:
|
|
670
|
-
beginInvoke(sender:
|
|
671
|
-
clone():
|
|
671
|
+
constructor(object_: unknown, method: nint);
|
|
672
|
+
beginInvoke(sender: unknown, e: PingCompletedEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
673
|
+
clone(): unknown;
|
|
672
674
|
endInvoke(result: IAsyncResult): void;
|
|
673
675
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
674
|
-
invoke(sender:
|
|
676
|
+
invoke(sender: unknown, e: PingCompletedEventArgs): void;
|
|
675
677
|
}
|
|
676
678
|
|
|
677
679
|
|
|
678
680
|
export interface __PingCompletedEventHandler$views {
|
|
679
|
-
|
|
680
|
-
|
|
681
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
682
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
681
683
|
}
|
|
682
684
|
|
|
683
685
|
export type PingCompletedEventHandler = PingCompletedEventHandler$instance & __PingCompletedEventHandler$views;
|
|
@@ -691,7 +693,7 @@ export class PingException$instance extends System_Internal.InvalidOperationExce
|
|
|
691
693
|
|
|
692
694
|
|
|
693
695
|
export interface __PingException$views {
|
|
694
|
-
|
|
696
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
695
697
|
}
|
|
696
698
|
|
|
697
699
|
export type PingException = PingException$instance & __PingException$views;
|
|
@@ -786,9 +788,9 @@ export class UnicastIPAddressInformationCollection$instance {
|
|
|
786
788
|
|
|
787
789
|
|
|
788
790
|
export interface __UnicastIPAddressInformationCollection$views {
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
791
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<UnicastIPAddressInformation>;
|
|
792
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<UnicastIPAddressInformation>;
|
|
793
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
792
794
|
}
|
|
793
795
|
|
|
794
796
|
export type UnicastIPAddressInformationCollection = UnicastIPAddressInformationCollection$instance & __UnicastIPAddressInformationCollection$views;
|
|
@@ -107,15 +107,17 @@ export class QuicConnection$instance {
|
|
|
107
107
|
disposeAsync(): ValueTask;
|
|
108
108
|
openOutboundStreamAsync(type_: QuicStreamType, cancellationToken?: CancellationToken): ValueTask_1<QuicStream>;
|
|
109
109
|
toString(): string;
|
|
110
|
-
static readonly
|
|
111
|
-
static
|
|
110
|
+
static readonly isSupported: boolean;
|
|
111
|
+
static connectAsync(options: QuicClientConnectionOptions, cancellationToken?: CancellationToken): ValueTask_1<QuicConnection>;
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
|
|
115
115
|
export interface __QuicConnection$views {
|
|
116
|
-
|
|
116
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
+
export interface QuicConnection$instance extends System_Internal.IAsyncDisposable$instance {}
|
|
120
|
+
|
|
119
121
|
export type QuicConnection = QuicConnection$instance & __QuicConnection$views;
|
|
120
122
|
|
|
121
123
|
|
|
@@ -144,7 +146,7 @@ export class QuicException$instance extends System_IO_Internal.IOException$insta
|
|
|
144
146
|
|
|
145
147
|
|
|
146
148
|
export interface __QuicException$views {
|
|
147
|
-
|
|
149
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
148
150
|
}
|
|
149
151
|
|
|
150
152
|
export type QuicException = QuicException$instance & __QuicException$views;
|
|
@@ -155,15 +157,17 @@ export class QuicListener$instance {
|
|
|
155
157
|
acceptConnectionAsync(cancellationToken?: CancellationToken): ValueTask_1<QuicConnection>;
|
|
156
158
|
disposeAsync(): ValueTask;
|
|
157
159
|
toString(): string;
|
|
158
|
-
static readonly
|
|
159
|
-
static
|
|
160
|
+
static readonly isSupported: boolean;
|
|
161
|
+
static listenAsync(options: QuicListenerOptions, cancellationToken?: CancellationToken): ValueTask_1<QuicListener>;
|
|
160
162
|
}
|
|
161
163
|
|
|
162
164
|
|
|
163
165
|
export interface __QuicListener$views {
|
|
164
|
-
|
|
166
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
165
167
|
}
|
|
166
168
|
|
|
169
|
+
export interface QuicListener$instance extends System_Internal.IAsyncDisposable$instance {}
|
|
170
|
+
|
|
167
171
|
export type QuicListener = QuicListener$instance & __QuicListener$views;
|
|
168
172
|
|
|
169
173
|
|
|
@@ -211,8 +215,8 @@ export class QuicStream$instance extends System_IO_Internal.Stream$instance {
|
|
|
211
215
|
readonly writesClosed: Task;
|
|
212
216
|
writeTimeout: int;
|
|
213
217
|
abort(abortDirection: QuicAbortDirection, errorCode: long): void;
|
|
214
|
-
beginRead(buffer: byte[], offset: int, count: int, callback: AsyncCallback, state:
|
|
215
|
-
beginWrite(buffer: byte[], offset: int, count: int, callback: AsyncCallback, state:
|
|
218
|
+
beginRead(buffer: byte[], offset: int, count: int, callback: AsyncCallback, state: unknown): IAsyncResult;
|
|
219
|
+
beginWrite(buffer: byte[], offset: int, count: int, callback: AsyncCallback, state: unknown): IAsyncResult;
|
|
216
220
|
completeWrites(): void;
|
|
217
221
|
dispose(): void;
|
|
218
222
|
disposeAsync(): ValueTask;
|
|
@@ -245,8 +249,8 @@ export class QuicStream$instance extends System_IO_Internal.Stream$instance {
|
|
|
245
249
|
|
|
246
250
|
|
|
247
251
|
export interface __QuicStream$views {
|
|
248
|
-
|
|
249
|
-
|
|
252
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
253
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
250
254
|
}
|
|
251
255
|
|
|
252
256
|
export type QuicStream = QuicStream$instance & __QuicStream$views;
|