@tsonic/dotnet 10.0.5 → 10.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +6 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +58 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -0
- package/Microsoft.Win32/internal/index.d.ts +3 -3
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +447 -196
- package/System.Buffers/internal/index.d.ts +24 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +4 -0
- package/System.Collections/internal/index.d.ts +37 -26
- package/System.Collections.Concurrent/internal/index.d.ts +17 -3
- package/System.Collections.Frozen/internal/index.d.ts +12 -0
- package/System.Collections.Generic/internal/index.d.ts +126 -43
- package/System.Collections.Immutable/internal/index.d.ts +51 -14
- package/System.Collections.ObjectModel/internal/index.d.ts +22 -10
- package/System.Collections.Specialized/internal/index.d.ts +33 -12
- package/System.ComponentModel/internal/index.d.ts +275 -33
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +73 -3
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
- package/System.ComponentModel.Design/internal/index.d.ts +49 -7
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +22 -0
- package/System.Data/internal/index.d.ts +111 -21
- package/System.Data.Common/internal/index.d.ts +67 -36
- package/System.Data.SqlTypes/internal/index.d.ts +59 -52
- package/System.Diagnostics/internal/index.d.ts +147 -17
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
- package/System.Diagnostics.Contracts/internal/index.d.ts +26 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +31 -3
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +8 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +40 -6
- package/System.Drawing/internal/index.d.ts +24 -0
- package/System.Dynamic/internal/index.d.ts +38 -6
- package/System.Formats.Asn1/internal/index.d.ts +13 -3
- package/System.Formats.Tar/internal/index.d.ts +20 -6
- package/System.Globalization/internal/index.d.ts +64 -18
- package/System.IO/internal/index.d.ts +74 -18
- package/System.IO.Compression/internal/index.d.ts +25 -9
- package/System.IO.Enumeration/internal/index.d.ts +6 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -3
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -0
- package/System.IO.Pipelines/internal/index.d.ts +19 -3
- package/System.IO.Pipes/internal/index.d.ts +16 -0
- package/System.Linq/internal/index.d.ts +17 -3
- package/System.Linq.Expressions/internal/index.d.ts +86 -18
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
- package/System.Net/internal/index.d.ts +112 -23
- package/System.Net.Cache/internal/index.d.ts +4 -0
- package/System.Net.Http/internal/index.d.ts +50 -0
- package/System.Net.Http.Headers/internal/index.d.ts +79 -62
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +31 -9
- package/System.Net.Mime/internal/index.d.ts +4 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +67 -10
- package/System.Net.Quic/internal/index.d.ts +22 -6
- package/System.Net.Security/internal/index.d.ts +27 -3
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
- package/System.Net.Sockets/internal/index.d.ts +38 -6
- package/System.Net.WebSockets/internal/index.d.ts +23 -3
- package/System.Numerics/internal/index.d.ts +29 -16
- package/System.Reflection/internal/index.d.ts +135 -32
- package/System.Reflection.Emit/internal/index.d.ts +45 -9
- package/System.Reflection.Metadata/internal/index.d.ts +324 -10
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +76 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +37 -3
- package/System.Resources/internal/index.d.ts +16 -0
- package/System.Runtime/internal/index.d.ts +12 -6
- package/System.Runtime.CompilerServices/internal/index.d.ts +278 -39
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +6 -0
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices/internal/index.d.ts +175 -15
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +40 -0
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +55 -3
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +57 -12
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -0
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +8 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +13 -17
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +40 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -0
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +148 -0
- package/System.Runtime.Loader/internal/index.d.ts +7 -3
- package/System.Runtime.Remoting/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +75 -9
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +26 -0
- package/System.Security/internal/index.d.ts +28 -6
- package/System.Security.AccessControl/internal/index.d.ts +98 -8
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +9 -3
- package/System.Security.Claims/internal/index.d.ts +8 -6
- package/System.Security.Cryptography/internal/index.d.ts +299 -44
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +72 -14
- package/System.Security.Permissions/internal/index.d.ts +6 -0
- package/System.Security.Policy/internal/index.d.ts +4 -0
- package/System.Security.Principal/internal/index.d.ts +21 -8
- package/System.Text/internal/index.d.ts +70 -11
- package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
- package/System.Text.Json/internal/index.d.ts +33 -8
- package/System.Text.Json.Nodes/internal/index.d.ts +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +54 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +23 -3
- package/System.Text.RegularExpressions/internal/index.d.ts +35 -7
- package/System.Text.Unicode/internal/index.d.ts +4 -0
- package/System.Threading/internal/index.d.ts +108 -24
- package/System.Threading.Channels/internal/index.d.ts +18 -0
- package/System.Threading.Tasks/internal/index.d.ts +49 -13
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +2 -0
- package/System.Timers/internal/index.d.ts +7 -3
- package/System.Transactions/internal/index.d.ts +37 -15
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Markup/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +107 -20
- package/System.Xml.Linq/internal/index.d.ts +42 -18
- package/System.Xml.Resolvers/internal/index.d.ts +2 -0
- package/System.Xml.Schema/internal/index.d.ts +150 -4
- package/System.Xml.Serialization/internal/index.d.ts +120 -8
- package/System.Xml.XPath/internal/index.d.ts +14 -6
- package/System.Xml.Xsl/internal/index.d.ts +16 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +89 -2
- package/__internal/extensions/index.d.ts +2143 -1955
- package/package.json +2 -2
|
@@ -87,6 +87,8 @@ export interface IXmlTextParser$instance {
|
|
|
87
87
|
export type IXmlTextParser = IXmlTextParser$instance;
|
|
88
88
|
|
|
89
89
|
export interface XmlDeserializationEvents$instance {
|
|
90
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlDeserializationEvents: never;
|
|
91
|
+
|
|
90
92
|
get OnUnknownAttribute(): XmlAttributeEventHandler | undefined;
|
|
91
93
|
set OnUnknownAttribute(value: XmlAttributeEventHandler | undefined);
|
|
92
94
|
get OnUnknownElement(): XmlElementEventHandler | undefined;
|
|
@@ -106,6 +108,8 @@ export const XmlDeserializationEvents: {
|
|
|
106
108
|
export type XmlDeserializationEvents = XmlDeserializationEvents$instance;
|
|
107
109
|
|
|
108
110
|
export interface CodeIdentifier$instance {
|
|
111
|
+
readonly __tsonic_type_System_Xml_Serialization_CodeIdentifier: never;
|
|
112
|
+
|
|
109
113
|
}
|
|
110
114
|
|
|
111
115
|
|
|
@@ -120,6 +124,8 @@ export const CodeIdentifier: {
|
|
|
120
124
|
export type CodeIdentifier = CodeIdentifier$instance;
|
|
121
125
|
|
|
122
126
|
export interface CodeIdentifiers$instance {
|
|
127
|
+
readonly __tsonic_type_System_Xml_Serialization_CodeIdentifiers: never;
|
|
128
|
+
|
|
123
129
|
UseCamelCasing: boolean;
|
|
124
130
|
Add(identifier: string, value: unknown): void;
|
|
125
131
|
AddReserved(identifier: string): void;
|
|
@@ -143,6 +149,8 @@ export const CodeIdentifiers: {
|
|
|
143
149
|
export type CodeIdentifiers = CodeIdentifiers$instance;
|
|
144
150
|
|
|
145
151
|
export interface ImportContext$instance {
|
|
152
|
+
readonly __tsonic_type_System_Xml_Serialization_ImportContext: never;
|
|
153
|
+
|
|
146
154
|
readonly ShareTypes: boolean;
|
|
147
155
|
readonly TypeIdentifiers: CodeIdentifiers;
|
|
148
156
|
readonly Warnings: StringCollection;
|
|
@@ -157,6 +165,8 @@ export const ImportContext: {
|
|
|
157
165
|
export type ImportContext = ImportContext$instance;
|
|
158
166
|
|
|
159
167
|
export interface SchemaImporter$instance {
|
|
168
|
+
readonly __tsonic_type_System_Xml_Serialization_SchemaImporter: never;
|
|
169
|
+
|
|
160
170
|
}
|
|
161
171
|
|
|
162
172
|
|
|
@@ -167,6 +177,8 @@ export const SchemaImporter: {
|
|
|
167
177
|
export type SchemaImporter = SchemaImporter$instance;
|
|
168
178
|
|
|
169
179
|
export interface SoapAttributeAttribute$instance extends Attribute {
|
|
180
|
+
readonly __tsonic_type_System_Xml_Serialization_SoapAttributeAttribute: never;
|
|
181
|
+
|
|
170
182
|
AttributeName: string;
|
|
171
183
|
DataType: string;
|
|
172
184
|
get Namespace(): string | undefined;
|
|
@@ -183,6 +195,8 @@ export const SoapAttributeAttribute: {
|
|
|
183
195
|
export type SoapAttributeAttribute = SoapAttributeAttribute$instance;
|
|
184
196
|
|
|
185
197
|
export interface SoapAttributeOverrides$instance {
|
|
198
|
+
readonly __tsonic_type_System_Xml_Serialization_SoapAttributeOverrides: never;
|
|
199
|
+
|
|
186
200
|
Add(type: Type, attributes: SoapAttributes): void;
|
|
187
201
|
Add(type: Type, member: string, attributes: SoapAttributes): void;
|
|
188
202
|
get_Item(type: Type): SoapAttributes | undefined;
|
|
@@ -198,6 +212,8 @@ export const SoapAttributeOverrides: {
|
|
|
198
212
|
export type SoapAttributeOverrides = SoapAttributeOverrides$instance;
|
|
199
213
|
|
|
200
214
|
export interface SoapAttributes$instance {
|
|
215
|
+
readonly __tsonic_type_System_Xml_Serialization_SoapAttributes: never;
|
|
216
|
+
|
|
201
217
|
get SoapAttribute(): SoapAttributeAttribute | undefined;
|
|
202
218
|
set SoapAttribute(value: SoapAttributeAttribute | undefined);
|
|
203
219
|
get SoapDefaultValue(): unknown | undefined;
|
|
@@ -221,6 +237,8 @@ export const SoapAttributes: {
|
|
|
221
237
|
export type SoapAttributes = SoapAttributes$instance;
|
|
222
238
|
|
|
223
239
|
export interface SoapElementAttribute$instance extends Attribute {
|
|
240
|
+
readonly __tsonic_type_System_Xml_Serialization_SoapElementAttribute: never;
|
|
241
|
+
|
|
224
242
|
DataType: string;
|
|
225
243
|
ElementName: string;
|
|
226
244
|
IsNullable: boolean;
|
|
@@ -236,6 +254,8 @@ export const SoapElementAttribute: {
|
|
|
236
254
|
export type SoapElementAttribute = SoapElementAttribute$instance;
|
|
237
255
|
|
|
238
256
|
export interface SoapEnumAttribute$instance extends Attribute {
|
|
257
|
+
readonly __tsonic_type_System_Xml_Serialization_SoapEnumAttribute: never;
|
|
258
|
+
|
|
239
259
|
Name: string;
|
|
240
260
|
}
|
|
241
261
|
|
|
@@ -249,6 +269,8 @@ export const SoapEnumAttribute: {
|
|
|
249
269
|
export type SoapEnumAttribute = SoapEnumAttribute$instance;
|
|
250
270
|
|
|
251
271
|
export interface SoapIgnoreAttribute$instance extends Attribute {
|
|
272
|
+
readonly __tsonic_type_System_Xml_Serialization_SoapIgnoreAttribute: never;
|
|
273
|
+
|
|
252
274
|
}
|
|
253
275
|
|
|
254
276
|
|
|
@@ -260,6 +282,8 @@ export const SoapIgnoreAttribute: {
|
|
|
260
282
|
export type SoapIgnoreAttribute = SoapIgnoreAttribute$instance;
|
|
261
283
|
|
|
262
284
|
export interface SoapIncludeAttribute$instance extends Attribute {
|
|
285
|
+
readonly __tsonic_type_System_Xml_Serialization_SoapIncludeAttribute: never;
|
|
286
|
+
|
|
263
287
|
Type: Type;
|
|
264
288
|
}
|
|
265
289
|
|
|
@@ -272,6 +296,8 @@ export const SoapIncludeAttribute: {
|
|
|
272
296
|
export type SoapIncludeAttribute = SoapIncludeAttribute$instance;
|
|
273
297
|
|
|
274
298
|
export interface SoapReflectionImporter$instance {
|
|
299
|
+
readonly __tsonic_type_System_Xml_Serialization_SoapReflectionImporter: never;
|
|
300
|
+
|
|
275
301
|
ImportMembersMapping(elementName: string, ns: string, members: XmlReflectionMember[]): XmlMembersMapping;
|
|
276
302
|
ImportMembersMapping(elementName: string, ns: string, members: XmlReflectionMember[], hasWrapperElement: boolean, writeAccessors: boolean): XmlMembersMapping;
|
|
277
303
|
ImportMembersMapping(elementName: string, ns: string, members: XmlReflectionMember[], hasWrapperElement: boolean, writeAccessors: boolean, validate: boolean): XmlMembersMapping;
|
|
@@ -294,6 +320,8 @@ export const SoapReflectionImporter: {
|
|
|
294
320
|
export type SoapReflectionImporter = SoapReflectionImporter$instance;
|
|
295
321
|
|
|
296
322
|
export interface SoapSchemaMember$instance {
|
|
323
|
+
readonly __tsonic_type_System_Xml_Serialization_SoapSchemaMember: never;
|
|
324
|
+
|
|
297
325
|
MemberName: string;
|
|
298
326
|
get MemberType(): XmlQualifiedName | undefined;
|
|
299
327
|
set MemberType(value: XmlQualifiedName | undefined);
|
|
@@ -308,6 +336,8 @@ export const SoapSchemaMember: {
|
|
|
308
336
|
export type SoapSchemaMember = SoapSchemaMember$instance;
|
|
309
337
|
|
|
310
338
|
export interface SoapTypeAttribute$instance extends Attribute {
|
|
339
|
+
readonly __tsonic_type_System_Xml_Serialization_SoapTypeAttribute: never;
|
|
340
|
+
|
|
311
341
|
IncludeInSchema: boolean;
|
|
312
342
|
get Namespace(): string | undefined;
|
|
313
343
|
set Namespace(value: string | undefined);
|
|
@@ -325,6 +355,8 @@ export const SoapTypeAttribute: {
|
|
|
325
355
|
export type SoapTypeAttribute = SoapTypeAttribute$instance;
|
|
326
356
|
|
|
327
357
|
export interface UnreferencedObjectEventArgs$instance extends EventArgs {
|
|
358
|
+
readonly __tsonic_type_System_Xml_Serialization_UnreferencedObjectEventArgs: never;
|
|
359
|
+
|
|
328
360
|
readonly UnreferencedId: string | undefined;
|
|
329
361
|
readonly UnreferencedObject: unknown | undefined;
|
|
330
362
|
}
|
|
@@ -338,6 +370,8 @@ export const UnreferencedObjectEventArgs: {
|
|
|
338
370
|
export type UnreferencedObjectEventArgs = UnreferencedObjectEventArgs$instance;
|
|
339
371
|
|
|
340
372
|
export interface XmlAnyAttributeAttribute$instance extends Attribute {
|
|
373
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlAnyAttributeAttribute: never;
|
|
374
|
+
|
|
341
375
|
}
|
|
342
376
|
|
|
343
377
|
|
|
@@ -349,6 +383,8 @@ export const XmlAnyAttributeAttribute: {
|
|
|
349
383
|
export type XmlAnyAttributeAttribute = XmlAnyAttributeAttribute$instance;
|
|
350
384
|
|
|
351
385
|
export interface XmlAnyElementAttribute$instance extends Attribute {
|
|
386
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlAnyElementAttribute: never;
|
|
387
|
+
|
|
352
388
|
Name: string;
|
|
353
389
|
get Namespace(): string | undefined;
|
|
354
390
|
set Namespace(value: string | undefined);
|
|
@@ -366,11 +402,12 @@ export const XmlAnyElementAttribute: {
|
|
|
366
402
|
export type XmlAnyElementAttribute = XmlAnyElementAttribute$instance;
|
|
367
403
|
|
|
368
404
|
export interface XmlAnyElementAttributes$instance extends CollectionBase {
|
|
405
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlAnyElementAttributes: never;
|
|
406
|
+
|
|
369
407
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
370
408
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
371
409
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
372
410
|
|
|
373
|
-
[index: number]: XmlAnyElementAttribute;
|
|
374
411
|
Add(value: unknown): int;
|
|
375
412
|
Clear(): void;
|
|
376
413
|
Contains(value: unknown): boolean;
|
|
@@ -394,10 +431,12 @@ export interface __XmlAnyElementAttributes$views {
|
|
|
394
431
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
395
432
|
}
|
|
396
433
|
|
|
397
|
-
export type XmlAnyElementAttributes = XmlAnyElementAttributes$instance & __XmlAnyElementAttributes$views;
|
|
434
|
+
export type XmlAnyElementAttributes = XmlAnyElementAttributes$instance & __XmlAnyElementAttributes$views & { [index: number]: XmlAnyElementAttribute; };
|
|
398
435
|
|
|
399
436
|
|
|
400
437
|
export interface XmlArrayAttribute$instance extends Attribute {
|
|
438
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlArrayAttribute: never;
|
|
439
|
+
|
|
401
440
|
ElementName: string;
|
|
402
441
|
Form: XmlSchemaForm;
|
|
403
442
|
IsNullable: boolean;
|
|
@@ -416,6 +455,8 @@ export const XmlArrayAttribute: {
|
|
|
416
455
|
export type XmlArrayAttribute = XmlArrayAttribute$instance;
|
|
417
456
|
|
|
418
457
|
export interface XmlArrayItemAttribute$instance extends Attribute {
|
|
458
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlArrayItemAttribute: never;
|
|
459
|
+
|
|
419
460
|
DataType: string;
|
|
420
461
|
ElementName: string;
|
|
421
462
|
Form: XmlSchemaForm;
|
|
@@ -439,11 +480,12 @@ export const XmlArrayItemAttribute: {
|
|
|
439
480
|
export type XmlArrayItemAttribute = XmlArrayItemAttribute$instance;
|
|
440
481
|
|
|
441
482
|
export interface XmlArrayItemAttributes$instance extends CollectionBase {
|
|
483
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlArrayItemAttributes: never;
|
|
484
|
+
|
|
442
485
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
443
486
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
444
487
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
445
488
|
|
|
446
|
-
[index: number]: XmlArrayItemAttribute;
|
|
447
489
|
Add(value: unknown): int;
|
|
448
490
|
Clear(): void;
|
|
449
491
|
Contains(value: unknown): boolean;
|
|
@@ -467,10 +509,12 @@ export interface __XmlArrayItemAttributes$views {
|
|
|
467
509
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
468
510
|
}
|
|
469
511
|
|
|
470
|
-
export type XmlArrayItemAttributes = XmlArrayItemAttributes$instance & __XmlArrayItemAttributes$views;
|
|
512
|
+
export type XmlArrayItemAttributes = XmlArrayItemAttributes$instance & __XmlArrayItemAttributes$views & { [index: number]: XmlArrayItemAttribute; };
|
|
471
513
|
|
|
472
514
|
|
|
473
515
|
export interface XmlAttributeAttribute$instance extends Attribute {
|
|
516
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlAttributeAttribute: never;
|
|
517
|
+
|
|
474
518
|
AttributeName: string;
|
|
475
519
|
DataType: string;
|
|
476
520
|
Form: XmlSchemaForm;
|
|
@@ -492,6 +536,8 @@ export const XmlAttributeAttribute: {
|
|
|
492
536
|
export type XmlAttributeAttribute = XmlAttributeAttribute$instance;
|
|
493
537
|
|
|
494
538
|
export interface XmlAttributeEventArgs$instance extends EventArgs {
|
|
539
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlAttributeEventArgs: never;
|
|
540
|
+
|
|
495
541
|
readonly Attr: XmlAttribute;
|
|
496
542
|
readonly ExpectedAttributes: string;
|
|
497
543
|
readonly LineNumber: int;
|
|
@@ -507,6 +553,8 @@ export const XmlAttributeEventArgs: {
|
|
|
507
553
|
export type XmlAttributeEventArgs = XmlAttributeEventArgs$instance;
|
|
508
554
|
|
|
509
555
|
export interface XmlAttributeOverrides$instance {
|
|
556
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlAttributeOverrides: never;
|
|
557
|
+
|
|
510
558
|
Add(type: Type, attributes: XmlAttributes): void;
|
|
511
559
|
Add(type: Type, member: string, attributes: XmlAttributes): void;
|
|
512
560
|
get_Item(type: Type): XmlAttributes | undefined;
|
|
@@ -522,6 +570,8 @@ export const XmlAttributeOverrides: {
|
|
|
522
570
|
export type XmlAttributeOverrides = XmlAttributeOverrides$instance;
|
|
523
571
|
|
|
524
572
|
export interface XmlAttributes$instance {
|
|
573
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlAttributes: never;
|
|
574
|
+
|
|
525
575
|
get XmlAnyAttribute(): XmlAnyAttributeAttribute | undefined;
|
|
526
576
|
set XmlAnyAttribute(value: XmlAnyAttributeAttribute | undefined);
|
|
527
577
|
readonly XmlAnyElements: XmlAnyElementAttributes;
|
|
@@ -556,6 +606,8 @@ export const XmlAttributes: {
|
|
|
556
606
|
export type XmlAttributes = XmlAttributes$instance;
|
|
557
607
|
|
|
558
608
|
export interface XmlChoiceIdentifierAttribute$instance extends Attribute {
|
|
609
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlChoiceIdentifierAttribute: never;
|
|
610
|
+
|
|
559
611
|
MemberName: string;
|
|
560
612
|
}
|
|
561
613
|
|
|
@@ -569,6 +621,8 @@ export const XmlChoiceIdentifierAttribute: {
|
|
|
569
621
|
export type XmlChoiceIdentifierAttribute = XmlChoiceIdentifierAttribute$instance;
|
|
570
622
|
|
|
571
623
|
export interface XmlElementAttribute$instance extends Attribute {
|
|
624
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlElementAttribute: never;
|
|
625
|
+
|
|
572
626
|
DataType: string;
|
|
573
627
|
ElementName: string;
|
|
574
628
|
Form: XmlSchemaForm;
|
|
@@ -592,11 +646,12 @@ export const XmlElementAttribute: {
|
|
|
592
646
|
export type XmlElementAttribute = XmlElementAttribute$instance;
|
|
593
647
|
|
|
594
648
|
export interface XmlElementAttributes$instance extends CollectionBase {
|
|
649
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlElementAttributes: never;
|
|
650
|
+
|
|
595
651
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
596
652
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
597
653
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
598
654
|
|
|
599
|
-
[index: number]: XmlElementAttribute;
|
|
600
655
|
Add(value: unknown): int;
|
|
601
656
|
Clear(): void;
|
|
602
657
|
Contains(value: unknown): boolean;
|
|
@@ -620,10 +675,12 @@ export interface __XmlElementAttributes$views {
|
|
|
620
675
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
621
676
|
}
|
|
622
677
|
|
|
623
|
-
export type XmlElementAttributes = XmlElementAttributes$instance & __XmlElementAttributes$views;
|
|
678
|
+
export type XmlElementAttributes = XmlElementAttributes$instance & __XmlElementAttributes$views & { [index: number]: XmlElementAttribute; };
|
|
624
679
|
|
|
625
680
|
|
|
626
681
|
export interface XmlElementEventArgs$instance extends EventArgs {
|
|
682
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlElementEventArgs: never;
|
|
683
|
+
|
|
627
684
|
readonly Element: XmlElement;
|
|
628
685
|
readonly ExpectedElements: string;
|
|
629
686
|
readonly LineNumber: int;
|
|
@@ -639,6 +696,8 @@ export const XmlElementEventArgs: {
|
|
|
639
696
|
export type XmlElementEventArgs = XmlElementEventArgs$instance;
|
|
640
697
|
|
|
641
698
|
export interface XmlEnumAttribute$instance extends Attribute {
|
|
699
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlEnumAttribute: never;
|
|
700
|
+
|
|
642
701
|
get Name(): string | undefined;
|
|
643
702
|
set Name(value: string | undefined);
|
|
644
703
|
}
|
|
@@ -653,6 +712,8 @@ export const XmlEnumAttribute: {
|
|
|
653
712
|
export type XmlEnumAttribute = XmlEnumAttribute$instance;
|
|
654
713
|
|
|
655
714
|
export interface XmlIgnoreAttribute$instance extends Attribute {
|
|
715
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlIgnoreAttribute: never;
|
|
716
|
+
|
|
656
717
|
}
|
|
657
718
|
|
|
658
719
|
|
|
@@ -664,6 +725,8 @@ export const XmlIgnoreAttribute: {
|
|
|
664
725
|
export type XmlIgnoreAttribute = XmlIgnoreAttribute$instance;
|
|
665
726
|
|
|
666
727
|
export interface XmlIncludeAttribute$instance extends Attribute {
|
|
728
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlIncludeAttribute: never;
|
|
729
|
+
|
|
667
730
|
get Type(): Type | undefined;
|
|
668
731
|
set Type(value: Type | undefined);
|
|
669
732
|
}
|
|
@@ -677,6 +740,8 @@ export const XmlIncludeAttribute: {
|
|
|
677
740
|
export type XmlIncludeAttribute = XmlIncludeAttribute$instance;
|
|
678
741
|
|
|
679
742
|
export interface XmlMapping$instance {
|
|
743
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlMapping: never;
|
|
744
|
+
|
|
680
745
|
readonly ElementName: string;
|
|
681
746
|
readonly Namespace: string | undefined;
|
|
682
747
|
readonly XsdElementName: string;
|
|
@@ -691,6 +756,8 @@ export const XmlMapping: {
|
|
|
691
756
|
export type XmlMapping = XmlMapping$instance;
|
|
692
757
|
|
|
693
758
|
export interface XmlMemberMapping$instance {
|
|
759
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlMemberMapping: never;
|
|
760
|
+
|
|
694
761
|
readonly Any: boolean;
|
|
695
762
|
readonly CheckSpecified: boolean;
|
|
696
763
|
readonly ElementName: string;
|
|
@@ -710,8 +777,9 @@ export const XmlMemberMapping: {
|
|
|
710
777
|
export type XmlMemberMapping = XmlMemberMapping$instance;
|
|
711
778
|
|
|
712
779
|
export interface XmlMembersMapping$instance extends XmlMapping {
|
|
780
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlMembersMapping: never;
|
|
781
|
+
|
|
713
782
|
readonly Count: int;
|
|
714
|
-
readonly [index: number]: XmlMemberMapping;
|
|
715
783
|
readonly TypeName: string | undefined;
|
|
716
784
|
readonly TypeNamespace: string | undefined;
|
|
717
785
|
}
|
|
@@ -721,9 +789,11 @@ export const XmlMembersMapping: {
|
|
|
721
789
|
};
|
|
722
790
|
|
|
723
791
|
|
|
724
|
-
export type XmlMembersMapping = XmlMembersMapping$instance;
|
|
792
|
+
export type XmlMembersMapping = XmlMembersMapping$instance & { readonly [index: number]: XmlMemberMapping; };
|
|
725
793
|
|
|
726
794
|
export interface XmlNamespaceDeclarationsAttribute$instance extends Attribute {
|
|
795
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlNamespaceDeclarationsAttribute: never;
|
|
796
|
+
|
|
727
797
|
}
|
|
728
798
|
|
|
729
799
|
|
|
@@ -735,6 +805,8 @@ export const XmlNamespaceDeclarationsAttribute: {
|
|
|
735
805
|
export type XmlNamespaceDeclarationsAttribute = XmlNamespaceDeclarationsAttribute$instance;
|
|
736
806
|
|
|
737
807
|
export interface XmlNodeEventArgs$instance extends EventArgs {
|
|
808
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlNodeEventArgs: never;
|
|
809
|
+
|
|
738
810
|
readonly LineNumber: int;
|
|
739
811
|
readonly LinePosition: int;
|
|
740
812
|
readonly LocalName: string;
|
|
@@ -753,6 +825,8 @@ export const XmlNodeEventArgs: {
|
|
|
753
825
|
export type XmlNodeEventArgs = XmlNodeEventArgs$instance;
|
|
754
826
|
|
|
755
827
|
export interface XmlReflectionImporter$instance {
|
|
828
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlReflectionImporter: never;
|
|
829
|
+
|
|
756
830
|
ImportMembersMapping(elementName: string, ns: string, members: XmlReflectionMember[], hasWrapperElement: boolean): XmlMembersMapping;
|
|
757
831
|
ImportMembersMapping(elementName: string, ns: string, members: XmlReflectionMember[], hasWrapperElement: boolean, rpc: boolean): XmlMembersMapping;
|
|
758
832
|
ImportMembersMapping(elementName: string, ns: string, members: XmlReflectionMember[], hasWrapperElement: boolean, rpc: boolean, openModel: boolean): XmlMembersMapping;
|
|
@@ -777,6 +851,8 @@ export const XmlReflectionImporter: {
|
|
|
777
851
|
export type XmlReflectionImporter = XmlReflectionImporter$instance;
|
|
778
852
|
|
|
779
853
|
export interface XmlReflectionMember$instance {
|
|
854
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlReflectionMember: never;
|
|
855
|
+
|
|
780
856
|
IsReturnValue: boolean;
|
|
781
857
|
MemberName: string;
|
|
782
858
|
get MemberType(): Type | undefined;
|
|
@@ -795,6 +871,8 @@ export const XmlReflectionMember: {
|
|
|
795
871
|
export type XmlReflectionMember = XmlReflectionMember$instance;
|
|
796
872
|
|
|
797
873
|
export interface XmlRootAttribute$instance extends Attribute {
|
|
874
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlRootAttribute: never;
|
|
875
|
+
|
|
798
876
|
DataType: string;
|
|
799
877
|
ElementName: string;
|
|
800
878
|
IsNullable: boolean;
|
|
@@ -812,6 +890,8 @@ export const XmlRootAttribute: {
|
|
|
812
890
|
export type XmlRootAttribute = XmlRootAttribute$instance;
|
|
813
891
|
|
|
814
892
|
export interface XmlSchemaEnumerator$instance extends IDisposable {
|
|
893
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlSchemaEnumerator: never;
|
|
894
|
+
|
|
815
895
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
816
896
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
817
897
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -837,6 +917,8 @@ export type XmlSchemaEnumerator = XmlSchemaEnumerator$instance & __XmlSchemaEnum
|
|
|
837
917
|
|
|
838
918
|
|
|
839
919
|
export interface XmlSchemaExporter$instance {
|
|
920
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlSchemaExporter: never;
|
|
921
|
+
|
|
840
922
|
ExportAnyType(ns: string): string;
|
|
841
923
|
ExportAnyType(members: XmlMembersMapping): string | undefined;
|
|
842
924
|
ExportMembersMapping(xmlMembersMapping: XmlMembersMapping): void;
|
|
@@ -854,6 +936,8 @@ export const XmlSchemaExporter: {
|
|
|
854
936
|
export type XmlSchemaExporter = XmlSchemaExporter$instance;
|
|
855
937
|
|
|
856
938
|
export interface XmlSchemaImporter$instance extends SchemaImporter {
|
|
939
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlSchemaImporter: never;
|
|
940
|
+
|
|
857
941
|
ImportAnyType(typeName: XmlQualifiedName, elementName: string): XmlMembersMapping | undefined;
|
|
858
942
|
ImportDerivedTypeMapping(name: XmlQualifiedName, baseType: Type): XmlTypeMapping;
|
|
859
943
|
ImportDerivedTypeMapping(name: XmlQualifiedName, baseType: Type, baseTypeCanBeIndirect: boolean): XmlTypeMapping;
|
|
@@ -877,6 +961,8 @@ export const XmlSchemaImporter: {
|
|
|
877
961
|
export type XmlSchemaImporter = XmlSchemaImporter$instance;
|
|
878
962
|
|
|
879
963
|
export interface XmlSchemaProviderAttribute$instance extends Attribute {
|
|
964
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlSchemaProviderAttribute: never;
|
|
965
|
+
|
|
880
966
|
IsAny: boolean;
|
|
881
967
|
readonly MethodName: string | undefined;
|
|
882
968
|
}
|
|
@@ -890,6 +976,8 @@ export const XmlSchemaProviderAttribute: {
|
|
|
890
976
|
export type XmlSchemaProviderAttribute = XmlSchemaProviderAttribute$instance;
|
|
891
977
|
|
|
892
978
|
export interface XmlSchemas$instance extends CollectionBase {
|
|
979
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlSchemas: never;
|
|
980
|
+
|
|
893
981
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
894
982
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
895
983
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -938,6 +1026,8 @@ export type XmlSchemas = XmlSchemas$instance & __XmlSchemas$views;
|
|
|
938
1026
|
|
|
939
1027
|
|
|
940
1028
|
export interface XmlSerializationGeneratedCode$instance {
|
|
1029
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlSerializationGeneratedCode: never;
|
|
1030
|
+
|
|
941
1031
|
}
|
|
942
1032
|
|
|
943
1033
|
|
|
@@ -948,6 +1038,8 @@ export const XmlSerializationGeneratedCode: (abstract new() => XmlSerializationG
|
|
|
948
1038
|
export type XmlSerializationGeneratedCode = XmlSerializationGeneratedCode$instance;
|
|
949
1039
|
|
|
950
1040
|
export interface XmlSerializationReader$instance extends XmlSerializationGeneratedCode {
|
|
1041
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlSerializationReader: never;
|
|
1042
|
+
|
|
951
1043
|
InitCallbacks(): void;
|
|
952
1044
|
InitIDs(): void;
|
|
953
1045
|
}
|
|
@@ -975,6 +1067,8 @@ export const XmlSerializationReader: (abstract new() => XmlSerializationReader)
|
|
|
975
1067
|
export type XmlSerializationReader = XmlSerializationReader$instance;
|
|
976
1068
|
|
|
977
1069
|
export interface XmlSerializationWriter$instance extends XmlSerializationGeneratedCode {
|
|
1070
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlSerializationWriter: never;
|
|
1071
|
+
|
|
978
1072
|
InitCallbacks(): void;
|
|
979
1073
|
}
|
|
980
1074
|
|
|
@@ -1002,6 +1096,8 @@ export const XmlSerializationWriter: (abstract new() => XmlSerializationWriter)
|
|
|
1002
1096
|
export type XmlSerializationWriter = XmlSerializationWriter$instance;
|
|
1003
1097
|
|
|
1004
1098
|
export interface XmlSerializer$instance {
|
|
1099
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlSerializer: never;
|
|
1100
|
+
|
|
1005
1101
|
CanDeserialize(xmlReader: XmlReader): boolean;
|
|
1006
1102
|
CreateReader(): XmlSerializationReader;
|
|
1007
1103
|
CreateWriter(): XmlSerializationWriter;
|
|
@@ -1044,6 +1140,8 @@ export const XmlSerializer: {
|
|
|
1044
1140
|
export type XmlSerializer = XmlSerializer$instance;
|
|
1045
1141
|
|
|
1046
1142
|
export interface XmlSerializerAssemblyAttribute$instance extends Attribute {
|
|
1143
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlSerializerAssemblyAttribute: never;
|
|
1144
|
+
|
|
1047
1145
|
get AssemblyName(): string | undefined;
|
|
1048
1146
|
set AssemblyName(value: string | undefined);
|
|
1049
1147
|
get CodeBase(): string | undefined;
|
|
@@ -1061,6 +1159,8 @@ export const XmlSerializerAssemblyAttribute: {
|
|
|
1061
1159
|
export type XmlSerializerAssemblyAttribute = XmlSerializerAssemblyAttribute$instance;
|
|
1062
1160
|
|
|
1063
1161
|
export interface XmlSerializerFactory$instance {
|
|
1162
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlSerializerFactory: never;
|
|
1163
|
+
|
|
1064
1164
|
CreateSerializer(type: Type, overrides: XmlAttributeOverrides, extraTypes: Type[], root: XmlRootAttribute, defaultNamespace: string): XmlSerializer;
|
|
1065
1165
|
CreateSerializer(type: Type, root: XmlRootAttribute): XmlSerializer;
|
|
1066
1166
|
CreateSerializer(type: Type, extraTypes: Type[]): XmlSerializer;
|
|
@@ -1080,6 +1180,8 @@ export const XmlSerializerFactory: {
|
|
|
1080
1180
|
export type XmlSerializerFactory = XmlSerializerFactory$instance;
|
|
1081
1181
|
|
|
1082
1182
|
export interface XmlSerializerImplementation$instance {
|
|
1183
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlSerializerImplementation: never;
|
|
1184
|
+
|
|
1083
1185
|
readonly Reader: XmlSerializationReader;
|
|
1084
1186
|
readonly ReadMethods: Hashtable;
|
|
1085
1187
|
readonly TypedSerializers: Hashtable;
|
|
@@ -1097,6 +1199,8 @@ export const XmlSerializerImplementation: (abstract new() => XmlSerializerImplem
|
|
|
1097
1199
|
export type XmlSerializerImplementation = XmlSerializerImplementation$instance;
|
|
1098
1200
|
|
|
1099
1201
|
export interface XmlSerializerNamespaces$instance {
|
|
1202
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlSerializerNamespaces: never;
|
|
1203
|
+
|
|
1100
1204
|
readonly Count: int;
|
|
1101
1205
|
Add(prefix: string, ns: string): void;
|
|
1102
1206
|
ToArray(): XmlQualifiedName[];
|
|
@@ -1113,6 +1217,8 @@ export const XmlSerializerNamespaces: {
|
|
|
1113
1217
|
export type XmlSerializerNamespaces = XmlSerializerNamespaces$instance;
|
|
1114
1218
|
|
|
1115
1219
|
export interface XmlSerializerVersionAttribute$instance extends Attribute {
|
|
1220
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlSerializerVersionAttribute: never;
|
|
1221
|
+
|
|
1116
1222
|
get Namespace(): string | undefined;
|
|
1117
1223
|
set Namespace(value: string | undefined);
|
|
1118
1224
|
get ParentAssemblyId(): string | undefined;
|
|
@@ -1133,6 +1239,8 @@ export const XmlSerializerVersionAttribute: {
|
|
|
1133
1239
|
export type XmlSerializerVersionAttribute = XmlSerializerVersionAttribute$instance;
|
|
1134
1240
|
|
|
1135
1241
|
export interface XmlTextAttribute$instance extends Attribute {
|
|
1242
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlTextAttribute: never;
|
|
1243
|
+
|
|
1136
1244
|
DataType: string;
|
|
1137
1245
|
get Type(): Type | undefined;
|
|
1138
1246
|
set Type(value: Type | undefined);
|
|
@@ -1148,6 +1256,8 @@ export const XmlTextAttribute: {
|
|
|
1148
1256
|
export type XmlTextAttribute = XmlTextAttribute$instance;
|
|
1149
1257
|
|
|
1150
1258
|
export interface XmlTypeAttribute$instance extends Attribute {
|
|
1259
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlTypeAttribute: never;
|
|
1260
|
+
|
|
1151
1261
|
AnonymousType: boolean;
|
|
1152
1262
|
IncludeInSchema: boolean;
|
|
1153
1263
|
get Namespace(): string | undefined;
|
|
@@ -1165,6 +1275,8 @@ export const XmlTypeAttribute: {
|
|
|
1165
1275
|
export type XmlTypeAttribute = XmlTypeAttribute$instance;
|
|
1166
1276
|
|
|
1167
1277
|
export interface XmlTypeMapping$instance extends XmlMapping {
|
|
1278
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlTypeMapping: never;
|
|
1279
|
+
|
|
1168
1280
|
readonly TypeFullName: string;
|
|
1169
1281
|
readonly TypeName: string;
|
|
1170
1282
|
readonly XsdTypeName: string | undefined;
|
|
@@ -80,7 +80,9 @@ export interface IXPathNavigable$instance {
|
|
|
80
80
|
|
|
81
81
|
export type IXPathNavigable = IXPathNavigable$instance;
|
|
82
82
|
|
|
83
|
-
export interface XPathDocument$instance {
|
|
83
|
+
export interface XPathDocument$instance extends IXPathNavigable$instance {
|
|
84
|
+
readonly __tsonic_type_System_Xml_XPath_XPathDocument: never;
|
|
85
|
+
|
|
84
86
|
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
85
87
|
|
|
86
88
|
CreateNavigator(): XPathNavigator;
|
|
@@ -101,12 +103,12 @@ export interface __XPathDocument$views {
|
|
|
101
103
|
As_IXPathNavigable(): IXPathNavigable$instance;
|
|
102
104
|
}
|
|
103
105
|
|
|
104
|
-
export interface XPathDocument$instance extends IXPathNavigable$instance {}
|
|
105
|
-
|
|
106
106
|
export type XPathDocument = XPathDocument$instance & __XPathDocument$views;
|
|
107
107
|
|
|
108
108
|
|
|
109
109
|
export interface XPathException$instance extends SystemException {
|
|
110
|
+
readonly __tsonic_type_System_Xml_XPath_XPathException: never;
|
|
111
|
+
|
|
110
112
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
111
113
|
|
|
112
114
|
readonly Message: string;
|
|
@@ -129,6 +131,8 @@ export type XPathException = XPathException$instance & __XPathException$views;
|
|
|
129
131
|
|
|
130
132
|
|
|
131
133
|
export interface XPathExpression$instance {
|
|
134
|
+
readonly __tsonic_type_System_Xml_XPath_XPathExpression: never;
|
|
135
|
+
|
|
132
136
|
readonly Expression: string;
|
|
133
137
|
readonly ReturnType: XPathResultType;
|
|
134
138
|
AddSort(expr: unknown, comparer: IComparer): void;
|
|
@@ -148,6 +152,8 @@ export const XPathExpression: {
|
|
|
148
152
|
export type XPathExpression = XPathExpression$instance;
|
|
149
153
|
|
|
150
154
|
export interface XPathItem$instance {
|
|
155
|
+
readonly __tsonic_type_System_Xml_XPath_XPathItem: never;
|
|
156
|
+
|
|
151
157
|
readonly IsNode: boolean;
|
|
152
158
|
readonly TypedValue: unknown;
|
|
153
159
|
readonly Value: string;
|
|
@@ -169,7 +175,9 @@ export const XPathItem: (abstract new() => XPathItem) & {
|
|
|
169
175
|
|
|
170
176
|
export type XPathItem = XPathItem$instance;
|
|
171
177
|
|
|
172
|
-
export interface XPathNavigator$instance extends XPathItem {
|
|
178
|
+
export interface XPathNavigator$instance extends XPathItem, System_Xml_Internal.IXmlNamespaceResolver$instance, IXPathNavigable$instance {
|
|
179
|
+
readonly __tsonic_type_System_Xml_XPath_XPathNavigator: never;
|
|
180
|
+
|
|
173
181
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
174
182
|
readonly __tsonic_iface_System_Xml_IXmlNamespaceResolver: never;
|
|
175
183
|
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
@@ -302,12 +310,12 @@ export interface __XPathNavigator$views {
|
|
|
302
310
|
As_IXPathNavigable(): IXPathNavigable$instance;
|
|
303
311
|
}
|
|
304
312
|
|
|
305
|
-
export interface XPathNavigator$instance extends System_Xml_Internal.IXmlNamespaceResolver$instance, IXPathNavigable$instance {}
|
|
306
|
-
|
|
307
313
|
export type XPathNavigator = XPathNavigator$instance & __XPathNavigator$views;
|
|
308
314
|
|
|
309
315
|
|
|
310
316
|
export interface XPathNodeIterator$instance {
|
|
317
|
+
readonly __tsonic_type_System_Xml_XPath_XPathNodeIterator: never;
|
|
318
|
+
|
|
311
319
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
312
320
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
313
321
|
|
|
@@ -48,6 +48,8 @@ export interface IXsltContextVariable$instance {
|
|
|
48
48
|
export type IXsltContextVariable = IXsltContextVariable$instance;
|
|
49
49
|
|
|
50
50
|
export interface XslCompiledTransform$instance {
|
|
51
|
+
readonly __tsonic_type_System_Xml_Xsl_XslCompiledTransform: never;
|
|
52
|
+
|
|
51
53
|
get OutputSettings(): XmlWriterSettings | undefined;
|
|
52
54
|
set OutputSettings(value: XmlWriterSettings | undefined);
|
|
53
55
|
Load(stylesheet: XmlReader): void;
|
|
@@ -85,6 +87,8 @@ export const XslCompiledTransform: {
|
|
|
85
87
|
export type XslCompiledTransform = XslCompiledTransform$instance;
|
|
86
88
|
|
|
87
89
|
export interface XsltArgumentList$instance {
|
|
90
|
+
readonly __tsonic_type_System_Xml_Xsl_XsltArgumentList: never;
|
|
91
|
+
|
|
88
92
|
AddExtensionObject(namespaceUri: string, extension: unknown): void;
|
|
89
93
|
AddParam(name: string, namespaceUri: string, parameter: unknown): void;
|
|
90
94
|
Clear(): void;
|
|
@@ -103,6 +107,8 @@ export const XsltArgumentList: {
|
|
|
103
107
|
export type XsltArgumentList = XsltArgumentList$instance;
|
|
104
108
|
|
|
105
109
|
export interface XsltCompileException$instance extends XsltException$instance {
|
|
110
|
+
readonly __tsonic_type_System_Xml_Xsl_XsltCompileException: never;
|
|
111
|
+
|
|
106
112
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
107
113
|
|
|
108
114
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -125,6 +131,8 @@ export type XsltCompileException = XsltCompileException$instance & __XsltCompile
|
|
|
125
131
|
|
|
126
132
|
|
|
127
133
|
export interface XsltContext$instance extends XmlNamespaceManager {
|
|
134
|
+
readonly __tsonic_type_System_Xml_Xsl_XsltContext: never;
|
|
135
|
+
|
|
128
136
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
129
137
|
readonly __tsonic_iface_System_Xml_IXmlNamespaceResolver: never;
|
|
130
138
|
|
|
@@ -152,6 +160,8 @@ export type XsltContext = XsltContext$instance & __XsltContext$views;
|
|
|
152
160
|
|
|
153
161
|
|
|
154
162
|
export interface XsltException$instance extends SystemException {
|
|
163
|
+
readonly __tsonic_type_System_Xml_Xsl_XsltException: never;
|
|
164
|
+
|
|
155
165
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
156
166
|
|
|
157
167
|
readonly LineNumber: int;
|
|
@@ -177,6 +187,8 @@ export type XsltException = XsltException$instance & __XsltException$views;
|
|
|
177
187
|
|
|
178
188
|
|
|
179
189
|
export interface XsltMessageEncounteredEventArgs$instance extends EventArgs {
|
|
190
|
+
readonly __tsonic_type_System_Xml_Xsl_XsltMessageEncounteredEventArgs: never;
|
|
191
|
+
|
|
180
192
|
readonly Message: string;
|
|
181
193
|
}
|
|
182
194
|
|
|
@@ -188,6 +200,8 @@ export const XsltMessageEncounteredEventArgs: (abstract new() => XsltMessageEnco
|
|
|
188
200
|
export type XsltMessageEncounteredEventArgs = XsltMessageEncounteredEventArgs$instance;
|
|
189
201
|
|
|
190
202
|
export interface XslTransform$instance {
|
|
203
|
+
readonly __tsonic_type_System_Xml_Xsl_XslTransform: never;
|
|
204
|
+
|
|
191
205
|
XmlResolver: XmlResolver | undefined;
|
|
192
206
|
Load(stylesheet: XmlReader): void;
|
|
193
207
|
Load(stylesheet: XmlReader, resolver: XmlResolver): void;
|
|
@@ -226,6 +240,8 @@ export const XslTransform: {
|
|
|
226
240
|
export type XslTransform = XslTransform$instance;
|
|
227
241
|
|
|
228
242
|
export interface XsltSettings$instance {
|
|
243
|
+
readonly __tsonic_type_System_Xml_Xsl_XsltSettings: never;
|
|
244
|
+
|
|
229
245
|
EnableDocumentFunction: boolean;
|
|
230
246
|
EnableScript: boolean;
|
|
231
247
|
}
|