@tsonic/dotnet 10.0.41 → 10.0.42
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/bindings.json +5 -5
- package/Internal/internal/index.d.ts +1 -1
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +1 -1
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +51 -51
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +116 -116
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +9 -9
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +1 -1
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +8 -1
- package/System/bindings.json +204 -124
- package/System/internal/index.d.ts +1041 -1026
- package/System.Buffers/internal/index.d.ts +51 -51
- package/System.Buffers.Binary/internal/index.d.ts +1 -1
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +1 -1
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +14 -14
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +113 -113
- package/System.Collections.Concurrent/bindings.json +93 -93
- package/System.Collections.Concurrent/internal/index.d.ts +65 -65
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +90 -50
- package/System.Collections.Frozen/internal/index.d.ts +35 -33
- package/System.Collections.Frozen.d.ts +6 -2
- package/System.Collections.Generic/bindings.json +932 -612
- package/System.Collections.Generic/internal/index.d.ts +303 -287
- package/System.Collections.Generic.d.ts +19 -15
- package/System.Collections.Immutable/bindings.json +189 -189
- package/System.Collections.Immutable/internal/index.d.ts +235 -234
- package/System.Collections.Immutable.d.ts +21 -17
- package/System.Collections.ObjectModel/bindings.json +229 -229
- package/System.Collections.ObjectModel/internal/index.d.ts +41 -41
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -79
- package/System.Collections.Specialized/internal/index.d.ts +46 -46
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +108 -108
- package/System.ComponentModel/internal/index.d.ts +368 -363
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +78 -78
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +18 -18
- package/System.ComponentModel.Design/internal/index.d.ts +47 -47
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +38 -38
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +4 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +124 -124
- package/System.Data/internal/index.d.ts +156 -156
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +42 -42
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +40 -40
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +251 -231
- package/System.Diagnostics/internal/index.d.ts +167 -154
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +7 -7
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +9 -9
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +86 -86
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +3 -3
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +212 -212
- package/System.Diagnostics.Tracing/internal/index.d.ts +7 -7
- package/System.Diagnostics.Tracing.d.ts +4 -0
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +48 -48
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +36 -35
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/internal/index.d.ts +11 -11
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +19 -19
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +55 -55
- package/System.IO.Compression/internal/index.d.ts +13 -13
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +47 -47
- package/System.IO.Enumeration/internal/index.d.ts +11 -11
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +10 -10
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -1
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -4
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- package/System.IO.Pipes.d.ts +4 -0
- package/System.IO.d.ts +4 -0
- package/System.Linq/bindings.json +22 -22
- package/System.Linq/internal/index.d.ts +703 -701
- package/System.Linq.Expressions/internal/index.d.ts +67 -41
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
- package/System.Linq.Expressions.Interpreter.d.ts +4 -0
- package/System.Linq.Expressions.d.ts +6 -2
- package/System.Linq.d.ts +18 -14
- package/System.Net/bindings.json +27 -27
- package/System.Net/internal/index.d.ts +53 -53
- package/System.Net.Cache/internal/index.d.ts +1 -1
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +16 -16
- package/System.Net.Http.Headers/bindings.json +66 -26
- package/System.Net.Http.Headers/internal/index.d.ts +26 -24
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Http.Metrics.d.ts +4 -0
- package/System.Net.Http.d.ts +5 -1
- package/System.Net.Mail/bindings.json +96 -96
- package/System.Net.Mail/internal/index.d.ts +8 -8
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +3 -3
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +15 -15
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +4 -4
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +29 -29
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +9 -9
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +42 -42
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +5 -5
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +3 -3
- package/System.Numerics/internal/index.d.ts +218 -218
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +107 -107
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +27 -25
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +607 -87
- package/System.Reflection.Metadata/internal/index.d.ts +144 -118
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +9 -9
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Reflection.PortableExecutable.d.ts +4 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +7 -7
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +7 -7
- package/System.Runtime.CompilerServices/bindings.json +383 -383
- package/System.Runtime.CompilerServices/internal/index.d.ts +226 -226
- package/System.Runtime.CompilerServices.d.ts +20 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +1 -1
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +2 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +559 -559
- package/System.Runtime.InteropServices/internal/index.d.ts +182 -182
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +19 -19
- package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
- package/System.Runtime.InteropServices.Java/bindings.json +12 -12
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +2 -2
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +38 -38
- package/System.Runtime.InteropServices.JavaScript.d.ts +6 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +117 -117
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +81 -81
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +15 -15
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -2
- package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
- package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/internal/index.d.ts +514 -514
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/internal/index.d.ts +1 -1
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +3 -3
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +102 -102
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters.d.ts +4 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +13 -13
- package/System.Runtime.Serialization.Json.d.ts +4 -0
- package/System.Runtime.Serialization.d.ts +4 -0
- package/System.Runtime.Versioning/bindings.json +13 -13
- package/System.Runtime.Versioning/internal/index.d.ts +2 -2
- package/System.Runtime.Versioning.d.ts +4 -0
- package/System.Runtime.d.ts +4 -0
- package/System.Security/bindings.json +5 -5
- package/System.Security/internal/index.d.ts +10 -10
- package/System.Security.AccessControl/bindings.json +33 -33
- package/System.Security.AccessControl/internal/index.d.ts +21 -21
- package/System.Security.AccessControl.d.ts +10 -6
- package/System.Security.Authentication/internal/index.d.ts +1 -1
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -3
- package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
- package/System.Security.Authentication.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +3 -3
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +40 -40
- package/System.Security.Cryptography/internal/index.d.ts +28 -27
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -312
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +10 -10
- package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Security.Permissions/internal/index.d.ts +1 -1
- package/System.Security.Permissions.d.ts +4 -0
- package/System.Security.Policy/bindings.json +5 -5
- package/System.Security.Policy/internal/index.d.ts +9 -9
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +8 -8
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +20 -20
- package/System.Text/internal/index.d.ts +48 -48
- package/System.Text.Encodings.Web/internal/index.d.ts +1 -1
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/internal/index.d.ts +109 -109
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +18 -18
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -67
- package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
- package/System.Text.Json.Serialization.d.ts +10 -6
- package/System.Text.Json.d.ts +4 -0
- package/System.Text.RegularExpressions/bindings.json +158 -118
- package/System.Text.RegularExpressions/internal/index.d.ts +9 -7
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/internal/index.d.ts +6 -6
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +19 -19
- package/System.Threading/internal/index.d.ts +97 -97
- package/System.Threading.Channels/internal/index.d.ts +23 -23
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +138 -38
- package/System.Threading.Tasks/internal/index.d.ts +229 -227
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +95 -95
- package/System.Threading.Tasks.Dataflow.d.ts +18 -14
- package/System.Threading.Tasks.Sources/bindings.json +9 -9
- package/System.Threading.Tasks.Sources/internal/index.d.ts +9 -9
- package/System.Threading.Tasks.Sources.d.ts +6 -2
- package/System.Threading.Tasks.d.ts +12 -8
- package/System.Threading.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +2 -2
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +6 -6
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +2 -2
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +3 -3
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +1 -1
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +29 -29
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +49 -49
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +24 -24
- package/System.Xml.Schema/internal/index.d.ts +24 -24
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +57 -57
- package/System.Xml.Serialization/internal/index.d.ts +49 -49
- package/System.Xml.Serialization.d.ts +4 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +18 -18
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +12 -12
- package/System.Xml.Xsl.Runtime/bindings.json +70 -70
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +21 -21
- package/System.Xml.Xsl.Runtime.d.ts +4 -0
- package/System.Xml.Xsl.d.ts +4 -0
- package/System.Xml.d.ts +4 -0
- package/System.d.ts +126 -122
- package/__internal/extensions/index.d.ts +1288 -1293
- package/package.json +2 -2
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: System.ComponentModel, System.ComponentModel.EventBasedAsync, System.ComponentModel.Primitives, System.ComponentModel.TypeConverter, System.ObjectModel, System.Private.CoreLib
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -143,40 +143,40 @@ export enum ToolboxItemFilterType {
|
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
|
|
146
|
-
export type AddingNewEventHandler = (sender:
|
|
146
|
+
export type AddingNewEventHandler = (sender: unknown | null, e: AddingNewEventArgs) => void;
|
|
147
147
|
|
|
148
148
|
|
|
149
|
-
export type AsyncCompletedEventHandler = (sender:
|
|
149
|
+
export type AsyncCompletedEventHandler = (sender: unknown | null, e: AsyncCompletedEventArgs) => void;
|
|
150
150
|
|
|
151
151
|
|
|
152
|
-
export type CancelEventHandler = (sender:
|
|
152
|
+
export type CancelEventHandler = (sender: unknown | null, e: CancelEventArgs) => void;
|
|
153
153
|
|
|
154
154
|
|
|
155
|
-
export type CollectionChangeEventHandler = (sender:
|
|
155
|
+
export type CollectionChangeEventHandler = (sender: unknown | null, e: CollectionChangeEventArgs) => void;
|
|
156
156
|
|
|
157
157
|
|
|
158
|
-
export type DoWorkEventHandler = (sender:
|
|
158
|
+
export type DoWorkEventHandler = (sender: unknown | null, e: DoWorkEventArgs) => void;
|
|
159
159
|
|
|
160
160
|
|
|
161
|
-
export type HandledEventHandler = (sender:
|
|
161
|
+
export type HandledEventHandler = (sender: unknown | null, e: HandledEventArgs) => void;
|
|
162
162
|
|
|
163
163
|
|
|
164
|
-
export type ListChangedEventHandler = (sender:
|
|
164
|
+
export type ListChangedEventHandler = (sender: unknown | null, e: ListChangedEventArgs) => void;
|
|
165
165
|
|
|
166
166
|
|
|
167
|
-
export type ProgressChangedEventHandler = (sender:
|
|
167
|
+
export type ProgressChangedEventHandler = (sender: unknown | null, e: ProgressChangedEventArgs) => void;
|
|
168
168
|
|
|
169
169
|
|
|
170
|
-
export type PropertyChangedEventHandler = (sender:
|
|
170
|
+
export type PropertyChangedEventHandler = (sender: unknown | null, e: PropertyChangedEventArgs) => void;
|
|
171
171
|
|
|
172
172
|
|
|
173
|
-
export type PropertyChangingEventHandler = (sender:
|
|
173
|
+
export type PropertyChangingEventHandler = (sender: unknown | null, e: PropertyChangingEventArgs) => void;
|
|
174
174
|
|
|
175
175
|
|
|
176
176
|
export type RefreshEventHandler = (e: RefreshEventArgs) => void;
|
|
177
177
|
|
|
178
178
|
|
|
179
|
-
export type RunWorkerCompletedEventHandler = (sender:
|
|
179
|
+
export type RunWorkerCompletedEventHandler = (sender: unknown | null, e: RunWorkerCompletedEventArgs) => void;
|
|
180
180
|
|
|
181
181
|
|
|
182
182
|
export interface IBindingList$instance extends IList, ICollection, IEnumerable {
|
|
@@ -194,25 +194,25 @@ export interface IBindingList$instance extends IList, ICollection, IEnumerable {
|
|
|
194
194
|
readonly IsReadOnly: boolean;
|
|
195
195
|
readonly IsFixedSize: boolean;
|
|
196
196
|
readonly Count: int;
|
|
197
|
-
readonly SyncRoot:
|
|
197
|
+
readonly SyncRoot: unknown;
|
|
198
198
|
readonly IsSynchronized: boolean;
|
|
199
|
-
Add(value:
|
|
199
|
+
Add(value: unknown | null): int;
|
|
200
200
|
AddIndex(property: PropertyDescriptor): void;
|
|
201
|
-
AddNew():
|
|
201
|
+
AddNew(): unknown;
|
|
202
202
|
ApplySort(property: PropertyDescriptor, direction: ListSortDirection): void;
|
|
203
|
-
Contains(value:
|
|
203
|
+
Contains(value: unknown | null): boolean;
|
|
204
204
|
CopyTo(array: ClrArray, index: int): void;
|
|
205
|
-
Find(property: PropertyDescriptor, key:
|
|
205
|
+
Find(property: PropertyDescriptor, key: unknown): int;
|
|
206
206
|
GetEnumerator(): IEnumerator;
|
|
207
|
-
Insert(index: int, value:
|
|
208
|
-
Remove(value:
|
|
207
|
+
Insert(index: int, value: unknown | null): void;
|
|
208
|
+
Remove(value: unknown | null): void;
|
|
209
209
|
RemoveAt(index: int): void;
|
|
210
210
|
RemoveSort(): void;
|
|
211
211
|
Clear(): void;
|
|
212
212
|
}
|
|
213
213
|
|
|
214
214
|
|
|
215
|
-
export type IBindingList = IBindingList$instance & { [index: number]:
|
|
215
|
+
export type IBindingList = IBindingList$instance & { [index: number]: unknown; };
|
|
216
216
|
|
|
217
217
|
export interface IBindingListView$instance extends IBindingList, IList, ICollection, IEnumerable {
|
|
218
218
|
readonly __tsonic_iface_System_ComponentModel_IBindingListView: never;
|
|
@@ -234,19 +234,19 @@ export interface IBindingListView$instance extends IBindingList, IList, ICollect
|
|
|
234
234
|
readonly IsReadOnly: boolean;
|
|
235
235
|
readonly IsFixedSize: boolean;
|
|
236
236
|
readonly Count: int;
|
|
237
|
-
readonly SyncRoot:
|
|
237
|
+
readonly SyncRoot: unknown;
|
|
238
238
|
readonly IsSynchronized: boolean;
|
|
239
|
-
Add(value:
|
|
239
|
+
Add(value: unknown | null): int;
|
|
240
240
|
AddIndex(property: PropertyDescriptor): void;
|
|
241
|
-
AddNew():
|
|
241
|
+
AddNew(): unknown;
|
|
242
242
|
ApplySort(property: PropertyDescriptor, direction: ListSortDirection): void;
|
|
243
243
|
ApplySort(sorts: ListSortDescriptionCollection): void;
|
|
244
|
-
Contains(value:
|
|
244
|
+
Contains(value: unknown | null): boolean;
|
|
245
245
|
CopyTo(array: ClrArray, index: int): void;
|
|
246
|
-
Find(property: PropertyDescriptor, key:
|
|
246
|
+
Find(property: PropertyDescriptor, key: unknown): int;
|
|
247
247
|
GetEnumerator(): IEnumerator;
|
|
248
|
-
Insert(index: int, value:
|
|
249
|
-
Remove(value:
|
|
248
|
+
Insert(index: int, value: unknown | null): void;
|
|
249
|
+
Remove(value: unknown | null): void;
|
|
250
250
|
RemoveAt(index: int): void;
|
|
251
251
|
RemoveFilter(): void;
|
|
252
252
|
Clear(): void;
|
|
@@ -254,7 +254,7 @@ export interface IBindingListView$instance extends IBindingList, IList, ICollect
|
|
|
254
254
|
}
|
|
255
255
|
|
|
256
256
|
|
|
257
|
-
export type IBindingListView = IBindingListView$instance & { [index: number]:
|
|
257
|
+
export type IBindingListView = IBindingListView$instance & { [index: number]: unknown; };
|
|
258
258
|
|
|
259
259
|
export interface ICancelAddNew$instance {
|
|
260
260
|
readonly __tsonic_iface_System_ComponentModel_ICancelAddNew: never;
|
|
@@ -278,17 +278,17 @@ export type IChangeTracking = IChangeTracking$instance;
|
|
|
278
278
|
export interface IComNativeDescriptorHandler$instance {
|
|
279
279
|
readonly __tsonic_iface_System_ComponentModel_IComNativeDescriptorHandler: never;
|
|
280
280
|
|
|
281
|
-
GetAttributes(component:
|
|
282
|
-
GetClassName(component:
|
|
283
|
-
GetConverter(component:
|
|
284
|
-
GetDefaultEvent(component:
|
|
285
|
-
GetDefaultProperty(component:
|
|
286
|
-
GetEditor(component:
|
|
287
|
-
GetEvents(component:
|
|
288
|
-
GetEvents(component:
|
|
289
|
-
GetProperties(component:
|
|
290
|
-
GetPropertyValue(component:
|
|
291
|
-
GetPropertyValue(component:
|
|
281
|
+
GetAttributes(component: unknown): AttributeCollection;
|
|
282
|
+
GetClassName(component: unknown): string;
|
|
283
|
+
GetConverter(component: unknown): TypeConverter;
|
|
284
|
+
GetDefaultEvent(component: unknown): EventDescriptor;
|
|
285
|
+
GetDefaultProperty(component: unknown): PropertyDescriptor;
|
|
286
|
+
GetEditor(component: unknown, baseEditorType: Type): unknown;
|
|
287
|
+
GetEvents(component: unknown, attributes: Attribute[] | null): EventDescriptorCollection;
|
|
288
|
+
GetEvents(component: unknown): EventDescriptorCollection;
|
|
289
|
+
GetProperties(component: unknown, attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
290
|
+
GetPropertyValue(component: unknown, dispid: int, success: boolean): unknown;
|
|
291
|
+
GetPropertyValue(component: unknown, propertyName: string, success: boolean): unknown;
|
|
292
292
|
}
|
|
293
293
|
|
|
294
294
|
|
|
@@ -330,12 +330,12 @@ export interface ICustomTypeDescriptor$instance {
|
|
|
330
330
|
GetConverter(): TypeConverter | null;
|
|
331
331
|
GetDefaultEvent(): EventDescriptor | null;
|
|
332
332
|
GetDefaultProperty(): PropertyDescriptor | null;
|
|
333
|
-
GetEditor(editorBaseType: Type):
|
|
333
|
+
GetEditor(editorBaseType: Type): unknown | null;
|
|
334
334
|
GetEvents(): EventDescriptorCollection;
|
|
335
335
|
GetEvents(attributes: Attribute[] | null): EventDescriptorCollection;
|
|
336
336
|
GetProperties(): PropertyDescriptorCollection;
|
|
337
337
|
GetProperties(attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
338
|
-
GetPropertyOwner(pd: PropertyDescriptor | null):
|
|
338
|
+
GetPropertyOwner(pd: PropertyDescriptor | null): unknown | null;
|
|
339
339
|
}
|
|
340
340
|
|
|
341
341
|
|
|
@@ -362,7 +362,7 @@ export type IEditableObject = IEditableObject$instance;
|
|
|
362
362
|
export interface IExtenderProvider$instance {
|
|
363
363
|
readonly __tsonic_iface_System_ComponentModel_IExtenderProvider: never;
|
|
364
364
|
|
|
365
|
-
CanExtend(extendee:
|
|
365
|
+
CanExtend(extendee: unknown): boolean;
|
|
366
366
|
}
|
|
367
367
|
|
|
368
368
|
|
|
@@ -399,6 +399,8 @@ export interface INestedContainer$instance extends IContainer, IDisposable {
|
|
|
399
399
|
}
|
|
400
400
|
|
|
401
401
|
|
|
402
|
+
export interface INestedContainer$instance extends IContainer$instance {}
|
|
403
|
+
|
|
402
404
|
export type INestedContainer = INestedContainer$instance;
|
|
403
405
|
|
|
404
406
|
export interface INestedSite$instance extends ISite, IServiceProvider {
|
|
@@ -410,10 +412,12 @@ export interface INestedSite$instance extends ISite, IServiceProvider {
|
|
|
410
412
|
readonly DesignMode: boolean;
|
|
411
413
|
get Name(): string | null;
|
|
412
414
|
set Name(value: string | null);
|
|
413
|
-
GetService(serviceType: Type):
|
|
415
|
+
GetService(serviceType: Type): unknown | null;
|
|
414
416
|
}
|
|
415
417
|
|
|
416
418
|
|
|
419
|
+
export interface INestedSite$instance extends ISite$instance {}
|
|
420
|
+
|
|
417
421
|
export type INestedSite = INestedSite$instance;
|
|
418
422
|
|
|
419
423
|
export interface INotifyDataErrorInfo$instance {
|
|
@@ -472,7 +476,7 @@ export interface ISite$instance extends IServiceProvider {
|
|
|
472
476
|
readonly DesignMode: boolean;
|
|
473
477
|
get Name(): string | null;
|
|
474
478
|
set Name(value: string | null);
|
|
475
|
-
GetService(serviceType: Type):
|
|
479
|
+
GetService(serviceType: Type): unknown | null;
|
|
476
480
|
}
|
|
477
481
|
|
|
478
482
|
|
|
@@ -505,9 +509,9 @@ export interface ISynchronizeInvoke$instance {
|
|
|
505
509
|
readonly __tsonic_iface_System_ComponentModel_ISynchronizeInvoke: never;
|
|
506
510
|
|
|
507
511
|
readonly InvokeRequired: boolean;
|
|
508
|
-
BeginInvoke(method: Function, args: (
|
|
509
|
-
EndInvoke(result: IAsyncResult):
|
|
510
|
-
Invoke(method: Function, args: (
|
|
512
|
+
BeginInvoke(method: Function, args: (unknown | null)[] | null): IAsyncResult;
|
|
513
|
+
EndInvoke(result: IAsyncResult): unknown | null;
|
|
514
|
+
Invoke(method: Function, args: (unknown | null)[] | null): unknown | null;
|
|
511
515
|
}
|
|
512
516
|
|
|
513
517
|
|
|
@@ -517,9 +521,9 @@ export interface ITypeDescriptorContext$instance extends IServiceProvider {
|
|
|
517
521
|
readonly __tsonic_iface_System_ComponentModel_ITypeDescriptorContext: never;
|
|
518
522
|
|
|
519
523
|
readonly Container: IContainer | null;
|
|
520
|
-
readonly Instance:
|
|
524
|
+
readonly Instance: unknown | null;
|
|
521
525
|
readonly PropertyDescriptor: PropertyDescriptor | null;
|
|
522
|
-
GetService(serviceType: Type):
|
|
526
|
+
GetService(serviceType: Type): unknown | null;
|
|
523
527
|
OnComponentChanged(): void;
|
|
524
528
|
OnComponentChanging(): boolean;
|
|
525
529
|
}
|
|
@@ -542,14 +546,14 @@ export type ITypedList = ITypedList$instance;
|
|
|
542
546
|
export interface AddingNewEventArgs$instance extends EventArgs {
|
|
543
547
|
readonly __tsonic_type_System_ComponentModel_AddingNewEventArgs: never;
|
|
544
548
|
|
|
545
|
-
get NewObject():
|
|
546
|
-
set NewObject(value:
|
|
549
|
+
get NewObject(): unknown | null;
|
|
550
|
+
set NewObject(value: unknown | null);
|
|
547
551
|
}
|
|
548
552
|
|
|
549
553
|
|
|
550
554
|
export const AddingNewEventArgs: {
|
|
551
555
|
new(): AddingNewEventArgs;
|
|
552
|
-
new(newObject:
|
|
556
|
+
new(newObject: unknown | null): AddingNewEventArgs;
|
|
553
557
|
};
|
|
554
558
|
|
|
555
559
|
|
|
@@ -558,8 +562,8 @@ export type AddingNewEventArgs = AddingNewEventArgs$instance;
|
|
|
558
562
|
export interface AmbientValueAttribute$instance extends Attribute {
|
|
559
563
|
readonly __tsonic_type_System_ComponentModel_AmbientValueAttribute: never;
|
|
560
564
|
|
|
561
|
-
readonly Value:
|
|
562
|
-
Equals(obj:
|
|
565
|
+
readonly Value: unknown | null;
|
|
566
|
+
Equals(obj: unknown | null): boolean;
|
|
563
567
|
GetHashCode(): int;
|
|
564
568
|
}
|
|
565
569
|
|
|
@@ -575,7 +579,7 @@ export const AmbientValueAttribute: {
|
|
|
575
579
|
new(value: double): AmbientValueAttribute;
|
|
576
580
|
new(value: boolean): AmbientValueAttribute;
|
|
577
581
|
new(value: string | null): AmbientValueAttribute;
|
|
578
|
-
new(value:
|
|
582
|
+
new(value: unknown | null): AmbientValueAttribute;
|
|
579
583
|
};
|
|
580
584
|
|
|
581
585
|
|
|
@@ -584,11 +588,11 @@ export type AmbientValueAttribute = AmbientValueAttribute$instance;
|
|
|
584
588
|
export interface ArrayConverter$instance extends CollectionConverter {
|
|
585
589
|
readonly __tsonic_type_System_ComponentModel_ArrayConverter: never;
|
|
586
590
|
|
|
587
|
-
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
588
|
-
ConvertTo(value:
|
|
589
|
-
GetProperties(context: ITypeDescriptorContext | null, value:
|
|
590
|
-
GetProperties(value:
|
|
591
|
-
GetProperties(context: ITypeDescriptorContext | null, value:
|
|
591
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null, destinationType: Type): unknown | null;
|
|
592
|
+
ConvertTo(value: unknown | null, destinationType: Type): unknown | null;
|
|
593
|
+
GetProperties(context: ITypeDescriptorContext | null, value: unknown | null, attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
594
|
+
GetProperties(value: unknown): PropertyDescriptorCollection | null;
|
|
595
|
+
GetProperties(context: ITypeDescriptorContext | null, value: unknown): PropertyDescriptorCollection | null;
|
|
592
596
|
GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
593
597
|
GetPropertiesSupported(): boolean;
|
|
594
598
|
}
|
|
@@ -606,12 +610,12 @@ export interface AsyncCompletedEventArgs$instance extends EventArgs {
|
|
|
606
610
|
|
|
607
611
|
readonly Cancelled: boolean;
|
|
608
612
|
readonly Error: Exception | null;
|
|
609
|
-
readonly UserState:
|
|
613
|
+
readonly UserState: unknown | null;
|
|
610
614
|
}
|
|
611
615
|
|
|
612
616
|
|
|
613
617
|
export const AsyncCompletedEventArgs: {
|
|
614
|
-
new(error: Exception | null, cancelled: boolean, userState:
|
|
618
|
+
new(error: Exception | null, cancelled: boolean, userState: unknown | null): AsyncCompletedEventArgs;
|
|
615
619
|
};
|
|
616
620
|
|
|
617
621
|
|
|
@@ -621,11 +625,11 @@ export interface AsyncOperation$instance {
|
|
|
621
625
|
readonly __tsonic_type_System_ComponentModel_AsyncOperation: never;
|
|
622
626
|
|
|
623
627
|
readonly SynchronizationContext: SynchronizationContext;
|
|
624
|
-
readonly UserSuppliedState:
|
|
628
|
+
readonly UserSuppliedState: unknown | null;
|
|
625
629
|
Finalize(): void;
|
|
626
630
|
OperationCompleted(): void;
|
|
627
|
-
Post(d: SendOrPostCallback, arg:
|
|
628
|
-
PostOperationCompleted(d: SendOrPostCallback, arg:
|
|
631
|
+
Post(d: SendOrPostCallback, arg: unknown | null): void;
|
|
632
|
+
PostOperationCompleted(d: SendOrPostCallback, arg: unknown | null): void;
|
|
629
633
|
}
|
|
630
634
|
|
|
631
635
|
|
|
@@ -657,7 +661,8 @@ export interface AttributeCollection$instance {
|
|
|
657
661
|
export const AttributeCollection: {
|
|
658
662
|
new(attributes: Attribute[] | null): AttributeCollection;
|
|
659
663
|
readonly Empty: AttributeCollection;
|
|
660
|
-
FromExisting(existing: AttributeCollection, ...newAttributes: Attribute[]
|
|
664
|
+
FromExisting(existing: AttributeCollection, ...newAttributes: Attribute[]): AttributeCollection;
|
|
665
|
+
FromExisting(existing: AttributeCollection, newAttributes: Attribute[] | null): AttributeCollection;
|
|
661
666
|
};
|
|
662
667
|
|
|
663
668
|
|
|
@@ -703,9 +708,9 @@ export interface BackgroundWorker$instance extends Component$instance {
|
|
|
703
708
|
OnProgressChanged(e: ProgressChangedEventArgs): void;
|
|
704
709
|
OnRunWorkerCompleted(e: RunWorkerCompletedEventArgs): void;
|
|
705
710
|
ReportProgress(percentProgress: int): void;
|
|
706
|
-
ReportProgress(percentProgress: int, userState:
|
|
711
|
+
ReportProgress(percentProgress: int, userState: unknown | null): void;
|
|
707
712
|
RunWorkerAsync(): void;
|
|
708
|
-
RunWorkerAsync(argument:
|
|
713
|
+
RunWorkerAsync(argument: unknown | null): void;
|
|
709
714
|
}
|
|
710
715
|
|
|
711
716
|
|
|
@@ -729,10 +734,10 @@ export interface BaseNumberConverter$instance extends TypeConverter {
|
|
|
729
734
|
CanConvertFrom(sourceType: Type): boolean;
|
|
730
735
|
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
731
736
|
CanConvertTo(destinationType: Type | null): boolean;
|
|
732
|
-
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
733
|
-
ConvertFrom(value:
|
|
734
|
-
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
735
|
-
ConvertTo(value:
|
|
737
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown): unknown | null;
|
|
738
|
+
ConvertFrom(value: unknown): unknown | null;
|
|
739
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null, destinationType: Type): unknown | null;
|
|
740
|
+
ConvertTo(value: unknown | null, destinationType: Type): unknown | null;
|
|
736
741
|
}
|
|
737
742
|
|
|
738
743
|
|
|
@@ -747,7 +752,7 @@ export interface BindableAttribute$instance extends Attribute {
|
|
|
747
752
|
|
|
748
753
|
readonly Bindable: boolean;
|
|
749
754
|
readonly Direction: BindingDirection;
|
|
750
|
-
Equals(obj:
|
|
755
|
+
Equals(obj: unknown | null): boolean;
|
|
751
756
|
GetHashCode(): int;
|
|
752
757
|
IsDefaultAttribute(): boolean;
|
|
753
758
|
}
|
|
@@ -766,7 +771,7 @@ export const BindableAttribute: {
|
|
|
766
771
|
|
|
767
772
|
export type BindableAttribute = BindableAttribute$instance;
|
|
768
773
|
|
|
769
|
-
export interface BindingList_1$instance<T> extends Collection_1<T>, ICancelAddNew$instance, IRaiseItemChangedEvents$instance {
|
|
774
|
+
export interface BindingList_1$instance<T extends unknown> extends Collection_1<T>, ICancelAddNew$instance, IRaiseItemChangedEvents$instance {
|
|
770
775
|
readonly __tsonic_type_System_ComponentModel_BindingList_1: never;
|
|
771
776
|
|
|
772
777
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -792,12 +797,12 @@ export interface BindingList_1$instance<T> extends Collection_1<T>, ICancelAddNe
|
|
|
792
797
|
readonly SupportsSearchingCore: boolean;
|
|
793
798
|
readonly SupportsSortingCore: boolean;
|
|
794
799
|
AddNew(): T;
|
|
795
|
-
AddNewCore():
|
|
800
|
+
AddNewCore(): unknown | null;
|
|
796
801
|
ApplySortCore(prop: PropertyDescriptor, direction: ListSortDirection): void;
|
|
797
802
|
CancelNew(itemIndex: int): void;
|
|
798
803
|
ClearItems(): void;
|
|
799
804
|
EndNew(itemIndex: int): void;
|
|
800
|
-
FindCore(prop: PropertyDescriptor, key:
|
|
805
|
+
FindCore(prop: PropertyDescriptor, key: unknown): int;
|
|
801
806
|
InsertItem(index: int, item: T): void;
|
|
802
807
|
OnAddingNew(e: AddingNewEventArgs): void;
|
|
803
808
|
OnListChanged(e: ListChangedEventArgs): void;
|
|
@@ -810,12 +815,12 @@ export interface BindingList_1$instance<T> extends Collection_1<T>, ICancelAddNe
|
|
|
810
815
|
|
|
811
816
|
|
|
812
817
|
export const BindingList_1: {
|
|
813
|
-
new<T>(): BindingList_1<T>;
|
|
814
|
-
new<T>(list: IList_1<T>): BindingList_1<T>;
|
|
818
|
+
new<T extends unknown>(): BindingList_1<T>;
|
|
819
|
+
new<T extends unknown>(list: IList_1<T>): BindingList_1<T>;
|
|
815
820
|
};
|
|
816
821
|
|
|
817
822
|
|
|
818
|
-
export interface __BindingList_1$views<T> {
|
|
823
|
+
export interface __BindingList_1$views<T extends unknown> {
|
|
819
824
|
As_IBindingList(): IBindingList$instance;
|
|
820
825
|
As_ICancelAddNew(): ICancelAddNew$instance;
|
|
821
826
|
As_IRaiseItemChangedEvents(): IRaiseItemChangedEvents$instance;
|
|
@@ -828,7 +833,7 @@ export interface __BindingList_1$views<T> {
|
|
|
828
833
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
829
834
|
}
|
|
830
835
|
|
|
831
|
-
export type BindingList_1<T> = BindingList_1$instance<T> & __BindingList_1$views<T>;
|
|
836
|
+
export type BindingList_1<T extends unknown> = BindingList_1$instance<T> & __BindingList_1$views<T>;
|
|
832
837
|
|
|
833
838
|
|
|
834
839
|
export interface BooleanConverter$instance extends TypeConverter {
|
|
@@ -836,8 +841,8 @@ export interface BooleanConverter$instance extends TypeConverter {
|
|
|
836
841
|
|
|
837
842
|
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
838
843
|
CanConvertFrom(sourceType: Type): boolean;
|
|
839
|
-
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
840
|
-
ConvertFrom(value:
|
|
844
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown): unknown | null;
|
|
845
|
+
ConvertFrom(value: unknown): unknown | null;
|
|
841
846
|
GetStandardValues(context: ITypeDescriptorContext | null): TypeConverter_StandardValuesCollection;
|
|
842
847
|
GetStandardValues(): ICollection | null;
|
|
843
848
|
GetStandardValuesExclusive(context: ITypeDescriptorContext | null): boolean;
|
|
@@ -858,7 +863,7 @@ export interface BrowsableAttribute$instance extends Attribute {
|
|
|
858
863
|
readonly __tsonic_type_System_ComponentModel_BrowsableAttribute: never;
|
|
859
864
|
|
|
860
865
|
readonly Browsable: boolean;
|
|
861
|
-
Equals(obj:
|
|
866
|
+
Equals(obj: unknown | null): boolean;
|
|
862
867
|
GetHashCode(): int;
|
|
863
868
|
IsDefaultAttribute(): boolean;
|
|
864
869
|
}
|
|
@@ -906,7 +911,7 @@ export interface CategoryAttribute$instance extends Attribute {
|
|
|
906
911
|
readonly __tsonic_type_System_ComponentModel_CategoryAttribute: never;
|
|
907
912
|
|
|
908
913
|
readonly Category: string;
|
|
909
|
-
Equals(obj:
|
|
914
|
+
Equals(obj: unknown | null): boolean;
|
|
910
915
|
GetHashCode(): int;
|
|
911
916
|
GetLocalizedString(value: string): string | null;
|
|
912
917
|
IsDefaultAttribute(): boolean;
|
|
@@ -940,10 +945,10 @@ export interface CharConverter$instance extends TypeConverter {
|
|
|
940
945
|
|
|
941
946
|
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
942
947
|
CanConvertFrom(sourceType: Type): boolean;
|
|
943
|
-
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
944
|
-
ConvertFrom(value:
|
|
945
|
-
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
946
|
-
ConvertTo(value:
|
|
948
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown): unknown | null;
|
|
949
|
+
ConvertFrom(value: unknown): unknown | null;
|
|
950
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null, destinationType: Type): unknown | null;
|
|
951
|
+
ConvertTo(value: unknown | null, destinationType: Type): unknown | null;
|
|
947
952
|
}
|
|
948
953
|
|
|
949
954
|
|
|
@@ -958,12 +963,12 @@ export interface CollectionChangeEventArgs$instance extends EventArgs {
|
|
|
958
963
|
readonly __tsonic_type_System_ComponentModel_CollectionChangeEventArgs: never;
|
|
959
964
|
|
|
960
965
|
readonly Action: CollectionChangeAction;
|
|
961
|
-
readonly Element:
|
|
966
|
+
readonly Element: unknown | null;
|
|
962
967
|
}
|
|
963
968
|
|
|
964
969
|
|
|
965
970
|
export const CollectionChangeEventArgs: {
|
|
966
|
-
new(action: CollectionChangeAction, element:
|
|
971
|
+
new(action: CollectionChangeAction, element: unknown | null): CollectionChangeEventArgs;
|
|
967
972
|
};
|
|
968
973
|
|
|
969
974
|
|
|
@@ -972,11 +977,11 @@ export type CollectionChangeEventArgs = CollectionChangeEventArgs$instance;
|
|
|
972
977
|
export interface CollectionConverter$instance extends TypeConverter {
|
|
973
978
|
readonly __tsonic_type_System_ComponentModel_CollectionConverter: never;
|
|
974
979
|
|
|
975
|
-
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
976
|
-
ConvertTo(value:
|
|
977
|
-
GetProperties(context: ITypeDescriptorContext | null, value:
|
|
978
|
-
GetProperties(value:
|
|
979
|
-
GetProperties(context: ITypeDescriptorContext | null, value:
|
|
980
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null, destinationType: Type): unknown | null;
|
|
981
|
+
ConvertTo(value: unknown | null, destinationType: Type): unknown | null;
|
|
982
|
+
GetProperties(context: ITypeDescriptorContext | null, value: unknown, attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
983
|
+
GetProperties(value: unknown): PropertyDescriptorCollection | null;
|
|
984
|
+
GetProperties(context: ITypeDescriptorContext | null, value: unknown): PropertyDescriptorCollection | null;
|
|
980
985
|
}
|
|
981
986
|
|
|
982
987
|
|
|
@@ -992,7 +997,7 @@ export interface ComplexBindingPropertiesAttribute$instance extends Attribute {
|
|
|
992
997
|
|
|
993
998
|
readonly DataMember: string | null;
|
|
994
999
|
readonly DataSource: string | null;
|
|
995
|
-
Equals(obj:
|
|
1000
|
+
Equals(obj: unknown | null): boolean;
|
|
996
1001
|
GetHashCode(): int;
|
|
997
1002
|
}
|
|
998
1003
|
|
|
@@ -1020,7 +1025,7 @@ export interface Component$instance extends MarshalByRefObject {
|
|
|
1020
1025
|
Dispose(): void;
|
|
1021
1026
|
Dispose(disposing: boolean): void;
|
|
1022
1027
|
Finalize(): void;
|
|
1023
|
-
GetService(service: Type):
|
|
1028
|
+
GetService(service: Type): unknown | null;
|
|
1024
1029
|
ToString(): string;
|
|
1025
1030
|
}
|
|
1026
1031
|
|
|
@@ -1066,9 +1071,9 @@ export type ComponentCollection = ComponentCollection$instance & __ComponentColl
|
|
|
1066
1071
|
export interface ComponentConverter$instance extends ReferenceConverter {
|
|
1067
1072
|
readonly __tsonic_type_System_ComponentModel_ComponentConverter: never;
|
|
1068
1073
|
|
|
1069
|
-
GetProperties(context: ITypeDescriptorContext | null, value:
|
|
1070
|
-
GetProperties(value:
|
|
1071
|
-
GetProperties(context: ITypeDescriptorContext | null, value:
|
|
1074
|
+
GetProperties(context: ITypeDescriptorContext | null, value: unknown, attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
1075
|
+
GetProperties(value: unknown): PropertyDescriptorCollection | null;
|
|
1076
|
+
GetProperties(context: ITypeDescriptorContext | null, value: unknown): PropertyDescriptorCollection | null;
|
|
1072
1077
|
GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
1073
1078
|
GetPropertiesSupported(): boolean;
|
|
1074
1079
|
}
|
|
@@ -1084,8 +1089,8 @@ export type ComponentConverter = ComponentConverter$instance;
|
|
|
1084
1089
|
export interface ComponentEditor$instance {
|
|
1085
1090
|
readonly __tsonic_type_System_ComponentModel_ComponentEditor: never;
|
|
1086
1091
|
|
|
1087
|
-
EditComponent(component:
|
|
1088
|
-
EditComponent(context: ITypeDescriptorContext | null, component:
|
|
1092
|
+
EditComponent(component: unknown): boolean;
|
|
1093
|
+
EditComponent(context: ITypeDescriptorContext | null, component: unknown): boolean;
|
|
1089
1094
|
}
|
|
1090
1095
|
|
|
1091
1096
|
|
|
@@ -1098,9 +1103,9 @@ export type ComponentEditor = ComponentEditor$instance;
|
|
|
1098
1103
|
export interface ComponentResourceManager$instance extends ResourceManager {
|
|
1099
1104
|
readonly __tsonic_type_System_ComponentModel_ComponentResourceManager: never;
|
|
1100
1105
|
|
|
1101
|
-
ApplyResources(value:
|
|
1102
|
-
ApplyResources(value:
|
|
1103
|
-
ApplyResourcesToRegisteredType(value:
|
|
1106
|
+
ApplyResources(value: unknown, objectName: string): void;
|
|
1107
|
+
ApplyResources(value: unknown, objectName: string, culture: CultureInfo | null): void;
|
|
1108
|
+
ApplyResourcesToRegisteredType(value: unknown, objectName: string, culture: CultureInfo | null): void;
|
|
1104
1109
|
}
|
|
1105
1110
|
|
|
1106
1111
|
|
|
@@ -1125,7 +1130,7 @@ export interface Container$instance {
|
|
|
1125
1130
|
Dispose(): void;
|
|
1126
1131
|
Dispose(disposing: boolean): void;
|
|
1127
1132
|
Finalize(): void;
|
|
1128
|
-
GetService(service: Type):
|
|
1133
|
+
GetService(service: Type): unknown | null;
|
|
1129
1134
|
Remove(component: IComponent | null): void;
|
|
1130
1135
|
ValidateName(component: IComponent, name: string | null): void;
|
|
1131
1136
|
}
|
|
@@ -1164,10 +1169,10 @@ export interface CultureInfoConverter$instance extends TypeConverter {
|
|
|
1164
1169
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1165
1170
|
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
1166
1171
|
CanConvertTo(destinationType: Type | null): boolean;
|
|
1167
|
-
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
1168
|
-
ConvertFrom(value:
|
|
1169
|
-
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
1170
|
-
ConvertTo(value:
|
|
1172
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown): unknown | null;
|
|
1173
|
+
ConvertFrom(value: unknown): unknown | null;
|
|
1174
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null, destinationType: Type): unknown | null;
|
|
1175
|
+
ConvertTo(value: unknown | null, destinationType: Type): unknown | null;
|
|
1171
1176
|
GetCultureName(culture: CultureInfo): string;
|
|
1172
1177
|
GetStandardValues(context: ITypeDescriptorContext | null): TypeConverter_StandardValuesCollection;
|
|
1173
1178
|
GetStandardValues(): ICollection | null;
|
|
@@ -1198,14 +1203,14 @@ export interface CustomTypeDescriptor$instance extends ICustomTypeDescriptor$ins
|
|
|
1198
1203
|
GetConverterFromRegisteredType(): TypeConverter | null;
|
|
1199
1204
|
GetDefaultEvent(): EventDescriptor | null;
|
|
1200
1205
|
GetDefaultProperty(): PropertyDescriptor | null;
|
|
1201
|
-
GetEditor(editorBaseType: Type):
|
|
1206
|
+
GetEditor(editorBaseType: Type): unknown | null;
|
|
1202
1207
|
GetEvents(): EventDescriptorCollection;
|
|
1203
1208
|
GetEvents(attributes: Attribute[] | null): EventDescriptorCollection;
|
|
1204
1209
|
GetEventsFromRegisteredType(): EventDescriptorCollection;
|
|
1205
1210
|
GetProperties(): PropertyDescriptorCollection;
|
|
1206
1211
|
GetProperties(attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
1207
1212
|
GetPropertiesFromRegisteredType(): PropertyDescriptorCollection;
|
|
1208
|
-
GetPropertyOwner(pd: PropertyDescriptor | null):
|
|
1213
|
+
GetPropertyOwner(pd: PropertyDescriptor | null): unknown | null;
|
|
1209
1214
|
}
|
|
1210
1215
|
|
|
1211
1216
|
|
|
@@ -1238,7 +1243,7 @@ export interface DataObjectAttribute$instance extends Attribute {
|
|
|
1238
1243
|
readonly __tsonic_type_System_ComponentModel_DataObjectAttribute: never;
|
|
1239
1244
|
|
|
1240
1245
|
readonly IsDataObject: boolean;
|
|
1241
|
-
Equals(obj:
|
|
1246
|
+
Equals(obj: unknown | null): boolean;
|
|
1242
1247
|
GetHashCode(): int;
|
|
1243
1248
|
IsDefaultAttribute(): boolean;
|
|
1244
1249
|
}
|
|
@@ -1262,7 +1267,7 @@ export interface DataObjectFieldAttribute$instance extends Attribute {
|
|
|
1262
1267
|
readonly IsNullable: boolean;
|
|
1263
1268
|
readonly Length: int;
|
|
1264
1269
|
readonly PrimaryKey: boolean;
|
|
1265
|
-
Equals(obj:
|
|
1270
|
+
Equals(obj: unknown | null): boolean;
|
|
1266
1271
|
GetHashCode(): int;
|
|
1267
1272
|
}
|
|
1268
1273
|
|
|
@@ -1282,9 +1287,9 @@ export interface DataObjectMethodAttribute$instance extends Attribute {
|
|
|
1282
1287
|
|
|
1283
1288
|
readonly IsDefault: boolean;
|
|
1284
1289
|
readonly MethodType: DataObjectMethodType;
|
|
1285
|
-
Equals(obj:
|
|
1290
|
+
Equals(obj: unknown | null): boolean;
|
|
1286
1291
|
GetHashCode(): int;
|
|
1287
|
-
Match(obj:
|
|
1292
|
+
Match(obj: unknown | null): boolean;
|
|
1288
1293
|
}
|
|
1289
1294
|
|
|
1290
1295
|
|
|
@@ -1303,10 +1308,10 @@ export interface DateOnlyConverter$instance extends TypeConverter {
|
|
|
1303
1308
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1304
1309
|
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
1305
1310
|
CanConvertTo(destinationType: Type | null): boolean;
|
|
1306
|
-
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
1307
|
-
ConvertFrom(value:
|
|
1308
|
-
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
1309
|
-
ConvertTo(value:
|
|
1311
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown): unknown | null;
|
|
1312
|
+
ConvertFrom(value: unknown): unknown | null;
|
|
1313
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null, destinationType: Type): unknown | null;
|
|
1314
|
+
ConvertTo(value: unknown | null, destinationType: Type): unknown | null;
|
|
1310
1315
|
}
|
|
1311
1316
|
|
|
1312
1317
|
|
|
@@ -1324,10 +1329,10 @@ export interface DateTimeConverter$instance extends TypeConverter {
|
|
|
1324
1329
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1325
1330
|
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
1326
1331
|
CanConvertTo(destinationType: Type | null): boolean;
|
|
1327
|
-
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
1328
|
-
ConvertFrom(value:
|
|
1329
|
-
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
1330
|
-
ConvertTo(value:
|
|
1332
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown): unknown | null;
|
|
1333
|
+
ConvertFrom(value: unknown): unknown | null;
|
|
1334
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null, destinationType: Type): unknown | null;
|
|
1335
|
+
ConvertTo(value: unknown | null, destinationType: Type): unknown | null;
|
|
1331
1336
|
}
|
|
1332
1337
|
|
|
1333
1338
|
|
|
@@ -1345,10 +1350,10 @@ export interface DateTimeOffsetConverter$instance extends TypeConverter {
|
|
|
1345
1350
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1346
1351
|
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
1347
1352
|
CanConvertTo(destinationType: Type | null): boolean;
|
|
1348
|
-
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
1349
|
-
ConvertFrom(value:
|
|
1350
|
-
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
1351
|
-
ConvertTo(value:
|
|
1353
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown): unknown | null;
|
|
1354
|
+
ConvertFrom(value: unknown): unknown | null;
|
|
1355
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null, destinationType: Type): unknown | null;
|
|
1356
|
+
ConvertTo(value: unknown | null, destinationType: Type): unknown | null;
|
|
1352
1357
|
}
|
|
1353
1358
|
|
|
1354
1359
|
|
|
@@ -1364,8 +1369,8 @@ export interface DecimalConverter$instance extends BaseNumberConverter {
|
|
|
1364
1369
|
|
|
1365
1370
|
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
1366
1371
|
CanConvertTo(destinationType: Type | null): boolean;
|
|
1367
|
-
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
1368
|
-
ConvertTo(value:
|
|
1372
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null, destinationType: Type): unknown | null;
|
|
1373
|
+
ConvertTo(value: unknown | null, destinationType: Type): unknown | null;
|
|
1369
1374
|
}
|
|
1370
1375
|
|
|
1371
1376
|
|
|
@@ -1380,7 +1385,7 @@ export interface DefaultBindingPropertyAttribute$instance extends Attribute {
|
|
|
1380
1385
|
readonly __tsonic_type_System_ComponentModel_DefaultBindingPropertyAttribute: never;
|
|
1381
1386
|
|
|
1382
1387
|
readonly Name: string | null;
|
|
1383
|
-
Equals(obj:
|
|
1388
|
+
Equals(obj: unknown | null): boolean;
|
|
1384
1389
|
GetHashCode(): int;
|
|
1385
1390
|
}
|
|
1386
1391
|
|
|
@@ -1398,7 +1403,7 @@ export interface DefaultEventAttribute$instance extends Attribute {
|
|
|
1398
1403
|
readonly __tsonic_type_System_ComponentModel_DefaultEventAttribute: never;
|
|
1399
1404
|
|
|
1400
1405
|
readonly Name: string | null;
|
|
1401
|
-
Equals(obj:
|
|
1406
|
+
Equals(obj: unknown | null): boolean;
|
|
1402
1407
|
GetHashCode(): int;
|
|
1403
1408
|
}
|
|
1404
1409
|
|
|
@@ -1415,7 +1420,7 @@ export interface DefaultPropertyAttribute$instance extends Attribute {
|
|
|
1415
1420
|
readonly __tsonic_type_System_ComponentModel_DefaultPropertyAttribute: never;
|
|
1416
1421
|
|
|
1417
1422
|
readonly Name: string | null;
|
|
1418
|
-
Equals(obj:
|
|
1423
|
+
Equals(obj: unknown | null): boolean;
|
|
1419
1424
|
GetHashCode(): int;
|
|
1420
1425
|
}
|
|
1421
1426
|
|
|
@@ -1431,8 +1436,8 @@ export type DefaultPropertyAttribute = DefaultPropertyAttribute$instance;
|
|
|
1431
1436
|
export interface DefaultValueAttribute$instance extends Attribute {
|
|
1432
1437
|
readonly __tsonic_type_System_ComponentModel_DefaultValueAttribute: never;
|
|
1433
1438
|
|
|
1434
|
-
readonly Value:
|
|
1435
|
-
Equals(obj:
|
|
1439
|
+
readonly Value: unknown | null;
|
|
1440
|
+
Equals(obj: unknown | null): boolean;
|
|
1436
1441
|
GetHashCode(): int;
|
|
1437
1442
|
}
|
|
1438
1443
|
|
|
@@ -1448,7 +1453,7 @@ export const DefaultValueAttribute: {
|
|
|
1448
1453
|
new(value: double): DefaultValueAttribute;
|
|
1449
1454
|
new(value: boolean): DefaultValueAttribute;
|
|
1450
1455
|
new(value: string | null): DefaultValueAttribute;
|
|
1451
|
-
new(value:
|
|
1456
|
+
new(value: unknown | null): DefaultValueAttribute;
|
|
1452
1457
|
new(value: sbyte): DefaultValueAttribute;
|
|
1453
1458
|
new(value: ushort): DefaultValueAttribute;
|
|
1454
1459
|
new(value: uint): DefaultValueAttribute;
|
|
@@ -1462,7 +1467,7 @@ export interface DescriptionAttribute$instance extends Attribute {
|
|
|
1462
1467
|
readonly __tsonic_type_System_ComponentModel_DescriptionAttribute: never;
|
|
1463
1468
|
|
|
1464
1469
|
readonly Description: string;
|
|
1465
|
-
Equals(obj:
|
|
1470
|
+
Equals(obj: unknown | null): boolean;
|
|
1466
1471
|
GetHashCode(): int;
|
|
1467
1472
|
IsDefaultAttribute(): boolean;
|
|
1468
1473
|
}
|
|
@@ -1482,8 +1487,8 @@ export interface DesignerAttribute$instance extends Attribute {
|
|
|
1482
1487
|
|
|
1483
1488
|
readonly DesignerBaseTypeName: string;
|
|
1484
1489
|
readonly DesignerTypeName: string;
|
|
1485
|
-
readonly TypeId:
|
|
1486
|
-
Equals(obj:
|
|
1490
|
+
readonly TypeId: unknown;
|
|
1491
|
+
Equals(obj: unknown | null): boolean;
|
|
1487
1492
|
GetHashCode(): int;
|
|
1488
1493
|
}
|
|
1489
1494
|
|
|
@@ -1503,8 +1508,8 @@ export interface DesignerCategoryAttribute$instance extends Attribute {
|
|
|
1503
1508
|
readonly __tsonic_type_System_ComponentModel_DesignerCategoryAttribute: never;
|
|
1504
1509
|
|
|
1505
1510
|
readonly Category: string;
|
|
1506
|
-
readonly TypeId:
|
|
1507
|
-
Equals(obj:
|
|
1511
|
+
readonly TypeId: unknown;
|
|
1512
|
+
Equals(obj: unknown | null): boolean;
|
|
1508
1513
|
GetHashCode(): int;
|
|
1509
1514
|
IsDefaultAttribute(): boolean;
|
|
1510
1515
|
}
|
|
@@ -1526,7 +1531,7 @@ export interface DesignerSerializationVisibilityAttribute$instance extends Attri
|
|
|
1526
1531
|
readonly __tsonic_type_System_ComponentModel_DesignerSerializationVisibilityAttribute: never;
|
|
1527
1532
|
|
|
1528
1533
|
readonly Visibility: DesignerSerializationVisibility;
|
|
1529
|
-
Equals(obj:
|
|
1534
|
+
Equals(obj: unknown | null): boolean;
|
|
1530
1535
|
GetHashCode(): int;
|
|
1531
1536
|
IsDefaultAttribute(): boolean;
|
|
1532
1537
|
}
|
|
@@ -1547,7 +1552,7 @@ export interface DesignOnlyAttribute$instance extends Attribute {
|
|
|
1547
1552
|
readonly __tsonic_type_System_ComponentModel_DesignOnlyAttribute: never;
|
|
1548
1553
|
|
|
1549
1554
|
readonly IsDesignOnly: boolean;
|
|
1550
|
-
Equals(obj:
|
|
1555
|
+
Equals(obj: unknown | null): boolean;
|
|
1551
1556
|
GetHashCode(): int;
|
|
1552
1557
|
IsDefaultAttribute(): boolean;
|
|
1553
1558
|
}
|
|
@@ -1567,7 +1572,7 @@ export interface DesignTimeVisibleAttribute$instance extends Attribute {
|
|
|
1567
1572
|
readonly __tsonic_type_System_ComponentModel_DesignTimeVisibleAttribute: never;
|
|
1568
1573
|
|
|
1569
1574
|
readonly Visible: boolean;
|
|
1570
|
-
Equals(obj:
|
|
1575
|
+
Equals(obj: unknown | null): boolean;
|
|
1571
1576
|
GetHashCode(): int;
|
|
1572
1577
|
IsDefaultAttribute(): boolean;
|
|
1573
1578
|
}
|
|
@@ -1588,7 +1593,7 @@ export interface DisplayNameAttribute$instance extends Attribute {
|
|
|
1588
1593
|
readonly __tsonic_type_System_ComponentModel_DisplayNameAttribute: never;
|
|
1589
1594
|
|
|
1590
1595
|
readonly DisplayName: string;
|
|
1591
|
-
Equals(obj:
|
|
1596
|
+
Equals(obj: unknown | null): boolean;
|
|
1592
1597
|
GetHashCode(): int;
|
|
1593
1598
|
IsDefaultAttribute(): boolean;
|
|
1594
1599
|
}
|
|
@@ -1619,14 +1624,14 @@ export type DoubleConverter = DoubleConverter$instance;
|
|
|
1619
1624
|
export interface DoWorkEventArgs$instance extends CancelEventArgs {
|
|
1620
1625
|
readonly __tsonic_type_System_ComponentModel_DoWorkEventArgs: never;
|
|
1621
1626
|
|
|
1622
|
-
readonly Argument:
|
|
1623
|
-
get Result():
|
|
1624
|
-
set Result(value:
|
|
1627
|
+
readonly Argument: unknown | null;
|
|
1628
|
+
get Result(): unknown | null;
|
|
1629
|
+
set Result(value: unknown | null);
|
|
1625
1630
|
}
|
|
1626
1631
|
|
|
1627
1632
|
|
|
1628
1633
|
export const DoWorkEventArgs: {
|
|
1629
|
-
new(argument:
|
|
1634
|
+
new(argument: unknown | null): DoWorkEventArgs;
|
|
1630
1635
|
};
|
|
1631
1636
|
|
|
1632
1637
|
|
|
@@ -1637,8 +1642,8 @@ export interface EditorAttribute$instance extends Attribute {
|
|
|
1637
1642
|
|
|
1638
1643
|
readonly EditorBaseTypeName: string | null;
|
|
1639
1644
|
readonly EditorTypeName: string;
|
|
1640
|
-
readonly TypeId:
|
|
1641
|
-
Equals(obj:
|
|
1645
|
+
readonly TypeId: unknown;
|
|
1646
|
+
Equals(obj: unknown | null): boolean;
|
|
1642
1647
|
GetHashCode(): int;
|
|
1643
1648
|
}
|
|
1644
1649
|
|
|
@@ -1657,7 +1662,7 @@ export interface EditorBrowsableAttribute$instance extends Attribute {
|
|
|
1657
1662
|
readonly __tsonic_type_System_ComponentModel_EditorBrowsableAttribute: never;
|
|
1658
1663
|
|
|
1659
1664
|
readonly State: EditorBrowsableState;
|
|
1660
|
-
Equals(obj:
|
|
1665
|
+
Equals(obj: unknown | null): boolean;
|
|
1661
1666
|
GetHashCode(): int;
|
|
1662
1667
|
}
|
|
1663
1668
|
|
|
@@ -1678,18 +1683,18 @@ export interface EnumConverter$instance extends TypeConverter {
|
|
|
1678
1683
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1679
1684
|
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
1680
1685
|
CanConvertTo(destinationType: Type | null): boolean;
|
|
1681
|
-
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
1682
|
-
ConvertFrom(value:
|
|
1683
|
-
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
1684
|
-
ConvertTo(value:
|
|
1686
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown): unknown | null;
|
|
1687
|
+
ConvertFrom(value: unknown): unknown | null;
|
|
1688
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null, destinationType: Type): unknown | null;
|
|
1689
|
+
ConvertTo(value: unknown | null, destinationType: Type): unknown | null;
|
|
1685
1690
|
GetStandardValues(context: ITypeDescriptorContext | null): TypeConverter_StandardValuesCollection;
|
|
1686
1691
|
GetStandardValues(): ICollection | null;
|
|
1687
1692
|
GetStandardValuesExclusive(context: ITypeDescriptorContext | null): boolean;
|
|
1688
1693
|
GetStandardValuesExclusive(): boolean;
|
|
1689
1694
|
GetStandardValuesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
1690
1695
|
GetStandardValuesSupported(): boolean;
|
|
1691
|
-
IsValid(context: ITypeDescriptorContext | null, value:
|
|
1692
|
-
IsValid(value:
|
|
1696
|
+
IsValid(context: ITypeDescriptorContext | null, value: unknown | null): boolean;
|
|
1697
|
+
IsValid(value: unknown): boolean;
|
|
1693
1698
|
}
|
|
1694
1699
|
|
|
1695
1700
|
|
|
@@ -1706,8 +1711,8 @@ export interface EventDescriptor$instance extends MemberDescriptor {
|
|
|
1706
1711
|
readonly ComponentType: Type;
|
|
1707
1712
|
readonly EventType: Type;
|
|
1708
1713
|
readonly IsMulticast: boolean;
|
|
1709
|
-
AddEventHandler(component:
|
|
1710
|
-
RemoveEventHandler(component:
|
|
1714
|
+
AddEventHandler(component: unknown, value: Function): void;
|
|
1715
|
+
RemoveEventHandler(component: unknown, value: Function): void;
|
|
1711
1716
|
}
|
|
1712
1717
|
|
|
1713
1718
|
|
|
@@ -1766,10 +1771,10 @@ export interface EventHandlerList$instance extends System_Internal.IDisposable$i
|
|
|
1766
1771
|
|
|
1767
1772
|
get Item(): Function | null;
|
|
1768
1773
|
set Item(value: Function | null);
|
|
1769
|
-
AddHandler(key:
|
|
1774
|
+
AddHandler(key: unknown, value: Function | null): void;
|
|
1770
1775
|
AddHandlers(listToAddFrom: EventHandlerList): void;
|
|
1771
1776
|
Dispose(): void;
|
|
1772
|
-
RemoveHandler(key:
|
|
1777
|
+
RemoveHandler(key: unknown, value: Function | null): void;
|
|
1773
1778
|
}
|
|
1774
1779
|
|
|
1775
1780
|
|
|
@@ -1788,9 +1793,9 @@ export type EventHandlerList = EventHandlerList$instance & __EventHandlerList$vi
|
|
|
1788
1793
|
export interface ExpandableObjectConverter$instance extends TypeConverter {
|
|
1789
1794
|
readonly __tsonic_type_System_ComponentModel_ExpandableObjectConverter: never;
|
|
1790
1795
|
|
|
1791
|
-
GetProperties(context: ITypeDescriptorContext | null, value:
|
|
1792
|
-
GetProperties(value:
|
|
1793
|
-
GetProperties(context: ITypeDescriptorContext | null, value:
|
|
1796
|
+
GetProperties(context: ITypeDescriptorContext | null, value: unknown, attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
1797
|
+
GetProperties(value: unknown): PropertyDescriptorCollection | null;
|
|
1798
|
+
GetProperties(context: ITypeDescriptorContext | null, value: unknown): PropertyDescriptorCollection | null;
|
|
1794
1799
|
GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
1795
1800
|
GetPropertiesSupported(): boolean;
|
|
1796
1801
|
}
|
|
@@ -1812,7 +1817,7 @@ export interface ExtenderProvidedPropertyAttribute$instance extends Attribute {
|
|
|
1812
1817
|
set Provider(value: IExtenderProvider | null);
|
|
1813
1818
|
get ReceiverType(): Type | null;
|
|
1814
1819
|
set ReceiverType(value: Type | null);
|
|
1815
|
-
Equals(obj:
|
|
1820
|
+
Equals(obj: unknown | null): boolean;
|
|
1816
1821
|
GetHashCode(): int;
|
|
1817
1822
|
IsDefaultAttribute(): boolean;
|
|
1818
1823
|
}
|
|
@@ -1832,10 +1837,10 @@ export interface GuidConverter$instance extends TypeConverter {
|
|
|
1832
1837
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1833
1838
|
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
1834
1839
|
CanConvertTo(destinationType: Type | null): boolean;
|
|
1835
|
-
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
1836
|
-
ConvertFrom(value:
|
|
1837
|
-
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
1838
|
-
ConvertTo(value:
|
|
1840
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown): unknown | null;
|
|
1841
|
+
ConvertFrom(value: unknown): unknown | null;
|
|
1842
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null, destinationType: Type): unknown | null;
|
|
1843
|
+
ConvertTo(value: unknown | null, destinationType: Type): unknown | null;
|
|
1839
1844
|
}
|
|
1840
1845
|
|
|
1841
1846
|
|
|
@@ -1878,7 +1883,7 @@ export interface ImmutableObjectAttribute$instance extends Attribute {
|
|
|
1878
1883
|
readonly __tsonic_type_System_ComponentModel_ImmutableObjectAttribute: never;
|
|
1879
1884
|
|
|
1880
1885
|
readonly Immutable: boolean;
|
|
1881
|
-
Equals(obj:
|
|
1886
|
+
Equals(obj: unknown | null): boolean;
|
|
1882
1887
|
GetHashCode(): int;
|
|
1883
1888
|
IsDefaultAttribute(): boolean;
|
|
1884
1889
|
}
|
|
@@ -1898,7 +1903,7 @@ export interface InheritanceAttribute$instance extends Attribute {
|
|
|
1898
1903
|
readonly __tsonic_type_System_ComponentModel_InheritanceAttribute: never;
|
|
1899
1904
|
|
|
1900
1905
|
readonly InheritanceLevel: InheritanceLevel;
|
|
1901
|
-
Equals(value:
|
|
1906
|
+
Equals(value: unknown | null): boolean;
|
|
1902
1907
|
GetHashCode(): int;
|
|
1903
1908
|
IsDefaultAttribute(): boolean;
|
|
1904
1909
|
ToString(): string;
|
|
@@ -1935,7 +1940,7 @@ export interface InstallerTypeAttribute$instance extends Attribute {
|
|
|
1935
1940
|
readonly __tsonic_type_System_ComponentModel_InstallerTypeAttribute: never;
|
|
1936
1941
|
|
|
1937
1942
|
readonly InstallerType: Type | null;
|
|
1938
|
-
Equals(obj:
|
|
1943
|
+
Equals(obj: unknown | null): boolean;
|
|
1939
1944
|
GetHashCode(): int;
|
|
1940
1945
|
}
|
|
1941
1946
|
|
|
@@ -1952,7 +1957,7 @@ export interface InstanceCreationEditor$instance {
|
|
|
1952
1957
|
readonly __tsonic_type_System_ComponentModel_InstanceCreationEditor: never;
|
|
1953
1958
|
|
|
1954
1959
|
readonly Text: string;
|
|
1955
|
-
CreateInstance(context: ITypeDescriptorContext, instanceType: Type):
|
|
1960
|
+
CreateInstance(context: ITypeDescriptorContext, instanceType: Type): unknown | null;
|
|
1956
1961
|
}
|
|
1957
1962
|
|
|
1958
1963
|
|
|
@@ -2014,7 +2019,7 @@ export const Int64Converter: {
|
|
|
2014
2019
|
|
|
2015
2020
|
export type Int64Converter = Int64Converter$instance;
|
|
2016
2021
|
|
|
2017
|
-
export interface InvalidAsynchronousStateException$instance extends ArgumentException {
|
|
2022
|
+
export interface InvalidAsynchronousStateException$instance extends ArgumentException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
2018
2023
|
readonly __tsonic_type_System_ComponentModel_InvalidAsynchronousStateException: never;
|
|
2019
2024
|
|
|
2020
2025
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -2036,7 +2041,7 @@ export interface __InvalidAsynchronousStateException$views {
|
|
|
2036
2041
|
export type InvalidAsynchronousStateException = InvalidAsynchronousStateException$instance & __InvalidAsynchronousStateException$views;
|
|
2037
2042
|
|
|
2038
2043
|
|
|
2039
|
-
export interface InvalidEnumArgumentException$instance extends ArgumentException {
|
|
2044
|
+
export interface InvalidEnumArgumentException$instance extends ArgumentException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
2040
2045
|
readonly __tsonic_type_System_ComponentModel_InvalidEnumArgumentException: never;
|
|
2041
2046
|
|
|
2042
2047
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -2087,7 +2092,7 @@ export interface LicenseContext$instance extends System_Internal.IServiceProvide
|
|
|
2087
2092
|
|
|
2088
2093
|
readonly UsageMode: LicenseUsageMode;
|
|
2089
2094
|
GetSavedLicenseKey(type: Type, resourceAssembly: Assembly | null): string | null;
|
|
2090
|
-
GetService(type: Type):
|
|
2095
|
+
GetService(type: Type): unknown | null;
|
|
2091
2096
|
SetSavedLicenseKey(type: Type, key: string): void;
|
|
2092
2097
|
}
|
|
2093
2098
|
|
|
@@ -2104,7 +2109,7 @@ export interface __LicenseContext$views {
|
|
|
2104
2109
|
export type LicenseContext = LicenseContext$instance & __LicenseContext$views;
|
|
2105
2110
|
|
|
2106
2111
|
|
|
2107
|
-
export interface LicenseException$instance extends SystemException {
|
|
2112
|
+
export interface LicenseException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
2108
2113
|
readonly __tsonic_type_System_ComponentModel_LicenseException: never;
|
|
2109
2114
|
|
|
2110
2115
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -2116,9 +2121,9 @@ export interface LicenseException$instance extends SystemException {
|
|
|
2116
2121
|
|
|
2117
2122
|
export const LicenseException: {
|
|
2118
2123
|
new(type: Type | null): LicenseException;
|
|
2119
|
-
new(type: Type | null, instance:
|
|
2120
|
-
new(type: Type | null, instance:
|
|
2121
|
-
new(type: Type | null, instance:
|
|
2124
|
+
new(type: Type | null, instance: unknown | null): LicenseException;
|
|
2125
|
+
new(type: Type | null, instance: unknown | null, message: string | null): LicenseException;
|
|
2126
|
+
new(type: Type | null, instance: unknown | null, message: string | null, innerException: Exception | null): LicenseException;
|
|
2122
2127
|
};
|
|
2123
2128
|
|
|
2124
2129
|
|
|
@@ -2138,14 +2143,14 @@ export interface LicenseManager$instance {
|
|
|
2138
2143
|
export const LicenseManager: {
|
|
2139
2144
|
CurrentContext: LicenseContext;
|
|
2140
2145
|
readonly UsageMode: LicenseUsageMode;
|
|
2141
|
-
CreateWithContext(type: Type, creationContext: LicenseContext, args:
|
|
2142
|
-
CreateWithContext(type: Type, creationContext: LicenseContext):
|
|
2146
|
+
CreateWithContext(type: Type, creationContext: LicenseContext, args: unknown[]): unknown | null;
|
|
2147
|
+
CreateWithContext(type: Type, creationContext: LicenseContext): unknown | null;
|
|
2143
2148
|
IsLicensed(type: Type): boolean;
|
|
2144
|
-
IsValid(type: Type, instance:
|
|
2149
|
+
IsValid(type: Type, instance: unknown | null, license: License | null): boolean;
|
|
2145
2150
|
IsValid(type: Type): boolean;
|
|
2146
|
-
LockContext(contextUser:
|
|
2147
|
-
UnlockContext(contextUser:
|
|
2148
|
-
Validate(type: Type, instance:
|
|
2151
|
+
LockContext(contextUser: unknown): void;
|
|
2152
|
+
UnlockContext(contextUser: unknown): void;
|
|
2153
|
+
Validate(type: Type, instance: unknown | null): License | null;
|
|
2149
2154
|
Validate(type: Type): void;
|
|
2150
2155
|
};
|
|
2151
2156
|
|
|
@@ -2155,7 +2160,7 @@ export type LicenseManager = LicenseManager$instance;
|
|
|
2155
2160
|
export interface LicenseProvider$instance {
|
|
2156
2161
|
readonly __tsonic_type_System_ComponentModel_LicenseProvider: never;
|
|
2157
2162
|
|
|
2158
|
-
GetLicense(context: LicenseContext, type: Type, instance:
|
|
2163
|
+
GetLicense(context: LicenseContext, type: Type, instance: unknown | null, allowExceptions: boolean): License | null;
|
|
2159
2164
|
}
|
|
2160
2165
|
|
|
2161
2166
|
|
|
@@ -2169,8 +2174,8 @@ export interface LicenseProviderAttribute$instance extends Attribute {
|
|
|
2169
2174
|
readonly __tsonic_type_System_ComponentModel_LicenseProviderAttribute: never;
|
|
2170
2175
|
|
|
2171
2176
|
readonly LicenseProvider: Type | null;
|
|
2172
|
-
readonly TypeId:
|
|
2173
|
-
Equals(value:
|
|
2177
|
+
readonly TypeId: unknown;
|
|
2178
|
+
Equals(value: unknown | null): boolean;
|
|
2174
2179
|
GetHashCode(): int;
|
|
2175
2180
|
}
|
|
2176
2181
|
|
|
@@ -2189,7 +2194,7 @@ export interface LicFileLicenseProvider$instance extends LicenseProvider {
|
|
|
2189
2194
|
readonly __tsonic_type_System_ComponentModel_LicFileLicenseProvider: never;
|
|
2190
2195
|
|
|
2191
2196
|
GetKey(type: Type): string;
|
|
2192
|
-
GetLicense(context: LicenseContext, type: Type, instance:
|
|
2197
|
+
GetLicense(context: LicenseContext, type: Type, instance: unknown | null, allowExceptions: boolean): License | null;
|
|
2193
2198
|
IsKeyValid(key: string | null, type: Type): boolean;
|
|
2194
2199
|
}
|
|
2195
2200
|
|
|
@@ -2205,7 +2210,7 @@ export interface ListBindableAttribute$instance extends Attribute {
|
|
|
2205
2210
|
readonly __tsonic_type_System_ComponentModel_ListBindableAttribute: never;
|
|
2206
2211
|
|
|
2207
2212
|
readonly ListBindable: boolean;
|
|
2208
|
-
Equals(obj:
|
|
2213
|
+
Equals(obj: unknown | null): boolean;
|
|
2209
2214
|
GetHashCode(): int;
|
|
2210
2215
|
IsDefaultAttribute(): boolean;
|
|
2211
2216
|
}
|
|
@@ -2266,9 +2271,9 @@ export interface ListSortDescriptionCollection$instance {
|
|
|
2266
2271
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
2267
2272
|
|
|
2268
2273
|
readonly Count: int;
|
|
2269
|
-
Contains(value:
|
|
2274
|
+
Contains(value: unknown | null): boolean;
|
|
2270
2275
|
CopyTo(array: ClrArray, index: int): void;
|
|
2271
|
-
IndexOf(value:
|
|
2276
|
+
IndexOf(value: unknown | null): int;
|
|
2272
2277
|
}
|
|
2273
2278
|
|
|
2274
2279
|
|
|
@@ -2291,7 +2296,7 @@ export interface LocalizableAttribute$instance extends Attribute {
|
|
|
2291
2296
|
readonly __tsonic_type_System_ComponentModel_LocalizableAttribute: never;
|
|
2292
2297
|
|
|
2293
2298
|
readonly IsLocalizable: boolean;
|
|
2294
|
-
Equals(obj:
|
|
2299
|
+
Equals(obj: unknown | null): boolean;
|
|
2295
2300
|
GetHashCode(): int;
|
|
2296
2301
|
IsDefaultAttribute(): boolean;
|
|
2297
2302
|
}
|
|
@@ -2314,7 +2319,7 @@ export interface LookupBindingPropertiesAttribute$instance extends Attribute {
|
|
|
2314
2319
|
readonly DisplayMember: string | null;
|
|
2315
2320
|
readonly LookupMember: string | null;
|
|
2316
2321
|
readonly ValueMember: string | null;
|
|
2317
|
-
Equals(obj:
|
|
2322
|
+
Equals(obj: unknown | null): boolean;
|
|
2318
2323
|
GetHashCode(): int;
|
|
2319
2324
|
}
|
|
2320
2325
|
|
|
@@ -2342,7 +2347,7 @@ export interface MarshalByValueComponent$instance extends System_Internal.IServi
|
|
|
2342
2347
|
Dispose(): void;
|
|
2343
2348
|
Dispose(disposing: boolean): void;
|
|
2344
2349
|
Finalize(): void;
|
|
2345
|
-
GetService(service: Type):
|
|
2350
|
+
GetService(service: Type): unknown | null;
|
|
2346
2351
|
ToString(): string | null;
|
|
2347
2352
|
}
|
|
2348
2353
|
|
|
@@ -2392,7 +2397,7 @@ export interface MaskedTextProvider$instance extends System_Internal.ICloneable$
|
|
|
2392
2397
|
Add(input: string, testPosition: int, resultHint: MaskedTextResultHint): boolean;
|
|
2393
2398
|
Clear(): void;
|
|
2394
2399
|
Clear(resultHint: MaskedTextResultHint): void;
|
|
2395
|
-
Clone():
|
|
2400
|
+
Clone(): unknown;
|
|
2396
2401
|
FindAssignedEditPositionFrom(position: int, direction: boolean): int;
|
|
2397
2402
|
FindAssignedEditPositionInRange(startPosition: int, endPosition: int, direction: boolean): int;
|
|
2398
2403
|
FindEditPositionFrom(position: int, direction: boolean): int;
|
|
@@ -2473,18 +2478,18 @@ export interface MemberDescriptor$instance {
|
|
|
2473
2478
|
readonly Name: string;
|
|
2474
2479
|
readonly NameHashCode: int;
|
|
2475
2480
|
CreateAttributeCollection(): AttributeCollection;
|
|
2476
|
-
Equals(obj:
|
|
2481
|
+
Equals(obj: unknown | null): boolean;
|
|
2477
2482
|
FillAttributes(attributeList: IList): void;
|
|
2478
2483
|
GetHashCode(): int;
|
|
2479
|
-
GetInvocationTarget(type: Type, instance:
|
|
2484
|
+
GetInvocationTarget(type: Type, instance: unknown): unknown | null;
|
|
2480
2485
|
}
|
|
2481
2486
|
|
|
2482
2487
|
|
|
2483
2488
|
export const MemberDescriptor: (abstract new(name: string) => MemberDescriptor) & (abstract new(name: string, attributes: Attribute[] | null) => MemberDescriptor) & (abstract new(descr: MemberDescriptor) => MemberDescriptor) & (abstract new(oldMemberDescriptor: MemberDescriptor, newAttributes: Attribute[] | null) => MemberDescriptor) & {
|
|
2484
2489
|
FindMethod(componentClass: Type, name: string, args: Type[], returnType: Type, publicOnly: boolean): MethodInfo | null;
|
|
2485
2490
|
FindMethod(componentClass: Type, name: string, args: Type[], returnType: Type): MethodInfo | null;
|
|
2486
|
-
GetInvokee(componentClass: Type, component:
|
|
2487
|
-
GetSite(component:
|
|
2491
|
+
GetInvokee(componentClass: Type, component: unknown): unknown;
|
|
2492
|
+
GetSite(component: unknown | null): ISite | null;
|
|
2488
2493
|
};
|
|
2489
2494
|
|
|
2490
2495
|
|
|
@@ -2494,7 +2499,7 @@ export interface MergablePropertyAttribute$instance extends Attribute {
|
|
|
2494
2499
|
readonly __tsonic_type_System_ComponentModel_MergablePropertyAttribute: never;
|
|
2495
2500
|
|
|
2496
2501
|
readonly AllowMerge: boolean;
|
|
2497
|
-
Equals(obj:
|
|
2502
|
+
Equals(obj: unknown | null): boolean;
|
|
2498
2503
|
GetHashCode(): int;
|
|
2499
2504
|
IsDefaultAttribute(): boolean;
|
|
2500
2505
|
}
|
|
@@ -2513,11 +2518,11 @@ export type MergablePropertyAttribute = MergablePropertyAttribute$instance;
|
|
|
2513
2518
|
export interface MultilineStringConverter$instance extends TypeConverter {
|
|
2514
2519
|
readonly __tsonic_type_System_ComponentModel_MultilineStringConverter: never;
|
|
2515
2520
|
|
|
2516
|
-
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
2517
|
-
ConvertTo(value:
|
|
2518
|
-
GetProperties(context: ITypeDescriptorContext | null, value:
|
|
2519
|
-
GetProperties(value:
|
|
2520
|
-
GetProperties(context: ITypeDescriptorContext | null, value:
|
|
2521
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null, destinationType: Type): unknown | null;
|
|
2522
|
+
ConvertTo(value: unknown | null, destinationType: Type): unknown | null;
|
|
2523
|
+
GetProperties(context: ITypeDescriptorContext | null, value: unknown, attributes: Attribute[] | null): PropertyDescriptorCollection | null;
|
|
2524
|
+
GetProperties(value: unknown): PropertyDescriptorCollection | null;
|
|
2525
|
+
GetProperties(context: ITypeDescriptorContext | null, value: unknown): PropertyDescriptorCollection | null;
|
|
2521
2526
|
GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
2522
2527
|
GetPropertiesSupported(): boolean;
|
|
2523
2528
|
}
|
|
@@ -2542,7 +2547,7 @@ export interface NestedContainer$instance extends Container$instance {
|
|
|
2542
2547
|
CreateSite(component: IComponent, name: string | null): ISite;
|
|
2543
2548
|
Dispose(disposing: boolean): void;
|
|
2544
2549
|
Dispose(): void;
|
|
2545
|
-
GetService(service: Type):
|
|
2550
|
+
GetService(service: Type): unknown | null;
|
|
2546
2551
|
}
|
|
2547
2552
|
|
|
2548
2553
|
|
|
@@ -2564,7 +2569,7 @@ export interface NotifyParentPropertyAttribute$instance extends Attribute {
|
|
|
2564
2569
|
readonly __tsonic_type_System_ComponentModel_NotifyParentPropertyAttribute: never;
|
|
2565
2570
|
|
|
2566
2571
|
readonly NotifyParent: boolean;
|
|
2567
|
-
Equals(obj:
|
|
2572
|
+
Equals(obj: unknown | null): boolean;
|
|
2568
2573
|
GetHashCode(): int;
|
|
2569
2574
|
IsDefaultAttribute(): boolean;
|
|
2570
2575
|
}
|
|
@@ -2590,17 +2595,17 @@ export interface NullableConverter$instance extends TypeConverter {
|
|
|
2590
2595
|
CanConvertFrom(sourceType: Type): boolean;
|
|
2591
2596
|
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
2592
2597
|
CanConvertTo(destinationType: Type | null): boolean;
|
|
2593
|
-
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
2594
|
-
ConvertFrom(value:
|
|
2595
|
-
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
2596
|
-
ConvertTo(value:
|
|
2597
|
-
CreateInstance(context: ITypeDescriptorContext | null, propertyValues: IDictionary):
|
|
2598
|
-
CreateInstance(propertyValues: IDictionary):
|
|
2598
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null): unknown | null;
|
|
2599
|
+
ConvertFrom(value: unknown): unknown | null;
|
|
2600
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null, destinationType: Type): unknown | null;
|
|
2601
|
+
ConvertTo(value: unknown | null, destinationType: Type): unknown | null;
|
|
2602
|
+
CreateInstance(context: ITypeDescriptorContext | null, propertyValues: IDictionary): unknown | null;
|
|
2603
|
+
CreateInstance(propertyValues: IDictionary): unknown | null;
|
|
2599
2604
|
GetCreateInstanceSupported(context: ITypeDescriptorContext | null): boolean;
|
|
2600
2605
|
GetCreateInstanceSupported(): boolean;
|
|
2601
|
-
GetProperties(context: ITypeDescriptorContext | null, value:
|
|
2602
|
-
GetProperties(value:
|
|
2603
|
-
GetProperties(context: ITypeDescriptorContext | null, value:
|
|
2606
|
+
GetProperties(context: ITypeDescriptorContext | null, value: unknown, attributes: Attribute[] | null): PropertyDescriptorCollection | null;
|
|
2607
|
+
GetProperties(value: unknown): PropertyDescriptorCollection | null;
|
|
2608
|
+
GetProperties(context: ITypeDescriptorContext | null, value: unknown): PropertyDescriptorCollection | null;
|
|
2604
2609
|
GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
2605
2610
|
GetPropertiesSupported(): boolean;
|
|
2606
2611
|
GetStandardValues(context: ITypeDescriptorContext | null): TypeConverter_StandardValuesCollection | null;
|
|
@@ -2609,8 +2614,8 @@ export interface NullableConverter$instance extends TypeConverter {
|
|
|
2609
2614
|
GetStandardValuesExclusive(): boolean;
|
|
2610
2615
|
GetStandardValuesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
2611
2616
|
GetStandardValuesSupported(): boolean;
|
|
2612
|
-
IsValid(context: ITypeDescriptorContext | null, value:
|
|
2613
|
-
IsValid(value:
|
|
2617
|
+
IsValid(context: ITypeDescriptorContext | null, value: unknown): boolean;
|
|
2618
|
+
IsValid(value: unknown): boolean;
|
|
2614
2619
|
}
|
|
2615
2620
|
|
|
2616
2621
|
|
|
@@ -2625,7 +2630,7 @@ export interface ParenthesizePropertyNameAttribute$instance extends Attribute {
|
|
|
2625
2630
|
readonly __tsonic_type_System_ComponentModel_ParenthesizePropertyNameAttribute: never;
|
|
2626
2631
|
|
|
2627
2632
|
readonly NeedParenthesis: boolean;
|
|
2628
|
-
Equals(obj:
|
|
2633
|
+
Equals(obj: unknown | null): boolean;
|
|
2629
2634
|
GetHashCode(): int;
|
|
2630
2635
|
IsDefaultAttribute(): boolean;
|
|
2631
2636
|
}
|
|
@@ -2644,7 +2649,7 @@ export interface PasswordPropertyTextAttribute$instance extends Attribute {
|
|
|
2644
2649
|
readonly __tsonic_type_System_ComponentModel_PasswordPropertyTextAttribute: never;
|
|
2645
2650
|
|
|
2646
2651
|
readonly Password: boolean;
|
|
2647
|
-
Equals(o:
|
|
2652
|
+
Equals(o: unknown | null): boolean;
|
|
2648
2653
|
GetHashCode(): int;
|
|
2649
2654
|
IsDefaultAttribute(): boolean;
|
|
2650
2655
|
}
|
|
@@ -2665,12 +2670,12 @@ export interface ProgressChangedEventArgs$instance extends EventArgs {
|
|
|
2665
2670
|
readonly __tsonic_type_System_ComponentModel_ProgressChangedEventArgs: never;
|
|
2666
2671
|
|
|
2667
2672
|
readonly ProgressPercentage: int;
|
|
2668
|
-
readonly UserState:
|
|
2673
|
+
readonly UserState: unknown | null;
|
|
2669
2674
|
}
|
|
2670
2675
|
|
|
2671
2676
|
|
|
2672
2677
|
export const ProgressChangedEventArgs: {
|
|
2673
|
-
new(progressPercentage: int, userState:
|
|
2678
|
+
new(progressPercentage: int, userState: unknown | null): ProgressChangedEventArgs;
|
|
2674
2679
|
};
|
|
2675
2680
|
|
|
2676
2681
|
|
|
@@ -2715,23 +2720,23 @@ export interface PropertyDescriptor$instance extends MemberDescriptor {
|
|
|
2715
2720
|
readonly PropertyType: Type;
|
|
2716
2721
|
readonly SerializationVisibility: DesignerSerializationVisibility;
|
|
2717
2722
|
readonly SupportsChangeEvents: boolean;
|
|
2718
|
-
AddValueChanged(component:
|
|
2719
|
-
CanResetValue(component:
|
|
2720
|
-
Equals(obj:
|
|
2723
|
+
AddValueChanged(component: unknown, handler: EventHandler): void;
|
|
2724
|
+
CanResetValue(component: unknown): boolean;
|
|
2725
|
+
Equals(obj: unknown | null): boolean;
|
|
2721
2726
|
FillAttributes(attributeList: IList): void;
|
|
2722
2727
|
GetChildProperties(): PropertyDescriptorCollection;
|
|
2723
2728
|
GetChildProperties(filter: Attribute[]): PropertyDescriptorCollection;
|
|
2724
|
-
GetChildProperties(instance:
|
|
2725
|
-
GetChildProperties(instance:
|
|
2726
|
-
GetEditor(editorBaseType: Type):
|
|
2729
|
+
GetChildProperties(instance: unknown): PropertyDescriptorCollection;
|
|
2730
|
+
GetChildProperties(instance: unknown | null, filter: Attribute[] | null): PropertyDescriptorCollection;
|
|
2731
|
+
GetEditor(editorBaseType: Type): unknown | null;
|
|
2727
2732
|
GetHashCode(): int;
|
|
2728
|
-
GetInvocationTarget(type: Type, instance:
|
|
2729
|
-
GetValue(component:
|
|
2730
|
-
OnValueChanged(component:
|
|
2731
|
-
RemoveValueChanged(component:
|
|
2732
|
-
ResetValue(component:
|
|
2733
|
-
SetValue(component:
|
|
2734
|
-
ShouldSerializeValue(component:
|
|
2733
|
+
GetInvocationTarget(type: Type, instance: unknown): unknown | null;
|
|
2734
|
+
GetValue(component: unknown | null): unknown | null;
|
|
2735
|
+
OnValueChanged(component: unknown | null, e: EventArgs): void;
|
|
2736
|
+
RemoveValueChanged(component: unknown, handler: EventHandler): void;
|
|
2737
|
+
ResetValue(component: unknown): void;
|
|
2738
|
+
SetValue(component: unknown | null, value: unknown | null): void;
|
|
2739
|
+
ShouldSerializeValue(component: unknown): boolean;
|
|
2735
2740
|
}
|
|
2736
2741
|
|
|
2737
2742
|
|
|
@@ -2791,7 +2796,7 @@ export interface PropertyTabAttribute$instance extends Attribute {
|
|
|
2791
2796
|
|
|
2792
2797
|
readonly TabClasses: Type[];
|
|
2793
2798
|
TabScopes: PropertyTabScope[];
|
|
2794
|
-
Equals(other:
|
|
2799
|
+
Equals(other: unknown | null): boolean;
|
|
2795
2800
|
Equals(other: PropertyTabAttribute | null): boolean;
|
|
2796
2801
|
GetHashCode(): int;
|
|
2797
2802
|
}
|
|
@@ -2813,8 +2818,8 @@ export interface ProvidePropertyAttribute$instance extends Attribute {
|
|
|
2813
2818
|
|
|
2814
2819
|
readonly PropertyName: string;
|
|
2815
2820
|
readonly ReceiverTypeName: string;
|
|
2816
|
-
readonly TypeId:
|
|
2817
|
-
Equals(obj:
|
|
2821
|
+
readonly TypeId: unknown;
|
|
2822
|
+
Equals(obj: unknown | null): boolean;
|
|
2818
2823
|
GetHashCode(): int;
|
|
2819
2824
|
}
|
|
2820
2825
|
|
|
@@ -2831,7 +2836,7 @@ export interface ReadOnlyAttribute$instance extends Attribute {
|
|
|
2831
2836
|
readonly __tsonic_type_System_ComponentModel_ReadOnlyAttribute: never;
|
|
2832
2837
|
|
|
2833
2838
|
readonly IsReadOnly: boolean;
|
|
2834
|
-
Equals(value:
|
|
2839
|
+
Equals(value: unknown | null): boolean;
|
|
2835
2840
|
GetHashCode(): int;
|
|
2836
2841
|
IsDefaultAttribute(): boolean;
|
|
2837
2842
|
}
|
|
@@ -2851,7 +2856,7 @@ export interface RecommendedAsConfigurableAttribute$instance extends Attribute {
|
|
|
2851
2856
|
readonly __tsonic_type_System_ComponentModel_RecommendedAsConfigurableAttribute: never;
|
|
2852
2857
|
|
|
2853
2858
|
readonly RecommendedAsConfigurable: boolean;
|
|
2854
|
-
Equals(obj:
|
|
2859
|
+
Equals(obj: unknown | null): boolean;
|
|
2855
2860
|
GetHashCode(): int;
|
|
2856
2861
|
IsDefaultAttribute(): boolean;
|
|
2857
2862
|
}
|
|
@@ -2872,17 +2877,17 @@ export interface ReferenceConverter$instance extends TypeConverter {
|
|
|
2872
2877
|
|
|
2873
2878
|
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
2874
2879
|
CanConvertFrom(sourceType: Type): boolean;
|
|
2875
|
-
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
2876
|
-
ConvertFrom(value:
|
|
2877
|
-
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
2878
|
-
ConvertTo(value:
|
|
2880
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown): unknown | null;
|
|
2881
|
+
ConvertFrom(value: unknown): unknown | null;
|
|
2882
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null, destinationType: Type): unknown | null;
|
|
2883
|
+
ConvertTo(value: unknown | null, destinationType: Type): unknown | null;
|
|
2879
2884
|
GetStandardValues(context: ITypeDescriptorContext | null): TypeConverter_StandardValuesCollection;
|
|
2880
2885
|
GetStandardValues(): ICollection | null;
|
|
2881
2886
|
GetStandardValuesExclusive(context: ITypeDescriptorContext | null): boolean;
|
|
2882
2887
|
GetStandardValuesExclusive(): boolean;
|
|
2883
2888
|
GetStandardValuesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
2884
2889
|
GetStandardValuesSupported(): boolean;
|
|
2885
|
-
IsValueAllowed(context: ITypeDescriptorContext, value:
|
|
2890
|
+
IsValueAllowed(context: ITypeDescriptorContext, value: unknown): boolean;
|
|
2886
2891
|
}
|
|
2887
2892
|
|
|
2888
2893
|
|
|
@@ -2896,13 +2901,13 @@ export type ReferenceConverter = ReferenceConverter$instance;
|
|
|
2896
2901
|
export interface RefreshEventArgs$instance extends EventArgs {
|
|
2897
2902
|
readonly __tsonic_type_System_ComponentModel_RefreshEventArgs: never;
|
|
2898
2903
|
|
|
2899
|
-
readonly ComponentChanged:
|
|
2904
|
+
readonly ComponentChanged: unknown | null;
|
|
2900
2905
|
readonly TypeChanged: Type | null;
|
|
2901
2906
|
}
|
|
2902
2907
|
|
|
2903
2908
|
|
|
2904
2909
|
export const RefreshEventArgs: {
|
|
2905
|
-
new(componentChanged:
|
|
2910
|
+
new(componentChanged: unknown | null): RefreshEventArgs;
|
|
2906
2911
|
new(typeChanged: Type | null): RefreshEventArgs;
|
|
2907
2912
|
};
|
|
2908
2913
|
|
|
@@ -2913,7 +2918,7 @@ export interface RefreshPropertiesAttribute$instance extends Attribute {
|
|
|
2913
2918
|
readonly __tsonic_type_System_ComponentModel_RefreshPropertiesAttribute: never;
|
|
2914
2919
|
|
|
2915
2920
|
readonly RefreshProperties: RefreshProperties;
|
|
2916
|
-
Equals(obj:
|
|
2921
|
+
Equals(obj: unknown | null): boolean;
|
|
2917
2922
|
GetHashCode(): int;
|
|
2918
2923
|
IsDefaultAttribute(): boolean;
|
|
2919
2924
|
}
|
|
@@ -2933,7 +2938,7 @@ export interface RunInstallerAttribute$instance extends Attribute {
|
|
|
2933
2938
|
readonly __tsonic_type_System_ComponentModel_RunInstallerAttribute: never;
|
|
2934
2939
|
|
|
2935
2940
|
readonly RunInstaller: boolean;
|
|
2936
|
-
Equals(obj:
|
|
2941
|
+
Equals(obj: unknown | null): boolean;
|
|
2937
2942
|
GetHashCode(): int;
|
|
2938
2943
|
IsDefaultAttribute(): boolean;
|
|
2939
2944
|
}
|
|
@@ -2952,13 +2957,13 @@ export type RunInstallerAttribute = RunInstallerAttribute$instance;
|
|
|
2952
2957
|
export interface RunWorkerCompletedEventArgs$instance extends AsyncCompletedEventArgs {
|
|
2953
2958
|
readonly __tsonic_type_System_ComponentModel_RunWorkerCompletedEventArgs: never;
|
|
2954
2959
|
|
|
2955
|
-
readonly Result:
|
|
2956
|
-
readonly UserState:
|
|
2960
|
+
readonly Result: unknown | null;
|
|
2961
|
+
readonly UserState: unknown | null;
|
|
2957
2962
|
}
|
|
2958
2963
|
|
|
2959
2964
|
|
|
2960
2965
|
export const RunWorkerCompletedEventArgs: {
|
|
2961
|
-
new(result:
|
|
2966
|
+
new(result: unknown | null, error: Exception | null, cancelled: boolean): RunWorkerCompletedEventArgs;
|
|
2962
2967
|
};
|
|
2963
2968
|
|
|
2964
2969
|
|
|
@@ -2981,7 +2986,7 @@ export interface SettingsBindableAttribute$instance extends Attribute {
|
|
|
2981
2986
|
readonly __tsonic_type_System_ComponentModel_SettingsBindableAttribute: never;
|
|
2982
2987
|
|
|
2983
2988
|
readonly Bindable: boolean;
|
|
2984
|
-
Equals(obj:
|
|
2989
|
+
Equals(obj: unknown | null): boolean;
|
|
2985
2990
|
GetHashCode(): int;
|
|
2986
2991
|
}
|
|
2987
2992
|
|
|
@@ -3013,8 +3018,8 @@ export interface StringConverter$instance extends TypeConverter {
|
|
|
3013
3018
|
|
|
3014
3019
|
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
3015
3020
|
CanConvertFrom(sourceType: Type): boolean;
|
|
3016
|
-
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
3017
|
-
ConvertFrom(value:
|
|
3021
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null): unknown | null;
|
|
3022
|
+
ConvertFrom(value: unknown): unknown | null;
|
|
3018
3023
|
}
|
|
3019
3024
|
|
|
3020
3025
|
|
|
@@ -3032,10 +3037,10 @@ export interface TimeOnlyConverter$instance extends TypeConverter {
|
|
|
3032
3037
|
CanConvertFrom(sourceType: Type): boolean;
|
|
3033
3038
|
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
3034
3039
|
CanConvertTo(destinationType: Type | null): boolean;
|
|
3035
|
-
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
3036
|
-
ConvertFrom(value:
|
|
3037
|
-
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
3038
|
-
ConvertTo(value:
|
|
3040
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown): unknown | null;
|
|
3041
|
+
ConvertFrom(value: unknown): unknown | null;
|
|
3042
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null, destinationType: Type): unknown | null;
|
|
3043
|
+
ConvertTo(value: unknown | null, destinationType: Type): unknown | null;
|
|
3039
3044
|
}
|
|
3040
3045
|
|
|
3041
3046
|
|
|
@@ -3053,10 +3058,10 @@ export interface TimeSpanConverter$instance extends TypeConverter {
|
|
|
3053
3058
|
CanConvertFrom(sourceType: Type): boolean;
|
|
3054
3059
|
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
3055
3060
|
CanConvertTo(destinationType: Type | null): boolean;
|
|
3056
|
-
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
3057
|
-
ConvertFrom(value:
|
|
3058
|
-
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
3059
|
-
ConvertTo(value:
|
|
3061
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown): unknown | null;
|
|
3062
|
+
ConvertFrom(value: unknown): unknown | null;
|
|
3063
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null, destinationType: Type): unknown | null;
|
|
3064
|
+
ConvertTo(value: unknown | null, destinationType: Type): unknown | null;
|
|
3060
3065
|
}
|
|
3061
3066
|
|
|
3062
3067
|
|
|
@@ -3072,7 +3077,7 @@ export interface ToolboxItemAttribute$instance extends Attribute {
|
|
|
3072
3077
|
|
|
3073
3078
|
readonly ToolboxItemType: Type | null;
|
|
3074
3079
|
readonly ToolboxItemTypeName: string;
|
|
3075
|
-
Equals(obj:
|
|
3080
|
+
Equals(obj: unknown | null): boolean;
|
|
3076
3081
|
GetHashCode(): int;
|
|
3077
3082
|
IsDefaultAttribute(): boolean;
|
|
3078
3083
|
}
|
|
@@ -3094,10 +3099,10 @@ export interface ToolboxItemFilterAttribute$instance extends Attribute {
|
|
|
3094
3099
|
|
|
3095
3100
|
readonly FilterString: string;
|
|
3096
3101
|
readonly FilterType: ToolboxItemFilterType;
|
|
3097
|
-
readonly TypeId:
|
|
3098
|
-
Equals(obj:
|
|
3102
|
+
readonly TypeId: unknown;
|
|
3103
|
+
Equals(obj: unknown | null): boolean;
|
|
3099
3104
|
GetHashCode(): int;
|
|
3100
|
-
Match(obj:
|
|
3105
|
+
Match(obj: unknown | null): boolean;
|
|
3101
3106
|
ToString(): string;
|
|
3102
3107
|
}
|
|
3103
3108
|
|
|
@@ -3117,27 +3122,27 @@ export interface TypeConverter$instance {
|
|
|
3117
3122
|
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
3118
3123
|
CanConvertTo(destinationType: Type | null): boolean;
|
|
3119
3124
|
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
3120
|
-
ConvertFrom(value:
|
|
3121
|
-
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
3122
|
-
ConvertFromInvariantString(text: string):
|
|
3123
|
-
ConvertFromInvariantString(context: ITypeDescriptorContext | null, text: string):
|
|
3124
|
-
ConvertFromString(text: string):
|
|
3125
|
-
ConvertFromString(context: ITypeDescriptorContext | null, text: string):
|
|
3126
|
-
ConvertFromString(context: ITypeDescriptorContext | null, culture: CultureInfo | null, text: string):
|
|
3127
|
-
ConvertTo(value:
|
|
3128
|
-
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
3129
|
-
ConvertToInvariantString(value:
|
|
3130
|
-
ConvertToInvariantString(context: ITypeDescriptorContext | null, value:
|
|
3131
|
-
ConvertToString(value:
|
|
3132
|
-
ConvertToString(context: ITypeDescriptorContext | null, value:
|
|
3133
|
-
ConvertToString(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
3134
|
-
CreateInstance(propertyValues: IDictionary):
|
|
3135
|
-
CreateInstance(context: ITypeDescriptorContext | null, propertyValues: IDictionary):
|
|
3125
|
+
ConvertFrom(value: unknown): unknown | null;
|
|
3126
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown): unknown | null;
|
|
3127
|
+
ConvertFromInvariantString(text: string): unknown | null;
|
|
3128
|
+
ConvertFromInvariantString(context: ITypeDescriptorContext | null, text: string): unknown | null;
|
|
3129
|
+
ConvertFromString(text: string): unknown | null;
|
|
3130
|
+
ConvertFromString(context: ITypeDescriptorContext | null, text: string): unknown | null;
|
|
3131
|
+
ConvertFromString(context: ITypeDescriptorContext | null, culture: CultureInfo | null, text: string): unknown | null;
|
|
3132
|
+
ConvertTo(value: unknown | null, destinationType: Type): unknown | null;
|
|
3133
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null, destinationType: Type): unknown | null;
|
|
3134
|
+
ConvertToInvariantString(value: unknown | null): string | null;
|
|
3135
|
+
ConvertToInvariantString(context: ITypeDescriptorContext | null, value: unknown | null): string | null;
|
|
3136
|
+
ConvertToString(value: unknown | null): string | null;
|
|
3137
|
+
ConvertToString(context: ITypeDescriptorContext | null, value: unknown | null): string | null;
|
|
3138
|
+
ConvertToString(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null): string | null;
|
|
3139
|
+
CreateInstance(propertyValues: IDictionary): unknown | null;
|
|
3140
|
+
CreateInstance(context: ITypeDescriptorContext | null, propertyValues: IDictionary): unknown | null;
|
|
3136
3141
|
GetCreateInstanceSupported(): boolean;
|
|
3137
3142
|
GetCreateInstanceSupported(context: ITypeDescriptorContext | null): boolean;
|
|
3138
|
-
GetProperties(value:
|
|
3139
|
-
GetProperties(context: ITypeDescriptorContext | null, value:
|
|
3140
|
-
GetProperties(context: ITypeDescriptorContext | null, value:
|
|
3143
|
+
GetProperties(value: unknown): PropertyDescriptorCollection | null;
|
|
3144
|
+
GetProperties(context: ITypeDescriptorContext | null, value: unknown): PropertyDescriptorCollection | null;
|
|
3145
|
+
GetProperties(context: ITypeDescriptorContext | null, value: unknown, attributes: Attribute[] | null): PropertyDescriptorCollection | null;
|
|
3141
3146
|
GetPropertiesSupported(): boolean;
|
|
3142
3147
|
GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
3143
3148
|
GetStandardValues(): ICollection | null;
|
|
@@ -3146,8 +3151,8 @@ export interface TypeConverter$instance {
|
|
|
3146
3151
|
GetStandardValuesExclusive(context: ITypeDescriptorContext | null): boolean;
|
|
3147
3152
|
GetStandardValuesSupported(): boolean;
|
|
3148
3153
|
GetStandardValuesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
3149
|
-
IsValid(value:
|
|
3150
|
-
IsValid(context: ITypeDescriptorContext | null, value:
|
|
3154
|
+
IsValid(value: unknown): boolean;
|
|
3155
|
+
IsValid(context: ITypeDescriptorContext | null, value: unknown): boolean;
|
|
3151
3156
|
}
|
|
3152
3157
|
|
|
3153
3158
|
|
|
@@ -3164,9 +3169,9 @@ export interface TypeConverter_SimplePropertyDescriptor$instance extends Propert
|
|
|
3164
3169
|
readonly ComponentType: Type;
|
|
3165
3170
|
readonly IsReadOnly: boolean;
|
|
3166
3171
|
readonly PropertyType: Type;
|
|
3167
|
-
CanResetValue(component:
|
|
3168
|
-
ResetValue(component:
|
|
3169
|
-
ShouldSerializeValue(component:
|
|
3172
|
+
CanResetValue(component: unknown): boolean;
|
|
3173
|
+
ResetValue(component: unknown): void;
|
|
3174
|
+
ShouldSerializeValue(component: unknown): boolean;
|
|
3170
3175
|
}
|
|
3171
3176
|
|
|
3172
3177
|
|
|
@@ -3176,7 +3181,7 @@ export const TypeConverter_SimplePropertyDescriptor: (abstract new(componentType
|
|
|
3176
3181
|
|
|
3177
3182
|
export type TypeConverter_SimplePropertyDescriptor = TypeConverter_SimplePropertyDescriptor$instance;
|
|
3178
3183
|
|
|
3179
|
-
export interface TypeConverter_StandardValuesCollection$instance
|
|
3184
|
+
export interface TypeConverter_StandardValuesCollection$instance {
|
|
3180
3185
|
readonly __tsonic_type_System_ComponentModel_TypeConverter_StandardValuesCollection: never;
|
|
3181
3186
|
|
|
3182
3187
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
@@ -3193,13 +3198,13 @@ export const TypeConverter_StandardValuesCollection: {
|
|
|
3193
3198
|
};
|
|
3194
3199
|
|
|
3195
3200
|
|
|
3196
|
-
export type TypeConverter_StandardValuesCollection = TypeConverter_StandardValuesCollection$instance & { readonly [index: number]:
|
|
3201
|
+
export type TypeConverter_StandardValuesCollection = TypeConverter_StandardValuesCollection$instance & { readonly [index: number]: unknown | null; };
|
|
3197
3202
|
|
|
3198
3203
|
export interface TypeConverterAttribute$instance extends Attribute {
|
|
3199
3204
|
readonly __tsonic_type_System_ComponentModel_TypeConverterAttribute: never;
|
|
3200
3205
|
|
|
3201
3206
|
readonly ConverterTypeName: string;
|
|
3202
|
-
Equals(obj:
|
|
3207
|
+
Equals(obj: unknown | null): boolean;
|
|
3203
3208
|
GetHashCode(): int;
|
|
3204
3209
|
}
|
|
3205
3210
|
|
|
@@ -3218,25 +3223,25 @@ export interface TypeDescriptionProvider$instance {
|
|
|
3218
3223
|
readonly __tsonic_type_System_ComponentModel_TypeDescriptionProvider: never;
|
|
3219
3224
|
|
|
3220
3225
|
readonly RequireRegisteredTypes: Nullable_1<System_Internal.Boolean>;
|
|
3221
|
-
CreateInstance(provider: IServiceProvider | null, objectType: Type, argTypes: Type[] | null, args: (
|
|
3222
|
-
GetCache(instance:
|
|
3223
|
-
GetExtendedTypeDescriptor(instance:
|
|
3224
|
-
GetExtendedTypeDescriptorFromRegisteredType(instance:
|
|
3225
|
-
GetExtenderProviders(instance:
|
|
3226
|
-
GetFullComponentName(component:
|
|
3226
|
+
CreateInstance(provider: IServiceProvider | null, objectType: Type, argTypes: Type[] | null, args: (unknown | null)[] | null): unknown | null;
|
|
3227
|
+
GetCache(instance: unknown): IDictionary | null;
|
|
3228
|
+
GetExtendedTypeDescriptor(instance: unknown): ICustomTypeDescriptor;
|
|
3229
|
+
GetExtendedTypeDescriptorFromRegisteredType(instance: unknown): ICustomTypeDescriptor;
|
|
3230
|
+
GetExtenderProviders(instance: unknown): IExtenderProvider[];
|
|
3231
|
+
GetFullComponentName(component: unknown): string | null;
|
|
3227
3232
|
GetReflectionType(objectType: Type): Type;
|
|
3228
|
-
GetReflectionType(instance:
|
|
3229
|
-
GetReflectionType(objectType: Type, instance:
|
|
3233
|
+
GetReflectionType(instance: unknown): Type;
|
|
3234
|
+
GetReflectionType(objectType: Type, instance: unknown | null): Type;
|
|
3230
3235
|
GetRuntimeType(reflectionType: Type): Type;
|
|
3231
3236
|
GetTypeDescriptor(objectType: Type): ICustomTypeDescriptor | null;
|
|
3232
|
-
GetTypeDescriptor(instance:
|
|
3233
|
-
GetTypeDescriptor(objectType: Type, instance:
|
|
3237
|
+
GetTypeDescriptor(instance: unknown): ICustomTypeDescriptor | null;
|
|
3238
|
+
GetTypeDescriptor(objectType: Type, instance: unknown | null): ICustomTypeDescriptor | null;
|
|
3234
3239
|
GetTypeDescriptorFromRegisteredType(objectType: Type): ICustomTypeDescriptor | null;
|
|
3235
|
-
GetTypeDescriptorFromRegisteredType(instance:
|
|
3236
|
-
GetTypeDescriptorFromRegisteredType(objectType: Type, instance:
|
|
3240
|
+
GetTypeDescriptorFromRegisteredType(instance: unknown): ICustomTypeDescriptor | null;
|
|
3241
|
+
GetTypeDescriptorFromRegisteredType(objectType: Type, instance: unknown | null): ICustomTypeDescriptor | null;
|
|
3237
3242
|
IsRegisteredType(type: Type): boolean;
|
|
3238
3243
|
IsSupportedType(type: Type): boolean;
|
|
3239
|
-
RegisterType<T>(): void;
|
|
3244
|
+
RegisterType<T extends unknown>(): void;
|
|
3240
3245
|
}
|
|
3241
3246
|
|
|
3242
3247
|
|
|
@@ -3272,73 +3277,73 @@ export const TypeDescriptor: {
|
|
|
3272
3277
|
readonly ComObjectType: Type;
|
|
3273
3278
|
get ComNativeDescriptorHandler(): IComNativeDescriptorHandler | null;
|
|
3274
3279
|
set ComNativeDescriptorHandler(value: IComNativeDescriptorHandler | null);
|
|
3275
|
-
AddAttributes(instance:
|
|
3280
|
+
AddAttributes(instance: unknown, ...attributes: Attribute[]): TypeDescriptionProvider;
|
|
3276
3281
|
AddAttributes(type: Type, ...attributes: Attribute[]): TypeDescriptionProvider;
|
|
3277
3282
|
AddEditorTable(editorBaseType: Type, table: Hashtable): void;
|
|
3278
|
-
AddProvider(provider: TypeDescriptionProvider, instance:
|
|
3283
|
+
AddProvider(provider: TypeDescriptionProvider, instance: unknown): void;
|
|
3279
3284
|
AddProvider(provider: TypeDescriptionProvider, type: Type): void;
|
|
3280
|
-
AddProviderTransparent(provider: TypeDescriptionProvider, instance:
|
|
3285
|
+
AddProviderTransparent(provider: TypeDescriptionProvider, instance: unknown): void;
|
|
3281
3286
|
AddProviderTransparent(provider: TypeDescriptionProvider, type: Type): void;
|
|
3282
|
-
CreateAssociation(primary:
|
|
3287
|
+
CreateAssociation(primary: unknown, secondary: unknown): void;
|
|
3283
3288
|
CreateDesigner(component: IComponent, designerBaseType: Type): IDesigner | null;
|
|
3284
3289
|
CreateEvent(componentType: Type, oldEventDescriptor: EventDescriptor, ...attributes: Attribute[]): EventDescriptor;
|
|
3285
3290
|
CreateEvent(componentType: Type, name: string, type: Type, ...attributes: Attribute[]): EventDescriptor;
|
|
3286
|
-
CreateInstance(provider: IServiceProvider | null, objectType: Type, argTypes: Type[] | null, args: (
|
|
3291
|
+
CreateInstance(provider: IServiceProvider | null, objectType: Type, argTypes: Type[] | null, args: (unknown | null)[] | null): unknown | null;
|
|
3287
3292
|
CreateProperty(componentType: Type, oldPropertyDescriptor: PropertyDescriptor, ...attributes: Attribute[]): PropertyDescriptor;
|
|
3288
3293
|
CreateProperty(componentType: Type, name: string, type: Type, ...attributes: Attribute[]): PropertyDescriptor;
|
|
3289
|
-
GetAssociation(type: Type, primary:
|
|
3290
|
-
GetAttributes(component:
|
|
3291
|
-
GetAttributes(component:
|
|
3294
|
+
GetAssociation(type: Type, primary: unknown): unknown;
|
|
3295
|
+
GetAttributes(component: unknown, noCustomTypeDesc: boolean): AttributeCollection;
|
|
3296
|
+
GetAttributes(component: unknown): AttributeCollection;
|
|
3292
3297
|
GetAttributes(componentType: Type): AttributeCollection;
|
|
3293
|
-
GetClassName(component:
|
|
3294
|
-
GetClassName(component:
|
|
3298
|
+
GetClassName(component: unknown, noCustomTypeDesc: boolean): string | null;
|
|
3299
|
+
GetClassName(component: unknown): string | null;
|
|
3295
3300
|
GetClassName(componentType: Type): string | null;
|
|
3296
|
-
GetComponentName(component:
|
|
3297
|
-
GetComponentName(component:
|
|
3298
|
-
GetConverter(component:
|
|
3299
|
-
GetConverter(component:
|
|
3301
|
+
GetComponentName(component: unknown, noCustomTypeDesc: boolean): string | null;
|
|
3302
|
+
GetComponentName(component: unknown): string | null;
|
|
3303
|
+
GetConverter(component: unknown, noCustomTypeDesc: boolean): TypeConverter;
|
|
3304
|
+
GetConverter(component: unknown): TypeConverter;
|
|
3300
3305
|
GetConverter(type: Type): TypeConverter;
|
|
3301
|
-
GetConverterFromRegisteredType(component:
|
|
3306
|
+
GetConverterFromRegisteredType(component: unknown): TypeConverter;
|
|
3302
3307
|
GetConverterFromRegisteredType(type: Type): TypeConverter;
|
|
3303
|
-
GetDefaultEvent(component:
|
|
3304
|
-
GetDefaultEvent(component:
|
|
3308
|
+
GetDefaultEvent(component: unknown, noCustomTypeDesc: boolean): EventDescriptor | null;
|
|
3309
|
+
GetDefaultEvent(component: unknown): EventDescriptor | null;
|
|
3305
3310
|
GetDefaultEvent(componentType: Type): EventDescriptor | null;
|
|
3306
|
-
GetDefaultProperty(component:
|
|
3307
|
-
GetDefaultProperty(component:
|
|
3311
|
+
GetDefaultProperty(component: unknown, noCustomTypeDesc: boolean): PropertyDescriptor | null;
|
|
3312
|
+
GetDefaultProperty(component: unknown): PropertyDescriptor | null;
|
|
3308
3313
|
GetDefaultProperty(componentType: Type): PropertyDescriptor | null;
|
|
3309
|
-
GetEditor(component:
|
|
3310
|
-
GetEditor(component:
|
|
3311
|
-
GetEditor(type: Type, editorBaseType: Type):
|
|
3312
|
-
GetEvents(component:
|
|
3313
|
-
GetEvents(component:
|
|
3314
|
-
GetEvents(component:
|
|
3315
|
-
GetEvents(component:
|
|
3314
|
+
GetEditor(component: unknown, editorBaseType: Type, noCustomTypeDesc: boolean): unknown | null;
|
|
3315
|
+
GetEditor(component: unknown, editorBaseType: Type): unknown | null;
|
|
3316
|
+
GetEditor(type: Type, editorBaseType: Type): unknown | null;
|
|
3317
|
+
GetEvents(component: unknown, attributes: Attribute[] | null, noCustomTypeDesc: boolean): EventDescriptorCollection;
|
|
3318
|
+
GetEvents(component: unknown, attributes: Attribute[]): EventDescriptorCollection;
|
|
3319
|
+
GetEvents(component: unknown, noCustomTypeDesc: boolean): EventDescriptorCollection;
|
|
3320
|
+
GetEvents(component: unknown): EventDescriptorCollection;
|
|
3316
3321
|
GetEvents(componentType: Type, attributes: Attribute[]): EventDescriptorCollection;
|
|
3317
3322
|
GetEvents(componentType: Type): EventDescriptorCollection;
|
|
3318
3323
|
GetEventsFromRegisteredType(componentType: Type): EventDescriptorCollection;
|
|
3319
|
-
GetFullComponentName(component:
|
|
3320
|
-
GetProperties(component:
|
|
3321
|
-
GetProperties(component:
|
|
3322
|
-
GetProperties(component:
|
|
3323
|
-
GetProperties(component:
|
|
3324
|
+
GetFullComponentName(component: unknown): string | null;
|
|
3325
|
+
GetProperties(component: unknown, attributes: Attribute[] | null, noCustomTypeDesc: boolean): PropertyDescriptorCollection;
|
|
3326
|
+
GetProperties(component: unknown, attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
3327
|
+
GetProperties(component: unknown, noCustomTypeDesc: boolean): PropertyDescriptorCollection;
|
|
3328
|
+
GetProperties(component: unknown): PropertyDescriptorCollection;
|
|
3324
3329
|
GetProperties(componentType: Type, attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
3325
3330
|
GetProperties(componentType: Type): PropertyDescriptorCollection;
|
|
3326
|
-
GetPropertiesFromRegisteredType(component:
|
|
3331
|
+
GetPropertiesFromRegisteredType(component: unknown): PropertyDescriptorCollection;
|
|
3327
3332
|
GetPropertiesFromRegisteredType(componentType: Type): PropertyDescriptorCollection;
|
|
3328
|
-
GetProvider(instance:
|
|
3333
|
+
GetProvider(instance: unknown): TypeDescriptionProvider;
|
|
3329
3334
|
GetProvider(type: Type): TypeDescriptionProvider;
|
|
3330
|
-
GetReflectionType(instance:
|
|
3335
|
+
GetReflectionType(instance: unknown): Type;
|
|
3331
3336
|
GetReflectionType(type: Type): Type;
|
|
3332
|
-
Refresh(component:
|
|
3337
|
+
Refresh(component: unknown): void;
|
|
3333
3338
|
Refresh(assembly: Assembly): void;
|
|
3334
3339
|
Refresh(module: Module): void;
|
|
3335
3340
|
Refresh(type: Type): void;
|
|
3336
|
-
RegisterType<T>(): void;
|
|
3337
|
-
RemoveAssociation(primary:
|
|
3338
|
-
RemoveAssociations(primary:
|
|
3339
|
-
RemoveProvider(provider: TypeDescriptionProvider, instance:
|
|
3341
|
+
RegisterType<T extends unknown>(): void;
|
|
3342
|
+
RemoveAssociation(primary: unknown, secondary: unknown): void;
|
|
3343
|
+
RemoveAssociations(primary: unknown): void;
|
|
3344
|
+
RemoveProvider(provider: TypeDescriptionProvider, instance: unknown): void;
|
|
3340
3345
|
RemoveProvider(provider: TypeDescriptionProvider, type: Type): void;
|
|
3341
|
-
RemoveProviderTransparent(provider: TypeDescriptionProvider, instance:
|
|
3346
|
+
RemoveProviderTransparent(provider: TypeDescriptionProvider, instance: unknown): void;
|
|
3342
3347
|
RemoveProviderTransparent(provider: TypeDescriptionProvider, type: Type): void;
|
|
3343
3348
|
SortDescriptorArray(infos: IList): void;
|
|
3344
3349
|
};
|
|
@@ -3353,10 +3358,10 @@ export interface TypeListConverter$instance extends TypeConverter {
|
|
|
3353
3358
|
CanConvertFrom(sourceType: Type): boolean;
|
|
3354
3359
|
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
3355
3360
|
CanConvertTo(destinationType: Type | null): boolean;
|
|
3356
|
-
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
3357
|
-
ConvertFrom(value:
|
|
3358
|
-
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
3359
|
-
ConvertTo(value:
|
|
3361
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown): unknown | null;
|
|
3362
|
+
ConvertFrom(value: unknown): unknown | null;
|
|
3363
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null, destinationType: Type): unknown | null;
|
|
3364
|
+
ConvertTo(value: unknown | null, destinationType: Type): unknown | null;
|
|
3360
3365
|
GetStandardValues(context: ITypeDescriptorContext | null): TypeConverter_StandardValuesCollection;
|
|
3361
3366
|
GetStandardValues(): ICollection | null;
|
|
3362
3367
|
GetStandardValuesExclusive(context: ITypeDescriptorContext | null): boolean;
|
|
@@ -3431,12 +3436,12 @@ export interface VersionConverter$instance extends TypeConverter {
|
|
|
3431
3436
|
CanConvertFrom(sourceType: Type): boolean;
|
|
3432
3437
|
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
3433
3438
|
CanConvertTo(destinationType: Type | null): boolean;
|
|
3434
|
-
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
3435
|
-
ConvertFrom(value:
|
|
3436
|
-
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
3437
|
-
ConvertTo(value:
|
|
3438
|
-
IsValid(context: ITypeDescriptorContext | null, value:
|
|
3439
|
-
IsValid(value:
|
|
3439
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown): unknown | null;
|
|
3440
|
+
ConvertFrom(value: unknown): unknown | null;
|
|
3441
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null, destinationType: Type): unknown | null;
|
|
3442
|
+
ConvertTo(value: unknown | null, destinationType: Type): unknown | null;
|
|
3443
|
+
IsValid(context: ITypeDescriptorContext | null, value: unknown | null): boolean;
|
|
3444
|
+
IsValid(value: unknown): boolean;
|
|
3440
3445
|
}
|
|
3441
3446
|
|
|
3442
3447
|
|
|
@@ -3447,7 +3452,7 @@ export const VersionConverter: {
|
|
|
3447
3452
|
|
|
3448
3453
|
export type VersionConverter = VersionConverter$instance;
|
|
3449
3454
|
|
|
3450
|
-
export interface WarningException$instance extends SystemException {
|
|
3455
|
+
export interface WarningException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
3451
3456
|
readonly __tsonic_type_System_ComponentModel_WarningException: never;
|
|
3452
3457
|
|
|
3453
3458
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -3474,7 +3479,7 @@ export interface __WarningException$views {
|
|
|
3474
3479
|
export type WarningException = WarningException$instance & __WarningException$views;
|
|
3475
3480
|
|
|
3476
3481
|
|
|
3477
|
-
export interface Win32Exception$instance extends ExternalException {
|
|
3482
|
+
export interface Win32Exception$instance extends ExternalException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
3478
3483
|
readonly __tsonic_type_System_ComponentModel_Win32Exception: never;
|
|
3479
3484
|
|
|
3480
3485
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -3503,7 +3508,7 @@ export type Win32Exception = Win32Exception$instance & __Win32Exception$views;
|
|
|
3503
3508
|
|
|
3504
3509
|
export abstract class AsyncOperationManager$instance {
|
|
3505
3510
|
static SynchronizationContext: SynchronizationContext;
|
|
3506
|
-
static CreateOperation(userSuppliedState:
|
|
3511
|
+
static CreateOperation(userSuppliedState: unknown | null): AsyncOperation;
|
|
3507
3512
|
}
|
|
3508
3513
|
|
|
3509
3514
|
|