@tsonic/dotnet 0.5.2 → 0.6.0
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/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -2748,7 +2748,7 @@
|
|
|
2748
2748
|
{
|
|
2749
2749
|
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.Design.CommandID::ID:System.Int32",
|
|
2750
2750
|
"clrName": "ID",
|
|
2751
|
-
"tsEmitName": "
|
|
2751
|
+
"tsEmitName": "ID",
|
|
2752
2752
|
"normalizedSignature": "ID|:System.Int32|static=false|accessor=get",
|
|
2753
2753
|
"provenance": "Original",
|
|
2754
2754
|
"emitScope": "ClassSurface",
|
|
@@ -7,12 +7,12 @@ import * as Internal from './internal/index.js';
|
|
|
7
7
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
9
|
import type { ICollection } from '../System.Collections/internal/index.js';
|
|
10
|
-
import type { DesignerTransaction, DesignerTransactionCloseEventHandler, IDesigner, ServiceCreatorCallback } from '../System.ComponentModel.Design/internal/index.js';
|
|
10
|
+
import type { DesignerTransaction, DesignerTransactionCloseEventHandler, IDesigner, IDesignerHost, IServiceContainer, ServiceCreatorCallback } from '../System.ComponentModel.Design/internal/index.js';
|
|
11
11
|
import type { IComponent, IContainer, MemberDescriptor, PropertyDescriptorCollection } from '../System.ComponentModel/internal/index.js';
|
|
12
12
|
import type { Stream } from '../System.IO/internal/index.js';
|
|
13
13
|
import type { MemberInfo, MethodInfo } from '../System.Reflection/internal/index.js';
|
|
14
14
|
import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
15
|
-
import type { AsyncCallback, Attribute, Boolean as ClrBoolean, Delegate, EventArgs, EventHandler, IAsyncResult, ICloneable, IDisposable, IEquatable_1, Int32, IntPtr, MulticastDelegate, Object as ClrObject, String as ClrString, Type, ValueType, Void } from '../System/internal/index.js';
|
|
15
|
+
import type { AsyncCallback, Attribute, Boolean as ClrBoolean, Delegate, EventArgs, EventHandler, IAsyncResult, ICloneable, IDisposable, IEquatable_1, Int32, IntPtr, IServiceProvider, MulticastDelegate, Object as ClrObject, String as ClrString, Type, ValueType, Void } from '../System/internal/index.js';
|
|
16
16
|
|
|
17
17
|
export * from './internal/index.js';
|
|
18
18
|
|
|
@@ -7,14 +7,15 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { ICollection } from "../../System.Collections/internal/index.js";
|
|
10
|
-
import
|
|
10
|
+
import * as System_ComponentModel_Design_Internal from "../../System.ComponentModel.Design/internal/index.js";
|
|
11
|
+
import type { DesignerTransaction, DesignerTransactionCloseEventHandler, IDesigner, IDesignerHost, IServiceContainer, ServiceCreatorCallback } from "../../System.ComponentModel.Design/internal/index.js";
|
|
11
12
|
import type { IComponent, IContainer, MemberDescriptor, PropertyDescriptorCollection } from "../../System.ComponentModel/internal/index.js";
|
|
12
13
|
import type { Stream } from "../../System.IO/internal/index.js";
|
|
13
14
|
import type { MemberInfo, MethodInfo } from "../../System.Reflection/internal/index.js";
|
|
14
15
|
import * as System_Runtime_Serialization_Internal from "../../System.Runtime.Serialization/internal/index.js";
|
|
15
16
|
import type { ISerializable, SerializationInfo, StreamingContext } from "../../System.Runtime.Serialization/internal/index.js";
|
|
16
17
|
import * as System_Internal from "../../System/internal/index.js";
|
|
17
|
-
import type { AsyncCallback, Attribute, Boolean as ClrBoolean, Delegate, EventArgs, EventHandler, IAsyncResult, ICloneable, IDisposable, IEquatable_1, Int32, IntPtr, MulticastDelegate, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "../../System/internal/index.js";
|
|
18
|
+
import type { AsyncCallback, Attribute, Boolean as ClrBoolean, Delegate, EventArgs, EventHandler, IAsyncResult, ICloneable, IDisposable, IEquatable_1, Int32, IntPtr, IServiceProvider, MulticastDelegate, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "../../System/internal/index.js";
|
|
18
19
|
|
|
19
20
|
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
20
21
|
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
@@ -41,120 +42,122 @@ export type CLROf<T> =
|
|
|
41
42
|
T extends string ? System_Internal.String :
|
|
42
43
|
T; // Identity fallback for non-primitive types
|
|
43
44
|
|
|
44
|
-
export interface IDesignerLoaderHost$instance {
|
|
45
|
-
readonly
|
|
46
|
-
readonly
|
|
47
|
-
readonly
|
|
48
|
-
readonly
|
|
49
|
-
readonly
|
|
50
|
-
readonly
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
45
|
+
export interface IDesignerLoaderHost$instance extends IDesignerHost, IServiceContainer, IServiceProvider {
|
|
46
|
+
readonly loading: boolean;
|
|
47
|
+
readonly inTransaction: boolean;
|
|
48
|
+
readonly container: IContainer;
|
|
49
|
+
readonly rootComponent: IComponent;
|
|
50
|
+
readonly rootComponentClassName: string;
|
|
51
|
+
readonly transactionDescription: string;
|
|
52
|
+
addService4(serviceType: Type, callback: ServiceCreatorCallback, promote: boolean): void;
|
|
53
|
+
addService4(serviceType: Type, callback: ServiceCreatorCallback): void;
|
|
54
|
+
addService4(serviceType: Type, serviceInstance: unknown, promote: boolean): void;
|
|
55
|
+
addService4(serviceType: Type, serviceInstance: unknown): void;
|
|
56
|
+
createComponent2(componentClass: Type, name: string): IComponent;
|
|
57
|
+
createComponent2(componentClass: Type): IComponent;
|
|
58
|
+
createTransaction(): DesignerTransaction;
|
|
59
|
+
createTransaction(description: string): DesignerTransaction;
|
|
60
|
+
destroyComponent(component: IComponent): void;
|
|
61
|
+
endLoad(baseClassName: string, successful: boolean, errorCollection: ICollection): void;
|
|
62
|
+
getDesigner(component: IComponent): IDesigner;
|
|
63
|
+
getService(serviceType: Type): unknown;
|
|
64
|
+
getType(typeName: string): Type;
|
|
65
|
+
reload(): void;
|
|
66
|
+
removeService2(serviceType: Type, promote: boolean): void;
|
|
67
|
+
removeService2(serviceType: Type): void;
|
|
67
68
|
}
|
|
68
69
|
|
|
69
70
|
|
|
70
71
|
export type IDesignerLoaderHost = IDesignerLoaderHost$instance;
|
|
71
72
|
|
|
72
|
-
export interface IDesignerLoaderHost2$instance {
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
readonly
|
|
76
|
-
readonly
|
|
77
|
-
readonly
|
|
78
|
-
readonly
|
|
79
|
-
readonly
|
|
80
|
-
readonly
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
73
|
+
export interface IDesignerLoaderHost2$instance extends IDesignerLoaderHost, IDesignerHost, IServiceContainer, IServiceProvider {
|
|
74
|
+
ignoreErrorsDuringReload: boolean;
|
|
75
|
+
canReloadWithErrors: boolean;
|
|
76
|
+
readonly loading: boolean;
|
|
77
|
+
readonly inTransaction: boolean;
|
|
78
|
+
readonly container: IContainer;
|
|
79
|
+
readonly rootComponent: IComponent;
|
|
80
|
+
readonly rootComponentClassName: string;
|
|
81
|
+
readonly transactionDescription: string;
|
|
82
|
+
addService4(serviceType: Type, callback: ServiceCreatorCallback, promote: boolean): void;
|
|
83
|
+
addService4(serviceType: Type, callback: ServiceCreatorCallback): void;
|
|
84
|
+
addService4(serviceType: Type, serviceInstance: unknown, promote: boolean): void;
|
|
85
|
+
addService4(serviceType: Type, serviceInstance: unknown): void;
|
|
86
|
+
createComponent2(componentClass: Type, name: string): IComponent;
|
|
87
|
+
createComponent2(componentClass: Type): IComponent;
|
|
88
|
+
createTransaction(): DesignerTransaction;
|
|
89
|
+
createTransaction(description: string): DesignerTransaction;
|
|
90
|
+
destroyComponent(component: IComponent): void;
|
|
91
|
+
endLoad(baseClassName: string, successful: boolean, errorCollection: ICollection): void;
|
|
92
|
+
getDesigner(component: IComponent): IDesigner;
|
|
93
|
+
getService(serviceType: Type): unknown;
|
|
94
|
+
getType(typeName: string): Type;
|
|
95
|
+
reload(): void;
|
|
96
|
+
removeService2(serviceType: Type, promote: boolean): void;
|
|
97
|
+
removeService2(serviceType: Type): void;
|
|
97
98
|
}
|
|
98
99
|
|
|
99
100
|
|
|
100
101
|
export type IDesignerLoaderHost2 = IDesignerLoaderHost2$instance;
|
|
101
102
|
|
|
102
103
|
export interface IDesignerLoaderService$instance {
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
104
|
+
addLoadDependency(): void;
|
|
105
|
+
dependentLoadComplete(successful: boolean, errorCollection: ICollection): void;
|
|
106
|
+
reload(): boolean;
|
|
106
107
|
}
|
|
107
108
|
|
|
108
109
|
|
|
109
110
|
export type IDesignerLoaderService = IDesignerLoaderService$instance;
|
|
110
111
|
|
|
111
|
-
export interface IDesignerSerializationManager$instance {
|
|
112
|
-
readonly
|
|
113
|
-
readonly
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
112
|
+
export interface IDesignerSerializationManager$instance extends IServiceProvider {
|
|
113
|
+
readonly context: ContextStack;
|
|
114
|
+
readonly properties: PropertyDescriptorCollection;
|
|
115
|
+
addSerializationProvider(provider: IDesignerSerializationProvider): void;
|
|
116
|
+
createInstance(type_: Type, arguments: ICollection, name: string, addToContainer: boolean): unknown;
|
|
117
|
+
getInstance(name: string): unknown;
|
|
118
|
+
getName(value: unknown): string;
|
|
119
|
+
getSerializer(objectType: Type, serializerType: Type): unknown;
|
|
120
|
+
getService(serviceType: Type): unknown;
|
|
121
|
+
getType(typeName: string): Type;
|
|
122
|
+
reportError(errorInformation: unknown): void;
|
|
123
|
+
setName(instance: unknown, name: string): void;
|
|
123
124
|
}
|
|
124
125
|
|
|
125
126
|
|
|
127
|
+
export interface IDesignerSerializationManager$instance extends System_Internal.IServiceProvider$instance {}
|
|
128
|
+
|
|
126
129
|
export type IDesignerSerializationManager = IDesignerSerializationManager$instance;
|
|
127
130
|
|
|
128
131
|
export interface IDesignerSerializationProvider$instance {
|
|
129
|
-
|
|
132
|
+
getSerializer(manager: IDesignerSerializationManager, currentSerializer: unknown, objectType: Type, serializerType: Type): unknown;
|
|
130
133
|
}
|
|
131
134
|
|
|
132
135
|
|
|
133
136
|
export type IDesignerSerializationProvider = IDesignerSerializationProvider$instance;
|
|
134
137
|
|
|
135
138
|
export interface IDesignerSerializationService$instance {
|
|
136
|
-
|
|
137
|
-
|
|
139
|
+
deserialize(serializationData: unknown): ICollection;
|
|
140
|
+
serialize(objects: ICollection): unknown;
|
|
138
141
|
}
|
|
139
142
|
|
|
140
143
|
|
|
141
144
|
export type IDesignerSerializationService = IDesignerSerializationService$instance;
|
|
142
145
|
|
|
143
146
|
export interface INameCreationService$instance {
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
+
createName(container: IContainer, dataType: Type): string;
|
|
148
|
+
isValidName(name: string): boolean;
|
|
149
|
+
validateName(name: string): void;
|
|
147
150
|
}
|
|
148
151
|
|
|
149
152
|
|
|
150
153
|
export type INameCreationService = INameCreationService$instance;
|
|
151
154
|
|
|
152
155
|
export class MemberRelationship$instance {
|
|
153
|
-
constructor(owner:
|
|
156
|
+
constructor(owner: unknown, member: MemberDescriptor);
|
|
154
157
|
readonly isEmpty: boolean;
|
|
155
158
|
readonly member: MemberDescriptor;
|
|
156
|
-
readonly owner:
|
|
157
|
-
equals(obj:
|
|
159
|
+
readonly owner: unknown;
|
|
160
|
+
equals(obj: unknown): boolean;
|
|
158
161
|
equals(other: MemberRelationship): boolean;
|
|
159
162
|
getHashCode(): int;
|
|
160
163
|
static readonly empty: MemberRelationship;
|
|
@@ -162,7 +165,7 @@ export class MemberRelationship$instance {
|
|
|
162
165
|
|
|
163
166
|
|
|
164
167
|
export interface __MemberRelationship$views {
|
|
165
|
-
|
|
168
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<MemberRelationship>;
|
|
166
169
|
|
|
167
170
|
// Structural method bridges for numeric interface constraints
|
|
168
171
|
Equals(other: MemberRelationship): boolean;
|
|
@@ -179,10 +182,10 @@ export abstract class ComponentSerializationService$instance {
|
|
|
179
182
|
deserializeTo(store: SerializationStore, container: IContainer): void;
|
|
180
183
|
deserializeTo(store: SerializationStore, container: IContainer, validateRecycledTypes: boolean): void;
|
|
181
184
|
abstract loadStore(stream: Stream): SerializationStore;
|
|
182
|
-
abstract serialize(store: SerializationStore, value:
|
|
183
|
-
abstract serializeAbsolute(store: SerializationStore, value:
|
|
184
|
-
abstract serializeMember(store: SerializationStore, owningObject:
|
|
185
|
-
abstract serializeMemberAbsolute(store: SerializationStore, owningObject:
|
|
185
|
+
abstract serialize(store: SerializationStore, value: unknown): void;
|
|
186
|
+
abstract serializeAbsolute(store: SerializationStore, value: unknown): void;
|
|
187
|
+
abstract serializeMember(store: SerializationStore, owningObject: unknown, member: MemberDescriptor): void;
|
|
188
|
+
abstract serializeMemberAbsolute(store: SerializationStore, owningObject: unknown, member: MemberDescriptor): void;
|
|
186
189
|
}
|
|
187
190
|
|
|
188
191
|
|
|
@@ -190,12 +193,12 @@ export type ComponentSerializationService = ComponentSerializationService$instan
|
|
|
190
193
|
|
|
191
194
|
export class ContextStack$instance {
|
|
192
195
|
constructor();
|
|
193
|
-
readonly current:
|
|
194
|
-
append(context:
|
|
195
|
-
get_Item(level: int):
|
|
196
|
-
get_Item(type_: Type):
|
|
197
|
-
pop():
|
|
198
|
-
push(context:
|
|
196
|
+
readonly current: unknown;
|
|
197
|
+
append(context: unknown): void;
|
|
198
|
+
get_Item(level: int): unknown;
|
|
199
|
+
get_Item(type_: Type): unknown;
|
|
200
|
+
pop(): unknown;
|
|
201
|
+
push(context: unknown): void;
|
|
199
202
|
}
|
|
200
203
|
|
|
201
204
|
|
|
@@ -226,7 +229,7 @@ export class DesignerSerializerAttribute$instance extends System_Internal.Attrib
|
|
|
226
229
|
constructor(serializerTypeName: string, baseSerializerTypeName: string);
|
|
227
230
|
readonly serializerBaseTypeName: string;
|
|
228
231
|
readonly serializerTypeName: string;
|
|
229
|
-
readonly typeId:
|
|
232
|
+
readonly typeId: unknown;
|
|
230
233
|
}
|
|
231
234
|
|
|
232
235
|
|
|
@@ -238,7 +241,7 @@ export class InstanceDescriptor$instance {
|
|
|
238
241
|
readonly arguments: ICollection;
|
|
239
242
|
readonly isComplete: boolean;
|
|
240
243
|
readonly memberInfo: MemberInfo;
|
|
241
|
-
invoke():
|
|
244
|
+
invoke(): unknown;
|
|
242
245
|
}
|
|
243
246
|
|
|
244
247
|
|
|
@@ -246,9 +249,9 @@ export type InstanceDescriptor = InstanceDescriptor$instance;
|
|
|
246
249
|
|
|
247
250
|
export abstract class MemberRelationshipService$instance {
|
|
248
251
|
get_Item(source: MemberRelationship): MemberRelationship;
|
|
249
|
-
get_Item(sourceOwner:
|
|
252
|
+
get_Item(sourceOwner: unknown, sourceMember: MemberDescriptor): MemberRelationship;
|
|
250
253
|
set_Item(source: MemberRelationship, value: MemberRelationship): void;
|
|
251
|
-
set_Item(sourceOwner:
|
|
254
|
+
set_Item(sourceOwner: unknown, sourceMember: MemberDescriptor, value: MemberRelationship): void;
|
|
252
255
|
abstract supportsRelationship(source: MemberRelationship, relationship: MemberRelationship): boolean;
|
|
253
256
|
}
|
|
254
257
|
|
|
@@ -258,25 +261,25 @@ export type MemberRelationshipService = MemberRelationshipService$instance;
|
|
|
258
261
|
export class ResolveNameEventArgs$instance extends System_Internal.EventArgs$instance {
|
|
259
262
|
constructor(name: string);
|
|
260
263
|
readonly name: string;
|
|
261
|
-
value:
|
|
264
|
+
value: unknown;
|
|
262
265
|
}
|
|
263
266
|
|
|
264
267
|
|
|
265
268
|
export type ResolveNameEventArgs = ResolveNameEventArgs$instance;
|
|
266
269
|
|
|
267
270
|
export class ResolveNameEventHandler$instance extends Function {
|
|
268
|
-
constructor(object_:
|
|
269
|
-
beginInvoke(sender:
|
|
270
|
-
clone():
|
|
271
|
+
constructor(object_: unknown, method: nint);
|
|
272
|
+
beginInvoke(sender: unknown, e: ResolveNameEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
273
|
+
clone(): unknown;
|
|
271
274
|
endInvoke(result: IAsyncResult): void;
|
|
272
275
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
273
|
-
invoke(sender:
|
|
276
|
+
invoke(sender: unknown, e: ResolveNameEventArgs): void;
|
|
274
277
|
}
|
|
275
278
|
|
|
276
279
|
|
|
277
280
|
export interface __ResolveNameEventHandler$views {
|
|
278
|
-
|
|
279
|
-
|
|
281
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
282
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
280
283
|
}
|
|
281
284
|
|
|
282
285
|
export type ResolveNameEventHandler = ResolveNameEventHandler$instance & __ResolveNameEventHandler$views;
|
|
@@ -289,7 +292,7 @@ export class RootDesignerSerializerAttribute$instance extends System_Internal.At
|
|
|
289
292
|
readonly reloadable: boolean;
|
|
290
293
|
readonly serializerBaseTypeName: string;
|
|
291
294
|
readonly serializerTypeName: string;
|
|
292
|
-
readonly typeId:
|
|
295
|
+
readonly typeId: unknown;
|
|
293
296
|
}
|
|
294
297
|
|
|
295
298
|
|
|
@@ -303,9 +306,11 @@ export abstract class SerializationStore$instance {
|
|
|
303
306
|
|
|
304
307
|
|
|
305
308
|
export interface __SerializationStore$views {
|
|
306
|
-
|
|
309
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
307
310
|
}
|
|
308
311
|
|
|
312
|
+
export interface SerializationStore$instance extends System_Internal.IDisposable$instance {}
|
|
313
|
+
|
|
309
314
|
export type SerializationStore = SerializationStore$instance & __SerializationStore$views;
|
|
310
315
|
|
|
311
316
|
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
{
|
|
36
36
|
"stableId": "System.Private.CoreLib:System.Configuration.Assemblies.AssemblyHashAlgorithm::MD5System.Configuration.Assemblies.AssemblyHashAlgorithm",
|
|
37
37
|
"clrName": "MD5",
|
|
38
|
-
"tsEmitName": "
|
|
38
|
+
"tsEmitName": "MD5",
|
|
39
39
|
"metadataToken": 67111656,
|
|
40
40
|
"normalizedSignature": "MD5|System.Configuration.Assemblies.AssemblyHashAlgorithm|static=true|const=true",
|
|
41
41
|
"isStatic": true,
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
{
|
|
47
47
|
"stableId": "System.Private.CoreLib:System.Configuration.Assemblies.AssemblyHashAlgorithm::SHA1System.Configuration.Assemblies.AssemblyHashAlgorithm",
|
|
48
48
|
"clrName": "SHA1",
|
|
49
|
-
"tsEmitName": "
|
|
49
|
+
"tsEmitName": "SHA1",
|
|
50
50
|
"metadataToken": 67111657,
|
|
51
51
|
"normalizedSignature": "SHA1|System.Configuration.Assemblies.AssemblyHashAlgorithm|static=true|const=true",
|
|
52
52
|
"isStatic": true,
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
{
|
|
58
58
|
"stableId": "System.Private.CoreLib:System.Configuration.Assemblies.AssemblyHashAlgorithm::SHA256System.Configuration.Assemblies.AssemblyHashAlgorithm",
|
|
59
59
|
"clrName": "SHA256",
|
|
60
|
-
"tsEmitName": "
|
|
60
|
+
"tsEmitName": "SHA256",
|
|
61
61
|
"metadataToken": 67111658,
|
|
62
62
|
"normalizedSignature": "SHA256|System.Configuration.Assemblies.AssemblyHashAlgorithm|static=true|const=true",
|
|
63
63
|
"isStatic": true,
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
{
|
|
69
69
|
"stableId": "System.Private.CoreLib:System.Configuration.Assemblies.AssemblyHashAlgorithm::SHA384System.Configuration.Assemblies.AssemblyHashAlgorithm",
|
|
70
70
|
"clrName": "SHA384",
|
|
71
|
-
"tsEmitName": "
|
|
71
|
+
"tsEmitName": "SHA384",
|
|
72
72
|
"metadataToken": 67111659,
|
|
73
73
|
"normalizedSignature": "SHA384|System.Configuration.Assemblies.AssemblyHashAlgorithm|static=true|const=true",
|
|
74
74
|
"isStatic": true,
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
{
|
|
80
80
|
"stableId": "System.Private.CoreLib:System.Configuration.Assemblies.AssemblyHashAlgorithm::SHA512System.Configuration.Assemblies.AssemblyHashAlgorithm",
|
|
81
81
|
"clrName": "SHA512",
|
|
82
|
-
"tsEmitName": "
|
|
82
|
+
"tsEmitName": "SHA512",
|
|
83
83
|
"metadataToken": 67111660,
|
|
84
84
|
"normalizedSignature": "SHA512|System.Configuration.Assemblies.AssemblyHashAlgorithm|static=true|const=true",
|
|
85
85
|
"isStatic": true,
|
|
@@ -814,7 +814,7 @@
|
|
|
814
814
|
}
|
|
815
815
|
},
|
|
816
816
|
{
|
|
817
|
-
"tsName": "
|
|
817
|
+
"tsName": "MD5",
|
|
818
818
|
"isStatic": true,
|
|
819
819
|
"tsSignatureId": "MD5|System.Configuration.Assemblies.AssemblyHashAlgorithm|static=true|const=true",
|
|
820
820
|
"target": {
|
|
@@ -824,7 +824,7 @@
|
|
|
824
824
|
}
|
|
825
825
|
},
|
|
826
826
|
{
|
|
827
|
-
"tsName": "
|
|
827
|
+
"tsName": "SHA1",
|
|
828
828
|
"isStatic": true,
|
|
829
829
|
"tsSignatureId": "SHA1|System.Configuration.Assemblies.AssemblyHashAlgorithm|static=true|const=true",
|
|
830
830
|
"target": {
|
|
@@ -834,7 +834,7 @@
|
|
|
834
834
|
}
|
|
835
835
|
},
|
|
836
836
|
{
|
|
837
|
-
"tsName": "
|
|
837
|
+
"tsName": "SHA256",
|
|
838
838
|
"isStatic": true,
|
|
839
839
|
"tsSignatureId": "SHA256|System.Configuration.Assemblies.AssemblyHashAlgorithm|static=true|const=true",
|
|
840
840
|
"target": {
|
|
@@ -844,7 +844,7 @@
|
|
|
844
844
|
}
|
|
845
845
|
},
|
|
846
846
|
{
|
|
847
|
-
"tsName": "
|
|
847
|
+
"tsName": "SHA384",
|
|
848
848
|
"isStatic": true,
|
|
849
849
|
"tsSignatureId": "SHA384|System.Configuration.Assemblies.AssemblyHashAlgorithm|static=true|const=true",
|
|
850
850
|
"target": {
|
|
@@ -854,7 +854,7 @@
|
|
|
854
854
|
}
|
|
855
855
|
},
|
|
856
856
|
{
|
|
857
|
-
"tsName": "
|
|
857
|
+
"tsName": "SHA512",
|
|
858
858
|
"isStatic": true,
|
|
859
859
|
"tsSignatureId": "SHA512|System.Configuration.Assemblies.AssemblyHashAlgorithm|static=true|const=true",
|
|
860
860
|
"target": {
|
|
@@ -36,11 +36,11 @@ export type CLROf<T> =
|
|
|
36
36
|
|
|
37
37
|
export enum AssemblyHashAlgorithm {
|
|
38
38
|
none = 0,
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
39
|
+
MD5 = 32771,
|
|
40
|
+
SHA1 = 32772,
|
|
41
|
+
SHA256 = 32780,
|
|
42
|
+
SHA384 = 32781,
|
|
43
|
+
SHA512 = 32782
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
{
|
|
39
39
|
"stableId": "System.Private.CoreLib:System.Configuration.Assemblies.AssemblyHashAlgorithm::MD5System.Configuration.Assemblies.AssemblyHashAlgorithm",
|
|
40
40
|
"clrName": "MD5",
|
|
41
|
-
"tsEmitName": "
|
|
41
|
+
"tsEmitName": "MD5",
|
|
42
42
|
"normalizedSignature": "MD5|System.Configuration.Assemblies.AssemblyHashAlgorithm|static=true|const=true",
|
|
43
43
|
"isStatic": true,
|
|
44
44
|
"isReadOnly": false,
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
{
|
|
48
48
|
"stableId": "System.Private.CoreLib:System.Configuration.Assemblies.AssemblyHashAlgorithm::SHA1System.Configuration.Assemblies.AssemblyHashAlgorithm",
|
|
49
49
|
"clrName": "SHA1",
|
|
50
|
-
"tsEmitName": "
|
|
50
|
+
"tsEmitName": "SHA1",
|
|
51
51
|
"normalizedSignature": "SHA1|System.Configuration.Assemblies.AssemblyHashAlgorithm|static=true|const=true",
|
|
52
52
|
"isStatic": true,
|
|
53
53
|
"isReadOnly": false,
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
{
|
|
57
57
|
"stableId": "System.Private.CoreLib:System.Configuration.Assemblies.AssemblyHashAlgorithm::SHA256System.Configuration.Assemblies.AssemblyHashAlgorithm",
|
|
58
58
|
"clrName": "SHA256",
|
|
59
|
-
"tsEmitName": "
|
|
59
|
+
"tsEmitName": "SHA256",
|
|
60
60
|
"normalizedSignature": "SHA256|System.Configuration.Assemblies.AssemblyHashAlgorithm|static=true|const=true",
|
|
61
61
|
"isStatic": true,
|
|
62
62
|
"isReadOnly": false,
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
{
|
|
66
66
|
"stableId": "System.Private.CoreLib:System.Configuration.Assemblies.AssemblyHashAlgorithm::SHA384System.Configuration.Assemblies.AssemblyHashAlgorithm",
|
|
67
67
|
"clrName": "SHA384",
|
|
68
|
-
"tsEmitName": "
|
|
68
|
+
"tsEmitName": "SHA384",
|
|
69
69
|
"normalizedSignature": "SHA384|System.Configuration.Assemblies.AssemblyHashAlgorithm|static=true|const=true",
|
|
70
70
|
"isStatic": true,
|
|
71
71
|
"isReadOnly": false,
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
{
|
|
75
75
|
"stableId": "System.Private.CoreLib:System.Configuration.Assemblies.AssemblyHashAlgorithm::SHA512System.Configuration.Assemblies.AssemblyHashAlgorithm",
|
|
76
76
|
"clrName": "SHA512",
|
|
77
|
-
"tsEmitName": "
|
|
77
|
+
"tsEmitName": "SHA512",
|
|
78
78
|
"normalizedSignature": "SHA512|System.Configuration.Assemblies.AssemblyHashAlgorithm|static=true|const=true",
|
|
79
79
|
"isStatic": true,
|
|
80
80
|
"isReadOnly": false,
|