@tsonic/dotnet 10.0.12 → 10.0.16
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/bindings.json +0 -40
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
- package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -30
- package/System/bindings.json +6 -1086
- package/System/internal/index.d.ts +45 -93
- package/System.CodeDom.Compiler/bindings.json +6 -126
- package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
- package/System.Collections/internal/index.d.ts +1 -0
- package/System.Collections.Concurrent/bindings.json +0 -40
- package/System.Collections.Concurrent/internal/index.d.ts +0 -2
- package/System.Collections.Generic/bindings.json +37 -777
- package/System.Collections.Generic/internal/index.d.ts +24 -33
- package/System.Collections.ObjectModel/bindings.json +2197 -3097
- package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
- package/System.Collections.Specialized/bindings.json +0 -60
- package/System.Collections.Specialized/internal/index.d.ts +1 -4
- package/System.ComponentModel/bindings.json +2 -422
- package/System.ComponentModel/internal/index.d.ts +1 -21
- package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
- package/System.ComponentModel.Design/bindings.json +0 -200
- package/System.ComponentModel.Design/internal/index.d.ts +7 -12
- package/System.Data/bindings.json +60 -1600
- package/System.Data/internal/index.d.ts +30 -100
- package/System.Data.Common/bindings.json +3 -103
- package/System.Data.Common/internal/index.d.ts +11 -6
- package/System.Data.SqlTypes/bindings.json +0 -100
- package/System.Data.SqlTypes/internal/index.d.ts +5 -10
- package/System.Diagnostics/bindings.json +2 -342
- package/System.Diagnostics/internal/index.d.ts +4 -18
- package/System.Diagnostics.Metrics/bindings.json +0 -60
- package/System.Diagnostics.Tracing/bindings.json +0 -100
- package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
- package/System.Dynamic/bindings.json +48 -68
- package/System.Dynamic/internal/index.d.ts +0 -1
- package/System.Formats.Asn1/bindings.json +0 -20
- package/System.Formats.Asn1/internal/index.d.ts +1 -2
- package/System.Globalization/bindings.json +0 -300
- package/System.Globalization/internal/index.d.ts +15 -30
- package/System.IO/bindings.json +216 -1456
- package/System.IO/internal/index.d.ts +14 -74
- package/System.IO.Compression/bindings.json +16 -436
- package/System.IO.Compression/internal/index.d.ts +1 -22
- package/System.IO.IsolatedStorage/bindings.json +10 -90
- package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
- package/System.IO.MemoryMappedFiles/bindings.json +2 -22
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
- package/System.IO.Pipes/bindings.json +7 -327
- package/System.IO.Pipes/internal/index.d.ts +5 -21
- package/System.Linq/bindings.json +0 -60
- package/System.Linq/internal/index.d.ts +1 -3
- package/System.Net/bindings.json +1 -241
- package/System.Net/internal/index.d.ts +15 -14
- package/System.Net.Http/bindings.json +15 -555
- package/System.Net.Http/internal/index.d.ts +11 -28
- package/System.Net.Http.Headers/bindings.json +0 -180
- package/System.Net.Http.Headers/internal/index.d.ts +0 -9
- package/System.Net.Http.Json/bindings.json +0 -40
- package/System.Net.Http.Json/internal/index.d.ts +0 -2
- package/System.Net.Mail/bindings.json +1863 -3283
- package/System.Net.Mail/internal/index.d.ts +1 -63
- package/System.Net.NetworkInformation/bindings.json +1 -41
- package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
- package/System.Net.Quic/bindings.json +7 -107
- package/System.Net.Quic/internal/index.d.ts +4 -6
- package/System.Net.Security/bindings.json +15 -175
- package/System.Net.Security/internal/index.d.ts +0 -8
- package/System.Net.Sockets/bindings.json +4 -184
- package/System.Net.Sockets/internal/index.d.ts +2 -10
- package/System.Net.WebSockets/bindings.json +13 -173
- package/System.Net.WebSockets/internal/index.d.ts +1 -7
- package/System.Reflection/bindings.json +613 -2253
- package/System.Reflection/internal/index.d.ts +19 -96
- package/System.Reflection.Emit/bindings.json +4539 -7379
- package/System.Reflection.Emit/internal/index.d.ts +10 -151
- package/System.Reflection.Metadata/bindings.json +0 -20
- package/System.Reflection.Metadata/internal/index.d.ts +4 -2
- package/System.Reflection.PortableExecutable/bindings.json +0 -20
- package/System.Resources/bindings.json +0 -40
- package/System.Resources/internal/index.d.ts +2 -4
- package/System.Runtime/bindings.json +0 -20
- package/System.Runtime/internal/index.d.ts +1 -2
- package/System.Runtime.InteropServices/bindings.json +0 -220
- package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
- package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
- package/System.Runtime.Serialization/bindings.json +0 -40
- package/System.Runtime.Serialization/internal/index.d.ts +3 -4
- package/System.Security/bindings.json +0 -20
- package/System.Security/internal/index.d.ts +1 -2
- package/System.Security.AccessControl/bindings.json +2 -362
- package/System.Security.AccessControl/internal/index.d.ts +1 -18
- package/System.Security.Authentication/bindings.json +0 -40
- package/System.Security.Authentication/internal/index.d.ts +2 -4
- package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
- package/System.Security.Cryptography/bindings.json +786 -6966
- package/System.Security.Cryptography/internal/index.d.ts +22 -242
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
- package/System.Security.Principal/bindings.json +0 -20
- package/System.Security.Principal/internal/index.d.ts +2 -2
- package/System.Text/bindings.json +51 -475
- package/System.Text/internal/index.d.ts +6 -25
- package/System.Text.RegularExpressions/bindings.json +0 -20
- package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
- package/System.Threading/bindings.json +0 -400
- package/System.Threading/internal/index.d.ts +10 -30
- package/System.Threading.Channels/bindings.json +0 -20
- package/System.Threading.Channels/internal/index.d.ts +1 -2
- package/System.Threading.Tasks/bindings.json +60 -240
- package/System.Threading.Tasks/internal/index.d.ts +18 -8
- package/System.Timers/bindings.json +1 -1
- package/System.Transactions/bindings.json +0 -220
- package/System.Transactions/internal/index.d.ts +8 -19
- package/System.Xml/bindings.json +67 -1767
- package/System.Xml/internal/index.d.ts +39 -103
- package/System.Xml.Linq/bindings.json +0 -200
- package/System.Xml.Linq/internal/index.d.ts +10 -18
- package/System.Xml.Resolvers/bindings.json +0 -20
- package/System.Xml.Resolvers/internal/index.d.ts +0 -1
- package/System.Xml.Schema/bindings.json +0 -160
- package/System.Xml.Schema/internal/index.d.ts +6 -7
- package/System.Xml.Serialization/bindings.json +77 -717
- package/System.Xml.Serialization/internal/index.d.ts +21 -32
- package/System.Xml.Xsl/bindings.json +0 -60
- package/System.Xml.Xsl/internal/index.d.ts +1 -4
- package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
- package/package.json +2 -2
|
@@ -793,31 +793,16 @@ export interface BindingList_1$instance<T> extends Collection_1<T>, ICancelAddNe
|
|
|
793
793
|
readonly SupportsChangeNotificationCore: boolean;
|
|
794
794
|
readonly SupportsSearchingCore: boolean;
|
|
795
795
|
readonly SupportsSortingCore: boolean;
|
|
796
|
-
Add(item: T): void;
|
|
797
|
-
Add(value: unknown): int;
|
|
798
796
|
AddNew(): T;
|
|
799
797
|
AddNewCore(): unknown | undefined;
|
|
800
798
|
ApplySortCore(prop: PropertyDescriptor, direction: ListSortDirection): void;
|
|
801
799
|
CancelNew(itemIndex: int): void;
|
|
802
|
-
Clear(): void;
|
|
803
800
|
ClearItems(): void;
|
|
804
|
-
Contains(item: T): boolean;
|
|
805
|
-
Contains(value: unknown): boolean;
|
|
806
|
-
CopyTo(array: T[], index: int): void;
|
|
807
|
-
CopyTo(array: ClrArray, index: int): void;
|
|
808
801
|
EndNew(itemIndex: int): void;
|
|
809
802
|
FindCore(prop: PropertyDescriptor, key: unknown): int;
|
|
810
|
-
GetEnumerator(): IEnumerator_1<T>;
|
|
811
|
-
GetEnumerator(): IEnumerator;
|
|
812
|
-
IndexOf(item: T): int;
|
|
813
|
-
Insert(index: int, item: T): void;
|
|
814
|
-
Insert(index: int, value: unknown): void;
|
|
815
803
|
InsertItem(index: int, item: T): void;
|
|
816
804
|
OnAddingNew(e: AddingNewEventArgs): void;
|
|
817
805
|
OnListChanged(e: ListChangedEventArgs): void;
|
|
818
|
-
Remove(item: T): boolean;
|
|
819
|
-
Remove(value: unknown): void;
|
|
820
|
-
RemoveAt(index: int): void;
|
|
821
806
|
RemoveItem(index: int): void;
|
|
822
807
|
RemoveSortCore(): void;
|
|
823
808
|
ResetBindings(): void;
|
|
@@ -1061,10 +1046,9 @@ export interface ComponentCollection$instance extends ReadOnlyCollectionBase {
|
|
|
1061
1046
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1062
1047
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1063
1048
|
|
|
1064
|
-
CopyTo(array:
|
|
1049
|
+
CopyTo(array: IComponent[], index: int): void;
|
|
1065
1050
|
get_Item(name: string): IComponent | undefined;
|
|
1066
1051
|
get_Item(index: int): IComponent | undefined;
|
|
1067
|
-
GetEnumerator(): IEnumerator;
|
|
1068
1052
|
}
|
|
1069
1053
|
|
|
1070
1054
|
|
|
@@ -2037,7 +2021,6 @@ export interface InvalidAsynchronousStateException$instance extends ArgumentExce
|
|
|
2037
2021
|
|
|
2038
2022
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2039
2023
|
|
|
2040
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
2041
2024
|
}
|
|
2042
2025
|
|
|
2043
2026
|
|
|
@@ -2060,7 +2043,6 @@ export interface InvalidEnumArgumentException$instance extends ArgumentException
|
|
|
2060
2043
|
|
|
2061
2044
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2062
2045
|
|
|
2063
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
2064
2046
|
}
|
|
2065
2047
|
|
|
2066
2048
|
|
|
@@ -2559,8 +2541,6 @@ export interface NestedContainer$instance extends Container$instance {
|
|
|
2559
2541
|
|
|
2560
2542
|
readonly Owner: IComponent;
|
|
2561
2543
|
readonly OwnerName: string | undefined;
|
|
2562
|
-
Add(component: IComponent): void;
|
|
2563
|
-
Add(component: IComponent, name: string): void;
|
|
2564
2544
|
CreateSite(component: IComponent, name: string): ISite;
|
|
2565
2545
|
Dispose(disposing: boolean): void;
|
|
2566
2546
|
Dispose(): void;
|
|
@@ -4581,26 +4581,6 @@
|
|
|
4581
4581
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4582
4582
|
"isExtensionMethod": false,
|
|
4583
4583
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
4584
|
-
},
|
|
4585
|
-
{
|
|
4586
|
-
"stableId": "System.ComponentModel.Annotations:System.ComponentModel.DataAnnotations.ValidationException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
4587
|
-
"clrName": "GetObjectData",
|
|
4588
|
-
"metadataToken": 0,
|
|
4589
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
4590
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
4591
|
-
"emitScope": "ClassSurface",
|
|
4592
|
-
"provenance": "BaseOverload",
|
|
4593
|
-
"arity": 0,
|
|
4594
|
-
"parameterCount": 2,
|
|
4595
|
-
"isStatic": false,
|
|
4596
|
-
"isAbstract": false,
|
|
4597
|
-
"isVirtual": true,
|
|
4598
|
-
"isOverride": false,
|
|
4599
|
-
"isSealed": false,
|
|
4600
|
-
"visibility": "Public",
|
|
4601
|
-
"declaringClrType": "System.ComponentModel.DataAnnotations.ValidationException",
|
|
4602
|
-
"declaringAssemblyName": "System.ComponentModel.Annotations",
|
|
4603
|
-
"isExtensionMethod": false
|
|
4604
4584
|
}
|
|
4605
4585
|
],
|
|
4606
4586
|
"properties": [
|
|
@@ -669,7 +669,7 @@ export interface __ValidationContext$views {
|
|
|
669
669
|
export type ValidationContext = ValidationContext$instance & __ValidationContext$views;
|
|
670
670
|
|
|
671
671
|
|
|
672
|
-
export interface ValidationException$instance extends Exception {
|
|
672
|
+
export interface ValidationException$instance extends Exception, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
673
673
|
readonly __tsonic_type_System_ComponentModel_DataAnnotations_ValidationException: never;
|
|
674
674
|
|
|
675
675
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -677,7 +677,6 @@ export interface ValidationException$instance extends Exception {
|
|
|
677
677
|
readonly ValidationAttribute: ValidationAttribute | undefined;
|
|
678
678
|
readonly ValidationResult: ValidationResult;
|
|
679
679
|
readonly Value: unknown | undefined;
|
|
680
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
681
680
|
}
|
|
682
681
|
|
|
683
682
|
|
|
@@ -4031,26 +4031,6 @@
|
|
|
4031
4031
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4032
4032
|
"isExtensionMethod": false,
|
|
4033
4033
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
4034
|
-
},
|
|
4035
|
-
{
|
|
4036
|
-
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.Design.CheckoutException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
4037
|
-
"clrName": "GetObjectData",
|
|
4038
|
-
"metadataToken": 0,
|
|
4039
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
4040
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
4041
|
-
"emitScope": "ClassSurface",
|
|
4042
|
-
"provenance": "BaseOverload",
|
|
4043
|
-
"arity": 0,
|
|
4044
|
-
"parameterCount": 2,
|
|
4045
|
-
"isStatic": false,
|
|
4046
|
-
"isAbstract": false,
|
|
4047
|
-
"isVirtual": true,
|
|
4048
|
-
"isOverride": false,
|
|
4049
|
-
"isSealed": false,
|
|
4050
|
-
"visibility": "Public",
|
|
4051
|
-
"declaringClrType": "System.ComponentModel.Design.CheckoutException",
|
|
4052
|
-
"declaringAssemblyName": "System.ComponentModel.TypeConverter",
|
|
4053
|
-
"isExtensionMethod": false
|
|
4054
4034
|
}
|
|
4055
4035
|
],
|
|
4056
4036
|
"properties": [],
|
|
@@ -6332,166 +6312,6 @@
|
|
|
6332
6312
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6333
6313
|
"isExtensionMethod": false,
|
|
6334
6314
|
"sourceInterface": "System.Collections.IList"
|
|
6335
|
-
},
|
|
6336
|
-
{
|
|
6337
|
-
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.Design.DesignerVerbCollection::Add(System.Object):System.Int32",
|
|
6338
|
-
"clrName": "Add",
|
|
6339
|
-
"metadataToken": 0,
|
|
6340
|
-
"canonicalSignature": "(System.Object):System.Int32",
|
|
6341
|
-
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
6342
|
-
"emitScope": "ClassSurface",
|
|
6343
|
-
"provenance": "BaseOverload",
|
|
6344
|
-
"arity": 0,
|
|
6345
|
-
"parameterCount": 1,
|
|
6346
|
-
"isStatic": false,
|
|
6347
|
-
"isAbstract": false,
|
|
6348
|
-
"isVirtual": true,
|
|
6349
|
-
"isOverride": false,
|
|
6350
|
-
"isSealed": false,
|
|
6351
|
-
"visibility": "Public",
|
|
6352
|
-
"declaringClrType": "System.ComponentModel.Design.DesignerVerbCollection",
|
|
6353
|
-
"declaringAssemblyName": "System.ComponentModel.TypeConverter",
|
|
6354
|
-
"isExtensionMethod": false
|
|
6355
|
-
},
|
|
6356
|
-
{
|
|
6357
|
-
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.Design.DesignerVerbCollection::Clear():System.Void",
|
|
6358
|
-
"clrName": "Clear",
|
|
6359
|
-
"metadataToken": 0,
|
|
6360
|
-
"canonicalSignature": "():System.Void",
|
|
6361
|
-
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
6362
|
-
"emitScope": "ClassSurface",
|
|
6363
|
-
"provenance": "BaseOverload",
|
|
6364
|
-
"arity": 0,
|
|
6365
|
-
"parameterCount": 0,
|
|
6366
|
-
"isStatic": false,
|
|
6367
|
-
"isAbstract": false,
|
|
6368
|
-
"isVirtual": true,
|
|
6369
|
-
"isOverride": false,
|
|
6370
|
-
"isSealed": false,
|
|
6371
|
-
"visibility": "Public",
|
|
6372
|
-
"declaringClrType": "System.ComponentModel.Design.DesignerVerbCollection",
|
|
6373
|
-
"declaringAssemblyName": "System.ComponentModel.TypeConverter",
|
|
6374
|
-
"isExtensionMethod": false
|
|
6375
|
-
},
|
|
6376
|
-
{
|
|
6377
|
-
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.Design.DesignerVerbCollection::Contains(System.Object):System.Boolean",
|
|
6378
|
-
"clrName": "Contains",
|
|
6379
|
-
"metadataToken": 0,
|
|
6380
|
-
"canonicalSignature": "(System.Object):System.Boolean",
|
|
6381
|
-
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
6382
|
-
"emitScope": "ClassSurface",
|
|
6383
|
-
"provenance": "BaseOverload",
|
|
6384
|
-
"arity": 0,
|
|
6385
|
-
"parameterCount": 1,
|
|
6386
|
-
"isStatic": false,
|
|
6387
|
-
"isAbstract": false,
|
|
6388
|
-
"isVirtual": true,
|
|
6389
|
-
"isOverride": false,
|
|
6390
|
-
"isSealed": false,
|
|
6391
|
-
"visibility": "Public",
|
|
6392
|
-
"declaringClrType": "System.ComponentModel.Design.DesignerVerbCollection",
|
|
6393
|
-
"declaringAssemblyName": "System.ComponentModel.TypeConverter",
|
|
6394
|
-
"isExtensionMethod": false
|
|
6395
|
-
},
|
|
6396
|
-
{
|
|
6397
|
-
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.Design.DesignerVerbCollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
6398
|
-
"clrName": "CopyTo",
|
|
6399
|
-
"metadataToken": 0,
|
|
6400
|
-
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
6401
|
-
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
6402
|
-
"emitScope": "ClassSurface",
|
|
6403
|
-
"provenance": "BaseOverload",
|
|
6404
|
-
"arity": 0,
|
|
6405
|
-
"parameterCount": 2,
|
|
6406
|
-
"isStatic": false,
|
|
6407
|
-
"isAbstract": false,
|
|
6408
|
-
"isVirtual": true,
|
|
6409
|
-
"isOverride": false,
|
|
6410
|
-
"isSealed": false,
|
|
6411
|
-
"visibility": "Public",
|
|
6412
|
-
"declaringClrType": "System.ComponentModel.Design.DesignerVerbCollection",
|
|
6413
|
-
"declaringAssemblyName": "System.ComponentModel.TypeConverter",
|
|
6414
|
-
"isExtensionMethod": false
|
|
6415
|
-
},
|
|
6416
|
-
{
|
|
6417
|
-
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.Design.DesignerVerbCollection::GetEnumerator():System.Collections.IEnumerator",
|
|
6418
|
-
"clrName": "GetEnumerator",
|
|
6419
|
-
"metadataToken": 0,
|
|
6420
|
-
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
6421
|
-
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
6422
|
-
"emitScope": "ClassSurface",
|
|
6423
|
-
"provenance": "BaseOverload",
|
|
6424
|
-
"arity": 0,
|
|
6425
|
-
"parameterCount": 0,
|
|
6426
|
-
"isStatic": false,
|
|
6427
|
-
"isAbstract": false,
|
|
6428
|
-
"isVirtual": true,
|
|
6429
|
-
"isOverride": false,
|
|
6430
|
-
"isSealed": false,
|
|
6431
|
-
"visibility": "Public",
|
|
6432
|
-
"declaringClrType": "System.ComponentModel.Design.DesignerVerbCollection",
|
|
6433
|
-
"declaringAssemblyName": "System.ComponentModel.TypeConverter",
|
|
6434
|
-
"isExtensionMethod": false
|
|
6435
|
-
},
|
|
6436
|
-
{
|
|
6437
|
-
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.Design.DesignerVerbCollection::Insert(System.Int32,System.Object):System.Void",
|
|
6438
|
-
"clrName": "Insert",
|
|
6439
|
-
"metadataToken": 0,
|
|
6440
|
-
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
6441
|
-
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
6442
|
-
"emitScope": "ClassSurface",
|
|
6443
|
-
"provenance": "BaseOverload",
|
|
6444
|
-
"arity": 0,
|
|
6445
|
-
"parameterCount": 2,
|
|
6446
|
-
"isStatic": false,
|
|
6447
|
-
"isAbstract": false,
|
|
6448
|
-
"isVirtual": true,
|
|
6449
|
-
"isOverride": false,
|
|
6450
|
-
"isSealed": false,
|
|
6451
|
-
"visibility": "Public",
|
|
6452
|
-
"declaringClrType": "System.ComponentModel.Design.DesignerVerbCollection",
|
|
6453
|
-
"declaringAssemblyName": "System.ComponentModel.TypeConverter",
|
|
6454
|
-
"isExtensionMethod": false
|
|
6455
|
-
},
|
|
6456
|
-
{
|
|
6457
|
-
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.Design.DesignerVerbCollection::Remove(System.Object):System.Void",
|
|
6458
|
-
"clrName": "Remove",
|
|
6459
|
-
"metadataToken": 0,
|
|
6460
|
-
"canonicalSignature": "(System.Object):System.Void",
|
|
6461
|
-
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
6462
|
-
"emitScope": "ClassSurface",
|
|
6463
|
-
"provenance": "BaseOverload",
|
|
6464
|
-
"arity": 0,
|
|
6465
|
-
"parameterCount": 1,
|
|
6466
|
-
"isStatic": false,
|
|
6467
|
-
"isAbstract": false,
|
|
6468
|
-
"isVirtual": true,
|
|
6469
|
-
"isOverride": false,
|
|
6470
|
-
"isSealed": false,
|
|
6471
|
-
"visibility": "Public",
|
|
6472
|
-
"declaringClrType": "System.ComponentModel.Design.DesignerVerbCollection",
|
|
6473
|
-
"declaringAssemblyName": "System.ComponentModel.TypeConverter",
|
|
6474
|
-
"isExtensionMethod": false
|
|
6475
|
-
},
|
|
6476
|
-
{
|
|
6477
|
-
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.Design.DesignerVerbCollection::RemoveAt(System.Int32):System.Void",
|
|
6478
|
-
"clrName": "RemoveAt",
|
|
6479
|
-
"metadataToken": 0,
|
|
6480
|
-
"canonicalSignature": "(System.Int32):System.Void",
|
|
6481
|
-
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
6482
|
-
"emitScope": "ClassSurface",
|
|
6483
|
-
"provenance": "BaseOverload",
|
|
6484
|
-
"arity": 0,
|
|
6485
|
-
"parameterCount": 1,
|
|
6486
|
-
"isStatic": false,
|
|
6487
|
-
"isAbstract": false,
|
|
6488
|
-
"isVirtual": true,
|
|
6489
|
-
"isOverride": false,
|
|
6490
|
-
"isSealed": false,
|
|
6491
|
-
"visibility": "Public",
|
|
6492
|
-
"declaringClrType": "System.ComponentModel.Design.DesignerVerbCollection",
|
|
6493
|
-
"declaringAssemblyName": "System.ComponentModel.TypeConverter",
|
|
6494
|
-
"isExtensionMethod": false
|
|
6495
6315
|
}
|
|
6496
6316
|
],
|
|
6497
6317
|
"properties": [
|
|
@@ -6724,26 +6544,6 @@
|
|
|
6724
6544
|
"declaringAssemblyName": "System.ComponentModel",
|
|
6725
6545
|
"isExtensionMethod": false,
|
|
6726
6546
|
"sourceInterface": "System.IServiceProvider"
|
|
6727
|
-
},
|
|
6728
|
-
{
|
|
6729
|
-
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.Design.DesigntimeLicenseContext::GetService(System.Type):System.Object",
|
|
6730
|
-
"clrName": "GetService",
|
|
6731
|
-
"metadataToken": 0,
|
|
6732
|
-
"canonicalSignature": "(System.Type):System.Object",
|
|
6733
|
-
"normalizedSignature": "GetService|(System.Type):System.Object|static=false",
|
|
6734
|
-
"emitScope": "ClassSurface",
|
|
6735
|
-
"provenance": "BaseOverload",
|
|
6736
|
-
"arity": 0,
|
|
6737
|
-
"parameterCount": 1,
|
|
6738
|
-
"isStatic": false,
|
|
6739
|
-
"isAbstract": false,
|
|
6740
|
-
"isVirtual": true,
|
|
6741
|
-
"isOverride": false,
|
|
6742
|
-
"isSealed": false,
|
|
6743
|
-
"visibility": "Public",
|
|
6744
|
-
"declaringClrType": "System.ComponentModel.Design.DesigntimeLicenseContext",
|
|
6745
|
-
"declaringAssemblyName": "System.ComponentModel.TypeConverter",
|
|
6746
|
-
"isExtensionMethod": false
|
|
6747
6547
|
}
|
|
6748
6548
|
],
|
|
6749
6549
|
"properties": [
|
|
@@ -410,12 +410,11 @@ export const ActiveDesignerEventArgs: {
|
|
|
410
410
|
|
|
411
411
|
export type ActiveDesignerEventArgs = ActiveDesignerEventArgs$instance;
|
|
412
412
|
|
|
413
|
-
export interface CheckoutException$instance extends ExternalException {
|
|
413
|
+
export interface CheckoutException$instance extends ExternalException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
414
414
|
readonly __tsonic_type_System_ComponentModel_Design_CheckoutException: never;
|
|
415
415
|
|
|
416
416
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
417
417
|
|
|
418
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
419
418
|
}
|
|
420
419
|
|
|
421
420
|
|
|
@@ -677,18 +676,15 @@ export interface DesignerVerbCollection$instance extends CollectionBase {
|
|
|
677
676
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
678
677
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
679
678
|
|
|
680
|
-
Add(value:
|
|
679
|
+
Add(value: DesignerVerb): int;
|
|
681
680
|
AddRange(value: DesignerVerb[]): void;
|
|
682
681
|
AddRange(value: DesignerVerbCollection): void;
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
CopyTo(array: ClrArray, index: int): void;
|
|
686
|
-
GetEnumerator(): IEnumerator;
|
|
682
|
+
Contains(value: DesignerVerb): boolean;
|
|
683
|
+
CopyTo(array: DesignerVerb[], index: int): void;
|
|
687
684
|
IndexOf(value: DesignerVerb): int;
|
|
688
|
-
Insert(index: int, value:
|
|
685
|
+
Insert(index: int, value: DesignerVerb): void;
|
|
689
686
|
OnValidate(value: unknown): void;
|
|
690
|
-
Remove(value:
|
|
691
|
-
RemoveAt(index: int): void;
|
|
687
|
+
Remove(value: DesignerVerb): void;
|
|
692
688
|
}
|
|
693
689
|
|
|
694
690
|
|
|
@@ -707,14 +703,13 @@ export interface __DesignerVerbCollection$views {
|
|
|
707
703
|
export type DesignerVerbCollection = DesignerVerbCollection$instance & __DesignerVerbCollection$views & { [index: number]: DesignerVerb; };
|
|
708
704
|
|
|
709
705
|
|
|
710
|
-
export interface DesigntimeLicenseContext$instance extends LicenseContext {
|
|
706
|
+
export interface DesigntimeLicenseContext$instance extends LicenseContext, System_Internal.IServiceProvider$instance {
|
|
711
707
|
readonly __tsonic_type_System_ComponentModel_Design_DesigntimeLicenseContext: never;
|
|
712
708
|
|
|
713
709
|
readonly __tsonic_iface_System_IServiceProvider: never;
|
|
714
710
|
|
|
715
711
|
readonly UsageMode: LicenseUsageMode;
|
|
716
712
|
GetSavedLicenseKey(type: Type, resourceAssembly: Assembly): string | undefined;
|
|
717
|
-
GetService(type: Type): unknown | undefined;
|
|
718
713
|
SetSavedLicenseKey(type: Type, key: string): void;
|
|
719
714
|
}
|
|
720
715
|
|