@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
|
@@ -179,7 +179,9 @@ export interface ISurrogateSelector$instance {
|
|
|
179
179
|
|
|
180
180
|
export type ISurrogateSelector = ISurrogateSelector$instance;
|
|
181
181
|
|
|
182
|
-
export interface DeserializationToken$instance {
|
|
182
|
+
export interface DeserializationToken$instance extends System_Internal.IDisposable$instance {
|
|
183
|
+
readonly __tsonic_type_System_Runtime_Serialization_DeserializationToken: never;
|
|
184
|
+
|
|
183
185
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
184
186
|
|
|
185
187
|
Dispose(): void;
|
|
@@ -195,12 +197,12 @@ export interface __DeserializationToken$views {
|
|
|
195
197
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
196
198
|
}
|
|
197
199
|
|
|
198
|
-
export interface DeserializationToken$instance extends System_Internal.IDisposable$instance {}
|
|
199
|
-
|
|
200
200
|
export type DeserializationToken = DeserializationToken$instance & __DeserializationToken$views;
|
|
201
201
|
|
|
202
202
|
|
|
203
203
|
export interface SerializationEntry$instance {
|
|
204
|
+
readonly __tsonic_type_System_Runtime_Serialization_SerializationEntry: never;
|
|
205
|
+
|
|
204
206
|
readonly Name: string;
|
|
205
207
|
readonly ObjectType: Type;
|
|
206
208
|
readonly Value: unknown | undefined;
|
|
@@ -215,6 +217,8 @@ export const SerializationEntry: {
|
|
|
215
217
|
export type SerializationEntry = SerializationEntry$instance;
|
|
216
218
|
|
|
217
219
|
export interface StreamingContext$instance {
|
|
220
|
+
readonly __tsonic_type_System_Runtime_Serialization_StreamingContext: never;
|
|
221
|
+
|
|
218
222
|
readonly Context: unknown | undefined;
|
|
219
223
|
readonly State: StreamingContextStates;
|
|
220
224
|
Equals(obj: unknown): boolean;
|
|
@@ -231,6 +235,8 @@ export const StreamingContext: {
|
|
|
231
235
|
export type StreamingContext = StreamingContext$instance;
|
|
232
236
|
|
|
233
237
|
export interface CollectionDataContractAttribute$instance extends Attribute {
|
|
238
|
+
readonly __tsonic_type_System_Runtime_Serialization_CollectionDataContractAttribute: never;
|
|
239
|
+
|
|
234
240
|
readonly IsItemNameSetExplicitly: boolean;
|
|
235
241
|
readonly IsKeyNameSetExplicitly: boolean;
|
|
236
242
|
readonly IsNameSetExplicitly: boolean;
|
|
@@ -259,6 +265,8 @@ export const CollectionDataContractAttribute: {
|
|
|
259
265
|
export type CollectionDataContractAttribute = CollectionDataContractAttribute$instance;
|
|
260
266
|
|
|
261
267
|
export interface ContractNamespaceAttribute$instance extends Attribute {
|
|
268
|
+
readonly __tsonic_type_System_Runtime_Serialization_ContractNamespaceAttribute: never;
|
|
269
|
+
|
|
262
270
|
get ClrNamespace(): string | undefined;
|
|
263
271
|
set ClrNamespace(value: string | undefined);
|
|
264
272
|
readonly ContractNamespace: string;
|
|
@@ -273,6 +281,8 @@ export const ContractNamespaceAttribute: {
|
|
|
273
281
|
export type ContractNamespaceAttribute = ContractNamespaceAttribute$instance;
|
|
274
282
|
|
|
275
283
|
export interface DataContractAttribute$instance extends Attribute {
|
|
284
|
+
readonly __tsonic_type_System_Runtime_Serialization_DataContractAttribute: never;
|
|
285
|
+
|
|
276
286
|
readonly IsNameSetExplicitly: boolean;
|
|
277
287
|
readonly IsNamespaceSetExplicitly: boolean;
|
|
278
288
|
IsReference: boolean;
|
|
@@ -292,6 +302,8 @@ export const DataContractAttribute: {
|
|
|
292
302
|
export type DataContractAttribute = DataContractAttribute$instance;
|
|
293
303
|
|
|
294
304
|
export interface DataContractResolver$instance {
|
|
305
|
+
readonly __tsonic_type_System_Runtime_Serialization_DataContractResolver: never;
|
|
306
|
+
|
|
295
307
|
ResolveName(typeName: string, typeNamespace: string, declaredType: Type, knownTypeResolver: DataContractResolver): Type | undefined;
|
|
296
308
|
TryResolveType(type: Type, declaredType: Type, knownTypeResolver: DataContractResolver, typeName: XmlDictionaryString, typeNamespace: XmlDictionaryString): boolean;
|
|
297
309
|
}
|
|
@@ -304,6 +316,8 @@ export const DataContractResolver: (abstract new() => DataContractResolver) & {
|
|
|
304
316
|
export type DataContractResolver = DataContractResolver$instance;
|
|
305
317
|
|
|
306
318
|
export interface DataContractSerializer$instance extends XmlObjectSerializer {
|
|
319
|
+
readonly __tsonic_type_System_Runtime_Serialization_DataContractSerializer: never;
|
|
320
|
+
|
|
307
321
|
readonly DataContractResolver: DataContractResolver | undefined;
|
|
308
322
|
readonly IgnoreExtensionDataObject: boolean;
|
|
309
323
|
readonly KnownTypes: ReadOnlyCollection_1<Type>;
|
|
@@ -345,6 +359,8 @@ export const DataContractSerializer: {
|
|
|
345
359
|
export type DataContractSerializer = DataContractSerializer$instance;
|
|
346
360
|
|
|
347
361
|
export interface DataContractSerializerSettings$instance {
|
|
362
|
+
readonly __tsonic_type_System_Runtime_Serialization_DataContractSerializerSettings: never;
|
|
363
|
+
|
|
348
364
|
get DataContractResolver(): DataContractResolver | undefined;
|
|
349
365
|
set DataContractResolver(value: DataContractResolver | undefined);
|
|
350
366
|
IgnoreExtensionDataObject: boolean;
|
|
@@ -368,6 +384,8 @@ export const DataContractSerializerSettings: {
|
|
|
368
384
|
export type DataContractSerializerSettings = DataContractSerializerSettings$instance;
|
|
369
385
|
|
|
370
386
|
export interface DataMemberAttribute$instance extends Attribute {
|
|
387
|
+
readonly __tsonic_type_System_Runtime_Serialization_DataMemberAttribute: never;
|
|
388
|
+
|
|
371
389
|
EmitDefaultValue: boolean;
|
|
372
390
|
readonly IsNameSetExplicitly: boolean;
|
|
373
391
|
IsRequired: boolean;
|
|
@@ -385,6 +403,8 @@ export const DataMemberAttribute: {
|
|
|
385
403
|
export type DataMemberAttribute = DataMemberAttribute$instance;
|
|
386
404
|
|
|
387
405
|
export interface DateTimeFormat$instance {
|
|
406
|
+
readonly __tsonic_type_System_Runtime_Serialization_DateTimeFormat: never;
|
|
407
|
+
|
|
388
408
|
DateTimeStyles: DateTimeStyles;
|
|
389
409
|
readonly FormatProvider: IFormatProvider;
|
|
390
410
|
readonly FormatString: string;
|
|
@@ -400,6 +420,8 @@ export const DateTimeFormat: {
|
|
|
400
420
|
export type DateTimeFormat = DateTimeFormat$instance;
|
|
401
421
|
|
|
402
422
|
export interface EnumMemberAttribute$instance extends Attribute {
|
|
423
|
+
readonly __tsonic_type_System_Runtime_Serialization_EnumMemberAttribute: never;
|
|
424
|
+
|
|
403
425
|
readonly IsValueSetExplicitly: boolean;
|
|
404
426
|
get Value(): string | undefined;
|
|
405
427
|
set Value(value: string | undefined);
|
|
@@ -414,6 +436,8 @@ export const EnumMemberAttribute: {
|
|
|
414
436
|
export type EnumMemberAttribute = EnumMemberAttribute$instance;
|
|
415
437
|
|
|
416
438
|
export interface ExportOptions$instance {
|
|
439
|
+
readonly __tsonic_type_System_Runtime_Serialization_ExportOptions: never;
|
|
440
|
+
|
|
417
441
|
get DataContractSurrogate(): ISerializationSurrogateProvider | undefined;
|
|
418
442
|
set DataContractSurrogate(value: ISerializationSurrogateProvider | undefined);
|
|
419
443
|
readonly KnownTypes: Collection_1<Type>;
|
|
@@ -428,6 +452,8 @@ export const ExportOptions: {
|
|
|
428
452
|
export type ExportOptions = ExportOptions$instance;
|
|
429
453
|
|
|
430
454
|
export interface ExtensionDataObject$instance {
|
|
455
|
+
readonly __tsonic_type_System_Runtime_Serialization_ExtensionDataObject: never;
|
|
456
|
+
|
|
431
457
|
}
|
|
432
458
|
|
|
433
459
|
|
|
@@ -437,7 +463,9 @@ export const ExtensionDataObject: {
|
|
|
437
463
|
|
|
438
464
|
export type ExtensionDataObject = ExtensionDataObject$instance;
|
|
439
465
|
|
|
440
|
-
export interface Formatter$instance {
|
|
466
|
+
export interface Formatter$instance extends IFormatter$instance {
|
|
467
|
+
readonly __tsonic_type_System_Runtime_Serialization_Formatter: never;
|
|
468
|
+
|
|
441
469
|
readonly __tsonic_iface_System_Runtime_Serialization_IFormatter: never;
|
|
442
470
|
|
|
443
471
|
get Binder(): SerializationBinder | undefined;
|
|
@@ -479,12 +507,12 @@ export interface __Formatter$views {
|
|
|
479
507
|
As_IFormatter(): IFormatter$instance;
|
|
480
508
|
}
|
|
481
509
|
|
|
482
|
-
export interface Formatter$instance extends IFormatter$instance {}
|
|
483
|
-
|
|
484
510
|
export type Formatter = Formatter$instance & __Formatter$views;
|
|
485
511
|
|
|
486
512
|
|
|
487
513
|
export interface FormatterConverter$instance {
|
|
514
|
+
readonly __tsonic_type_System_Runtime_Serialization_FormatterConverter: never;
|
|
515
|
+
|
|
488
516
|
readonly __tsonic_iface_System_Runtime_Serialization_IFormatterConverter: never;
|
|
489
517
|
|
|
490
518
|
Convert(value: unknown, type: Type): unknown;
|
|
@@ -520,6 +548,8 @@ export type FormatterConverter = FormatterConverter$instance & __FormatterConver
|
|
|
520
548
|
|
|
521
549
|
|
|
522
550
|
export interface IgnoreDataMemberAttribute$instance extends Attribute {
|
|
551
|
+
readonly __tsonic_type_System_Runtime_Serialization_IgnoreDataMemberAttribute: never;
|
|
552
|
+
|
|
523
553
|
}
|
|
524
554
|
|
|
525
555
|
|
|
@@ -531,6 +561,8 @@ export const IgnoreDataMemberAttribute: {
|
|
|
531
561
|
export type IgnoreDataMemberAttribute = IgnoreDataMemberAttribute$instance;
|
|
532
562
|
|
|
533
563
|
export interface InvalidDataContractException$instance extends Exception {
|
|
564
|
+
readonly __tsonic_type_System_Runtime_Serialization_InvalidDataContractException: never;
|
|
565
|
+
|
|
534
566
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
535
567
|
|
|
536
568
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -552,6 +584,8 @@ export type InvalidDataContractException = InvalidDataContractException$instance
|
|
|
552
584
|
|
|
553
585
|
|
|
554
586
|
export interface KnownTypeAttribute$instance extends Attribute {
|
|
587
|
+
readonly __tsonic_type_System_Runtime_Serialization_KnownTypeAttribute: never;
|
|
588
|
+
|
|
555
589
|
readonly MethodName: string | undefined;
|
|
556
590
|
readonly Type: Type | undefined;
|
|
557
591
|
}
|
|
@@ -566,6 +600,8 @@ export const KnownTypeAttribute: {
|
|
|
566
600
|
export type KnownTypeAttribute = KnownTypeAttribute$instance;
|
|
567
601
|
|
|
568
602
|
export interface ObjectIDGenerator$instance {
|
|
603
|
+
readonly __tsonic_type_System_Runtime_Serialization_ObjectIDGenerator: never;
|
|
604
|
+
|
|
569
605
|
GetId(obj: unknown, firstTime: boolean): long;
|
|
570
606
|
HasId(obj: unknown, firstTime: boolean): long;
|
|
571
607
|
}
|
|
@@ -579,6 +615,8 @@ export const ObjectIDGenerator: {
|
|
|
579
615
|
export type ObjectIDGenerator = ObjectIDGenerator$instance;
|
|
580
616
|
|
|
581
617
|
export interface ObjectManager$instance {
|
|
618
|
+
readonly __tsonic_type_System_Runtime_Serialization_ObjectManager: never;
|
|
619
|
+
|
|
582
620
|
DoFixups(): void;
|
|
583
621
|
GetObject(objectID: long): unknown | undefined;
|
|
584
622
|
RaiseDeserializationEvent(): void;
|
|
@@ -602,6 +640,8 @@ export const ObjectManager: {
|
|
|
602
640
|
export type ObjectManager = ObjectManager$instance;
|
|
603
641
|
|
|
604
642
|
export interface OnDeserializedAttribute$instance extends Attribute {
|
|
643
|
+
readonly __tsonic_type_System_Runtime_Serialization_OnDeserializedAttribute: never;
|
|
644
|
+
|
|
605
645
|
}
|
|
606
646
|
|
|
607
647
|
|
|
@@ -613,6 +653,8 @@ export const OnDeserializedAttribute: {
|
|
|
613
653
|
export type OnDeserializedAttribute = OnDeserializedAttribute$instance;
|
|
614
654
|
|
|
615
655
|
export interface OnDeserializingAttribute$instance extends Attribute {
|
|
656
|
+
readonly __tsonic_type_System_Runtime_Serialization_OnDeserializingAttribute: never;
|
|
657
|
+
|
|
616
658
|
}
|
|
617
659
|
|
|
618
660
|
|
|
@@ -624,6 +666,8 @@ export const OnDeserializingAttribute: {
|
|
|
624
666
|
export type OnDeserializingAttribute = OnDeserializingAttribute$instance;
|
|
625
667
|
|
|
626
668
|
export interface OnSerializedAttribute$instance extends Attribute {
|
|
669
|
+
readonly __tsonic_type_System_Runtime_Serialization_OnSerializedAttribute: never;
|
|
670
|
+
|
|
627
671
|
}
|
|
628
672
|
|
|
629
673
|
|
|
@@ -635,6 +679,8 @@ export const OnSerializedAttribute: {
|
|
|
635
679
|
export type OnSerializedAttribute = OnSerializedAttribute$instance;
|
|
636
680
|
|
|
637
681
|
export interface OnSerializingAttribute$instance extends Attribute {
|
|
682
|
+
readonly __tsonic_type_System_Runtime_Serialization_OnSerializingAttribute: never;
|
|
683
|
+
|
|
638
684
|
}
|
|
639
685
|
|
|
640
686
|
|
|
@@ -646,6 +692,8 @@ export const OnSerializingAttribute: {
|
|
|
646
692
|
export type OnSerializingAttribute = OnSerializingAttribute$instance;
|
|
647
693
|
|
|
648
694
|
export interface OptionalFieldAttribute$instance extends Attribute {
|
|
695
|
+
readonly __tsonic_type_System_Runtime_Serialization_OptionalFieldAttribute: never;
|
|
696
|
+
|
|
649
697
|
VersionAdded: int;
|
|
650
698
|
}
|
|
651
699
|
|
|
@@ -658,6 +706,8 @@ export const OptionalFieldAttribute: {
|
|
|
658
706
|
export type OptionalFieldAttribute = OptionalFieldAttribute$instance;
|
|
659
707
|
|
|
660
708
|
export interface SafeSerializationEventArgs$instance extends EventArgs {
|
|
709
|
+
readonly __tsonic_type_System_Runtime_Serialization_SafeSerializationEventArgs: never;
|
|
710
|
+
|
|
661
711
|
readonly StreamingContext: StreamingContext;
|
|
662
712
|
AddSerializedState(serializedState: ISafeSerializationData): void;
|
|
663
713
|
}
|
|
@@ -670,6 +720,8 @@ export const SafeSerializationEventArgs: {
|
|
|
670
720
|
export type SafeSerializationEventArgs = SafeSerializationEventArgs$instance;
|
|
671
721
|
|
|
672
722
|
export interface SerializationBinder$instance {
|
|
723
|
+
readonly __tsonic_type_System_Runtime_Serialization_SerializationBinder: never;
|
|
724
|
+
|
|
673
725
|
BindToName(serializedType: Type, assemblyName: string, typeName: string): void;
|
|
674
726
|
BindToType(assemblyName: string, typeName: string): Type | undefined;
|
|
675
727
|
}
|
|
@@ -682,6 +734,8 @@ export const SerializationBinder: (abstract new() => SerializationBinder) & {
|
|
|
682
734
|
export type SerializationBinder = SerializationBinder$instance;
|
|
683
735
|
|
|
684
736
|
export interface SerializationException$instance extends SystemException {
|
|
737
|
+
readonly __tsonic_type_System_Runtime_Serialization_SerializationException: never;
|
|
738
|
+
|
|
685
739
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
686
740
|
|
|
687
741
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -703,6 +757,8 @@ export type SerializationException = SerializationException$instance & __Seriali
|
|
|
703
757
|
|
|
704
758
|
|
|
705
759
|
export interface SerializationInfo$instance {
|
|
760
|
+
readonly __tsonic_type_System_Runtime_Serialization_SerializationInfo: never;
|
|
761
|
+
|
|
706
762
|
AssemblyName: string;
|
|
707
763
|
FullTypeName: string;
|
|
708
764
|
IsAssemblyNameSetExplicit: boolean;
|
|
@@ -756,6 +812,8 @@ export const SerializationInfo: {
|
|
|
756
812
|
export type SerializationInfo = SerializationInfo$instance;
|
|
757
813
|
|
|
758
814
|
export interface SerializationInfoEnumerator$instance {
|
|
815
|
+
readonly __tsonic_type_System_Runtime_Serialization_SerializationInfoEnumerator: never;
|
|
816
|
+
|
|
759
817
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
760
818
|
|
|
761
819
|
readonly Current: SerializationEntry;
|
|
@@ -779,6 +837,8 @@ export type SerializationInfoEnumerator = SerializationInfoEnumerator$instance &
|
|
|
779
837
|
|
|
780
838
|
|
|
781
839
|
export interface SerializationObjectManager$instance {
|
|
840
|
+
readonly __tsonic_type_System_Runtime_Serialization_SerializationObjectManager: never;
|
|
841
|
+
|
|
782
842
|
RaiseOnSerializedEvent(): void;
|
|
783
843
|
RegisterObject(obj: unknown): void;
|
|
784
844
|
}
|
|
@@ -791,7 +851,9 @@ export const SerializationObjectManager: {
|
|
|
791
851
|
|
|
792
852
|
export type SerializationObjectManager = SerializationObjectManager$instance;
|
|
793
853
|
|
|
794
|
-
export interface SurrogateSelector$instance {
|
|
854
|
+
export interface SurrogateSelector$instance extends ISurrogateSelector$instance {
|
|
855
|
+
readonly __tsonic_type_System_Runtime_Serialization_SurrogateSelector: never;
|
|
856
|
+
|
|
795
857
|
readonly __tsonic_iface_System_Runtime_Serialization_ISurrogateSelector: never;
|
|
796
858
|
|
|
797
859
|
AddSurrogate(type: Type, context: StreamingContext, surrogate: ISerializationSurrogate): void;
|
|
@@ -811,12 +873,12 @@ export interface __SurrogateSelector$views {
|
|
|
811
873
|
As_ISurrogateSelector(): ISurrogateSelector$instance;
|
|
812
874
|
}
|
|
813
875
|
|
|
814
|
-
export interface SurrogateSelector$instance extends ISurrogateSelector$instance {}
|
|
815
|
-
|
|
816
876
|
export type SurrogateSelector = SurrogateSelector$instance & __SurrogateSelector$views;
|
|
817
877
|
|
|
818
878
|
|
|
819
879
|
export interface TypeLoadExceptionHolder$instance {
|
|
880
|
+
readonly __tsonic_type_System_Runtime_Serialization_TypeLoadExceptionHolder: never;
|
|
881
|
+
|
|
820
882
|
}
|
|
821
883
|
|
|
822
884
|
|
|
@@ -827,6 +889,8 @@ export const TypeLoadExceptionHolder: {
|
|
|
827
889
|
export type TypeLoadExceptionHolder = TypeLoadExceptionHolder$instance;
|
|
828
890
|
|
|
829
891
|
export interface XmlObjectSerializer$instance {
|
|
892
|
+
readonly __tsonic_type_System_Runtime_Serialization_XmlObjectSerializer: never;
|
|
893
|
+
|
|
830
894
|
IsStartObject(reader: XmlReader): boolean;
|
|
831
895
|
IsStartObject(reader: XmlDictionaryReader): boolean;
|
|
832
896
|
ReadObject(stream: Stream): unknown | undefined;
|
|
@@ -853,6 +917,8 @@ export const XmlObjectSerializer: (abstract new() => XmlObjectSerializer) & {
|
|
|
853
917
|
export type XmlObjectSerializer = XmlObjectSerializer$instance;
|
|
854
918
|
|
|
855
919
|
export interface XsdDataContractExporter$instance {
|
|
920
|
+
readonly __tsonic_type_System_Runtime_Serialization_XsdDataContractExporter: never;
|
|
921
|
+
|
|
856
922
|
get Options(): ExportOptions | undefined;
|
|
857
923
|
set Options(value: ExportOptions | undefined);
|
|
858
924
|
readonly Schemas: XmlSchemaSet;
|
|
@@ -19,6 +19,8 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
19
19
|
import type { Boolean as ClrBoolean, Int32, Int64, Nullable_1, Object as ClrObject, String as ClrString, Type, Void } from "../../System/internal/index.js";
|
|
20
20
|
|
|
21
21
|
export interface DataContract$instance {
|
|
22
|
+
readonly __tsonic_type_System_Runtime_Serialization_DataContracts_DataContract: never;
|
|
23
|
+
|
|
22
24
|
readonly BaseContract: DataContract | undefined;
|
|
23
25
|
readonly ContractType: string | undefined;
|
|
24
26
|
readonly DataMembers: ReadOnlyCollection_1<DataMember>;
|
|
@@ -51,6 +53,8 @@ export const DataContract: {
|
|
|
51
53
|
export type DataContract = DataContract$instance;
|
|
52
54
|
|
|
53
55
|
export interface DataContractSet$instance {
|
|
56
|
+
readonly __tsonic_type_System_Runtime_Serialization_DataContracts_DataContractSet: never;
|
|
57
|
+
|
|
54
58
|
readonly Contracts: Dictionary_2<XmlQualifiedName, DataContract>;
|
|
55
59
|
get KnownTypesForObject(): Dictionary_2<XmlQualifiedName, DataContract> | undefined;
|
|
56
60
|
set KnownTypesForObject(value: Dictionary_2<XmlQualifiedName, DataContract> | undefined);
|
|
@@ -73,6 +77,8 @@ export const DataContractSet: {
|
|
|
73
77
|
export type DataContractSet = DataContractSet$instance;
|
|
74
78
|
|
|
75
79
|
export interface DataMember$instance {
|
|
80
|
+
readonly __tsonic_type_System_Runtime_Serialization_DataContracts_DataMember: never;
|
|
81
|
+
|
|
76
82
|
EmitDefaultValue: boolean;
|
|
77
83
|
IsNullable: boolean;
|
|
78
84
|
IsRequired: boolean;
|
|
@@ -89,6 +95,8 @@ export const DataMember: {
|
|
|
89
95
|
export type DataMember = DataMember$instance;
|
|
90
96
|
|
|
91
97
|
export interface XmlDataContract$instance extends DataContract {
|
|
98
|
+
readonly __tsonic_type_System_Runtime_Serialization_DataContracts_XmlDataContract: never;
|
|
99
|
+
|
|
92
100
|
readonly ContractType: string | undefined;
|
|
93
101
|
HasRoot: boolean;
|
|
94
102
|
readonly IsAnonymous: boolean;
|
|
@@ -13,7 +13,9 @@ import type { IFormatter, ISurrogateSelector, SerializationBinder, StreamingCont
|
|
|
13
13
|
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
|
-
export interface BinaryFormatter$instance {
|
|
16
|
+
export interface BinaryFormatter$instance extends System_Runtime_Serialization_Internal.IFormatter$instance {
|
|
17
|
+
readonly __tsonic_type_System_Runtime_Serialization_Formatters_Binary_BinaryFormatter: never;
|
|
18
|
+
|
|
17
19
|
readonly __tsonic_iface_System_Runtime_Serialization_IFormatter: never;
|
|
18
20
|
|
|
19
21
|
AssemblyFormat: FormatterAssemblyStyle;
|
|
@@ -39,8 +41,6 @@ export interface __BinaryFormatter$views {
|
|
|
39
41
|
As_IFormatter(): System_Runtime_Serialization_Internal.IFormatter$instance;
|
|
40
42
|
}
|
|
41
43
|
|
|
42
|
-
export interface BinaryFormatter$instance extends System_Runtime_Serialization_Internal.IFormatter$instance {}
|
|
43
|
-
|
|
44
44
|
export type BinaryFormatter = BinaryFormatter$instance & __BinaryFormatter$views;
|
|
45
45
|
|
|
46
46
|
|
|
@@ -36,6 +36,8 @@ export interface IXmlJsonWriterInitializer$instance {
|
|
|
36
36
|
export type IXmlJsonWriterInitializer = IXmlJsonWriterInitializer$instance;
|
|
37
37
|
|
|
38
38
|
export interface DataContractJsonSerializer$instance extends XmlObjectSerializer {
|
|
39
|
+
readonly __tsonic_type_System_Runtime_Serialization_Json_DataContractJsonSerializer: never;
|
|
40
|
+
|
|
39
41
|
readonly DateTimeFormat: DateTimeFormat | undefined;
|
|
40
42
|
readonly EmitTypeInformation: EmitTypeInformation;
|
|
41
43
|
readonly IgnoreExtensionDataObject: boolean;
|
|
@@ -78,6 +80,8 @@ export const DataContractJsonSerializer: {
|
|
|
78
80
|
export type DataContractJsonSerializer = DataContractJsonSerializer$instance;
|
|
79
81
|
|
|
80
82
|
export interface DataContractJsonSerializerSettings$instance {
|
|
83
|
+
readonly __tsonic_type_System_Runtime_Serialization_Json_DataContractJsonSerializerSettings: never;
|
|
84
|
+
|
|
81
85
|
get DateTimeFormat(): DateTimeFormat | undefined;
|
|
82
86
|
set DateTimeFormat(value: DateTimeFormat | undefined);
|
|
83
87
|
EmitTypeInformation: EmitTypeInformation;
|
|
@@ -29,6 +29,8 @@ export enum ResourceScope {
|
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
export interface ComponentGuaranteesAttribute$instance extends Attribute {
|
|
32
|
+
readonly __tsonic_type_System_Runtime_Versioning_ComponentGuaranteesAttribute: never;
|
|
33
|
+
|
|
32
34
|
readonly Guarantees: ComponentGuaranteesOptions;
|
|
33
35
|
}
|
|
34
36
|
|
|
@@ -41,6 +43,8 @@ export const ComponentGuaranteesAttribute: {
|
|
|
41
43
|
export type ComponentGuaranteesAttribute = ComponentGuaranteesAttribute$instance;
|
|
42
44
|
|
|
43
45
|
export interface FrameworkName$instance {
|
|
46
|
+
readonly __tsonic_type_System_Runtime_Versioning_FrameworkName: never;
|
|
47
|
+
|
|
44
48
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
45
49
|
|
|
46
50
|
readonly FullName: string;
|
|
@@ -72,6 +76,8 @@ export type FrameworkName = FrameworkName$instance & __FrameworkName$views;
|
|
|
72
76
|
|
|
73
77
|
|
|
74
78
|
export interface ObsoletedOSPlatformAttribute$instance extends OSPlatformAttribute {
|
|
79
|
+
readonly __tsonic_type_System_Runtime_Versioning_ObsoletedOSPlatformAttribute: never;
|
|
80
|
+
|
|
75
81
|
readonly Message: string | undefined;
|
|
76
82
|
get Url(): string | undefined;
|
|
77
83
|
set Url(value: string | undefined);
|
|
@@ -87,6 +93,8 @@ export const ObsoletedOSPlatformAttribute: {
|
|
|
87
93
|
export type ObsoletedOSPlatformAttribute = ObsoletedOSPlatformAttribute$instance;
|
|
88
94
|
|
|
89
95
|
export interface OSPlatformAttribute$instance extends Attribute {
|
|
96
|
+
readonly __tsonic_type_System_Runtime_Versioning_OSPlatformAttribute: never;
|
|
97
|
+
|
|
90
98
|
readonly PlatformName: string;
|
|
91
99
|
}
|
|
92
100
|
|
|
@@ -98,6 +106,8 @@ export const OSPlatformAttribute: {
|
|
|
98
106
|
export type OSPlatformAttribute = OSPlatformAttribute$instance;
|
|
99
107
|
|
|
100
108
|
export interface RequiresPreviewFeaturesAttribute$instance extends Attribute {
|
|
109
|
+
readonly __tsonic_type_System_Runtime_Versioning_RequiresPreviewFeaturesAttribute: never;
|
|
110
|
+
|
|
101
111
|
readonly Message: string | undefined;
|
|
102
112
|
get Url(): string | undefined;
|
|
103
113
|
set Url(value: string | undefined);
|
|
@@ -113,6 +123,8 @@ export const RequiresPreviewFeaturesAttribute: {
|
|
|
113
123
|
export type RequiresPreviewFeaturesAttribute = RequiresPreviewFeaturesAttribute$instance;
|
|
114
124
|
|
|
115
125
|
export interface ResourceConsumptionAttribute$instance extends Attribute {
|
|
126
|
+
readonly __tsonic_type_System_Runtime_Versioning_ResourceConsumptionAttribute: never;
|
|
127
|
+
|
|
116
128
|
readonly ConsumptionScope: ResourceScope;
|
|
117
129
|
readonly ResourceScope: ResourceScope;
|
|
118
130
|
}
|
|
@@ -127,6 +139,8 @@ export const ResourceConsumptionAttribute: {
|
|
|
127
139
|
export type ResourceConsumptionAttribute = ResourceConsumptionAttribute$instance;
|
|
128
140
|
|
|
129
141
|
export interface ResourceExposureAttribute$instance extends Attribute {
|
|
142
|
+
readonly __tsonic_type_System_Runtime_Versioning_ResourceExposureAttribute: never;
|
|
143
|
+
|
|
130
144
|
readonly ResourceExposureLevel: ResourceScope;
|
|
131
145
|
}
|
|
132
146
|
|
|
@@ -139,6 +153,8 @@ export const ResourceExposureAttribute: {
|
|
|
139
153
|
export type ResourceExposureAttribute = ResourceExposureAttribute$instance;
|
|
140
154
|
|
|
141
155
|
export interface SupportedOSPlatformAttribute$instance extends OSPlatformAttribute {
|
|
156
|
+
readonly __tsonic_type_System_Runtime_Versioning_SupportedOSPlatformAttribute: never;
|
|
157
|
+
|
|
142
158
|
}
|
|
143
159
|
|
|
144
160
|
|
|
@@ -150,6 +166,8 @@ export const SupportedOSPlatformAttribute: {
|
|
|
150
166
|
export type SupportedOSPlatformAttribute = SupportedOSPlatformAttribute$instance;
|
|
151
167
|
|
|
152
168
|
export interface SupportedOSPlatformGuardAttribute$instance extends OSPlatformAttribute {
|
|
169
|
+
readonly __tsonic_type_System_Runtime_Versioning_SupportedOSPlatformGuardAttribute: never;
|
|
170
|
+
|
|
153
171
|
}
|
|
154
172
|
|
|
155
173
|
|
|
@@ -161,6 +179,8 @@ export const SupportedOSPlatformGuardAttribute: {
|
|
|
161
179
|
export type SupportedOSPlatformGuardAttribute = SupportedOSPlatformGuardAttribute$instance;
|
|
162
180
|
|
|
163
181
|
export interface TargetFrameworkAttribute$instance extends Attribute {
|
|
182
|
+
readonly __tsonic_type_System_Runtime_Versioning_TargetFrameworkAttribute: never;
|
|
183
|
+
|
|
164
184
|
get FrameworkDisplayName(): string | undefined;
|
|
165
185
|
set FrameworkDisplayName(value: string | undefined);
|
|
166
186
|
readonly FrameworkName: string;
|
|
@@ -175,6 +195,8 @@ export const TargetFrameworkAttribute: {
|
|
|
175
195
|
export type TargetFrameworkAttribute = TargetFrameworkAttribute$instance;
|
|
176
196
|
|
|
177
197
|
export interface TargetPlatformAttribute$instance extends OSPlatformAttribute {
|
|
198
|
+
readonly __tsonic_type_System_Runtime_Versioning_TargetPlatformAttribute: never;
|
|
199
|
+
|
|
178
200
|
}
|
|
179
201
|
|
|
180
202
|
|
|
@@ -186,6 +208,8 @@ export const TargetPlatformAttribute: {
|
|
|
186
208
|
export type TargetPlatformAttribute = TargetPlatformAttribute$instance;
|
|
187
209
|
|
|
188
210
|
export interface UnsupportedOSPlatformAttribute$instance extends OSPlatformAttribute {
|
|
211
|
+
readonly __tsonic_type_System_Runtime_Versioning_UnsupportedOSPlatformAttribute: never;
|
|
212
|
+
|
|
189
213
|
readonly Message: string | undefined;
|
|
190
214
|
}
|
|
191
215
|
|
|
@@ -199,6 +223,8 @@ export const UnsupportedOSPlatformAttribute: {
|
|
|
199
223
|
export type UnsupportedOSPlatformAttribute = UnsupportedOSPlatformAttribute$instance;
|
|
200
224
|
|
|
201
225
|
export interface UnsupportedOSPlatformGuardAttribute$instance extends OSPlatformAttribute {
|
|
226
|
+
readonly __tsonic_type_System_Runtime_Versioning_UnsupportedOSPlatformGuardAttribute: never;
|
|
227
|
+
|
|
202
228
|
}
|
|
203
229
|
|
|
204
230
|
|
|
@@ -73,6 +73,8 @@ export interface IStackWalk$instance {
|
|
|
73
73
|
export type IStackWalk = IStackWalk$instance;
|
|
74
74
|
|
|
75
75
|
export interface AllowPartiallyTrustedCallersAttribute$instance extends Attribute {
|
|
76
|
+
readonly __tsonic_type_System_Security_AllowPartiallyTrustedCallersAttribute: never;
|
|
77
|
+
|
|
76
78
|
PartialTrustVisibilityLevel: PartialTrustVisibilityLevel;
|
|
77
79
|
}
|
|
78
80
|
|
|
@@ -84,7 +86,9 @@ export const AllowPartiallyTrustedCallersAttribute: {
|
|
|
84
86
|
|
|
85
87
|
export type AllowPartiallyTrustedCallersAttribute = AllowPartiallyTrustedCallersAttribute$instance;
|
|
86
88
|
|
|
87
|
-
export interface PermissionSet$instance {
|
|
89
|
+
export interface PermissionSet$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, ISecurityEncodable$instance, IStackWalk$instance {
|
|
90
|
+
readonly __tsonic_type_System_Security_PermissionSet: never;
|
|
91
|
+
|
|
88
92
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
89
93
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
90
94
|
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
@@ -141,12 +145,12 @@ export interface __PermissionSet$views {
|
|
|
141
145
|
As_IStackWalk(): IStackWalk$instance;
|
|
142
146
|
}
|
|
143
147
|
|
|
144
|
-
export interface PermissionSet$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, ISecurityEncodable$instance, IStackWalk$instance {}
|
|
145
|
-
|
|
146
148
|
export type PermissionSet = PermissionSet$instance & __PermissionSet$views;
|
|
147
149
|
|
|
148
150
|
|
|
149
|
-
export interface SecureString$instance {
|
|
151
|
+
export interface SecureString$instance extends System_Internal.IDisposable$instance {
|
|
152
|
+
readonly __tsonic_type_System_Security_SecureString: never;
|
|
153
|
+
|
|
150
154
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
151
155
|
|
|
152
156
|
readonly Length: int;
|
|
@@ -172,12 +176,12 @@ export interface __SecureString$views {
|
|
|
172
176
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
173
177
|
}
|
|
174
178
|
|
|
175
|
-
export interface SecureString$instance extends System_Internal.IDisposable$instance {}
|
|
176
|
-
|
|
177
179
|
export type SecureString = SecureString$instance & __SecureString$views;
|
|
178
180
|
|
|
179
181
|
|
|
180
182
|
export interface SecurityCriticalAttribute$instance extends Attribute {
|
|
183
|
+
readonly __tsonic_type_System_Security_SecurityCriticalAttribute: never;
|
|
184
|
+
|
|
181
185
|
readonly Scope: SecurityCriticalScope;
|
|
182
186
|
}
|
|
183
187
|
|
|
@@ -191,6 +195,8 @@ export const SecurityCriticalAttribute: {
|
|
|
191
195
|
export type SecurityCriticalAttribute = SecurityCriticalAttribute$instance;
|
|
192
196
|
|
|
193
197
|
export interface SecurityElement$instance {
|
|
198
|
+
readonly __tsonic_type_System_Security_SecurityElement: never;
|
|
199
|
+
|
|
194
200
|
get Attributes(): Hashtable | undefined;
|
|
195
201
|
set Attributes(value: Hashtable | undefined);
|
|
196
202
|
get Children(): ArrayList | undefined;
|
|
@@ -224,6 +230,8 @@ export const SecurityElement: {
|
|
|
224
230
|
export type SecurityElement = SecurityElement$instance;
|
|
225
231
|
|
|
226
232
|
export interface SecurityException$instance extends SystemException {
|
|
233
|
+
readonly __tsonic_type_System_Security_SecurityException: never;
|
|
234
|
+
|
|
227
235
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
228
236
|
|
|
229
237
|
get Demanded(): unknown | undefined;
|
|
@@ -268,6 +276,8 @@ export type SecurityException = SecurityException$instance & __SecurityException
|
|
|
268
276
|
|
|
269
277
|
|
|
270
278
|
export interface SecurityRulesAttribute$instance extends Attribute {
|
|
279
|
+
readonly __tsonic_type_System_Security_SecurityRulesAttribute: never;
|
|
280
|
+
|
|
271
281
|
readonly RuleSet: SecurityRuleSet;
|
|
272
282
|
SkipVerificationInFullTrust: boolean;
|
|
273
283
|
}
|
|
@@ -281,6 +291,8 @@ export const SecurityRulesAttribute: {
|
|
|
281
291
|
export type SecurityRulesAttribute = SecurityRulesAttribute$instance;
|
|
282
292
|
|
|
283
293
|
export interface SecuritySafeCriticalAttribute$instance extends Attribute {
|
|
294
|
+
readonly __tsonic_type_System_Security_SecuritySafeCriticalAttribute: never;
|
|
295
|
+
|
|
284
296
|
}
|
|
285
297
|
|
|
286
298
|
|
|
@@ -292,6 +304,8 @@ export const SecuritySafeCriticalAttribute: {
|
|
|
292
304
|
export type SecuritySafeCriticalAttribute = SecuritySafeCriticalAttribute$instance;
|
|
293
305
|
|
|
294
306
|
export interface SecurityTransparentAttribute$instance extends Attribute {
|
|
307
|
+
readonly __tsonic_type_System_Security_SecurityTransparentAttribute: never;
|
|
308
|
+
|
|
295
309
|
}
|
|
296
310
|
|
|
297
311
|
|
|
@@ -303,6 +317,8 @@ export const SecurityTransparentAttribute: {
|
|
|
303
317
|
export type SecurityTransparentAttribute = SecurityTransparentAttribute$instance;
|
|
304
318
|
|
|
305
319
|
export interface SecurityTreatAsSafeAttribute$instance extends Attribute {
|
|
320
|
+
readonly __tsonic_type_System_Security_SecurityTreatAsSafeAttribute: never;
|
|
321
|
+
|
|
306
322
|
}
|
|
307
323
|
|
|
308
324
|
|
|
@@ -314,6 +330,8 @@ export const SecurityTreatAsSafeAttribute: {
|
|
|
314
330
|
export type SecurityTreatAsSafeAttribute = SecurityTreatAsSafeAttribute$instance;
|
|
315
331
|
|
|
316
332
|
export interface SuppressUnmanagedCodeSecurityAttribute$instance extends Attribute {
|
|
333
|
+
readonly __tsonic_type_System_Security_SuppressUnmanagedCodeSecurityAttribute: never;
|
|
334
|
+
|
|
317
335
|
}
|
|
318
336
|
|
|
319
337
|
|
|
@@ -325,6 +343,8 @@ export const SuppressUnmanagedCodeSecurityAttribute: {
|
|
|
325
343
|
export type SuppressUnmanagedCodeSecurityAttribute = SuppressUnmanagedCodeSecurityAttribute$instance;
|
|
326
344
|
|
|
327
345
|
export interface UnverifiableCodeAttribute$instance extends Attribute {
|
|
346
|
+
readonly __tsonic_type_System_Security_UnverifiableCodeAttribute: never;
|
|
347
|
+
|
|
328
348
|
}
|
|
329
349
|
|
|
330
350
|
|
|
@@ -336,6 +356,8 @@ export const UnverifiableCodeAttribute: {
|
|
|
336
356
|
export type UnverifiableCodeAttribute = UnverifiableCodeAttribute$instance;
|
|
337
357
|
|
|
338
358
|
export interface VerificationException$instance extends SystemException {
|
|
359
|
+
readonly __tsonic_type_System_Security_VerificationException: never;
|
|
360
|
+
|
|
339
361
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
340
362
|
|
|
341
363
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|