@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
|
@@ -210,6 +210,8 @@ export enum VARKIND {
|
|
|
210
210
|
|
|
211
211
|
|
|
212
212
|
export interface IAdviseSink$instance {
|
|
213
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IAdviseSink: never;
|
|
214
|
+
|
|
213
215
|
OnDataChange(format: FORMATETC, stgmedium: STGMEDIUM): void;
|
|
214
216
|
OnRename(moniker: IMoniker): void;
|
|
215
217
|
OnSave(): void;
|
|
@@ -220,6 +222,8 @@ export interface IAdviseSink$instance {
|
|
|
220
222
|
export type IAdviseSink = IAdviseSink$instance;
|
|
221
223
|
|
|
222
224
|
export interface IBindCtx$instance {
|
|
225
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IBindCtx: never;
|
|
226
|
+
|
|
223
227
|
EnumObjectParam(ppenum: IEnumString): void;
|
|
224
228
|
GetObjectParam(pszKey: string, ppunk: unknown): void;
|
|
225
229
|
GetRunningObjectTable(pprot: IRunningObjectTable): void;
|
|
@@ -234,6 +238,8 @@ export interface IBindCtx$instance {
|
|
|
234
238
|
export type IBindCtx = IBindCtx$instance;
|
|
235
239
|
|
|
236
240
|
export interface IConnectionPoint$instance {
|
|
241
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IConnectionPoint: never;
|
|
242
|
+
|
|
237
243
|
Advise(pUnkSink: unknown, pdwCookie: int): void;
|
|
238
244
|
EnumConnections(ppEnum: IEnumConnections): void;
|
|
239
245
|
GetConnectionInterface(pIID: Guid): void;
|
|
@@ -245,6 +251,8 @@ export interface IConnectionPoint$instance {
|
|
|
245
251
|
export type IConnectionPoint = IConnectionPoint$instance;
|
|
246
252
|
|
|
247
253
|
export interface IConnectionPointContainer$instance {
|
|
254
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IConnectionPointContainer: never;
|
|
255
|
+
|
|
248
256
|
EnumConnectionPoints(ppEnum: IEnumConnectionPoints): void;
|
|
249
257
|
FindConnectionPoint(riid: Guid, ppCP: IConnectionPoint): void;
|
|
250
258
|
}
|
|
@@ -253,6 +261,8 @@ export interface IConnectionPointContainer$instance {
|
|
|
253
261
|
export type IConnectionPointContainer = IConnectionPointContainer$instance;
|
|
254
262
|
|
|
255
263
|
export interface IDataObject$instance {
|
|
264
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IDataObject: never;
|
|
265
|
+
|
|
256
266
|
DAdvise(pFormatetc: FORMATETC, advf: ADVF, adviseSink: IAdviseSink, connection: int): int;
|
|
257
267
|
DUnadvise(connection: int): void;
|
|
258
268
|
EnumDAdvise(enumAdvise: IEnumSTATDATA): int;
|
|
@@ -267,6 +277,8 @@ export interface IDataObject$instance {
|
|
|
267
277
|
export type IDataObject = IDataObject$instance;
|
|
268
278
|
|
|
269
279
|
export interface IEnumConnectionPoints$instance {
|
|
280
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IEnumConnectionPoints: never;
|
|
281
|
+
|
|
270
282
|
Clone(ppenum: IEnumConnectionPoints): void;
|
|
271
283
|
Next(celt: int, rgelt: IConnectionPoint[], pceltFetched: nint): int;
|
|
272
284
|
Reset(): void;
|
|
@@ -277,6 +289,8 @@ export interface IEnumConnectionPoints$instance {
|
|
|
277
289
|
export type IEnumConnectionPoints = IEnumConnectionPoints$instance;
|
|
278
290
|
|
|
279
291
|
export interface IEnumConnections$instance {
|
|
292
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IEnumConnections: never;
|
|
293
|
+
|
|
280
294
|
Clone(ppenum: IEnumConnections): void;
|
|
281
295
|
Next(celt: int, rgelt: CONNECTDATA[], pceltFetched: nint): int;
|
|
282
296
|
Reset(): void;
|
|
@@ -287,6 +301,8 @@ export interface IEnumConnections$instance {
|
|
|
287
301
|
export type IEnumConnections = IEnumConnections$instance;
|
|
288
302
|
|
|
289
303
|
export interface IEnumFORMATETC$instance {
|
|
304
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IEnumFORMATETC: never;
|
|
305
|
+
|
|
290
306
|
Clone(newEnum: IEnumFORMATETC): void;
|
|
291
307
|
Next(celt: int, rgelt: FORMATETC[], pceltFetched: int[]): int;
|
|
292
308
|
Reset(): int;
|
|
@@ -297,6 +313,8 @@ export interface IEnumFORMATETC$instance {
|
|
|
297
313
|
export type IEnumFORMATETC = IEnumFORMATETC$instance;
|
|
298
314
|
|
|
299
315
|
export interface IEnumMoniker$instance {
|
|
316
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IEnumMoniker: never;
|
|
317
|
+
|
|
300
318
|
Clone(ppenum: IEnumMoniker): void;
|
|
301
319
|
Next(celt: int, rgelt: IMoniker[], pceltFetched: nint): int;
|
|
302
320
|
Reset(): void;
|
|
@@ -307,6 +325,8 @@ export interface IEnumMoniker$instance {
|
|
|
307
325
|
export type IEnumMoniker = IEnumMoniker$instance;
|
|
308
326
|
|
|
309
327
|
export interface IEnumSTATDATA$instance {
|
|
328
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IEnumSTATDATA: never;
|
|
329
|
+
|
|
310
330
|
Clone(newEnum: IEnumSTATDATA): void;
|
|
311
331
|
Next(celt: int, rgelt: STATDATA[], pceltFetched: int[]): int;
|
|
312
332
|
Reset(): int;
|
|
@@ -317,6 +337,8 @@ export interface IEnumSTATDATA$instance {
|
|
|
317
337
|
export type IEnumSTATDATA = IEnumSTATDATA$instance;
|
|
318
338
|
|
|
319
339
|
export interface IEnumString$instance {
|
|
340
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IEnumString: never;
|
|
341
|
+
|
|
320
342
|
Clone(ppenum: IEnumString): void;
|
|
321
343
|
Next(celt: int, rgelt: string[], pceltFetched: nint): int;
|
|
322
344
|
Reset(): void;
|
|
@@ -327,6 +349,8 @@ export interface IEnumString$instance {
|
|
|
327
349
|
export type IEnumString = IEnumString$instance;
|
|
328
350
|
|
|
329
351
|
export interface IEnumVARIANT$instance {
|
|
352
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IEnumVARIANT: never;
|
|
353
|
+
|
|
330
354
|
Clone(): IEnumVARIANT;
|
|
331
355
|
Next(celt: int, rgVar: unknown[], pceltFetched: nint): int;
|
|
332
356
|
Reset(): int;
|
|
@@ -337,6 +361,8 @@ export interface IEnumVARIANT$instance {
|
|
|
337
361
|
export type IEnumVARIANT = IEnumVARIANT$instance;
|
|
338
362
|
|
|
339
363
|
export interface IMoniker$instance {
|
|
364
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IMoniker: never;
|
|
365
|
+
|
|
340
366
|
BindToObject(pbc: IBindCtx, pmkToLeft: IMoniker, riidResult: Guid, ppvResult: unknown): void;
|
|
341
367
|
CommonPrefixWith(pmkOther: IMoniker, ppmkPrefix: IMoniker): void;
|
|
342
368
|
ComposeWith(pmkRight: IMoniker, fOnlyIfNotGeneric: boolean, ppmkComposite: IMoniker): void;
|
|
@@ -361,6 +387,8 @@ export interface IMoniker$instance {
|
|
|
361
387
|
export type IMoniker = IMoniker$instance;
|
|
362
388
|
|
|
363
389
|
export interface IPersistFile$instance {
|
|
390
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IPersistFile: never;
|
|
391
|
+
|
|
364
392
|
GetClassID(pClassID: Guid): void;
|
|
365
393
|
GetCurFile(ppszFileName: string): void;
|
|
366
394
|
IsDirty(): int;
|
|
@@ -373,6 +401,8 @@ export interface IPersistFile$instance {
|
|
|
373
401
|
export type IPersistFile = IPersistFile$instance;
|
|
374
402
|
|
|
375
403
|
export interface IRunningObjectTable$instance {
|
|
404
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IRunningObjectTable: never;
|
|
405
|
+
|
|
376
406
|
EnumRunning(ppenumMoniker: IEnumMoniker): void;
|
|
377
407
|
GetObject(pmkObjectName: IMoniker, ppunkObject: unknown): int;
|
|
378
408
|
GetTimeOfLastChange(pmkObjectName: IMoniker, pfiletime: FILETIME): int;
|
|
@@ -386,6 +416,8 @@ export interface IRunningObjectTable$instance {
|
|
|
386
416
|
export type IRunningObjectTable = IRunningObjectTable$instance;
|
|
387
417
|
|
|
388
418
|
export interface IStream$instance {
|
|
419
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IStream: never;
|
|
420
|
+
|
|
389
421
|
Clone(ppstm: IStream): void;
|
|
390
422
|
Commit(grfCommitFlags: int): void;
|
|
391
423
|
CopyTo(pstm: IStream, cb: long, pcbRead: nint, pcbWritten: nint): void;
|
|
@@ -401,6 +433,8 @@ export interface IStream$instance {
|
|
|
401
433
|
export type IStream = IStream$instance;
|
|
402
434
|
|
|
403
435
|
export interface ITypeComp$instance {
|
|
436
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_ITypeComp: never;
|
|
437
|
+
|
|
404
438
|
Bind(szName: string, lHashVal: int, wFlags: short, ppTInfo: ITypeInfo, pDescKind: DESCKIND, pBindPtr: BINDPTR): void;
|
|
405
439
|
BindType(szName: string, lHashVal: int, ppTInfo: ITypeInfo, ppTComp: ITypeComp): void;
|
|
406
440
|
}
|
|
@@ -409,6 +443,8 @@ export interface ITypeComp$instance {
|
|
|
409
443
|
export type ITypeComp = ITypeComp$instance;
|
|
410
444
|
|
|
411
445
|
export interface ITypeInfo$instance {
|
|
446
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_ITypeInfo: never;
|
|
447
|
+
|
|
412
448
|
AddressOfMember(memid: int, invKind: INVOKEKIND, ppv: nint): void;
|
|
413
449
|
CreateInstance(pUnkOuter: unknown, riid: Guid, ppvObj: unknown): void;
|
|
414
450
|
GetContainingTypeLib(ppTLB: ITypeLib, pIndex: int): void;
|
|
@@ -431,6 +467,8 @@ export interface ITypeInfo$instance {
|
|
|
431
467
|
export type ITypeInfo = ITypeInfo$instance;
|
|
432
468
|
|
|
433
469
|
export interface ITypeInfo2$instance extends ITypeInfo {
|
|
470
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_ITypeInfo2: never;
|
|
471
|
+
|
|
434
472
|
AddressOfMember(memid: int, invKind: INVOKEKIND, ppv: nint): void;
|
|
435
473
|
CreateInstance(pUnkOuter: unknown, riid: Guid, ppvObj: unknown): void;
|
|
436
474
|
GetAllFuncCustData(index: int, pCustData: nint): void;
|
|
@@ -464,6 +502,8 @@ export interface ITypeInfo2$instance extends ITypeInfo$instance {}
|
|
|
464
502
|
export type ITypeInfo2 = ITypeInfo2$instance;
|
|
465
503
|
|
|
466
504
|
export interface ITypeLib$instance {
|
|
505
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_ITypeLib: never;
|
|
506
|
+
|
|
467
507
|
FindName(szNameBuf: string, lHashVal: int, ppTInfo: ITypeInfo[], rgMemId: int[], pcFound: short): void;
|
|
468
508
|
GetDocumentation(index: int, strName: string, strDocString: string, dwHelpContext: int, strHelpFile: string): void;
|
|
469
509
|
GetLibAttr(ppTLibAttr: nint): void;
|
|
@@ -480,6 +520,8 @@ export interface ITypeLib$instance {
|
|
|
480
520
|
export type ITypeLib = ITypeLib$instance;
|
|
481
521
|
|
|
482
522
|
export interface ITypeLib2$instance extends ITypeLib {
|
|
523
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_ITypeLib2: never;
|
|
524
|
+
|
|
483
525
|
FindName(szNameBuf: string, lHashVal: int, ppTInfo: ITypeInfo[], rgMemId: int[], pcFound: short): void;
|
|
484
526
|
GetCustData(guid: Guid, pVarVal: unknown): void;
|
|
485
527
|
GetDocumentation(index: int, strName: string, strDocString: string, dwHelpContext: int, strHelpFile: string): void;
|
|
@@ -139,6 +139,8 @@ export const JSMarshalerArgument: {
|
|
|
139
139
|
export type JSMarshalerArgument = JSMarshalerArgument$instance;
|
|
140
140
|
|
|
141
141
|
export interface JSException$instance extends Exception {
|
|
142
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
143
|
+
|
|
142
144
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
143
145
|
}
|
|
144
146
|
|
|
@@ -247,6 +249,8 @@ export const JSMarshalerType: {
|
|
|
247
249
|
export type JSMarshalerType = JSMarshalerType$instance;
|
|
248
250
|
|
|
249
251
|
export interface JSObject$instance {
|
|
252
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
253
|
+
|
|
250
254
|
readonly IsDisposed: boolean;
|
|
251
255
|
Dispose(): void;
|
|
252
256
|
GetPropertyAsBoolean(propertyName: string): boolean;
|
|
@@ -38,12 +38,16 @@ export enum MarshalMode {
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
export interface IComExposedClass$instance {
|
|
41
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_Marshalling_IComExposedClass: never;
|
|
42
|
+
|
|
41
43
|
}
|
|
42
44
|
|
|
43
45
|
|
|
44
46
|
export type IComExposedClass = IComExposedClass$instance;
|
|
45
47
|
|
|
46
48
|
export interface IComExposedDetails$instance {
|
|
49
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_Marshalling_IComExposedDetails: never;
|
|
50
|
+
|
|
47
51
|
GetComInterfaceEntries(count: int): ptr<ComWrappers_ComInterfaceEntry>;
|
|
48
52
|
}
|
|
49
53
|
|
|
@@ -51,6 +55,8 @@ export interface IComExposedDetails$instance {
|
|
|
51
55
|
export type IComExposedDetails = IComExposedDetails$instance;
|
|
52
56
|
|
|
53
57
|
export interface IIUnknownCacheStrategy$instance {
|
|
58
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_Marshalling_IIUnknownCacheStrategy: never;
|
|
59
|
+
|
|
54
60
|
Clear(unknownStrategy: IIUnknownStrategy): void;
|
|
55
61
|
ConstructTableInfo(handle: RuntimeTypeHandle, interfaceDetails: IIUnknownDerivedDetails, ptr: ptr<void>): IIUnknownCacheStrategy_TableInfo;
|
|
56
62
|
TryGetTableInfo(handle: RuntimeTypeHandle, info: IIUnknownCacheStrategy_TableInfo): boolean;
|
|
@@ -61,6 +67,8 @@ export interface IIUnknownCacheStrategy$instance {
|
|
|
61
67
|
export type IIUnknownCacheStrategy = IIUnknownCacheStrategy$instance;
|
|
62
68
|
|
|
63
69
|
export interface IIUnknownDerivedDetails$instance {
|
|
70
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_Marshalling_IIUnknownDerivedDetails: never;
|
|
71
|
+
|
|
64
72
|
readonly Iid: Guid;
|
|
65
73
|
readonly Implementation: Type;
|
|
66
74
|
readonly ManagedVirtualMethodTable: ptr<void>;
|
|
@@ -70,6 +78,8 @@ export interface IIUnknownDerivedDetails$instance {
|
|
|
70
78
|
export type IIUnknownDerivedDetails = IIUnknownDerivedDetails$instance;
|
|
71
79
|
|
|
72
80
|
export interface IIUnknownInterfaceDetailsStrategy$instance {
|
|
81
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_Marshalling_IIUnknownInterfaceDetailsStrategy: never;
|
|
82
|
+
|
|
73
83
|
GetComExposedTypeDetails(type: RuntimeTypeHandle): IComExposedDetails | undefined;
|
|
74
84
|
GetIUnknownDerivedDetails(type: RuntimeTypeHandle): IIUnknownDerivedDetails | undefined;
|
|
75
85
|
}
|
|
@@ -78,12 +88,16 @@ export interface IIUnknownInterfaceDetailsStrategy$instance {
|
|
|
78
88
|
export type IIUnknownInterfaceDetailsStrategy = IIUnknownInterfaceDetailsStrategy$instance;
|
|
79
89
|
|
|
80
90
|
export interface IIUnknownInterfaceType$instance {
|
|
91
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_Marshalling_IIUnknownInterfaceType: never;
|
|
92
|
+
|
|
81
93
|
}
|
|
82
94
|
|
|
83
95
|
|
|
84
96
|
export type IIUnknownInterfaceType = IIUnknownInterfaceType$instance;
|
|
85
97
|
|
|
86
98
|
export interface IIUnknownStrategy$instance {
|
|
99
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_Marshalling_IIUnknownStrategy: never;
|
|
100
|
+
|
|
87
101
|
CreateInstancePointer(unknown: ptr<void>): ptr<void>;
|
|
88
102
|
QueryInterface(instancePtr: ptr<void>, iid: Guid, ppObj: ptr<void>): int;
|
|
89
103
|
Release(instancePtr: ptr<void>): int;
|
|
@@ -93,6 +107,8 @@ export interface IIUnknownStrategy$instance {
|
|
|
93
107
|
export type IIUnknownStrategy = IIUnknownStrategy$instance;
|
|
94
108
|
|
|
95
109
|
export interface IUnmanagedVirtualMethodTableProvider$instance {
|
|
110
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_Marshalling_IUnmanagedVirtualMethodTableProvider: never;
|
|
111
|
+
|
|
96
112
|
GetVirtualMethodTableInfoForKey(type: Type): VirtualMethodTableInfo;
|
|
97
113
|
}
|
|
98
114
|
|
|
@@ -149,6 +165,8 @@ export const BStrStringMarshaller_ManagedToUnmanagedIn: {
|
|
|
149
165
|
export type BStrStringMarshaller_ManagedToUnmanagedIn = BStrStringMarshaller_ManagedToUnmanagedIn$instance;
|
|
150
166
|
|
|
151
167
|
export interface ComVariant$instance {
|
|
168
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
169
|
+
|
|
152
170
|
VarType: VarEnum;
|
|
153
171
|
As<T>(): T | undefined;
|
|
154
172
|
Dispose(): void;
|
|
@@ -362,6 +380,8 @@ export const VirtualMethodTableInfo: {
|
|
|
362
380
|
export type VirtualMethodTableInfo = VirtualMethodTableInfo$instance;
|
|
363
381
|
|
|
364
382
|
export interface ComExposedClassAttribute_1$instance<T extends IComExposedClass> extends Attribute {
|
|
383
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_Marshalling_IComExposedDetails: never;
|
|
384
|
+
|
|
365
385
|
GetComInterfaceEntries(count: int): ptr<ComWrappers_ComInterfaceEntry>;
|
|
366
386
|
}
|
|
367
387
|
|
|
@@ -381,6 +401,9 @@ export type ComExposedClassAttribute_1<T extends IComExposedClass> = ComExposedC
|
|
|
381
401
|
|
|
382
402
|
|
|
383
403
|
export interface ComObject$instance {
|
|
404
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_IDynamicInterfaceCastable: never;
|
|
405
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_Marshalling_IUnmanagedVirtualMethodTableProvider: never;
|
|
406
|
+
|
|
384
407
|
Finalize(): void;
|
|
385
408
|
FinalRelease(): void;
|
|
386
409
|
}
|
|
@@ -454,6 +477,8 @@ export const GeneratedComInterfaceAttribute: {
|
|
|
454
477
|
export type GeneratedComInterfaceAttribute = GeneratedComInterfaceAttribute$instance;
|
|
455
478
|
|
|
456
479
|
export interface IUnknownDerivedAttribute_2$instance<T extends IIUnknownInterfaceType, TImpl> extends Attribute {
|
|
480
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_Marshalling_IIUnknownDerivedDetails: never;
|
|
481
|
+
|
|
457
482
|
readonly Iid: Guid;
|
|
458
483
|
readonly Implementation: Type;
|
|
459
484
|
readonly ManagedVirtualMethodTable: ptr<void>;
|
|
@@ -15,7 +15,18 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
15
15
|
import type { Boolean as ClrBoolean, Byte, Double, IEquatable_1, Int16, Int32, Int64, IntPtr, MidpointRounding, Object as ClrObject, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, UInt16, UInt32, UInt64, UIntPtr, ValueTuple_2, ValueType, Void } from "../../System/internal/index.js";
|
|
16
16
|
|
|
17
17
|
export interface Vector128_1$instance<T> extends IAdditionOperators_3<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, IBitwiseOperators_3<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, IDivisionOperators_3<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, IEqualityOperators_3<Vector128_1<T>, Vector128_1<T>, System_Internal.Boolean>, IMultiplyOperators_3<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, IShiftOperators_3<Vector128_1<T>, System_Internal.Int32, Vector128_1<T>>, ISubtractionOperators_3<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, IUnaryNegationOperators_2<Vector128_1<T>, Vector128_1<T>>, IUnaryPlusOperators_2<Vector128_1<T>, Vector128_1<T>> {
|
|
18
|
-
readonly
|
|
18
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
19
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
20
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
21
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
22
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
23
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
24
|
+
readonly __tsonic_iface_System_Numerics_IShiftOperators_3: never;
|
|
25
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
26
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
27
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
28
|
+
|
|
29
|
+
readonly [index: number]: T;
|
|
19
30
|
Equals(obj: unknown): boolean;
|
|
20
31
|
Equals(other: Vector128_1<T>): boolean;
|
|
21
32
|
GetHashCode(): int;
|
|
@@ -47,7 +58,18 @@ export type Vector128_1<T> = Vector128_1$instance<T> & __Vector128_1$views<T>;
|
|
|
47
58
|
|
|
48
59
|
|
|
49
60
|
export interface Vector256_1$instance<T> extends IAdditionOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IBitwiseOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IDivisionOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IEqualityOperators_3<Vector256_1<T>, Vector256_1<T>, System_Internal.Boolean>, IMultiplyOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IShiftOperators_3<Vector256_1<T>, System_Internal.Int32, Vector256_1<T>>, ISubtractionOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IUnaryNegationOperators_2<Vector256_1<T>, Vector256_1<T>>, IUnaryPlusOperators_2<Vector256_1<T>, Vector256_1<T>> {
|
|
50
|
-
readonly
|
|
61
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
62
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
63
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
64
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
65
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
66
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
67
|
+
readonly __tsonic_iface_System_Numerics_IShiftOperators_3: never;
|
|
68
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
69
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
70
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
71
|
+
|
|
72
|
+
readonly [index: number]: T;
|
|
51
73
|
Equals(obj: unknown): boolean;
|
|
52
74
|
Equals(other: Vector256_1<T>): boolean;
|
|
53
75
|
GetHashCode(): int;
|
|
@@ -79,7 +101,18 @@ export type Vector256_1<T> = Vector256_1$instance<T> & __Vector256_1$views<T>;
|
|
|
79
101
|
|
|
80
102
|
|
|
81
103
|
export interface Vector512_1$instance<T> extends IAdditionOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IBitwiseOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IDivisionOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IEqualityOperators_3<Vector512_1<T>, Vector512_1<T>, System_Internal.Boolean>, IMultiplyOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IShiftOperators_3<Vector512_1<T>, System_Internal.Int32, Vector512_1<T>>, ISubtractionOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IUnaryNegationOperators_2<Vector512_1<T>, Vector512_1<T>>, IUnaryPlusOperators_2<Vector512_1<T>, Vector512_1<T>> {
|
|
82
|
-
readonly
|
|
104
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
105
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
106
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
107
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
108
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
109
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
110
|
+
readonly __tsonic_iface_System_Numerics_IShiftOperators_3: never;
|
|
111
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
112
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
113
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
114
|
+
|
|
115
|
+
readonly [index: number]: T;
|
|
83
116
|
Equals(obj: unknown): boolean;
|
|
84
117
|
Equals(other: Vector512_1<T>): boolean;
|
|
85
118
|
GetHashCode(): int;
|
|
@@ -111,7 +144,18 @@ export type Vector512_1<T> = Vector512_1$instance<T> & __Vector512_1$views<T>;
|
|
|
111
144
|
|
|
112
145
|
|
|
113
146
|
export interface Vector64_1$instance<T> extends IAdditionOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IBitwiseOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IDivisionOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IEqualityOperators_3<Vector64_1<T>, Vector64_1<T>, System_Internal.Boolean>, IMultiplyOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IShiftOperators_3<Vector64_1<T>, System_Internal.Int32, Vector64_1<T>>, ISubtractionOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IUnaryNegationOperators_2<Vector64_1<T>, Vector64_1<T>>, IUnaryPlusOperators_2<Vector64_1<T>, Vector64_1<T>> {
|
|
114
|
-
readonly
|
|
147
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
148
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
149
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
150
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
151
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
152
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
153
|
+
readonly __tsonic_iface_System_Numerics_IShiftOperators_3: never;
|
|
154
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
155
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
156
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
157
|
+
|
|
158
|
+
readonly [index: number]: T;
|
|
115
159
|
Equals(obj: unknown): boolean;
|
|
116
160
|
Equals(other: Vector64_1<T>): boolean;
|
|
117
161
|
GetHashCode(): int;
|
|
@@ -13,6 +13,8 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
13
13
|
import type { Action_1, Boolean as ClrBoolean, Func_3, IDisposable, Int32, IntPtr, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "../../System/internal/index.js";
|
|
14
14
|
|
|
15
15
|
export interface AssemblyLoadContext_ContextualReflectionScope$instance {
|
|
16
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
17
|
+
|
|
16
18
|
Dispose(): void;
|
|
17
19
|
}
|
|
18
20
|
|
|
@@ -47,6 +47,8 @@ export type SerializationEventHandler = (context: StreamingContext) => void;
|
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
export interface IDeserializationCallback$instance {
|
|
50
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
51
|
+
|
|
50
52
|
OnDeserialization(sender: unknown): void;
|
|
51
53
|
}
|
|
52
54
|
|
|
@@ -54,6 +56,8 @@ export interface IDeserializationCallback$instance {
|
|
|
54
56
|
export type IDeserializationCallback = IDeserializationCallback$instance;
|
|
55
57
|
|
|
56
58
|
export interface IExtensibleDataObject$instance {
|
|
59
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IExtensibleDataObject: never;
|
|
60
|
+
|
|
57
61
|
get ExtensionData(): ExtensionDataObject | undefined;
|
|
58
62
|
set ExtensionData(value: ExtensionDataObject | undefined);
|
|
59
63
|
}
|
|
@@ -62,6 +66,8 @@ export interface IExtensibleDataObject$instance {
|
|
|
62
66
|
export type IExtensibleDataObject = IExtensibleDataObject$instance;
|
|
63
67
|
|
|
64
68
|
export interface IFormatter$instance {
|
|
69
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IFormatter: never;
|
|
70
|
+
|
|
65
71
|
get SurrogateSelector(): ISurrogateSelector | undefined;
|
|
66
72
|
set SurrogateSelector(value: ISurrogateSelector | undefined);
|
|
67
73
|
get Binder(): SerializationBinder | undefined;
|
|
@@ -75,6 +81,8 @@ export interface IFormatter$instance {
|
|
|
75
81
|
export type IFormatter = IFormatter$instance;
|
|
76
82
|
|
|
77
83
|
export interface IFormatterConverter$instance {
|
|
84
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IFormatterConverter: never;
|
|
85
|
+
|
|
78
86
|
Convert(value: unknown, type: Type): unknown;
|
|
79
87
|
Convert(value: unknown, typeCode: TypeCode): unknown;
|
|
80
88
|
ToBoolean(value: unknown): boolean;
|
|
@@ -98,6 +106,8 @@ export interface IFormatterConverter$instance {
|
|
|
98
106
|
export type IFormatterConverter = IFormatterConverter$instance;
|
|
99
107
|
|
|
100
108
|
export interface IObjectReference$instance {
|
|
109
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IObjectReference: never;
|
|
110
|
+
|
|
101
111
|
GetRealObject(context: StreamingContext): unknown;
|
|
102
112
|
}
|
|
103
113
|
|
|
@@ -105,6 +115,8 @@ export interface IObjectReference$instance {
|
|
|
105
115
|
export type IObjectReference = IObjectReference$instance;
|
|
106
116
|
|
|
107
117
|
export interface ISafeSerializationData$instance {
|
|
118
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISafeSerializationData: never;
|
|
119
|
+
|
|
108
120
|
CompleteDeserialization(deserialized: unknown): void;
|
|
109
121
|
}
|
|
110
122
|
|
|
@@ -112,6 +124,8 @@ export interface ISafeSerializationData$instance {
|
|
|
112
124
|
export type ISafeSerializationData = ISafeSerializationData$instance;
|
|
113
125
|
|
|
114
126
|
export interface ISerializable$instance {
|
|
127
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
128
|
+
|
|
115
129
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
116
130
|
}
|
|
117
131
|
|
|
@@ -119,6 +133,8 @@ export interface ISerializable$instance {
|
|
|
119
133
|
export type ISerializable = ISerializable$instance;
|
|
120
134
|
|
|
121
135
|
export interface ISerializationSurrogate$instance {
|
|
136
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializationSurrogate: never;
|
|
137
|
+
|
|
122
138
|
GetObjectData(obj: unknown, info: SerializationInfo, context: StreamingContext): void;
|
|
123
139
|
SetObjectData(obj: unknown, info: SerializationInfo, context: StreamingContext, selector: ISurrogateSelector): unknown;
|
|
124
140
|
}
|
|
@@ -127,6 +143,8 @@ export interface ISerializationSurrogate$instance {
|
|
|
127
143
|
export type ISerializationSurrogate = ISerializationSurrogate$instance;
|
|
128
144
|
|
|
129
145
|
export interface ISerializationSurrogateProvider$instance {
|
|
146
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializationSurrogateProvider: never;
|
|
147
|
+
|
|
130
148
|
GetObjectToSerialize(obj: unknown, targetType: Type): unknown;
|
|
131
149
|
GetSurrogateType(type: Type): Type;
|
|
132
150
|
}
|
|
@@ -135,6 +153,8 @@ export interface ISerializationSurrogateProvider$instance {
|
|
|
135
153
|
export type ISerializationSurrogateProvider = ISerializationSurrogateProvider$instance;
|
|
136
154
|
|
|
137
155
|
export interface ISerializationSurrogateProvider2$instance extends ISerializationSurrogateProvider {
|
|
156
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializationSurrogateProvider2: never;
|
|
157
|
+
|
|
138
158
|
GetCustomDataToExport(memberInfo: MemberInfo, dataContractType: Type): unknown | undefined;
|
|
139
159
|
GetCustomDataToExport(runtimeType: Type, dataContractType: Type): unknown | undefined;
|
|
140
160
|
GetKnownCustomDataTypes(customDataTypes: Collection_1<Type>): void;
|
|
@@ -149,6 +169,8 @@ export interface ISerializationSurrogateProvider2$instance extends ISerializatio
|
|
|
149
169
|
export type ISerializationSurrogateProvider2 = ISerializationSurrogateProvider2$instance;
|
|
150
170
|
|
|
151
171
|
export interface ISurrogateSelector$instance {
|
|
172
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISurrogateSelector: never;
|
|
173
|
+
|
|
152
174
|
ChainSelector(selector: ISurrogateSelector): void;
|
|
153
175
|
GetNextSelector(): ISurrogateSelector | undefined;
|
|
154
176
|
GetSurrogate(type: Type, context: StreamingContext, selector: ISurrogateSelector): ISerializationSurrogate | undefined;
|
|
@@ -158,6 +180,8 @@ export interface ISurrogateSelector$instance {
|
|
|
158
180
|
export type ISurrogateSelector = ISurrogateSelector$instance;
|
|
159
181
|
|
|
160
182
|
export interface DeserializationToken$instance {
|
|
183
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
184
|
+
|
|
161
185
|
Dispose(): void;
|
|
162
186
|
}
|
|
163
187
|
|
|
@@ -414,6 +438,8 @@ export const ExtensionDataObject: {
|
|
|
414
438
|
export type ExtensionDataObject = ExtensionDataObject$instance;
|
|
415
439
|
|
|
416
440
|
export interface Formatter$instance {
|
|
441
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IFormatter: never;
|
|
442
|
+
|
|
417
443
|
get Binder(): SerializationBinder | undefined;
|
|
418
444
|
set Binder(value: SerializationBinder | undefined);
|
|
419
445
|
Context: StreamingContext;
|
|
@@ -459,6 +485,8 @@ export type Formatter = Formatter$instance & __Formatter$views;
|
|
|
459
485
|
|
|
460
486
|
|
|
461
487
|
export interface FormatterConverter$instance {
|
|
488
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IFormatterConverter: never;
|
|
489
|
+
|
|
462
490
|
Convert(value: unknown, type: Type): unknown;
|
|
463
491
|
Convert(value: unknown, typeCode: TypeCode): unknown;
|
|
464
492
|
ToBoolean(value: unknown): boolean;
|
|
@@ -503,6 +531,8 @@ export const IgnoreDataMemberAttribute: {
|
|
|
503
531
|
export type IgnoreDataMemberAttribute = IgnoreDataMemberAttribute$instance;
|
|
504
532
|
|
|
505
533
|
export interface InvalidDataContractException$instance extends Exception {
|
|
534
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
535
|
+
|
|
506
536
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
507
537
|
}
|
|
508
538
|
|
|
@@ -652,6 +682,8 @@ export const SerializationBinder: (abstract new() => SerializationBinder) & {
|
|
|
652
682
|
export type SerializationBinder = SerializationBinder$instance;
|
|
653
683
|
|
|
654
684
|
export interface SerializationException$instance extends SystemException {
|
|
685
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
686
|
+
|
|
655
687
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
656
688
|
}
|
|
657
689
|
|
|
@@ -724,6 +756,8 @@ export const SerializationInfo: {
|
|
|
724
756
|
export type SerializationInfo = SerializationInfo$instance;
|
|
725
757
|
|
|
726
758
|
export interface SerializationInfoEnumerator$instance {
|
|
759
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
760
|
+
|
|
727
761
|
readonly Current: SerializationEntry;
|
|
728
762
|
readonly Name: string;
|
|
729
763
|
readonly ObjectType: Type;
|
|
@@ -758,6 +792,8 @@ export const SerializationObjectManager: {
|
|
|
758
792
|
export type SerializationObjectManager = SerializationObjectManager$instance;
|
|
759
793
|
|
|
760
794
|
export interface SurrogateSelector$instance {
|
|
795
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISurrogateSelector: never;
|
|
796
|
+
|
|
761
797
|
AddSurrogate(type: Type, context: StreamingContext, surrogate: ISerializationSurrogate): void;
|
|
762
798
|
ChainSelector(selector: ISurrogateSelector): void;
|
|
763
799
|
GetNextSelector(): ISurrogateSelector | undefined;
|
|
@@ -29,6 +29,8 @@ export enum TypeFilterLevel {
|
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
export interface IFieldInfo$instance {
|
|
32
|
+
readonly __tsonic_iface_System_Runtime_Serialization_Formatters_IFieldInfo: never;
|
|
33
|
+
|
|
32
34
|
get FieldNames(): string[] | undefined;
|
|
33
35
|
set FieldNames(value: string[] | undefined);
|
|
34
36
|
get FieldTypes(): Type[] | undefined;
|
|
@@ -14,6 +14,8 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
14
14
|
import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Type, Void } from "../../System/internal/index.js";
|
|
15
15
|
|
|
16
16
|
export interface BinaryFormatter$instance {
|
|
17
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IFormatter: never;
|
|
18
|
+
|
|
17
19
|
AssemblyFormat: FormatterAssemblyStyle;
|
|
18
20
|
get Binder(): SerializationBinder | undefined;
|
|
19
21
|
set Binder(value: SerializationBinder | undefined);
|
|
@@ -17,6 +17,8 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
17
17
|
import type { Boolean as ClrBoolean, Byte, Int32, Object as ClrObject, String as ClrString, Type, Void } from "../../System/internal/index.js";
|
|
18
18
|
|
|
19
19
|
export interface IXmlJsonReaderInitializer$instance {
|
|
20
|
+
readonly __tsonic_iface_System_Runtime_Serialization_Json_IXmlJsonReaderInitializer: never;
|
|
21
|
+
|
|
20
22
|
SetInput(buffer: byte[], offset: int, count: int, encoding: Encoding, quotas: XmlDictionaryReaderQuotas, onClose: OnXmlDictionaryReaderClose): void;
|
|
21
23
|
SetInput(stream: Stream, encoding: Encoding, quotas: XmlDictionaryReaderQuotas, onClose: OnXmlDictionaryReaderClose): void;
|
|
22
24
|
}
|
|
@@ -25,6 +27,8 @@ export interface IXmlJsonReaderInitializer$instance {
|
|
|
25
27
|
export type IXmlJsonReaderInitializer = IXmlJsonReaderInitializer$instance;
|
|
26
28
|
|
|
27
29
|
export interface IXmlJsonWriterInitializer$instance {
|
|
30
|
+
readonly __tsonic_iface_System_Runtime_Serialization_Json_IXmlJsonWriterInitializer: never;
|
|
31
|
+
|
|
28
32
|
SetOutput(stream: Stream, encoding: Encoding, ownsStream: boolean): void;
|
|
29
33
|
}
|
|
30
34
|
|
|
@@ -41,6 +41,8 @@ export const ComponentGuaranteesAttribute: {
|
|
|
41
41
|
export type ComponentGuaranteesAttribute = ComponentGuaranteesAttribute$instance;
|
|
42
42
|
|
|
43
43
|
export interface FrameworkName$instance {
|
|
44
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
45
|
+
|
|
44
46
|
readonly FullName: string;
|
|
45
47
|
readonly Identifier: string;
|
|
46
48
|
readonly Profile: string;
|
|
@@ -38,6 +38,8 @@ export enum SecurityRuleSet {
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
export interface IPermission$instance extends ISecurityEncodable {
|
|
41
|
+
readonly __tsonic_iface_System_Security_IPermission: never;
|
|
42
|
+
|
|
41
43
|
Copy(): IPermission;
|
|
42
44
|
Demand(): void;
|
|
43
45
|
FromXml(e: SecurityElement): void;
|
|
@@ -52,6 +54,8 @@ export interface IPermission$instance extends ISecurityEncodable$instance {}
|
|
|
52
54
|
export type IPermission = IPermission$instance;
|
|
53
55
|
|
|
54
56
|
export interface ISecurityEncodable$instance {
|
|
57
|
+
readonly __tsonic_iface_System_Security_ISecurityEncodable: never;
|
|
58
|
+
|
|
55
59
|
FromXml(e: SecurityElement): void;
|
|
56
60
|
ToXml(): SecurityElement | undefined;
|
|
57
61
|
}
|
|
@@ -60,6 +64,8 @@ export interface ISecurityEncodable$instance {
|
|
|
60
64
|
export type ISecurityEncodable = ISecurityEncodable$instance;
|
|
61
65
|
|
|
62
66
|
export interface IStackWalk$instance {
|
|
67
|
+
readonly __tsonic_iface_System_Security_IStackWalk: never;
|
|
68
|
+
|
|
63
69
|
Assert(): void;
|
|
64
70
|
}
|
|
65
71
|
|
|
@@ -79,6 +85,12 @@ export const AllowPartiallyTrustedCallersAttribute: {
|
|
|
79
85
|
export type AllowPartiallyTrustedCallersAttribute = AllowPartiallyTrustedCallersAttribute$instance;
|
|
80
86
|
|
|
81
87
|
export interface PermissionSet$instance {
|
|
88
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
89
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
90
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
91
|
+
readonly __tsonic_iface_System_Security_ISecurityEncodable: never;
|
|
92
|
+
readonly __tsonic_iface_System_Security_IStackWalk: never;
|
|
93
|
+
|
|
82
94
|
readonly Count: int;
|
|
83
95
|
readonly IsReadOnly: boolean;
|
|
84
96
|
readonly IsSynchronized: boolean;
|
|
@@ -135,6 +147,8 @@ export type PermissionSet = PermissionSet$instance & __PermissionSet$views;
|
|
|
135
147
|
|
|
136
148
|
|
|
137
149
|
export interface SecureString$instance {
|
|
150
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
151
|
+
|
|
138
152
|
readonly Length: int;
|
|
139
153
|
AppendChar(c: char): void;
|
|
140
154
|
Clear(): void;
|
|
@@ -210,6 +224,8 @@ export const SecurityElement: {
|
|
|
210
224
|
export type SecurityElement = SecurityElement$instance;
|
|
211
225
|
|
|
212
226
|
export interface SecurityException$instance extends SystemException {
|
|
227
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
228
|
+
|
|
213
229
|
get Demanded(): unknown | undefined;
|
|
214
230
|
set Demanded(value: unknown | undefined);
|
|
215
231
|
get DenySetInstance(): unknown | undefined;
|
|
@@ -320,6 +336,8 @@ export const UnverifiableCodeAttribute: {
|
|
|
320
336
|
export type UnverifiableCodeAttribute = UnverifiableCodeAttribute$instance;
|
|
321
337
|
|
|
322
338
|
export interface VerificationException$instance extends SystemException {
|
|
339
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
340
|
+
|
|
323
341
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
324
342
|
}
|
|
325
343
|
|