@tsonic/dotnet 0.8.1 → 0.8.3
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.VisualBasic/internal/index.d.ts +1 -1
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +1 -1
- package/Microsoft.Win32/internal/index.d.ts +9 -9
- package/System/bindings.json +114 -114
- package/System/internal/index.d.ts +156 -154
- package/System/internal/metadata.json +73 -73
- package/System.Buffers/internal/index.d.ts +1 -1
- package/System.CodeDom.Compiler/internal/index.d.ts +1 -1
- package/System.Collections/internal/index.d.ts +12 -8
- package/System.Collections.Generic/internal/index.d.ts +22 -14
- package/System.Collections.Immutable/internal/index.d.ts +11 -11
- package/System.Collections.Specialized/internal/index.d.ts +20 -18
- package/System.ComponentModel/internal/index.d.ts +219 -209
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +42 -32
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +2 -1
- package/System.ComponentModel.Design/internal/index.d.ts +40 -40
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +17 -17
- package/System.Data/internal/index.d.ts +54 -46
- package/System.Data.Common/internal/index.d.ts +52 -44
- package/System.Data.SqlTypes/internal/index.d.ts +2 -2
- package/System.Diagnostics/internal/index.d.ts +85 -63
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +30 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics/internal/index.d.ts +14 -9
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +5 -5
- package/System.Diagnostics.Tracing/internal/index.d.ts +11 -9
- package/System.Drawing/internal/index.d.ts +33 -33
- package/System.Dynamic/internal/index.d.ts +1 -1
- package/System.Formats.Tar/internal/index.d.ts +3 -2
- package/System.Globalization/internal/index.d.ts +8 -6
- package/System.IO/internal/index.d.ts +30 -27
- package/System.IO.Compression/internal/index.d.ts +1 -1
- package/System.IO.Enumeration/internal/index.d.ts +4 -2
- package/System.Linq/internal/index.d.ts +63 -63
- package/System.Linq.Expressions/internal/index.d.ts +13 -13
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/internal/index.d.ts +87 -63
- package/System.Net.Http/internal/index.d.ts +37 -21
- package/System.Net.Http.Headers/internal/index.d.ts +37 -20
- package/System.Net.Http.Json/internal/index.d.ts +39 -39
- package/System.Net.Mail/internal/index.d.ts +22 -12
- package/System.Net.Mime/internal/index.d.ts +4 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +1 -1
- package/System.Net.Quic/internal/index.d.ts +3 -2
- package/System.Net.Security/internal/index.d.ts +38 -22
- package/System.Net.ServerSentEvents/internal/index.d.ts +2 -1
- package/System.Net.Sockets/internal/index.d.ts +23 -16
- package/System.Net.WebSockets/internal/index.d.ts +17 -11
- package/System.Numerics/bindings.json +408 -0
- package/System.Numerics/internal/metadata.json +272 -0
- package/System.Reflection/internal/index.d.ts +185 -182
- package/System.Reflection.Emit/internal/index.d.ts +82 -82
- package/System.Reflection.Metadata/bindings.json +48 -0
- package/System.Reflection.Metadata/internal/index.d.ts +5 -5
- package/System.Reflection.Metadata/internal/metadata.json +32 -0
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +1 -1
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Resources/internal/index.d.ts +13 -12
- package/System.Runtime/internal/index.d.ts +2 -1
- package/System.Runtime.CompilerServices/internal/index.d.ts +15 -13
- package/System.Runtime.InteropServices/bindings.json +22 -22
- package/System.Runtime.InteropServices/internal/index.d.ts +46 -44
- package/System.Runtime.InteropServices/internal/metadata.json +13 -13
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +1 -1
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +3 -3
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +16 -14
- package/System.Runtime.Loader/internal/index.d.ts +4 -4
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization/internal/index.d.ts +53 -43
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +14 -14
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +4 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -1
- package/System.Runtime.Serialization.Json/internal/index.d.ts +9 -8
- package/System.Runtime.Versioning/internal/index.d.ts +6 -3
- package/System.Security/internal/index.d.ts +35 -25
- package/System.Security.AccessControl/internal/index.d.ts +14 -10
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +4 -4
- package/System.Security.Claims/internal/index.d.ts +16 -12
- package/System.Security.Cryptography/internal/index.d.ts +80 -66
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +33 -32
- package/System.Security.Permissions/internal/index.d.ts +2 -2
- package/System.Security.Policy/internal/index.d.ts +2 -2
- package/System.Security.Principal/internal/index.d.ts +8 -10
- package/System.Text/internal/index.d.ts +13 -11
- package/System.Text.Json/internal/index.d.ts +67 -61
- package/System.Text.Json.Nodes/internal/index.d.ts +31 -31
- package/System.Text.Json.Schema/internal/index.d.ts +4 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +9 -8
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -42
- package/System.Threading/internal/index.d.ts +16 -15
- package/System.Threading.Tasks/internal/index.d.ts +4 -14
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +3 -1
- package/System.Timers/internal/index.d.ts +4 -2
- package/System.Transactions/internal/index.d.ts +8 -6
- package/System.Web/internal/index.d.ts +24 -24
- package/System.Xml/internal/index.d.ts +100 -99
- package/System.Xml.Linq/internal/index.d.ts +16 -15
- package/System.Xml.Resolvers/internal/index.d.ts +1 -1
- package/System.Xml.Schema/internal/index.d.ts +129 -84
- package/System.Xml.Serialization/internal/index.d.ts +68 -47
- package/System.Xml.XPath/internal/index.d.ts +10 -10
- package/System.Xml.Xsl/internal/index.d.ts +7 -7
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +8 -8
- package/__internal/extensions/index.d.ts +177 -176
- package/package.json +1 -1
|
@@ -33,7 +33,7 @@ export type IJsonTypeInfoResolver = IJsonTypeInfoResolver$instance;
|
|
|
33
33
|
|
|
34
34
|
export interface JsonDerivedType$instance {
|
|
35
35
|
readonly derivedType: Type;
|
|
36
|
-
readonly typeDiscriminator: unknown;
|
|
36
|
+
readonly typeDiscriminator: unknown | undefined;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
|
|
@@ -68,10 +68,13 @@ export type DefaultJsonTypeInfoResolver = DefaultJsonTypeInfoResolver$instance &
|
|
|
68
68
|
|
|
69
69
|
export interface JsonCollectionInfoValues_1$instance<TCollection> {
|
|
70
70
|
elementInfo: JsonTypeInfo;
|
|
71
|
-
keyInfo: JsonTypeInfo;
|
|
71
|
+
get keyInfo(): JsonTypeInfo | undefined;
|
|
72
|
+
set keyInfo(value: JsonTypeInfo);
|
|
72
73
|
numberHandling: JsonNumberHandling;
|
|
73
|
-
objectCreator: Func_1<TCollection
|
|
74
|
-
|
|
74
|
+
get objectCreator(): Func_1<TCollection> | undefined;
|
|
75
|
+
set objectCreator(value: Func_1<TCollection>);
|
|
76
|
+
get serializeHandler(): Action_2<Utf8JsonWriter, TCollection> | undefined;
|
|
77
|
+
set serializeHandler(value: Action_2<Utf8JsonWriter, TCollection>);
|
|
75
78
|
}
|
|
76
79
|
|
|
77
80
|
|
|
@@ -83,13 +86,19 @@ export const JsonCollectionInfoValues_1: {
|
|
|
83
86
|
export type JsonCollectionInfoValues_1<TCollection> = JsonCollectionInfoValues_1$instance<TCollection>;
|
|
84
87
|
|
|
85
88
|
export interface JsonObjectInfoValues_1$instance<T> {
|
|
86
|
-
constructorAttributeProviderFactory: Func_1<ICustomAttributeProvider
|
|
87
|
-
|
|
89
|
+
get constructorAttributeProviderFactory(): Func_1<ICustomAttributeProvider> | undefined;
|
|
90
|
+
set constructorAttributeProviderFactory(value: Func_1<ICustomAttributeProvider>);
|
|
91
|
+
get constructorParameterMetadataInitializer(): Func_1<JsonParameterInfoValues[]> | undefined;
|
|
92
|
+
set constructorParameterMetadataInitializer(value: Func_1<JsonParameterInfoValues[]>);
|
|
88
93
|
numberHandling: JsonNumberHandling;
|
|
89
|
-
objectCreator: Func_1<T
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
94
|
+
get objectCreator(): Func_1<T> | undefined;
|
|
95
|
+
set objectCreator(value: Func_1<T>);
|
|
96
|
+
get objectWithParameterizedConstructorCreator(): Func_2<unknown[], T> | undefined;
|
|
97
|
+
set objectWithParameterizedConstructorCreator(value: Func_2<unknown[], T>);
|
|
98
|
+
get propertyMetadataInitializer(): Func_2<JsonSerializerContext, JsonPropertyInfo[]> | undefined;
|
|
99
|
+
set propertyMetadataInitializer(value: Func_2<JsonSerializerContext, JsonPropertyInfo[]>);
|
|
100
|
+
get serializeHandler(): Action_2<Utf8JsonWriter, T> | undefined;
|
|
101
|
+
set serializeHandler(value: Action_2<Utf8JsonWriter, T>);
|
|
93
102
|
}
|
|
94
103
|
|
|
95
104
|
|
|
@@ -101,7 +110,7 @@ export const JsonObjectInfoValues_1: {
|
|
|
101
110
|
export type JsonObjectInfoValues_1<T> = JsonObjectInfoValues_1$instance<T>;
|
|
102
111
|
|
|
103
112
|
export interface JsonParameterInfo$instance {
|
|
104
|
-
readonly attributeProvider: ICustomAttributeProvider;
|
|
113
|
+
readonly attributeProvider: ICustomAttributeProvider | undefined;
|
|
105
114
|
readonly declaringType: Type;
|
|
106
115
|
readonly defaultValue: unknown;
|
|
107
116
|
readonly hasDefaultValue: boolean;
|
|
@@ -153,11 +162,14 @@ export const JsonPolymorphismOptions: {
|
|
|
153
162
|
export type JsonPolymorphismOptions = JsonPolymorphismOptions$instance;
|
|
154
163
|
|
|
155
164
|
export interface JsonPropertyInfo$instance {
|
|
156
|
-
readonly associatedParameter: JsonParameterInfo;
|
|
157
|
-
attributeProvider: ICustomAttributeProvider;
|
|
158
|
-
|
|
165
|
+
readonly associatedParameter: JsonParameterInfo | undefined;
|
|
166
|
+
get attributeProvider(): ICustomAttributeProvider | undefined;
|
|
167
|
+
set attributeProvider(value: ICustomAttributeProvider);
|
|
168
|
+
get customConverter(): JsonConverter | undefined;
|
|
169
|
+
set customConverter(value: JsonConverter);
|
|
159
170
|
readonly declaringType: Type;
|
|
160
|
-
get_: Func_2<unknown, unknown
|
|
171
|
+
get get_(): Func_2<unknown, unknown | undefined> | undefined;
|
|
172
|
+
set get_(value: Func_2<unknown, unknown | undefined>);
|
|
161
173
|
isExtensionData: boolean;
|
|
162
174
|
isGetNullable: boolean;
|
|
163
175
|
isRequired: boolean;
|
|
@@ -168,8 +180,9 @@ export interface JsonPropertyInfo$instance {
|
|
|
168
180
|
readonly options: JsonSerializerOptions;
|
|
169
181
|
order: int;
|
|
170
182
|
readonly propertyType: Type;
|
|
171
|
-
set_: Action_2<unknown, unknown>;
|
|
172
|
-
shouldSerialize: Func_3<unknown, unknown, System_Internal.Boolean
|
|
183
|
+
set_: Action_2<unknown, unknown | undefined>;
|
|
184
|
+
get shouldSerialize(): Func_3<unknown, unknown | undefined, System_Internal.Boolean> | undefined;
|
|
185
|
+
set shouldSerialize(value: Func_3<unknown, unknown | undefined, System_Internal.Boolean>);
|
|
173
186
|
}
|
|
174
187
|
|
|
175
188
|
|
|
@@ -180,21 +193,25 @@ export const JsonPropertyInfo: {
|
|
|
180
193
|
export type JsonPropertyInfo = JsonPropertyInfo$instance;
|
|
181
194
|
|
|
182
195
|
export interface JsonPropertyInfoValues_1$instance<T> {
|
|
183
|
-
attributeProviderFactory: Func_1<ICustomAttributeProvider
|
|
196
|
+
get attributeProviderFactory(): Func_1<ICustomAttributeProvider> | undefined;
|
|
197
|
+
set attributeProviderFactory(value: Func_1<ICustomAttributeProvider>);
|
|
184
198
|
converter: JsonConverter_1<T>;
|
|
185
199
|
declaringType: Type;
|
|
186
|
-
getter: Func_2<unknown, T
|
|
200
|
+
get getter(): Func_2<unknown, T | undefined> | undefined;
|
|
201
|
+
set getter(value: Func_2<unknown, T | undefined>);
|
|
187
202
|
hasJsonInclude: boolean;
|
|
188
203
|
ignoreCondition: Nullable_1<JsonIgnoreCondition>;
|
|
189
204
|
isExtensionData: boolean;
|
|
190
205
|
isProperty: boolean;
|
|
191
206
|
isPublic: boolean;
|
|
192
207
|
isVirtual: boolean;
|
|
193
|
-
jsonPropertyName: string;
|
|
208
|
+
get jsonPropertyName(): string | undefined;
|
|
209
|
+
set jsonPropertyName(value: string);
|
|
194
210
|
numberHandling: Nullable_1<JsonNumberHandling>;
|
|
195
211
|
propertyName: string;
|
|
196
212
|
propertyTypeInfo: JsonTypeInfo;
|
|
197
|
-
setter: Action_2<unknown, T
|
|
213
|
+
get setter(): Action_2<unknown, T | undefined> | undefined;
|
|
214
|
+
set setter(value: Action_2<unknown, T | undefined>);
|
|
198
215
|
}
|
|
199
216
|
|
|
200
217
|
|
|
@@ -206,21 +223,28 @@ export const JsonPropertyInfoValues_1: {
|
|
|
206
223
|
export type JsonPropertyInfoValues_1<T> = JsonPropertyInfoValues_1$instance<T>;
|
|
207
224
|
|
|
208
225
|
export interface JsonTypeInfo$instance {
|
|
209
|
-
readonly constructorAttributeProvider: ICustomAttributeProvider;
|
|
226
|
+
readonly constructorAttributeProvider: ICustomAttributeProvider | undefined;
|
|
210
227
|
readonly converter: JsonConverter;
|
|
211
|
-
createObject: Func_1<unknown
|
|
228
|
+
get createObject(): Func_1<unknown> | undefined;
|
|
229
|
+
set createObject(value: Func_1<unknown>);
|
|
212
230
|
readonly elementType: Type;
|
|
213
231
|
readonly isReadOnly: boolean;
|
|
214
|
-
readonly keyType: Type;
|
|
232
|
+
readonly keyType: Type | undefined;
|
|
215
233
|
readonly kind: JsonTypeInfoKind;
|
|
216
234
|
numberHandling: Nullable_1<JsonNumberHandling>;
|
|
217
|
-
onDeserialized: Action_1<unknown
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
235
|
+
get onDeserialized(): Action_1<unknown> | undefined;
|
|
236
|
+
set onDeserialized(value: Action_1<unknown>);
|
|
237
|
+
get onDeserializing(): Action_1<unknown> | undefined;
|
|
238
|
+
set onDeserializing(value: Action_1<unknown>);
|
|
239
|
+
get onSerialized(): Action_1<unknown> | undefined;
|
|
240
|
+
set onSerialized(value: Action_1<unknown>);
|
|
241
|
+
get onSerializing(): Action_1<unknown> | undefined;
|
|
242
|
+
set onSerializing(value: Action_1<unknown>);
|
|
221
243
|
readonly options: JsonSerializerOptions;
|
|
222
|
-
originatingResolver: IJsonTypeInfoResolver;
|
|
223
|
-
|
|
244
|
+
get originatingResolver(): IJsonTypeInfoResolver | undefined;
|
|
245
|
+
set originatingResolver(value: IJsonTypeInfoResolver);
|
|
246
|
+
get polymorphismOptions(): JsonPolymorphismOptions | undefined;
|
|
247
|
+
set polymorphismOptions(value: JsonPolymorphismOptions);
|
|
224
248
|
preferredPropertyObjectCreationHandling: Nullable_1<JsonObjectCreationHandling>;
|
|
225
249
|
readonly properties: IList_1<JsonPropertyInfo>;
|
|
226
250
|
readonly type_: Type;
|
|
@@ -239,8 +263,9 @@ export const JsonTypeInfo: {
|
|
|
239
263
|
export type JsonTypeInfo = JsonTypeInfo$instance;
|
|
240
264
|
|
|
241
265
|
export interface JsonTypeInfo_1$instance<T> extends JsonTypeInfo {
|
|
242
|
-
createObject: Func_1<T
|
|
243
|
-
|
|
266
|
+
get createObject(): Func_1<T> | undefined;
|
|
267
|
+
set createObject(value: Func_1<T>);
|
|
268
|
+
readonly serializeHandler: Action_2<Utf8JsonWriter, T> | undefined;
|
|
244
269
|
}
|
|
245
270
|
|
|
246
271
|
|
|
@@ -253,7 +278,7 @@ export type JsonTypeInfo_1<T> = JsonTypeInfo_1$instance<T>;
|
|
|
253
278
|
|
|
254
279
|
export abstract class JsonMetadataServices$instance {
|
|
255
280
|
static readonly booleanConverter: JsonConverter_1<System_Internal.Boolean>;
|
|
256
|
-
static readonly byteArrayConverter: JsonConverter_1<byte[]>;
|
|
281
|
+
static readonly byteArrayConverter: JsonConverter_1<byte[] | undefined>;
|
|
257
282
|
static readonly byteConverter: JsonConverter_1<System_Internal.Byte>;
|
|
258
283
|
static readonly charConverter: JsonConverter_1<System_Internal.Char>;
|
|
259
284
|
static readonly dateTimeConverter: JsonConverter_1<DateTime>;
|
|
@@ -268,25 +293,25 @@ export abstract class JsonMetadataServices$instance {
|
|
|
268
293
|
static readonly int64Converter: JsonConverter_1<System_Internal.Int64>;
|
|
269
294
|
static readonly int128Converter: JsonConverter_1<System_Internal.Int128>;
|
|
270
295
|
static readonly uInt128Converter: JsonConverter_1<System_Internal.UInt128>;
|
|
271
|
-
static readonly jsonArrayConverter: JsonConverter_1<JsonArray>;
|
|
296
|
+
static readonly jsonArrayConverter: JsonConverter_1<JsonArray | undefined>;
|
|
272
297
|
static readonly jsonElementConverter: JsonConverter_1<JsonElement>;
|
|
273
|
-
static readonly jsonNodeConverter: JsonConverter_1<JsonNode>;
|
|
274
|
-
static readonly jsonObjectConverter: JsonConverter_1<JsonObject>;
|
|
275
|
-
static readonly jsonValueConverter: JsonConverter_1<JsonValue>;
|
|
276
|
-
static readonly jsonDocumentConverter: JsonConverter_1<JsonDocument>;
|
|
298
|
+
static readonly jsonNodeConverter: JsonConverter_1<JsonNode | undefined>;
|
|
299
|
+
static readonly jsonObjectConverter: JsonConverter_1<JsonObject | undefined>;
|
|
300
|
+
static readonly jsonValueConverter: JsonConverter_1<JsonValue | undefined>;
|
|
301
|
+
static readonly jsonDocumentConverter: JsonConverter_1<JsonDocument | undefined>;
|
|
277
302
|
static readonly memoryByteConverter: JsonConverter_1<Memory_1<System_Internal.Byte>>;
|
|
278
303
|
static readonly readOnlyMemoryByteConverter: JsonConverter_1<ReadOnlyMemory_1<System_Internal.Byte>>;
|
|
279
|
-
static readonly objectConverter: JsonConverter_1<unknown>;
|
|
304
|
+
static readonly objectConverter: JsonConverter_1<unknown | undefined>;
|
|
280
305
|
static readonly halfConverter: JsonConverter_1<System_Internal.Half>;
|
|
281
306
|
static readonly singleConverter: JsonConverter_1<System_Internal.Single>;
|
|
282
307
|
static readonly sByteConverter: JsonConverter_1<System_Internal.SByte>;
|
|
283
|
-
static readonly stringConverter: JsonConverter_1<
|
|
308
|
+
static readonly stringConverter: JsonConverter_1<string | undefined>;
|
|
284
309
|
static readonly timeSpanConverter: JsonConverter_1<TimeSpan>;
|
|
285
310
|
static readonly uInt16Converter: JsonConverter_1<System_Internal.UInt16>;
|
|
286
311
|
static readonly uInt32Converter: JsonConverter_1<System_Internal.UInt32>;
|
|
287
312
|
static readonly uInt64Converter: JsonConverter_1<System_Internal.UInt64>;
|
|
288
|
-
static readonly uriConverter: JsonConverter_1<Uri>;
|
|
289
|
-
static readonly versionConverter: JsonConverter_1<Version>;
|
|
313
|
+
static readonly uriConverter: JsonConverter_1<Uri | undefined>;
|
|
314
|
+
static readonly versionConverter: JsonConverter_1<Version | undefined>;
|
|
290
315
|
static createArrayInfo<TElement>(options: JsonSerializerOptions, collectionInfo: JsonCollectionInfoValues_1<TElement[]>): JsonTypeInfo_1<TElement[]>;
|
|
291
316
|
static createConcurrentQueueInfo<TCollection extends ConcurrentQueue_1<TElement>, TElement>(options: JsonSerializerOptions, collectionInfo: JsonCollectionInfoValues_1<TCollection>): JsonTypeInfo_1<TCollection>;
|
|
292
317
|
static createConcurrentStackInfo<TCollection extends ConcurrentStack_1<TElement>, TElement>(options: JsonSerializerOptions, collectionInfo: JsonCollectionInfoValues_1<TCollection>): JsonTypeInfo_1<TCollection>;
|
|
@@ -147,8 +147,8 @@ export type AsyncFlowControl = AsyncFlowControl$instance & __AsyncFlowControl$vi
|
|
|
147
147
|
|
|
148
148
|
|
|
149
149
|
export interface AsyncLocalValueChangedArgs_1$instance<T> {
|
|
150
|
-
readonly currentValue: T;
|
|
151
|
-
readonly previousValue: T;
|
|
150
|
+
readonly currentValue: T | undefined;
|
|
151
|
+
readonly previousValue: T | undefined;
|
|
152
152
|
readonly threadContextChanged: boolean;
|
|
153
153
|
}
|
|
154
154
|
|
|
@@ -327,7 +327,7 @@ export const SpinWait: {
|
|
|
327
327
|
export type SpinWait = SpinWait$instance;
|
|
328
328
|
|
|
329
329
|
export interface AbandonedMutexException$instance extends SystemException {
|
|
330
|
-
readonly mutex: Mutex;
|
|
330
|
+
readonly mutex: Mutex | undefined;
|
|
331
331
|
readonly mutexIndex: int;
|
|
332
332
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
333
333
|
}
|
|
@@ -563,7 +563,7 @@ export interface ExecutionContext$instance {
|
|
|
563
563
|
|
|
564
564
|
export const ExecutionContext: {
|
|
565
565
|
new(): ExecutionContext;
|
|
566
|
-
capture(): ExecutionContext;
|
|
566
|
+
capture(): ExecutionContext | undefined;
|
|
567
567
|
isFlowSuppressed(): boolean;
|
|
568
568
|
restore(executionContext: ExecutionContext): void;
|
|
569
569
|
restoreFlow(): void;
|
|
@@ -603,7 +603,7 @@ export type HostExecutionContext = HostExecutionContext$instance & __HostExecuti
|
|
|
603
603
|
|
|
604
604
|
|
|
605
605
|
export interface HostExecutionContextManager$instance {
|
|
606
|
-
capture(): HostExecutionContext;
|
|
606
|
+
capture(): HostExecutionContext | undefined;
|
|
607
607
|
revert(previousState: unknown): void;
|
|
608
608
|
setHostExecutionContext(hostExecutionContext: HostExecutionContext): unknown;
|
|
609
609
|
}
|
|
@@ -972,7 +972,7 @@ export interface SynchronizationContext$instance {
|
|
|
972
972
|
|
|
973
973
|
export const SynchronizationContext: {
|
|
974
974
|
new(): SynchronizationContext;
|
|
975
|
-
readonly current: SynchronizationContext;
|
|
975
|
+
readonly current: SynchronizationContext | undefined;
|
|
976
976
|
setSynchronizationContext(syncContext: SynchronizationContext): void;
|
|
977
977
|
};
|
|
978
978
|
|
|
@@ -1002,7 +1002,7 @@ export interface Thread$instance extends CriticalFinalizerObject {
|
|
|
1002
1002
|
apartmentState: ApartmentState;
|
|
1003
1003
|
currentCulture: CultureInfo;
|
|
1004
1004
|
currentUICulture: CultureInfo;
|
|
1005
|
-
readonly executionContext: ExecutionContext;
|
|
1005
|
+
readonly executionContext: ExecutionContext | undefined;
|
|
1006
1006
|
readonly isAlive: boolean;
|
|
1007
1007
|
isBackground: boolean;
|
|
1008
1008
|
readonly isThreadPoolThread: boolean;
|
|
@@ -1037,7 +1037,8 @@ export const Thread: {
|
|
|
1037
1037
|
new(start: ThreadStart, maxStackSize: int): Thread;
|
|
1038
1038
|
new(start: ParameterizedThreadStart): Thread;
|
|
1039
1039
|
new(start: ParameterizedThreadStart, maxStackSize: int): Thread;
|
|
1040
|
-
currentPrincipal: IPrincipal;
|
|
1040
|
+
get currentPrincipal(): IPrincipal | undefined;
|
|
1041
|
+
set currentPrincipal(value: IPrincipal);
|
|
1041
1042
|
readonly currentThread: Thread;
|
|
1042
1043
|
allocateDataSlot(): LocalDataStoreSlot;
|
|
1043
1044
|
allocateNamedDataSlot(name: string): LocalDataStoreSlot;
|
|
@@ -1047,7 +1048,7 @@ export const Thread: {
|
|
|
1047
1048
|
endThreadAffinity(): void;
|
|
1048
1049
|
freeNamedDataSlot(name: string): void;
|
|
1049
1050
|
getCurrentProcessorId(): int;
|
|
1050
|
-
getData(slot: LocalDataStoreSlot): unknown;
|
|
1051
|
+
getData(slot: LocalDataStoreSlot): unknown | undefined;
|
|
1051
1052
|
getDomain(): AppDomain;
|
|
1052
1053
|
getDomainID(): int;
|
|
1053
1054
|
getNamedDataSlot(name: string): LocalDataStoreSlot;
|
|
@@ -1063,7 +1064,7 @@ export const Thread: {
|
|
|
1063
1064
|
volatileRead(address: int): int;
|
|
1064
1065
|
volatileRead(address: long): long;
|
|
1065
1066
|
volatileRead(address: nint): nint;
|
|
1066
|
-
volatileRead(address: unknown): unknown;
|
|
1067
|
+
volatileRead(address: unknown): unknown | undefined;
|
|
1067
1068
|
volatileRead(address: sbyte): sbyte;
|
|
1068
1069
|
volatileRead(address: float): float;
|
|
1069
1070
|
volatileRead(address: ushort): ushort;
|
|
@@ -1090,7 +1091,7 @@ export const Thread: {
|
|
|
1090
1091
|
export type Thread = Thread$instance;
|
|
1091
1092
|
|
|
1092
1093
|
export interface ThreadAbortException$instance extends SystemException {
|
|
1093
|
-
readonly exceptionState: unknown;
|
|
1094
|
+
readonly exceptionState: unknown | undefined;
|
|
1094
1095
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1095
1096
|
}
|
|
1096
1097
|
|
|
@@ -1143,7 +1144,7 @@ export interface ThreadLocal_1$instance<T> {
|
|
|
1143
1144
|
value: T;
|
|
1144
1145
|
readonly values: IList_1<T>;
|
|
1145
1146
|
dispose(): void;
|
|
1146
|
-
toString(): string;
|
|
1147
|
+
toString(): string | undefined;
|
|
1147
1148
|
}
|
|
1148
1149
|
|
|
1149
1150
|
|
|
@@ -1177,7 +1178,7 @@ export interface ThreadPoolBoundHandle$instance {
|
|
|
1177
1178
|
export const ThreadPoolBoundHandle: {
|
|
1178
1179
|
new(): ThreadPoolBoundHandle;
|
|
1179
1180
|
bindHandle(handle: SafeHandle): ThreadPoolBoundHandle;
|
|
1180
|
-
getNativeOverlappedState(overlapped: ptr<NativeOverlapped>): unknown;
|
|
1181
|
+
getNativeOverlappedState(overlapped: ptr<NativeOverlapped>): unknown | undefined;
|
|
1181
1182
|
};
|
|
1182
1183
|
|
|
1183
1184
|
|
|
@@ -1339,7 +1340,7 @@ export abstract class Interlocked$instance {
|
|
|
1339
1340
|
static compareExchange(location1: int, value: int, comparand: int): int;
|
|
1340
1341
|
static compareExchange(location1: long, value: long, comparand: long): long;
|
|
1341
1342
|
static compareExchange(location1: nint, value: nint, comparand: nint): nint;
|
|
1342
|
-
static compareExchange(location1: unknown, value: unknown, comparand: unknown): unknown;
|
|
1343
|
+
static compareExchange(location1: unknown, value: unknown, comparand: unknown): unknown | undefined;
|
|
1343
1344
|
static compareExchange(location1: sbyte, value: sbyte, comparand: sbyte): sbyte;
|
|
1344
1345
|
static compareExchange(location1: float, value: float, comparand: float): float;
|
|
1345
1346
|
static compareExchange(location1: ushort, value: ushort, comparand: ushort): ushort;
|
|
@@ -1357,7 +1358,7 @@ export abstract class Interlocked$instance {
|
|
|
1357
1358
|
static exchange(location1: int, value: int): int;
|
|
1358
1359
|
static exchange(location1: long, value: long): long;
|
|
1359
1360
|
static exchange(location1: nint, value: nint): nint;
|
|
1360
|
-
static exchange(location1: unknown, value: unknown): unknown;
|
|
1361
|
+
static exchange(location1: unknown, value: unknown): unknown | undefined;
|
|
1361
1362
|
static exchange(location1: sbyte, value: sbyte): sbyte;
|
|
1362
1363
|
static exchange(location1: float, value: float): float;
|
|
1363
1364
|
static exchange(location1: ushort, value: ushort): ushort;
|
|
@@ -132,7 +132,7 @@ export interface ValueTask_1$instance<TResult> {
|
|
|
132
132
|
getAwaiter(): ValueTaskAwaiter_1<TResult>;
|
|
133
133
|
getHashCode(): int;
|
|
134
134
|
preserve(): ValueTask_1<TResult>;
|
|
135
|
-
toString(): string;
|
|
135
|
+
toString(): string | undefined;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
|
|
@@ -203,7 +203,7 @@ export const ParallelOptions: {
|
|
|
203
203
|
export type ParallelOptions = ParallelOptions$instance;
|
|
204
204
|
|
|
205
205
|
export interface Task$instance {
|
|
206
|
-
readonly asyncState: unknown;
|
|
206
|
+
readonly asyncState: unknown | undefined;
|
|
207
207
|
readonly creationOptions: TaskCreationOptions;
|
|
208
208
|
readonly exception: AggregateException;
|
|
209
209
|
readonly id: int;
|
|
@@ -334,26 +334,16 @@ export interface Task_1$instance<TResult> extends Task$instance {
|
|
|
334
334
|
configureAwait(options: ConfigureAwaitOptions): ConfiguredTaskAwaitable_1<TResult>;
|
|
335
335
|
configureAwait(continueOnCapturedContext: boolean): ConfiguredTaskAwaitable;
|
|
336
336
|
configureAwait(options: ConfigureAwaitOptions): ConfiguredTaskAwaitable;
|
|
337
|
-
continueWith(continuationAction: Action_1<Task_1<TResult>>): Task;
|
|
338
|
-
continueWith(continuationAction: Action_1<Task_1<TResult>>, cancellationToken: CancellationToken): Task;
|
|
339
337
|
continueWith(continuationAction: Action_1<Task_1<TResult>>, scheduler: TaskScheduler): Task;
|
|
340
338
|
continueWith(continuationAction: Action_1<Task_1<TResult>>, continuationOptions: TaskContinuationOptions): Task;
|
|
341
|
-
continueWith(continuationAction: Action_1<Task_1<TResult>>, cancellationToken: CancellationToken, continuationOptions: TaskContinuationOptions, scheduler: TaskScheduler): Task;
|
|
342
339
|
continueWith(continuationAction: Action_2<Task_1<TResult>, unknown>, state: unknown): Task;
|
|
343
|
-
continueWith(continuationAction: Action_2<Task_1<TResult>, unknown>, state: unknown, cancellationToken: CancellationToken): Task;
|
|
344
340
|
continueWith(continuationAction: Action_2<Task_1<TResult>, unknown>, state: unknown, scheduler: TaskScheduler): Task;
|
|
345
341
|
continueWith(continuationAction: Action_2<Task_1<TResult>, unknown>, state: unknown, continuationOptions: TaskContinuationOptions): Task;
|
|
346
|
-
continueWith(continuationAction: Action_2<Task_1<TResult>, unknown>, state: unknown, cancellationToken: CancellationToken, continuationOptions: TaskContinuationOptions, scheduler: TaskScheduler): Task;
|
|
347
|
-
continueWith<TNewResult>(continuationFunction: Func_2<Task_1<TResult>, TNewResult>): Task_1<TNewResult>;
|
|
348
|
-
continueWith<TNewResult>(continuationFunction: Func_2<Task_1<TResult>, TNewResult>, cancellationToken: CancellationToken): Task_1<TNewResult>;
|
|
349
342
|
continueWith<TNewResult>(continuationFunction: Func_2<Task_1<TResult>, TNewResult>, scheduler: TaskScheduler): Task_1<TNewResult>;
|
|
350
343
|
continueWith<TNewResult>(continuationFunction: Func_2<Task_1<TResult>, TNewResult>, continuationOptions: TaskContinuationOptions): Task_1<TNewResult>;
|
|
351
|
-
continueWith<TNewResult>(continuationFunction: Func_2<Task_1<TResult>, TNewResult>, cancellationToken: CancellationToken, continuationOptions: TaskContinuationOptions, scheduler: TaskScheduler): Task_1<TNewResult>;
|
|
352
344
|
continueWith<TNewResult>(continuationFunction: Func_3<Task_1<TResult>, unknown, TNewResult>, state: unknown): Task_1<TNewResult>;
|
|
353
|
-
continueWith<TNewResult>(continuationFunction: Func_3<Task_1<TResult>, unknown, TNewResult>, state: unknown, cancellationToken: CancellationToken): Task_1<TNewResult>;
|
|
354
345
|
continueWith<TNewResult>(continuationFunction: Func_3<Task_1<TResult>, unknown, TNewResult>, state: unknown, scheduler: TaskScheduler): Task_1<TNewResult>;
|
|
355
346
|
continueWith<TNewResult>(continuationFunction: Func_3<Task_1<TResult>, unknown, TNewResult>, state: unknown, continuationOptions: TaskContinuationOptions): Task_1<TNewResult>;
|
|
356
|
-
continueWith<TNewResult>(continuationFunction: Func_3<Task_1<TResult>, unknown, TNewResult>, state: unknown, cancellationToken: CancellationToken, continuationOptions: TaskContinuationOptions, scheduler: TaskScheduler): Task_1<TNewResult>;
|
|
357
347
|
continueWith(continuationAction: Action_1<Task>): Task;
|
|
358
348
|
continueWith(continuationAction: Action_1<Task>, cancellationToken: CancellationToken): Task;
|
|
359
349
|
continueWith(continuationAction: Action_1<Task>, scheduler: TaskScheduler): Task;
|
|
@@ -488,7 +478,7 @@ export interface TaskFactory$instance {
|
|
|
488
478
|
readonly cancellationToken: CancellationToken;
|
|
489
479
|
readonly continuationOptions: TaskContinuationOptions;
|
|
490
480
|
readonly creationOptions: TaskCreationOptions;
|
|
491
|
-
readonly scheduler: TaskScheduler;
|
|
481
|
+
readonly scheduler: TaskScheduler | undefined;
|
|
492
482
|
continueWhenAll(tasks: Task[], continuationAction: Action_1<Task[]>): Task;
|
|
493
483
|
continueWhenAll(tasks: Task[], continuationAction: Action_1<Task[]>, cancellationToken: CancellationToken): Task;
|
|
494
484
|
continueWhenAll(tasks: Task[], continuationAction: Action_1<Task[]>, continuationOptions: TaskContinuationOptions): Task;
|
|
@@ -577,7 +567,7 @@ export interface TaskFactory_1$instance<TResult> {
|
|
|
577
567
|
readonly cancellationToken: CancellationToken;
|
|
578
568
|
readonly continuationOptions: TaskContinuationOptions;
|
|
579
569
|
readonly creationOptions: TaskCreationOptions;
|
|
580
|
-
readonly scheduler: TaskScheduler;
|
|
570
|
+
readonly scheduler: TaskScheduler | undefined;
|
|
581
571
|
continueWhenAll(tasks: Task[], continuationFunction: Func_2<Task[], TResult>): Task_1<TResult>;
|
|
582
572
|
continueWhenAll(tasks: Task[], continuationFunction: Func_2<Task[], TResult>, cancellationToken: CancellationToken): Task_1<TResult>;
|
|
583
573
|
continueWhenAll(tasks: Task[], continuationFunction: Func_2<Task[], TResult>, continuationOptions: TaskContinuationOptions): Task_1<TResult>;
|
|
@@ -37,6 +37,7 @@ export type IDataflowBlock = IDataflowBlock$instance;
|
|
|
37
37
|
export interface IPropagatorBlock_2$instance<TInput, TOutput> extends ITargetBlock_1<TInput>, IDataflowBlock, ISourceBlock_1<TOutput> {
|
|
38
38
|
readonly completion: Task;
|
|
39
39
|
complete(): void;
|
|
40
|
+
consumeMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>, messageConsumed: boolean): TOutput | undefined;
|
|
40
41
|
consumeMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>, messageConsumed: boolean): TOutput;
|
|
41
42
|
fault(exception: Exception): void;
|
|
42
43
|
linkTo(target: ITargetBlock_1<TOutput>, linkOptions: DataflowLinkOptions): IDisposable;
|
|
@@ -51,6 +52,7 @@ export type IPropagatorBlock_2<TInput, TOutput> = IPropagatorBlock_2$instance<TI
|
|
|
51
52
|
export interface IReceivableSourceBlock_1$instance<TOutput> extends ISourceBlock_1<TOutput>, IDataflowBlock {
|
|
52
53
|
readonly completion: Task;
|
|
53
54
|
complete(): void;
|
|
55
|
+
consumeMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>, messageConsumed: boolean): TOutput | undefined;
|
|
54
56
|
consumeMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>, messageConsumed: boolean): TOutput;
|
|
55
57
|
fault(exception: Exception): void;
|
|
56
58
|
linkTo(target: ITargetBlock_1<TOutput>, linkOptions: DataflowLinkOptions): IDisposable;
|
|
@@ -66,7 +68,7 @@ export type IReceivableSourceBlock_1<TOutput> = IReceivableSourceBlock_1$instanc
|
|
|
66
68
|
export interface ISourceBlock_1$instance<TOutput> extends IDataflowBlock {
|
|
67
69
|
readonly completion: Task;
|
|
68
70
|
complete(): void;
|
|
69
|
-
consumeMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>, messageConsumed: boolean): TOutput;
|
|
71
|
+
consumeMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>, messageConsumed: boolean): TOutput | undefined;
|
|
70
72
|
fault(exception: Exception): void;
|
|
71
73
|
linkTo(target: ITargetBlock_1<TOutput>, linkOptions: DataflowLinkOptions): IDisposable;
|
|
72
74
|
releaseReservation(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>): void;
|
|
@@ -33,8 +33,10 @@ export interface Timer$instance extends Component {
|
|
|
33
33
|
autoReset: boolean;
|
|
34
34
|
enabled: boolean;
|
|
35
35
|
interval: double;
|
|
36
|
-
site: ISite;
|
|
37
|
-
|
|
36
|
+
get site(): ISite | undefined;
|
|
37
|
+
set site(value: ISite);
|
|
38
|
+
get synchronizingObject(): ISynchronizeInvoke | undefined;
|
|
39
|
+
set synchronizingObject(value: ISynchronizeInvoke);
|
|
38
40
|
beginInit(): void;
|
|
39
41
|
close(): void;
|
|
40
42
|
dispose(): void;
|
|
@@ -93,7 +93,7 @@ export type IEnlistmentNotification = IEnlistmentNotification$instance;
|
|
|
93
93
|
|
|
94
94
|
export interface IPromotableSinglePhaseNotification$instance extends ITransactionPromoter {
|
|
95
95
|
initialize(): void;
|
|
96
|
-
promote(): byte[];
|
|
96
|
+
promote(): byte[] | undefined;
|
|
97
97
|
singlePhaseCommit(singlePhaseEnlistment: SinglePhaseEnlistment): void;
|
|
98
98
|
}
|
|
99
99
|
|
|
@@ -103,7 +103,7 @@ export interface IPromotableSinglePhaseNotification$instance extends ITransactio
|
|
|
103
103
|
export type IPromotableSinglePhaseNotification = IPromotableSinglePhaseNotification$instance;
|
|
104
104
|
|
|
105
105
|
export interface ISimpleTransactionSuperior$instance extends ITransactionPromoter {
|
|
106
|
-
promote(): byte[];
|
|
106
|
+
promote(): byte[] | undefined;
|
|
107
107
|
rollback(): void;
|
|
108
108
|
}
|
|
109
109
|
|
|
@@ -124,7 +124,7 @@ export interface ISinglePhaseNotification$instance extends IEnlistmentNotificati
|
|
|
124
124
|
export type ISinglePhaseNotification = ISinglePhaseNotification$instance;
|
|
125
125
|
|
|
126
126
|
export interface ITransactionPromoter$instance {
|
|
127
|
-
promote(): byte[];
|
|
127
|
+
promote(): byte[] | undefined;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
|
|
@@ -292,7 +292,8 @@ export interface Transaction$instance {
|
|
|
292
292
|
|
|
293
293
|
export const Transaction: {
|
|
294
294
|
new(): Transaction;
|
|
295
|
-
current: Transaction;
|
|
295
|
+
get current(): Transaction | undefined;
|
|
296
|
+
set current(value: Transaction);
|
|
296
297
|
};
|
|
297
298
|
|
|
298
299
|
|
|
@@ -326,7 +327,7 @@ export type TransactionAbortedException = TransactionAbortedException$instance &
|
|
|
326
327
|
|
|
327
328
|
|
|
328
329
|
export interface TransactionEventArgs$instance extends EventArgs {
|
|
329
|
-
readonly transaction: Transaction;
|
|
330
|
+
readonly transaction: Transaction | undefined;
|
|
330
331
|
}
|
|
331
332
|
|
|
332
333
|
|
|
@@ -476,7 +477,8 @@ export abstract class TransactionInterop$instance {
|
|
|
476
477
|
export type TransactionInterop = TransactionInterop$instance;
|
|
477
478
|
|
|
478
479
|
export abstract class TransactionManager$instance {
|
|
479
|
-
static hostCurrentCallback: HostCurrentTransactionCallback;
|
|
480
|
+
static get hostCurrentCallback(): HostCurrentTransactionCallback | undefined;
|
|
481
|
+
static set hostCurrentCallback(value: HostCurrentTransactionCallback);
|
|
480
482
|
static defaultTimeout: TimeSpan;
|
|
481
483
|
static maximumTimeout: TimeSpan;
|
|
482
484
|
static implicitDistributedTransactions: boolean;
|
|
@@ -13,7 +13,7 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
13
13
|
import type { Boolean as ClrBoolean, Byte, Int32, Object as ClrObject, String as ClrString, Type, Void } from "../../System/internal/index.js";
|
|
14
14
|
|
|
15
15
|
export interface IHtmlString$instance {
|
|
16
|
-
toHtmlString(): string;
|
|
16
|
+
toHtmlString(): string | undefined;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
|
|
@@ -26,35 +26,35 @@ export interface HttpUtility$instance {
|
|
|
26
26
|
export const HttpUtility: {
|
|
27
27
|
new(): HttpUtility;
|
|
28
28
|
htmlAttributeEncode(s: string, output: TextWriter): void;
|
|
29
|
-
htmlAttributeEncode(s: string): string;
|
|
29
|
+
htmlAttributeEncode(s: string): string | undefined;
|
|
30
30
|
htmlDecode(s: string, output: TextWriter): void;
|
|
31
|
-
htmlDecode(s: string): string;
|
|
32
|
-
htmlEncode(value: unknown): string;
|
|
31
|
+
htmlDecode(s: string): string | undefined;
|
|
32
|
+
htmlEncode(value: unknown): string | undefined;
|
|
33
33
|
htmlEncode(s: string, output: TextWriter): void;
|
|
34
|
-
htmlEncode(s: string): string;
|
|
34
|
+
htmlEncode(s: string): string | undefined;
|
|
35
35
|
javaScriptStringEncode(value: string, addDoubleQuotes: boolean): string;
|
|
36
36
|
javaScriptStringEncode(value: string): string;
|
|
37
37
|
parseQueryString(query: string, encoding: Encoding): NameValueCollection;
|
|
38
38
|
parseQueryString(query: string): NameValueCollection;
|
|
39
|
-
urlDecode(bytes: byte[], offset: int, count: int, e: Encoding): string;
|
|
40
|
-
urlDecode(bytes: byte[], e: Encoding): string;
|
|
41
|
-
urlDecode(str: string, e: Encoding): string;
|
|
42
|
-
urlDecode(str: string): string;
|
|
43
|
-
urlDecodeToBytes(bytes: byte[], offset: int, count: int): byte[];
|
|
44
|
-
urlDecodeToBytes(bytes: byte[]): byte[];
|
|
45
|
-
urlDecodeToBytes(str: string, e: Encoding): byte[];
|
|
46
|
-
urlDecodeToBytes(str: string): byte[];
|
|
47
|
-
urlEncode(bytes: byte[], offset: int, count: int): string;
|
|
48
|
-
urlEncode(bytes: byte[]): string;
|
|
49
|
-
urlEncode(str: string, e: Encoding): string;
|
|
50
|
-
urlEncode(str: string): string;
|
|
51
|
-
urlEncodeToBytes(bytes: byte[], offset: int, count: int): byte[];
|
|
52
|
-
urlEncodeToBytes(bytes: byte[]): byte[];
|
|
53
|
-
urlEncodeToBytes(str: string, e: Encoding): byte[];
|
|
54
|
-
urlEncodeToBytes(str: string): byte[];
|
|
55
|
-
urlEncodeUnicode(str: string): string;
|
|
56
|
-
urlEncodeUnicodeToBytes(str: string): byte[];
|
|
57
|
-
urlPathEncode(str: string): string;
|
|
39
|
+
urlDecode(bytes: byte[], offset: int, count: int, e: Encoding): string | undefined;
|
|
40
|
+
urlDecode(bytes: byte[], e: Encoding): string | undefined;
|
|
41
|
+
urlDecode(str: string, e: Encoding): string | undefined;
|
|
42
|
+
urlDecode(str: string): string | undefined;
|
|
43
|
+
urlDecodeToBytes(bytes: byte[], offset: int, count: int): byte[] | undefined;
|
|
44
|
+
urlDecodeToBytes(bytes: byte[]): byte[] | undefined;
|
|
45
|
+
urlDecodeToBytes(str: string, e: Encoding): byte[] | undefined;
|
|
46
|
+
urlDecodeToBytes(str: string): byte[] | undefined;
|
|
47
|
+
urlEncode(bytes: byte[], offset: int, count: int): string | undefined;
|
|
48
|
+
urlEncode(bytes: byte[]): string | undefined;
|
|
49
|
+
urlEncode(str: string, e: Encoding): string | undefined;
|
|
50
|
+
urlEncode(str: string): string | undefined;
|
|
51
|
+
urlEncodeToBytes(bytes: byte[], offset: int, count: int): byte[] | undefined;
|
|
52
|
+
urlEncodeToBytes(bytes: byte[]): byte[] | undefined;
|
|
53
|
+
urlEncodeToBytes(str: string, e: Encoding): byte[] | undefined;
|
|
54
|
+
urlEncodeToBytes(str: string): byte[] | undefined;
|
|
55
|
+
urlEncodeUnicode(str: string): string | undefined;
|
|
56
|
+
urlEncodeUnicodeToBytes(str: string): byte[] | undefined;
|
|
57
|
+
urlPathEncode(str: string): string | undefined;
|
|
58
58
|
};
|
|
59
59
|
|
|
60
60
|
|