@tsonic/dotnet 10.0.40 → 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 +4 -3
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +5 -7
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +3 -5
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -3
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +83 -104
- package/System/bindings.json +1858 -2297
- package/System/internal/index.d.ts +1972 -2010
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +56 -58
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +31 -30
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +90 -92
- package/System.Collections.Concurrent/bindings.json +311 -311
- package/System.Collections.Concurrent/internal/index.d.ts +83 -85
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +490 -648
- package/System.Collections.Frozen/internal/index.d.ts +95 -109
- package/System.Collections.Frozen.d.ts +18 -2
- package/System.Collections.Generic/bindings.json +9628 -14043
- package/System.Collections.Generic/internal/index.d.ts +632 -827
- package/System.Collections.Generic.d.ts +20 -16
- package/System.Collections.Immutable/bindings.json +6134 -9214
- package/System.Collections.Immutable/internal/index.d.ts +414 -502
- package/System.Collections.Immutable.d.ts +58 -17
- package/System.Collections.ObjectModel/bindings.json +328 -850
- package/System.Collections.ObjectModel/internal/index.d.ts +42 -62
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -202
- package/System.Collections.Specialized/internal/index.d.ts +72 -85
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +271 -210
- package/System.ComponentModel/internal/index.d.ts +562 -547
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +126 -125
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +40 -310
- package/System.ComponentModel.Design/internal/index.d.ts +85 -93
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +42 -41
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +5 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +128 -125
- package/System.Data/internal/index.d.ts +341 -340
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +135 -136
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +55 -54
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +6324 -6509
- package/System.Diagnostics/internal/index.d.ts +435 -437
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +23 -25
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +82 -84
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +11 -10
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +291 -231
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +6 -1
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +35 -36
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +30 -37
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +35 -37
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +183 -185
- package/System.IO.Compression/internal/index.d.ts +33 -35
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +402 -402
- package/System.IO.Enumeration/internal/index.d.ts +21 -23
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +16 -15
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- 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 +705 -705
- package/System.Linq.Expressions/internal/index.d.ts +219 -195
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- 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 +131 -131
- package/System.Net/internal/index.d.ts +276 -278
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +36 -200
- package/System.Net.Http.Headers/internal/index.d.ts +114 -128
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- 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 +78 -80
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +11 -10
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +90 -92
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +13 -12
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +49 -48
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +547 -119
- package/System.Numerics/internal/index.d.ts +302 -304
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +257 -259
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +114 -114
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +535 -3018
- package/System.Reflection.Metadata/internal/index.d.ts +188 -369
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +16 -18
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -12
- package/System.Reflection.PortableExecutable.d.ts +5 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +11 -10
- package/System.Runtime.CompilerServices/bindings.json +962 -1160
- package/System.Runtime.CompilerServices/internal/index.d.ts +280 -304
- package/System.Runtime.CompilerServices.d.ts +30 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +666 -666
- package/System.Runtime.InteropServices/internal/index.d.ts +250 -252
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +22 -24
- 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 +3 -5
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +70 -72
- package/System.Runtime.InteropServices.JavaScript.d.ts +14 -28
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2422 -2422
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +317 -319
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +151 -151
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +16 -18
- 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 +5 -7
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +515 -517
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- 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 +42 -41
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +124 -126
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +28 -30
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +8 -7
- 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 +37 -36
- 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 +20 -19
- 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 +64 -66
- package/System.Security.AccessControl/bindings.json +137 -33
- package/System.Security.AccessControl/internal/index.d.ts +62 -61
- package/System.Security.AccessControl.d.ts +13 -8
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- 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 +45 -44
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +509 -509
- package/System.Security.Cryptography/internal/index.d.ts +268 -269
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -374
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +96 -103
- 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 +5 -4
- 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 -8
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +30 -29
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +1577 -1577
- package/System.Text/internal/index.d.ts +121 -123
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +143 -161
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +63 -65
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +37 -39
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +120 -119
- 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 +414 -578
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -62
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +61 -61
- package/System.Threading/internal/index.d.ts +156 -158
- package/System.Threading.Channels/internal/index.d.ts +31 -33
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +142 -39
- package/System.Threading.Tasks/internal/index.d.ts +250 -247
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +121 -122
- 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 +11 -10
- 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 +8 -7
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +376 -378
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +101 -100
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +100 -100
- package/System.Xml.Schema/internal/index.d.ts +231 -230
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +250 -57
- package/System.Xml.Serialization/internal/index.d.ts +274 -242
- package/System.Xml.Serialization.d.ts +6 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +37 -36
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +50 -49
- package/System.Xml.Xsl.Runtime/bindings.json +74 -71
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +38 -40
- 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 +1335 -1338
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.ComponentModel
|
|
3
3
|
// Assembly: System.ComponentModel, System.ComponentModel.EventBasedAsync, System.ComponentModel.Primitives, System.ComponentModel.TypeConverter, System.ObjectModel, System.Private.CoreLib
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
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
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -145,40 +143,40 @@ export enum ToolboxItemFilterType {
|
|
|
145
143
|
}
|
|
146
144
|
|
|
147
145
|
|
|
148
|
-
export type AddingNewEventHandler = (sender: unknown, e: AddingNewEventArgs) => void;
|
|
146
|
+
export type AddingNewEventHandler = (sender: unknown | null, e: AddingNewEventArgs) => void;
|
|
149
147
|
|
|
150
148
|
|
|
151
|
-
export type AsyncCompletedEventHandler = (sender: unknown, e: AsyncCompletedEventArgs) => void;
|
|
149
|
+
export type AsyncCompletedEventHandler = (sender: unknown | null, e: AsyncCompletedEventArgs) => void;
|
|
152
150
|
|
|
153
151
|
|
|
154
|
-
export type CancelEventHandler = (sender: unknown, e: CancelEventArgs) => void;
|
|
152
|
+
export type CancelEventHandler = (sender: unknown | null, e: CancelEventArgs) => void;
|
|
155
153
|
|
|
156
154
|
|
|
157
|
-
export type CollectionChangeEventHandler = (sender: unknown, e: CollectionChangeEventArgs) => void;
|
|
155
|
+
export type CollectionChangeEventHandler = (sender: unknown | null, e: CollectionChangeEventArgs) => void;
|
|
158
156
|
|
|
159
157
|
|
|
160
|
-
export type DoWorkEventHandler = (sender: unknown, e: DoWorkEventArgs) => void;
|
|
158
|
+
export type DoWorkEventHandler = (sender: unknown | null, e: DoWorkEventArgs) => void;
|
|
161
159
|
|
|
162
160
|
|
|
163
|
-
export type HandledEventHandler = (sender: unknown, e: HandledEventArgs) => void;
|
|
161
|
+
export type HandledEventHandler = (sender: unknown | null, e: HandledEventArgs) => void;
|
|
164
162
|
|
|
165
163
|
|
|
166
|
-
export type ListChangedEventHandler = (sender: unknown, e: ListChangedEventArgs) => void;
|
|
164
|
+
export type ListChangedEventHandler = (sender: unknown | null, e: ListChangedEventArgs) => void;
|
|
167
165
|
|
|
168
166
|
|
|
169
|
-
export type ProgressChangedEventHandler = (sender: unknown, e: ProgressChangedEventArgs) => void;
|
|
167
|
+
export type ProgressChangedEventHandler = (sender: unknown | null, e: ProgressChangedEventArgs) => void;
|
|
170
168
|
|
|
171
169
|
|
|
172
|
-
export type PropertyChangedEventHandler = (sender: unknown, e: PropertyChangedEventArgs) => void;
|
|
170
|
+
export type PropertyChangedEventHandler = (sender: unknown | null, e: PropertyChangedEventArgs) => void;
|
|
173
171
|
|
|
174
172
|
|
|
175
|
-
export type PropertyChangingEventHandler = (sender: unknown, e: PropertyChangingEventArgs) => void;
|
|
173
|
+
export type PropertyChangingEventHandler = (sender: unknown | null, e: PropertyChangingEventArgs) => void;
|
|
176
174
|
|
|
177
175
|
|
|
178
176
|
export type RefreshEventHandler = (e: RefreshEventArgs) => void;
|
|
179
177
|
|
|
180
178
|
|
|
181
|
-
export type RunWorkerCompletedEventHandler = (sender: unknown, e: RunWorkerCompletedEventArgs) => void;
|
|
179
|
+
export type RunWorkerCompletedEventHandler = (sender: unknown | null, e: RunWorkerCompletedEventArgs) => void;
|
|
182
180
|
|
|
183
181
|
|
|
184
182
|
export interface IBindingList$instance extends IList, ICollection, IEnumerable {
|
|
@@ -191,23 +189,23 @@ export interface IBindingList$instance extends IList, ICollection, IEnumerable {
|
|
|
191
189
|
readonly SupportsSearching: boolean;
|
|
192
190
|
readonly SupportsSorting: boolean;
|
|
193
191
|
readonly IsSorted: boolean;
|
|
194
|
-
readonly SortProperty: PropertyDescriptor |
|
|
192
|
+
readonly SortProperty: PropertyDescriptor | null;
|
|
195
193
|
readonly SortDirection: ListSortDirection;
|
|
196
194
|
readonly IsReadOnly: boolean;
|
|
197
195
|
readonly IsFixedSize: boolean;
|
|
198
196
|
readonly Count: int;
|
|
199
197
|
readonly SyncRoot: unknown;
|
|
200
198
|
readonly IsSynchronized: boolean;
|
|
201
|
-
Add(value: unknown): int;
|
|
199
|
+
Add(value: unknown | null): int;
|
|
202
200
|
AddIndex(property: PropertyDescriptor): void;
|
|
203
201
|
AddNew(): unknown;
|
|
204
202
|
ApplySort(property: PropertyDescriptor, direction: ListSortDirection): void;
|
|
205
|
-
Contains(value: unknown): boolean;
|
|
203
|
+
Contains(value: unknown | null): boolean;
|
|
206
204
|
CopyTo(array: ClrArray, index: int): void;
|
|
207
205
|
Find(property: PropertyDescriptor, key: unknown): int;
|
|
208
206
|
GetEnumerator(): IEnumerator;
|
|
209
|
-
Insert(index: int, value: unknown): void;
|
|
210
|
-
Remove(value: unknown): void;
|
|
207
|
+
Insert(index: int, value: unknown | null): void;
|
|
208
|
+
Remove(value: unknown | null): void;
|
|
211
209
|
RemoveAt(index: int): void;
|
|
212
210
|
RemoveSort(): void;
|
|
213
211
|
Clear(): void;
|
|
@@ -219,8 +217,8 @@ export type IBindingList = IBindingList$instance & { [index: number]: unknown; }
|
|
|
219
217
|
export interface IBindingListView$instance extends IBindingList, IList, ICollection, IEnumerable {
|
|
220
218
|
readonly __tsonic_iface_System_ComponentModel_IBindingListView: never;
|
|
221
219
|
|
|
222
|
-
get Filter(): string |
|
|
223
|
-
set Filter(value: string |
|
|
220
|
+
get Filter(): string | null;
|
|
221
|
+
set Filter(value: string | null);
|
|
224
222
|
readonly SortDescriptions: ListSortDescriptionCollection;
|
|
225
223
|
readonly SupportsAdvancedSorting: boolean;
|
|
226
224
|
readonly SupportsFiltering: boolean;
|
|
@@ -231,24 +229,24 @@ export interface IBindingListView$instance extends IBindingList, IList, ICollect
|
|
|
231
229
|
readonly SupportsSearching: boolean;
|
|
232
230
|
readonly SupportsSorting: boolean;
|
|
233
231
|
readonly IsSorted: boolean;
|
|
234
|
-
readonly SortProperty: PropertyDescriptor |
|
|
232
|
+
readonly SortProperty: PropertyDescriptor | null;
|
|
235
233
|
readonly SortDirection: ListSortDirection;
|
|
236
234
|
readonly IsReadOnly: boolean;
|
|
237
235
|
readonly IsFixedSize: boolean;
|
|
238
236
|
readonly Count: int;
|
|
239
237
|
readonly SyncRoot: unknown;
|
|
240
238
|
readonly IsSynchronized: boolean;
|
|
241
|
-
Add(value: unknown): int;
|
|
239
|
+
Add(value: unknown | null): int;
|
|
242
240
|
AddIndex(property: PropertyDescriptor): void;
|
|
243
241
|
AddNew(): unknown;
|
|
244
242
|
ApplySort(property: PropertyDescriptor, direction: ListSortDirection): void;
|
|
245
243
|
ApplySort(sorts: ListSortDescriptionCollection): void;
|
|
246
|
-
Contains(value: unknown): boolean;
|
|
244
|
+
Contains(value: unknown | null): boolean;
|
|
247
245
|
CopyTo(array: ClrArray, index: int): void;
|
|
248
246
|
Find(property: PropertyDescriptor, key: unknown): int;
|
|
249
247
|
GetEnumerator(): IEnumerator;
|
|
250
|
-
Insert(index: int, value: unknown): void;
|
|
251
|
-
Remove(value: unknown): void;
|
|
248
|
+
Insert(index: int, value: unknown | null): void;
|
|
249
|
+
Remove(value: unknown | null): void;
|
|
252
250
|
RemoveAt(index: int): void;
|
|
253
251
|
RemoveFilter(): void;
|
|
254
252
|
Clear(): void;
|
|
@@ -286,9 +284,9 @@ export interface IComNativeDescriptorHandler$instance {
|
|
|
286
284
|
GetDefaultEvent(component: unknown): EventDescriptor;
|
|
287
285
|
GetDefaultProperty(component: unknown): PropertyDescriptor;
|
|
288
286
|
GetEditor(component: unknown, baseEditorType: Type): unknown;
|
|
289
|
-
GetEvents(component: unknown, attributes: Attribute[]): EventDescriptorCollection;
|
|
287
|
+
GetEvents(component: unknown, attributes: Attribute[] | null): EventDescriptorCollection;
|
|
290
288
|
GetEvents(component: unknown): EventDescriptorCollection;
|
|
291
|
-
GetProperties(component: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
289
|
+
GetProperties(component: unknown, attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
292
290
|
GetPropertyValue(component: unknown, dispid: int, success: boolean): unknown;
|
|
293
291
|
GetPropertyValue(component: unknown, propertyName: string, success: boolean): unknown;
|
|
294
292
|
}
|
|
@@ -299,8 +297,8 @@ export type IComNativeDescriptorHandler = IComNativeDescriptorHandler$instance;
|
|
|
299
297
|
export interface IComponent$instance extends IDisposable {
|
|
300
298
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
301
299
|
|
|
302
|
-
get Site(): ISite |
|
|
303
|
-
set Site(value: ISite |
|
|
300
|
+
get Site(): ISite | null;
|
|
301
|
+
set Site(value: ISite | null);
|
|
304
302
|
Dispose(): void;
|
|
305
303
|
}
|
|
306
304
|
|
|
@@ -313,8 +311,8 @@ export interface IContainer$instance extends IDisposable {
|
|
|
313
311
|
readonly __tsonic_iface_System_ComponentModel_IContainer: never;
|
|
314
312
|
|
|
315
313
|
readonly Components: ComponentCollection;
|
|
316
|
-
Add(component: IComponent, name: string): void;
|
|
317
|
-
Add(component: IComponent): void;
|
|
314
|
+
Add(component: IComponent | null, name: string | null): void;
|
|
315
|
+
Add(component: IComponent | null): void;
|
|
318
316
|
Dispose(): void;
|
|
319
317
|
}
|
|
320
318
|
|
|
@@ -328,16 +326,16 @@ export interface ICustomTypeDescriptor$instance {
|
|
|
328
326
|
|
|
329
327
|
readonly RequireRegisteredTypes: Nullable_1<System_Internal.Boolean>;
|
|
330
328
|
GetAttributes(): AttributeCollection;
|
|
331
|
-
GetClassName(): string |
|
|
332
|
-
GetConverter(): TypeConverter |
|
|
333
|
-
GetDefaultEvent(): EventDescriptor |
|
|
334
|
-
GetDefaultProperty(): PropertyDescriptor |
|
|
335
|
-
GetEditor(editorBaseType: Type): unknown |
|
|
329
|
+
GetClassName(): string | null;
|
|
330
|
+
GetConverter(): TypeConverter | null;
|
|
331
|
+
GetDefaultEvent(): EventDescriptor | null;
|
|
332
|
+
GetDefaultProperty(): PropertyDescriptor | null;
|
|
333
|
+
GetEditor(editorBaseType: Type): unknown | null;
|
|
336
334
|
GetEvents(): EventDescriptorCollection;
|
|
337
|
-
GetEvents(attributes: Attribute[]): EventDescriptorCollection;
|
|
335
|
+
GetEvents(attributes: Attribute[] | null): EventDescriptorCollection;
|
|
338
336
|
GetProperties(): PropertyDescriptorCollection;
|
|
339
|
-
GetProperties(attributes: Attribute[]): PropertyDescriptorCollection;
|
|
340
|
-
GetPropertyOwner(pd: PropertyDescriptor): unknown |
|
|
337
|
+
GetProperties(attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
338
|
+
GetPropertyOwner(pd: PropertyDescriptor | null): unknown | null;
|
|
341
339
|
}
|
|
342
340
|
|
|
343
341
|
|
|
@@ -395,34 +393,38 @@ export interface INestedContainer$instance extends IContainer, IDisposable {
|
|
|
395
393
|
|
|
396
394
|
readonly Owner: IComponent;
|
|
397
395
|
readonly Components: ComponentCollection;
|
|
398
|
-
Add(component: IComponent, name: string): void;
|
|
399
|
-
Add(component: IComponent): void;
|
|
396
|
+
Add(component: IComponent | null, name: string | null): void;
|
|
397
|
+
Add(component: IComponent | null): void;
|
|
400
398
|
Dispose(): void;
|
|
401
399
|
}
|
|
402
400
|
|
|
403
401
|
|
|
402
|
+
export interface INestedContainer$instance extends IContainer$instance {}
|
|
403
|
+
|
|
404
404
|
export type INestedContainer = INestedContainer$instance;
|
|
405
405
|
|
|
406
406
|
export interface INestedSite$instance extends ISite, IServiceProvider {
|
|
407
407
|
readonly __tsonic_iface_System_ComponentModel_INestedSite: never;
|
|
408
408
|
|
|
409
|
-
readonly FullName: string |
|
|
409
|
+
readonly FullName: string | null;
|
|
410
410
|
readonly Component: IComponent;
|
|
411
|
-
readonly Container: IContainer |
|
|
411
|
+
readonly Container: IContainer | null;
|
|
412
412
|
readonly DesignMode: boolean;
|
|
413
|
-
get Name(): string |
|
|
414
|
-
set Name(value: string |
|
|
415
|
-
GetService(serviceType: Type): unknown |
|
|
413
|
+
get Name(): string | null;
|
|
414
|
+
set Name(value: string | null);
|
|
415
|
+
GetService(serviceType: Type): unknown | null;
|
|
416
416
|
}
|
|
417
417
|
|
|
418
418
|
|
|
419
|
+
export interface INestedSite$instance extends ISite$instance {}
|
|
420
|
+
|
|
419
421
|
export type INestedSite = INestedSite$instance;
|
|
420
422
|
|
|
421
423
|
export interface INotifyDataErrorInfo$instance {
|
|
422
424
|
readonly __tsonic_iface_System_ComponentModel_INotifyDataErrorInfo: never;
|
|
423
425
|
|
|
424
426
|
readonly HasErrors: boolean;
|
|
425
|
-
GetErrors(propertyName: string): IEnumerable;
|
|
427
|
+
GetErrors(propertyName: string | null): IEnumerable;
|
|
426
428
|
}
|
|
427
429
|
|
|
428
430
|
|
|
@@ -470,11 +472,11 @@ export interface ISite$instance extends IServiceProvider {
|
|
|
470
472
|
readonly __tsonic_iface_System_ComponentModel_ISite: never;
|
|
471
473
|
|
|
472
474
|
readonly Component: IComponent;
|
|
473
|
-
readonly Container: IContainer |
|
|
475
|
+
readonly Container: IContainer | null;
|
|
474
476
|
readonly DesignMode: boolean;
|
|
475
|
-
get Name(): string |
|
|
476
|
-
set Name(value: string |
|
|
477
|
-
GetService(serviceType: Type): unknown |
|
|
477
|
+
get Name(): string | null;
|
|
478
|
+
set Name(value: string | null);
|
|
479
|
+
GetService(serviceType: Type): unknown | null;
|
|
478
480
|
}
|
|
479
481
|
|
|
480
482
|
|
|
@@ -507,9 +509,9 @@ export interface ISynchronizeInvoke$instance {
|
|
|
507
509
|
readonly __tsonic_iface_System_ComponentModel_ISynchronizeInvoke: never;
|
|
508
510
|
|
|
509
511
|
readonly InvokeRequired: boolean;
|
|
510
|
-
BeginInvoke(method: Function, args: unknown[]): IAsyncResult;
|
|
511
|
-
EndInvoke(result: IAsyncResult): unknown |
|
|
512
|
-
Invoke(method: Function, args: unknown[]): unknown |
|
|
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;
|
|
513
515
|
}
|
|
514
516
|
|
|
515
517
|
|
|
@@ -518,10 +520,10 @@ export type ISynchronizeInvoke = ISynchronizeInvoke$instance;
|
|
|
518
520
|
export interface ITypeDescriptorContext$instance extends IServiceProvider {
|
|
519
521
|
readonly __tsonic_iface_System_ComponentModel_ITypeDescriptorContext: never;
|
|
520
522
|
|
|
521
|
-
readonly Container: IContainer |
|
|
522
|
-
readonly Instance: unknown |
|
|
523
|
-
readonly PropertyDescriptor: PropertyDescriptor |
|
|
524
|
-
GetService(serviceType: Type): unknown |
|
|
523
|
+
readonly Container: IContainer | null;
|
|
524
|
+
readonly Instance: unknown | null;
|
|
525
|
+
readonly PropertyDescriptor: PropertyDescriptor | null;
|
|
526
|
+
GetService(serviceType: Type): unknown | null;
|
|
525
527
|
OnComponentChanged(): void;
|
|
526
528
|
OnComponentChanging(): boolean;
|
|
527
529
|
}
|
|
@@ -534,8 +536,8 @@ export type ITypeDescriptorContext = ITypeDescriptorContext$instance;
|
|
|
534
536
|
export interface ITypedList$instance {
|
|
535
537
|
readonly __tsonic_iface_System_ComponentModel_ITypedList: never;
|
|
536
538
|
|
|
537
|
-
GetItemProperties(listAccessors: PropertyDescriptor[]): PropertyDescriptorCollection;
|
|
538
|
-
GetListName(listAccessors: PropertyDescriptor[]): string;
|
|
539
|
+
GetItemProperties(listAccessors: PropertyDescriptor[] | null): PropertyDescriptorCollection;
|
|
540
|
+
GetListName(listAccessors: PropertyDescriptor[] | null): string;
|
|
539
541
|
}
|
|
540
542
|
|
|
541
543
|
|
|
@@ -544,14 +546,14 @@ export type ITypedList = ITypedList$instance;
|
|
|
544
546
|
export interface AddingNewEventArgs$instance extends EventArgs {
|
|
545
547
|
readonly __tsonic_type_System_ComponentModel_AddingNewEventArgs: never;
|
|
546
548
|
|
|
547
|
-
get NewObject(): unknown |
|
|
548
|
-
set NewObject(value: unknown |
|
|
549
|
+
get NewObject(): unknown | null;
|
|
550
|
+
set NewObject(value: unknown | null);
|
|
549
551
|
}
|
|
550
552
|
|
|
551
553
|
|
|
552
554
|
export const AddingNewEventArgs: {
|
|
553
555
|
new(): AddingNewEventArgs;
|
|
554
|
-
new(newObject: unknown): AddingNewEventArgs;
|
|
556
|
+
new(newObject: unknown | null): AddingNewEventArgs;
|
|
555
557
|
};
|
|
556
558
|
|
|
557
559
|
|
|
@@ -560,8 +562,8 @@ export type AddingNewEventArgs = AddingNewEventArgs$instance;
|
|
|
560
562
|
export interface AmbientValueAttribute$instance extends Attribute {
|
|
561
563
|
readonly __tsonic_type_System_ComponentModel_AmbientValueAttribute: never;
|
|
562
564
|
|
|
563
|
-
readonly Value: unknown |
|
|
564
|
-
Equals(obj: unknown): boolean;
|
|
565
|
+
readonly Value: unknown | null;
|
|
566
|
+
Equals(obj: unknown | null): boolean;
|
|
565
567
|
GetHashCode(): int;
|
|
566
568
|
}
|
|
567
569
|
|
|
@@ -576,8 +578,8 @@ export const AmbientValueAttribute: {
|
|
|
576
578
|
new(value: float): AmbientValueAttribute;
|
|
577
579
|
new(value: double): AmbientValueAttribute;
|
|
578
580
|
new(value: boolean): AmbientValueAttribute;
|
|
579
|
-
new(value: string): AmbientValueAttribute;
|
|
580
|
-
new(value: unknown): AmbientValueAttribute;
|
|
581
|
+
new(value: string | null): AmbientValueAttribute;
|
|
582
|
+
new(value: unknown | null): AmbientValueAttribute;
|
|
581
583
|
};
|
|
582
584
|
|
|
583
585
|
|
|
@@ -586,12 +588,12 @@ export type AmbientValueAttribute = AmbientValueAttribute$instance;
|
|
|
586
588
|
export interface ArrayConverter$instance extends CollectionConverter {
|
|
587
589
|
readonly __tsonic_type_System_ComponentModel_ArrayConverter: never;
|
|
588
590
|
|
|
589
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown |
|
|
590
|
-
ConvertTo(value: unknown, destinationType: Type): unknown |
|
|
591
|
-
GetProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
592
|
-
GetProperties(value: unknown): PropertyDescriptorCollection |
|
|
593
|
-
GetProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection |
|
|
594
|
-
GetPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
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;
|
|
596
|
+
GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
595
597
|
GetPropertiesSupported(): boolean;
|
|
596
598
|
}
|
|
597
599
|
|
|
@@ -607,13 +609,13 @@ export interface AsyncCompletedEventArgs$instance extends EventArgs {
|
|
|
607
609
|
readonly __tsonic_type_System_ComponentModel_AsyncCompletedEventArgs: never;
|
|
608
610
|
|
|
609
611
|
readonly Cancelled: boolean;
|
|
610
|
-
readonly Error: Exception |
|
|
611
|
-
readonly UserState: unknown |
|
|
612
|
+
readonly Error: Exception | null;
|
|
613
|
+
readonly UserState: unknown | null;
|
|
612
614
|
}
|
|
613
615
|
|
|
614
616
|
|
|
615
617
|
export const AsyncCompletedEventArgs: {
|
|
616
|
-
new(error: Exception, cancelled: boolean, userState: unknown): AsyncCompletedEventArgs;
|
|
618
|
+
new(error: Exception | null, cancelled: boolean, userState: unknown | null): AsyncCompletedEventArgs;
|
|
617
619
|
};
|
|
618
620
|
|
|
619
621
|
|
|
@@ -623,11 +625,11 @@ export interface AsyncOperation$instance {
|
|
|
623
625
|
readonly __tsonic_type_System_ComponentModel_AsyncOperation: never;
|
|
624
626
|
|
|
625
627
|
readonly SynchronizationContext: SynchronizationContext;
|
|
626
|
-
readonly UserSuppliedState: unknown |
|
|
628
|
+
readonly UserSuppliedState: unknown | null;
|
|
627
629
|
Finalize(): void;
|
|
628
630
|
OperationCompleted(): void;
|
|
629
|
-
Post(d: SendOrPostCallback, arg: unknown): void;
|
|
630
|
-
PostOperationCompleted(d: SendOrPostCallback, arg: unknown): void;
|
|
631
|
+
Post(d: SendOrPostCallback, arg: unknown | null): void;
|
|
632
|
+
PostOperationCompleted(d: SendOrPostCallback, arg: unknown | null): void;
|
|
631
633
|
}
|
|
632
634
|
|
|
633
635
|
|
|
@@ -645,21 +647,22 @@ export interface AttributeCollection$instance {
|
|
|
645
647
|
|
|
646
648
|
readonly Attributes: Attribute[];
|
|
647
649
|
readonly Count: int;
|
|
648
|
-
Contains(attribute: Attribute): boolean;
|
|
649
|
-
Contains(attributes: Attribute[]): boolean;
|
|
650
|
+
Contains(attribute: Attribute | null): boolean;
|
|
651
|
+
Contains(attributes: Attribute[] | null): boolean;
|
|
650
652
|
CopyTo(array: ClrArray, index: int): void;
|
|
651
653
|
get_Item(index: int): Attribute;
|
|
652
|
-
get_Item(attributeType: Type): Attribute |
|
|
654
|
+
get_Item(attributeType: Type): Attribute | null;
|
|
653
655
|
GetEnumerator(): IEnumerator;
|
|
654
|
-
Matches(attribute: Attribute): boolean;
|
|
655
|
-
Matches(attributes: Attribute[]): boolean;
|
|
656
|
+
Matches(attribute: Attribute | null): boolean;
|
|
657
|
+
Matches(attributes: Attribute[] | null): boolean;
|
|
656
658
|
}
|
|
657
659
|
|
|
658
660
|
|
|
659
661
|
export const AttributeCollection: {
|
|
660
|
-
new(attributes: Attribute[]): AttributeCollection;
|
|
662
|
+
new(attributes: Attribute[] | null): AttributeCollection;
|
|
661
663
|
readonly Empty: AttributeCollection;
|
|
662
664
|
FromExisting(existing: AttributeCollection, ...newAttributes: Attribute[]): AttributeCollection;
|
|
665
|
+
FromExisting(existing: AttributeCollection, newAttributes: Attribute[] | null): AttributeCollection;
|
|
663
666
|
};
|
|
664
667
|
|
|
665
668
|
|
|
@@ -674,8 +677,8 @@ export type AttributeCollection = AttributeCollection$instance & __AttributeColl
|
|
|
674
677
|
export interface AttributeProviderAttribute$instance extends Attribute {
|
|
675
678
|
readonly __tsonic_type_System_ComponentModel_AttributeProviderAttribute: never;
|
|
676
679
|
|
|
677
|
-
readonly PropertyName: string |
|
|
678
|
-
readonly TypeName: string |
|
|
680
|
+
readonly PropertyName: string | null;
|
|
681
|
+
readonly TypeName: string | null;
|
|
679
682
|
}
|
|
680
683
|
|
|
681
684
|
|
|
@@ -705,9 +708,9 @@ export interface BackgroundWorker$instance extends Component$instance {
|
|
|
705
708
|
OnProgressChanged(e: ProgressChangedEventArgs): void;
|
|
706
709
|
OnRunWorkerCompleted(e: RunWorkerCompletedEventArgs): void;
|
|
707
710
|
ReportProgress(percentProgress: int): void;
|
|
708
|
-
ReportProgress(percentProgress: int, userState: unknown): void;
|
|
711
|
+
ReportProgress(percentProgress: int, userState: unknown | null): void;
|
|
709
712
|
RunWorkerAsync(): void;
|
|
710
|
-
RunWorkerAsync(argument: unknown): void;
|
|
713
|
+
RunWorkerAsync(argument: unknown | null): void;
|
|
711
714
|
}
|
|
712
715
|
|
|
713
716
|
|
|
@@ -727,14 +730,14 @@ export type BackgroundWorker = BackgroundWorker$instance & __BackgroundWorker$vi
|
|
|
727
730
|
export interface BaseNumberConverter$instance extends TypeConverter {
|
|
728
731
|
readonly __tsonic_type_System_ComponentModel_BaseNumberConverter: never;
|
|
729
732
|
|
|
730
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
733
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
731
734
|
CanConvertFrom(sourceType: Type): boolean;
|
|
732
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
733
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
734
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown |
|
|
735
|
-
ConvertFrom(value: unknown): unknown |
|
|
736
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown |
|
|
737
|
-
ConvertTo(value: unknown, destinationType: Type): unknown |
|
|
735
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
736
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
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;
|
|
738
741
|
}
|
|
739
742
|
|
|
740
743
|
|
|
@@ -749,7 +752,7 @@ export interface BindableAttribute$instance extends Attribute {
|
|
|
749
752
|
|
|
750
753
|
readonly Bindable: boolean;
|
|
751
754
|
readonly Direction: BindingDirection;
|
|
752
|
-
Equals(obj: unknown): boolean;
|
|
755
|
+
Equals(obj: unknown | null): boolean;
|
|
753
756
|
GetHashCode(): int;
|
|
754
757
|
IsDefaultAttribute(): boolean;
|
|
755
758
|
}
|
|
@@ -768,7 +771,7 @@ export const BindableAttribute: {
|
|
|
768
771
|
|
|
769
772
|
export type BindableAttribute = BindableAttribute$instance;
|
|
770
773
|
|
|
771
|
-
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 {
|
|
772
775
|
readonly __tsonic_type_System_ComponentModel_BindingList_1: never;
|
|
773
776
|
|
|
774
777
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -789,12 +792,12 @@ export interface BindingList_1$instance<T> extends Collection_1<T>, ICancelAddNe
|
|
|
789
792
|
readonly IsSortedCore: boolean;
|
|
790
793
|
RaiseListChangedEvents: boolean;
|
|
791
794
|
readonly SortDirectionCore: ListSortDirection;
|
|
792
|
-
readonly SortPropertyCore: PropertyDescriptor |
|
|
795
|
+
readonly SortPropertyCore: PropertyDescriptor | null;
|
|
793
796
|
readonly SupportsChangeNotificationCore: boolean;
|
|
794
797
|
readonly SupportsSearchingCore: boolean;
|
|
795
798
|
readonly SupportsSortingCore: boolean;
|
|
796
799
|
AddNew(): T;
|
|
797
|
-
AddNewCore(): unknown |
|
|
800
|
+
AddNewCore(): unknown | null;
|
|
798
801
|
ApplySortCore(prop: PropertyDescriptor, direction: ListSortDirection): void;
|
|
799
802
|
CancelNew(itemIndex: int): void;
|
|
800
803
|
ClearItems(): void;
|
|
@@ -812,12 +815,12 @@ export interface BindingList_1$instance<T> extends Collection_1<T>, ICancelAddNe
|
|
|
812
815
|
|
|
813
816
|
|
|
814
817
|
export const BindingList_1: {
|
|
815
|
-
new<T>(): BindingList_1<T>;
|
|
816
|
-
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>;
|
|
817
820
|
};
|
|
818
821
|
|
|
819
822
|
|
|
820
|
-
export interface __BindingList_1$views<T> {
|
|
823
|
+
export interface __BindingList_1$views<T extends unknown> {
|
|
821
824
|
As_IBindingList(): IBindingList$instance;
|
|
822
825
|
As_ICancelAddNew(): ICancelAddNew$instance;
|
|
823
826
|
As_IRaiseItemChangedEvents(): IRaiseItemChangedEvents$instance;
|
|
@@ -830,21 +833,21 @@ export interface __BindingList_1$views<T> {
|
|
|
830
833
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
831
834
|
}
|
|
832
835
|
|
|
833
|
-
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>;
|
|
834
837
|
|
|
835
838
|
|
|
836
839
|
export interface BooleanConverter$instance extends TypeConverter {
|
|
837
840
|
readonly __tsonic_type_System_ComponentModel_BooleanConverter: never;
|
|
838
841
|
|
|
839
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
842
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
840
843
|
CanConvertFrom(sourceType: Type): boolean;
|
|
841
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown |
|
|
842
|
-
ConvertFrom(value: unknown): unknown |
|
|
843
|
-
GetStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
|
|
844
|
-
GetStandardValues(): ICollection |
|
|
845
|
-
GetStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
|
|
844
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown): unknown | null;
|
|
845
|
+
ConvertFrom(value: unknown): unknown | null;
|
|
846
|
+
GetStandardValues(context: ITypeDescriptorContext | null): TypeConverter_StandardValuesCollection;
|
|
847
|
+
GetStandardValues(): ICollection | null;
|
|
848
|
+
GetStandardValuesExclusive(context: ITypeDescriptorContext | null): boolean;
|
|
846
849
|
GetStandardValuesExclusive(): boolean;
|
|
847
|
-
GetStandardValuesSupported(context: ITypeDescriptorContext): boolean;
|
|
850
|
+
GetStandardValuesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
848
851
|
GetStandardValuesSupported(): boolean;
|
|
849
852
|
}
|
|
850
853
|
|
|
@@ -860,7 +863,7 @@ export interface BrowsableAttribute$instance extends Attribute {
|
|
|
860
863
|
readonly __tsonic_type_System_ComponentModel_BrowsableAttribute: never;
|
|
861
864
|
|
|
862
865
|
readonly Browsable: boolean;
|
|
863
|
-
Equals(obj: unknown): boolean;
|
|
866
|
+
Equals(obj: unknown | null): boolean;
|
|
864
867
|
GetHashCode(): int;
|
|
865
868
|
IsDefaultAttribute(): boolean;
|
|
866
869
|
}
|
|
@@ -908,9 +911,9 @@ export interface CategoryAttribute$instance extends Attribute {
|
|
|
908
911
|
readonly __tsonic_type_System_ComponentModel_CategoryAttribute: never;
|
|
909
912
|
|
|
910
913
|
readonly Category: string;
|
|
911
|
-
Equals(obj: unknown): boolean;
|
|
914
|
+
Equals(obj: unknown | null): boolean;
|
|
912
915
|
GetHashCode(): int;
|
|
913
|
-
GetLocalizedString(value: string): string |
|
|
916
|
+
GetLocalizedString(value: string): string | null;
|
|
914
917
|
IsDefaultAttribute(): boolean;
|
|
915
918
|
}
|
|
916
919
|
|
|
@@ -940,12 +943,12 @@ export type CategoryAttribute = CategoryAttribute$instance;
|
|
|
940
943
|
export interface CharConverter$instance extends TypeConverter {
|
|
941
944
|
readonly __tsonic_type_System_ComponentModel_CharConverter: never;
|
|
942
945
|
|
|
943
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
946
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
944
947
|
CanConvertFrom(sourceType: Type): boolean;
|
|
945
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown |
|
|
946
|
-
ConvertFrom(value: unknown): unknown |
|
|
947
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown |
|
|
948
|
-
ConvertTo(value: unknown, destinationType: Type): unknown |
|
|
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;
|
|
949
952
|
}
|
|
950
953
|
|
|
951
954
|
|
|
@@ -960,12 +963,12 @@ export interface CollectionChangeEventArgs$instance extends EventArgs {
|
|
|
960
963
|
readonly __tsonic_type_System_ComponentModel_CollectionChangeEventArgs: never;
|
|
961
964
|
|
|
962
965
|
readonly Action: CollectionChangeAction;
|
|
963
|
-
readonly Element: unknown |
|
|
966
|
+
readonly Element: unknown | null;
|
|
964
967
|
}
|
|
965
968
|
|
|
966
969
|
|
|
967
970
|
export const CollectionChangeEventArgs: {
|
|
968
|
-
new(action: CollectionChangeAction, element: unknown): CollectionChangeEventArgs;
|
|
971
|
+
new(action: CollectionChangeAction, element: unknown | null): CollectionChangeEventArgs;
|
|
969
972
|
};
|
|
970
973
|
|
|
971
974
|
|
|
@@ -974,11 +977,11 @@ export type CollectionChangeEventArgs = CollectionChangeEventArgs$instance;
|
|
|
974
977
|
export interface CollectionConverter$instance extends TypeConverter {
|
|
975
978
|
readonly __tsonic_type_System_ComponentModel_CollectionConverter: never;
|
|
976
979
|
|
|
977
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown |
|
|
978
|
-
ConvertTo(value: unknown, destinationType: Type): unknown |
|
|
979
|
-
GetProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
980
|
-
GetProperties(value: unknown): PropertyDescriptorCollection |
|
|
981
|
-
GetProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection |
|
|
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;
|
|
982
985
|
}
|
|
983
986
|
|
|
984
987
|
|
|
@@ -992,17 +995,17 @@ export type CollectionConverter = CollectionConverter$instance;
|
|
|
992
995
|
export interface ComplexBindingPropertiesAttribute$instance extends Attribute {
|
|
993
996
|
readonly __tsonic_type_System_ComponentModel_ComplexBindingPropertiesAttribute: never;
|
|
994
997
|
|
|
995
|
-
readonly DataMember: string |
|
|
996
|
-
readonly DataSource: string |
|
|
997
|
-
Equals(obj: unknown): boolean;
|
|
998
|
+
readonly DataMember: string | null;
|
|
999
|
+
readonly DataSource: string | null;
|
|
1000
|
+
Equals(obj: unknown | null): boolean;
|
|
998
1001
|
GetHashCode(): int;
|
|
999
1002
|
}
|
|
1000
1003
|
|
|
1001
1004
|
|
|
1002
1005
|
export const ComplexBindingPropertiesAttribute: {
|
|
1003
1006
|
new(): ComplexBindingPropertiesAttribute;
|
|
1004
|
-
new(dataSource: string): ComplexBindingPropertiesAttribute;
|
|
1005
|
-
new(dataSource: string, dataMember: string): ComplexBindingPropertiesAttribute;
|
|
1007
|
+
new(dataSource: string | null): ComplexBindingPropertiesAttribute;
|
|
1008
|
+
new(dataSource: string | null, dataMember: string | null): ComplexBindingPropertiesAttribute;
|
|
1006
1009
|
readonly Default: ComplexBindingPropertiesAttribute;
|
|
1007
1010
|
};
|
|
1008
1011
|
|
|
@@ -1016,13 +1019,13 @@ export interface Component$instance extends MarshalByRefObject {
|
|
|
1016
1019
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1017
1020
|
|
|
1018
1021
|
readonly CanRaiseEvents: boolean;
|
|
1019
|
-
readonly Container: IContainer |
|
|
1020
|
-
get Site(): ISite |
|
|
1021
|
-
set Site(value: ISite |
|
|
1022
|
+
readonly Container: IContainer | null;
|
|
1023
|
+
get Site(): ISite | null;
|
|
1024
|
+
set Site(value: ISite | null);
|
|
1022
1025
|
Dispose(): void;
|
|
1023
1026
|
Dispose(disposing: boolean): void;
|
|
1024
1027
|
Finalize(): void;
|
|
1025
|
-
GetService(service: Type): unknown |
|
|
1028
|
+
GetService(service: Type): unknown | null;
|
|
1026
1029
|
ToString(): string;
|
|
1027
1030
|
}
|
|
1028
1031
|
|
|
@@ -1047,8 +1050,8 @@ export interface ComponentCollection$instance extends ReadOnlyCollectionBase {
|
|
|
1047
1050
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1048
1051
|
|
|
1049
1052
|
CopyTo(array: IComponent[], index: int): void;
|
|
1050
|
-
get_Item(name: string): IComponent |
|
|
1051
|
-
get_Item(index: int): IComponent |
|
|
1053
|
+
get_Item(name: string | null): IComponent | null;
|
|
1054
|
+
get_Item(index: int): IComponent | null;
|
|
1052
1055
|
}
|
|
1053
1056
|
|
|
1054
1057
|
|
|
@@ -1068,10 +1071,10 @@ export type ComponentCollection = ComponentCollection$instance & __ComponentColl
|
|
|
1068
1071
|
export interface ComponentConverter$instance extends ReferenceConverter {
|
|
1069
1072
|
readonly __tsonic_type_System_ComponentModel_ComponentConverter: never;
|
|
1070
1073
|
|
|
1071
|
-
GetProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
1072
|
-
GetProperties(value: unknown): PropertyDescriptorCollection |
|
|
1073
|
-
GetProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection |
|
|
1074
|
-
GetPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
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;
|
|
1077
|
+
GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
1075
1078
|
GetPropertiesSupported(): boolean;
|
|
1076
1079
|
}
|
|
1077
1080
|
|
|
@@ -1087,7 +1090,7 @@ export interface ComponentEditor$instance {
|
|
|
1087
1090
|
readonly __tsonic_type_System_ComponentModel_ComponentEditor: never;
|
|
1088
1091
|
|
|
1089
1092
|
EditComponent(component: unknown): boolean;
|
|
1090
|
-
EditComponent(context: ITypeDescriptorContext, component: unknown): boolean;
|
|
1093
|
+
EditComponent(context: ITypeDescriptorContext | null, component: unknown): boolean;
|
|
1091
1094
|
}
|
|
1092
1095
|
|
|
1093
1096
|
|
|
@@ -1101,8 +1104,8 @@ export interface ComponentResourceManager$instance extends ResourceManager {
|
|
|
1101
1104
|
readonly __tsonic_type_System_ComponentModel_ComponentResourceManager: never;
|
|
1102
1105
|
|
|
1103
1106
|
ApplyResources(value: unknown, objectName: string): void;
|
|
1104
|
-
ApplyResources(value: unknown, objectName: string, culture: CultureInfo): void;
|
|
1105
|
-
ApplyResourcesToRegisteredType(value: unknown, objectName: string, culture: CultureInfo): void;
|
|
1107
|
+
ApplyResources(value: unknown, objectName: string, culture: CultureInfo | null): void;
|
|
1108
|
+
ApplyResourcesToRegisteredType(value: unknown, objectName: string, culture: CultureInfo | null): void;
|
|
1106
1109
|
}
|
|
1107
1110
|
|
|
1108
1111
|
|
|
@@ -1121,15 +1124,15 @@ export interface Container$instance {
|
|
|
1121
1124
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1122
1125
|
|
|
1123
1126
|
readonly Components: ComponentCollection;
|
|
1124
|
-
Add(component: IComponent): void;
|
|
1125
|
-
Add(component: IComponent, name: string): void;
|
|
1126
|
-
CreateSite(component: IComponent, name: string): ISite;
|
|
1127
|
+
Add(component: IComponent | null): void;
|
|
1128
|
+
Add(component: IComponent | null, name: string | null): void;
|
|
1129
|
+
CreateSite(component: IComponent, name: string | null): ISite;
|
|
1127
1130
|
Dispose(): void;
|
|
1128
1131
|
Dispose(disposing: boolean): void;
|
|
1129
1132
|
Finalize(): void;
|
|
1130
|
-
GetService(service: Type): unknown |
|
|
1131
|
-
Remove(component: IComponent): void;
|
|
1132
|
-
ValidateName(component: IComponent, name: string): void;
|
|
1133
|
+
GetService(service: Type): unknown | null;
|
|
1134
|
+
Remove(component: IComponent | null): void;
|
|
1135
|
+
ValidateName(component: IComponent, name: string | null): void;
|
|
1133
1136
|
}
|
|
1134
1137
|
|
|
1135
1138
|
|
|
@@ -1162,20 +1165,20 @@ export type ContainerFilterService = ContainerFilterService$instance;
|
|
|
1162
1165
|
export interface CultureInfoConverter$instance extends TypeConverter {
|
|
1163
1166
|
readonly __tsonic_type_System_ComponentModel_CultureInfoConverter: never;
|
|
1164
1167
|
|
|
1165
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
1168
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
1166
1169
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1167
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
1168
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
1169
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown |
|
|
1170
|
-
ConvertFrom(value: unknown): unknown |
|
|
1171
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown |
|
|
1172
|
-
ConvertTo(value: unknown, destinationType: Type): unknown |
|
|
1170
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
1171
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
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;
|
|
1173
1176
|
GetCultureName(culture: CultureInfo): string;
|
|
1174
|
-
GetStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
|
|
1175
|
-
GetStandardValues(): ICollection |
|
|
1176
|
-
GetStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
|
|
1177
|
+
GetStandardValues(context: ITypeDescriptorContext | null): TypeConverter_StandardValuesCollection;
|
|
1178
|
+
GetStandardValues(): ICollection | null;
|
|
1179
|
+
GetStandardValuesExclusive(context: ITypeDescriptorContext | null): boolean;
|
|
1177
1180
|
GetStandardValuesExclusive(): boolean;
|
|
1178
|
-
GetStandardValuesSupported(context: ITypeDescriptorContext): boolean;
|
|
1181
|
+
GetStandardValuesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
1179
1182
|
GetStandardValuesSupported(): boolean;
|
|
1180
1183
|
}
|
|
1181
1184
|
|
|
@@ -1194,24 +1197,24 @@ export interface CustomTypeDescriptor$instance extends ICustomTypeDescriptor$ins
|
|
|
1194
1197
|
|
|
1195
1198
|
readonly RequireRegisteredTypes: Nullable_1<System_Internal.Boolean>;
|
|
1196
1199
|
GetAttributes(): AttributeCollection;
|
|
1197
|
-
GetClassName(): string |
|
|
1198
|
-
GetComponentName(): string |
|
|
1199
|
-
GetConverter(): TypeConverter |
|
|
1200
|
-
GetConverterFromRegisteredType(): TypeConverter |
|
|
1201
|
-
GetDefaultEvent(): EventDescriptor |
|
|
1202
|
-
GetDefaultProperty(): PropertyDescriptor |
|
|
1203
|
-
GetEditor(editorBaseType: Type): unknown |
|
|
1200
|
+
GetClassName(): string | null;
|
|
1201
|
+
GetComponentName(): string | null;
|
|
1202
|
+
GetConverter(): TypeConverter | null;
|
|
1203
|
+
GetConverterFromRegisteredType(): TypeConverter | null;
|
|
1204
|
+
GetDefaultEvent(): EventDescriptor | null;
|
|
1205
|
+
GetDefaultProperty(): PropertyDescriptor | null;
|
|
1206
|
+
GetEditor(editorBaseType: Type): unknown | null;
|
|
1204
1207
|
GetEvents(): EventDescriptorCollection;
|
|
1205
|
-
GetEvents(attributes: Attribute[]): EventDescriptorCollection;
|
|
1208
|
+
GetEvents(attributes: Attribute[] | null): EventDescriptorCollection;
|
|
1206
1209
|
GetEventsFromRegisteredType(): EventDescriptorCollection;
|
|
1207
1210
|
GetProperties(): PropertyDescriptorCollection;
|
|
1208
|
-
GetProperties(attributes: Attribute[]): PropertyDescriptorCollection;
|
|
1211
|
+
GetProperties(attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
1209
1212
|
GetPropertiesFromRegisteredType(): PropertyDescriptorCollection;
|
|
1210
|
-
GetPropertyOwner(pd: PropertyDescriptor): unknown |
|
|
1213
|
+
GetPropertyOwner(pd: PropertyDescriptor | null): unknown | null;
|
|
1211
1214
|
}
|
|
1212
1215
|
|
|
1213
1216
|
|
|
1214
|
-
export const CustomTypeDescriptor: (abstract new() => CustomTypeDescriptor) & (abstract new(parent: ICustomTypeDescriptor) => CustomTypeDescriptor) & {
|
|
1217
|
+
export const CustomTypeDescriptor: (abstract new() => CustomTypeDescriptor) & (abstract new(parent: ICustomTypeDescriptor | null) => CustomTypeDescriptor) & {
|
|
1215
1218
|
};
|
|
1216
1219
|
|
|
1217
1220
|
|
|
@@ -1225,12 +1228,12 @@ export type CustomTypeDescriptor = CustomTypeDescriptor$instance & __CustomTypeD
|
|
|
1225
1228
|
export interface DataErrorsChangedEventArgs$instance extends EventArgs {
|
|
1226
1229
|
readonly __tsonic_type_System_ComponentModel_DataErrorsChangedEventArgs: never;
|
|
1227
1230
|
|
|
1228
|
-
readonly PropertyName: string |
|
|
1231
|
+
readonly PropertyName: string | null;
|
|
1229
1232
|
}
|
|
1230
1233
|
|
|
1231
1234
|
|
|
1232
1235
|
export const DataErrorsChangedEventArgs: {
|
|
1233
|
-
new(propertyName: string): DataErrorsChangedEventArgs;
|
|
1236
|
+
new(propertyName: string | null): DataErrorsChangedEventArgs;
|
|
1234
1237
|
};
|
|
1235
1238
|
|
|
1236
1239
|
|
|
@@ -1240,7 +1243,7 @@ export interface DataObjectAttribute$instance extends Attribute {
|
|
|
1240
1243
|
readonly __tsonic_type_System_ComponentModel_DataObjectAttribute: never;
|
|
1241
1244
|
|
|
1242
1245
|
readonly IsDataObject: boolean;
|
|
1243
|
-
Equals(obj: unknown): boolean;
|
|
1246
|
+
Equals(obj: unknown | null): boolean;
|
|
1244
1247
|
GetHashCode(): int;
|
|
1245
1248
|
IsDefaultAttribute(): boolean;
|
|
1246
1249
|
}
|
|
@@ -1264,7 +1267,7 @@ export interface DataObjectFieldAttribute$instance extends Attribute {
|
|
|
1264
1267
|
readonly IsNullable: boolean;
|
|
1265
1268
|
readonly Length: int;
|
|
1266
1269
|
readonly PrimaryKey: boolean;
|
|
1267
|
-
Equals(obj: unknown): boolean;
|
|
1270
|
+
Equals(obj: unknown | null): boolean;
|
|
1268
1271
|
GetHashCode(): int;
|
|
1269
1272
|
}
|
|
1270
1273
|
|
|
@@ -1284,9 +1287,9 @@ export interface DataObjectMethodAttribute$instance extends Attribute {
|
|
|
1284
1287
|
|
|
1285
1288
|
readonly IsDefault: boolean;
|
|
1286
1289
|
readonly MethodType: DataObjectMethodType;
|
|
1287
|
-
Equals(obj: unknown): boolean;
|
|
1290
|
+
Equals(obj: unknown | null): boolean;
|
|
1288
1291
|
GetHashCode(): int;
|
|
1289
|
-
Match(obj: unknown): boolean;
|
|
1292
|
+
Match(obj: unknown | null): boolean;
|
|
1290
1293
|
}
|
|
1291
1294
|
|
|
1292
1295
|
|
|
@@ -1301,14 +1304,14 @@ export type DataObjectMethodAttribute = DataObjectMethodAttribute$instance;
|
|
|
1301
1304
|
export interface DateOnlyConverter$instance extends TypeConverter {
|
|
1302
1305
|
readonly __tsonic_type_System_ComponentModel_DateOnlyConverter: never;
|
|
1303
1306
|
|
|
1304
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
1307
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
1305
1308
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1306
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
1307
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
1308
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown |
|
|
1309
|
-
ConvertFrom(value: unknown): unknown |
|
|
1310
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown |
|
|
1311
|
-
ConvertTo(value: unknown, destinationType: Type): unknown |
|
|
1309
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
1310
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
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;
|
|
1312
1315
|
}
|
|
1313
1316
|
|
|
1314
1317
|
|
|
@@ -1322,14 +1325,14 @@ export type DateOnlyConverter = DateOnlyConverter$instance;
|
|
|
1322
1325
|
export interface DateTimeConverter$instance extends TypeConverter {
|
|
1323
1326
|
readonly __tsonic_type_System_ComponentModel_DateTimeConverter: never;
|
|
1324
1327
|
|
|
1325
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
1328
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
1326
1329
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1327
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
1328
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
1329
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown |
|
|
1330
|
-
ConvertFrom(value: unknown): unknown |
|
|
1331
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown |
|
|
1332
|
-
ConvertTo(value: unknown, destinationType: Type): unknown |
|
|
1330
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
1331
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
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;
|
|
1333
1336
|
}
|
|
1334
1337
|
|
|
1335
1338
|
|
|
@@ -1343,14 +1346,14 @@ export type DateTimeConverter = DateTimeConverter$instance;
|
|
|
1343
1346
|
export interface DateTimeOffsetConverter$instance extends TypeConverter {
|
|
1344
1347
|
readonly __tsonic_type_System_ComponentModel_DateTimeOffsetConverter: never;
|
|
1345
1348
|
|
|
1346
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
1349
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
1347
1350
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1348
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
1349
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
1350
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown |
|
|
1351
|
-
ConvertFrom(value: unknown): unknown |
|
|
1352
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown |
|
|
1353
|
-
ConvertTo(value: unknown, destinationType: Type): unknown |
|
|
1351
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
1352
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
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;
|
|
1354
1357
|
}
|
|
1355
1358
|
|
|
1356
1359
|
|
|
@@ -1364,10 +1367,10 @@ export type DateTimeOffsetConverter = DateTimeOffsetConverter$instance;
|
|
|
1364
1367
|
export interface DecimalConverter$instance extends BaseNumberConverter {
|
|
1365
1368
|
readonly __tsonic_type_System_ComponentModel_DecimalConverter: never;
|
|
1366
1369
|
|
|
1367
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
1368
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
1369
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown |
|
|
1370
|
-
ConvertTo(value: unknown, destinationType: Type): unknown |
|
|
1370
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
1371
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
1372
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null, destinationType: Type): unknown | null;
|
|
1373
|
+
ConvertTo(value: unknown | null, destinationType: Type): unknown | null;
|
|
1371
1374
|
}
|
|
1372
1375
|
|
|
1373
1376
|
|
|
@@ -1381,15 +1384,15 @@ export type DecimalConverter = DecimalConverter$instance;
|
|
|
1381
1384
|
export interface DefaultBindingPropertyAttribute$instance extends Attribute {
|
|
1382
1385
|
readonly __tsonic_type_System_ComponentModel_DefaultBindingPropertyAttribute: never;
|
|
1383
1386
|
|
|
1384
|
-
readonly Name: string |
|
|
1385
|
-
Equals(obj: unknown): boolean;
|
|
1387
|
+
readonly Name: string | null;
|
|
1388
|
+
Equals(obj: unknown | null): boolean;
|
|
1386
1389
|
GetHashCode(): int;
|
|
1387
1390
|
}
|
|
1388
1391
|
|
|
1389
1392
|
|
|
1390
1393
|
export const DefaultBindingPropertyAttribute: {
|
|
1391
1394
|
new(): DefaultBindingPropertyAttribute;
|
|
1392
|
-
new(name: string): DefaultBindingPropertyAttribute;
|
|
1395
|
+
new(name: string | null): DefaultBindingPropertyAttribute;
|
|
1393
1396
|
readonly Default: DefaultBindingPropertyAttribute;
|
|
1394
1397
|
};
|
|
1395
1398
|
|
|
@@ -1399,14 +1402,14 @@ export type DefaultBindingPropertyAttribute = DefaultBindingPropertyAttribute$in
|
|
|
1399
1402
|
export interface DefaultEventAttribute$instance extends Attribute {
|
|
1400
1403
|
readonly __tsonic_type_System_ComponentModel_DefaultEventAttribute: never;
|
|
1401
1404
|
|
|
1402
|
-
readonly Name: string |
|
|
1403
|
-
Equals(obj: unknown): boolean;
|
|
1405
|
+
readonly Name: string | null;
|
|
1406
|
+
Equals(obj: unknown | null): boolean;
|
|
1404
1407
|
GetHashCode(): int;
|
|
1405
1408
|
}
|
|
1406
1409
|
|
|
1407
1410
|
|
|
1408
1411
|
export const DefaultEventAttribute: {
|
|
1409
|
-
new(name: string): DefaultEventAttribute;
|
|
1412
|
+
new(name: string | null): DefaultEventAttribute;
|
|
1410
1413
|
readonly Default: DefaultEventAttribute;
|
|
1411
1414
|
};
|
|
1412
1415
|
|
|
@@ -1416,14 +1419,14 @@ export type DefaultEventAttribute = DefaultEventAttribute$instance;
|
|
|
1416
1419
|
export interface DefaultPropertyAttribute$instance extends Attribute {
|
|
1417
1420
|
readonly __tsonic_type_System_ComponentModel_DefaultPropertyAttribute: never;
|
|
1418
1421
|
|
|
1419
|
-
readonly Name: string |
|
|
1420
|
-
Equals(obj: unknown): boolean;
|
|
1422
|
+
readonly Name: string | null;
|
|
1423
|
+
Equals(obj: unknown | null): boolean;
|
|
1421
1424
|
GetHashCode(): int;
|
|
1422
1425
|
}
|
|
1423
1426
|
|
|
1424
1427
|
|
|
1425
1428
|
export const DefaultPropertyAttribute: {
|
|
1426
|
-
new(name: string): DefaultPropertyAttribute;
|
|
1429
|
+
new(name: string | null): DefaultPropertyAttribute;
|
|
1427
1430
|
readonly Default: DefaultPropertyAttribute;
|
|
1428
1431
|
};
|
|
1429
1432
|
|
|
@@ -1433,14 +1436,14 @@ export type DefaultPropertyAttribute = DefaultPropertyAttribute$instance;
|
|
|
1433
1436
|
export interface DefaultValueAttribute$instance extends Attribute {
|
|
1434
1437
|
readonly __tsonic_type_System_ComponentModel_DefaultValueAttribute: never;
|
|
1435
1438
|
|
|
1436
|
-
readonly Value: unknown |
|
|
1437
|
-
Equals(obj: unknown): boolean;
|
|
1439
|
+
readonly Value: unknown | null;
|
|
1440
|
+
Equals(obj: unknown | null): boolean;
|
|
1438
1441
|
GetHashCode(): int;
|
|
1439
1442
|
}
|
|
1440
1443
|
|
|
1441
1444
|
|
|
1442
1445
|
export const DefaultValueAttribute: {
|
|
1443
|
-
new(type: Type, value: string): DefaultValueAttribute;
|
|
1446
|
+
new(type: Type, value: string | null): DefaultValueAttribute;
|
|
1444
1447
|
new(value: char): DefaultValueAttribute;
|
|
1445
1448
|
new(value: byte): DefaultValueAttribute;
|
|
1446
1449
|
new(value: short): DefaultValueAttribute;
|
|
@@ -1449,8 +1452,8 @@ export const DefaultValueAttribute: {
|
|
|
1449
1452
|
new(value: float): DefaultValueAttribute;
|
|
1450
1453
|
new(value: double): DefaultValueAttribute;
|
|
1451
1454
|
new(value: boolean): DefaultValueAttribute;
|
|
1452
|
-
new(value: string): DefaultValueAttribute;
|
|
1453
|
-
new(value: unknown): DefaultValueAttribute;
|
|
1455
|
+
new(value: string | null): DefaultValueAttribute;
|
|
1456
|
+
new(value: unknown | null): DefaultValueAttribute;
|
|
1454
1457
|
new(value: sbyte): DefaultValueAttribute;
|
|
1455
1458
|
new(value: ushort): DefaultValueAttribute;
|
|
1456
1459
|
new(value: uint): DefaultValueAttribute;
|
|
@@ -1464,7 +1467,7 @@ export interface DescriptionAttribute$instance extends Attribute {
|
|
|
1464
1467
|
readonly __tsonic_type_System_ComponentModel_DescriptionAttribute: never;
|
|
1465
1468
|
|
|
1466
1469
|
readonly Description: string;
|
|
1467
|
-
Equals(obj: unknown): boolean;
|
|
1470
|
+
Equals(obj: unknown | null): boolean;
|
|
1468
1471
|
GetHashCode(): int;
|
|
1469
1472
|
IsDefaultAttribute(): boolean;
|
|
1470
1473
|
}
|
|
@@ -1485,7 +1488,7 @@ export interface DesignerAttribute$instance extends Attribute {
|
|
|
1485
1488
|
readonly DesignerBaseTypeName: string;
|
|
1486
1489
|
readonly DesignerTypeName: string;
|
|
1487
1490
|
readonly TypeId: unknown;
|
|
1488
|
-
Equals(obj: unknown): boolean;
|
|
1491
|
+
Equals(obj: unknown | null): boolean;
|
|
1489
1492
|
GetHashCode(): int;
|
|
1490
1493
|
}
|
|
1491
1494
|
|
|
@@ -1506,7 +1509,7 @@ export interface DesignerCategoryAttribute$instance extends Attribute {
|
|
|
1506
1509
|
|
|
1507
1510
|
readonly Category: string;
|
|
1508
1511
|
readonly TypeId: unknown;
|
|
1509
|
-
Equals(obj: unknown): boolean;
|
|
1512
|
+
Equals(obj: unknown | null): boolean;
|
|
1510
1513
|
GetHashCode(): int;
|
|
1511
1514
|
IsDefaultAttribute(): boolean;
|
|
1512
1515
|
}
|
|
@@ -1528,7 +1531,7 @@ export interface DesignerSerializationVisibilityAttribute$instance extends Attri
|
|
|
1528
1531
|
readonly __tsonic_type_System_ComponentModel_DesignerSerializationVisibilityAttribute: never;
|
|
1529
1532
|
|
|
1530
1533
|
readonly Visibility: DesignerSerializationVisibility;
|
|
1531
|
-
Equals(obj: unknown): boolean;
|
|
1534
|
+
Equals(obj: unknown | null): boolean;
|
|
1532
1535
|
GetHashCode(): int;
|
|
1533
1536
|
IsDefaultAttribute(): boolean;
|
|
1534
1537
|
}
|
|
@@ -1549,7 +1552,7 @@ export interface DesignOnlyAttribute$instance extends Attribute {
|
|
|
1549
1552
|
readonly __tsonic_type_System_ComponentModel_DesignOnlyAttribute: never;
|
|
1550
1553
|
|
|
1551
1554
|
readonly IsDesignOnly: boolean;
|
|
1552
|
-
Equals(obj: unknown): boolean;
|
|
1555
|
+
Equals(obj: unknown | null): boolean;
|
|
1553
1556
|
GetHashCode(): int;
|
|
1554
1557
|
IsDefaultAttribute(): boolean;
|
|
1555
1558
|
}
|
|
@@ -1569,7 +1572,7 @@ export interface DesignTimeVisibleAttribute$instance extends Attribute {
|
|
|
1569
1572
|
readonly __tsonic_type_System_ComponentModel_DesignTimeVisibleAttribute: never;
|
|
1570
1573
|
|
|
1571
1574
|
readonly Visible: boolean;
|
|
1572
|
-
Equals(obj: unknown): boolean;
|
|
1575
|
+
Equals(obj: unknown | null): boolean;
|
|
1573
1576
|
GetHashCode(): int;
|
|
1574
1577
|
IsDefaultAttribute(): boolean;
|
|
1575
1578
|
}
|
|
@@ -1590,7 +1593,7 @@ export interface DisplayNameAttribute$instance extends Attribute {
|
|
|
1590
1593
|
readonly __tsonic_type_System_ComponentModel_DisplayNameAttribute: never;
|
|
1591
1594
|
|
|
1592
1595
|
readonly DisplayName: string;
|
|
1593
|
-
Equals(obj: unknown): boolean;
|
|
1596
|
+
Equals(obj: unknown | null): boolean;
|
|
1594
1597
|
GetHashCode(): int;
|
|
1595
1598
|
IsDefaultAttribute(): boolean;
|
|
1596
1599
|
}
|
|
@@ -1621,14 +1624,14 @@ export type DoubleConverter = DoubleConverter$instance;
|
|
|
1621
1624
|
export interface DoWorkEventArgs$instance extends CancelEventArgs {
|
|
1622
1625
|
readonly __tsonic_type_System_ComponentModel_DoWorkEventArgs: never;
|
|
1623
1626
|
|
|
1624
|
-
readonly Argument: unknown |
|
|
1625
|
-
get Result(): unknown |
|
|
1626
|
-
set Result(value: unknown |
|
|
1627
|
+
readonly Argument: unknown | null;
|
|
1628
|
+
get Result(): unknown | null;
|
|
1629
|
+
set Result(value: unknown | null);
|
|
1627
1630
|
}
|
|
1628
1631
|
|
|
1629
1632
|
|
|
1630
1633
|
export const DoWorkEventArgs: {
|
|
1631
|
-
new(argument: unknown): DoWorkEventArgs;
|
|
1634
|
+
new(argument: unknown | null): DoWorkEventArgs;
|
|
1632
1635
|
};
|
|
1633
1636
|
|
|
1634
1637
|
|
|
@@ -1637,17 +1640,17 @@ export type DoWorkEventArgs = DoWorkEventArgs$instance;
|
|
|
1637
1640
|
export interface EditorAttribute$instance extends Attribute {
|
|
1638
1641
|
readonly __tsonic_type_System_ComponentModel_EditorAttribute: never;
|
|
1639
1642
|
|
|
1640
|
-
readonly EditorBaseTypeName: string |
|
|
1643
|
+
readonly EditorBaseTypeName: string | null;
|
|
1641
1644
|
readonly EditorTypeName: string;
|
|
1642
1645
|
readonly TypeId: unknown;
|
|
1643
|
-
Equals(obj: unknown): boolean;
|
|
1646
|
+
Equals(obj: unknown | null): boolean;
|
|
1644
1647
|
GetHashCode(): int;
|
|
1645
1648
|
}
|
|
1646
1649
|
|
|
1647
1650
|
|
|
1648
1651
|
export const EditorAttribute: {
|
|
1649
1652
|
new(): EditorAttribute;
|
|
1650
|
-
new(typeName: string, baseTypeName: string): EditorAttribute;
|
|
1653
|
+
new(typeName: string, baseTypeName: string | null): EditorAttribute;
|
|
1651
1654
|
new(typeName: string, baseType: Type): EditorAttribute;
|
|
1652
1655
|
new(type: Type, baseType: Type): EditorAttribute;
|
|
1653
1656
|
};
|
|
@@ -1659,7 +1662,7 @@ export interface EditorBrowsableAttribute$instance extends Attribute {
|
|
|
1659
1662
|
readonly __tsonic_type_System_ComponentModel_EditorBrowsableAttribute: never;
|
|
1660
1663
|
|
|
1661
1664
|
readonly State: EditorBrowsableState;
|
|
1662
|
-
Equals(obj: unknown): boolean;
|
|
1665
|
+
Equals(obj: unknown | null): boolean;
|
|
1663
1666
|
GetHashCode(): int;
|
|
1664
1667
|
}
|
|
1665
1668
|
|
|
@@ -1676,21 +1679,21 @@ export interface EnumConverter$instance extends TypeConverter {
|
|
|
1676
1679
|
readonly __tsonic_type_System_ComponentModel_EnumConverter: never;
|
|
1677
1680
|
|
|
1678
1681
|
readonly Comparer: IComparer;
|
|
1679
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
1682
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
1680
1683
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1681
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
1682
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
1683
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown |
|
|
1684
|
-
ConvertFrom(value: unknown): unknown |
|
|
1685
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown |
|
|
1686
|
-
ConvertTo(value: unknown, destinationType: Type): unknown |
|
|
1687
|
-
GetStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
|
|
1688
|
-
GetStandardValues(): ICollection |
|
|
1689
|
-
GetStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
|
|
1684
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
1685
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
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;
|
|
1690
|
+
GetStandardValues(context: ITypeDescriptorContext | null): TypeConverter_StandardValuesCollection;
|
|
1691
|
+
GetStandardValues(): ICollection | null;
|
|
1692
|
+
GetStandardValuesExclusive(context: ITypeDescriptorContext | null): boolean;
|
|
1690
1693
|
GetStandardValuesExclusive(): boolean;
|
|
1691
|
-
GetStandardValuesSupported(context: ITypeDescriptorContext): boolean;
|
|
1694
|
+
GetStandardValuesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
1692
1695
|
GetStandardValuesSupported(): boolean;
|
|
1693
|
-
IsValid(context: ITypeDescriptorContext, value: unknown): boolean;
|
|
1696
|
+
IsValid(context: ITypeDescriptorContext | null, value: unknown | null): boolean;
|
|
1694
1697
|
IsValid(value: unknown): boolean;
|
|
1695
1698
|
}
|
|
1696
1699
|
|
|
@@ -1713,7 +1716,7 @@ export interface EventDescriptor$instance extends MemberDescriptor {
|
|
|
1713
1716
|
}
|
|
1714
1717
|
|
|
1715
1718
|
|
|
1716
|
-
export const EventDescriptor: (abstract new(name: string, attrs: Attribute[]) => EventDescriptor) & (abstract new(descr: MemberDescriptor) => EventDescriptor) & (abstract new(descr: MemberDescriptor, attrs: Attribute[]) => EventDescriptor) & {
|
|
1719
|
+
export const EventDescriptor: (abstract new(name: string, attrs: Attribute[] | null) => EventDescriptor) & (abstract new(descr: MemberDescriptor) => EventDescriptor) & (abstract new(descr: MemberDescriptor, attrs: Attribute[] | null) => EventDescriptor) & {
|
|
1717
1720
|
};
|
|
1718
1721
|
|
|
1719
1722
|
|
|
@@ -1727,16 +1730,16 @@ export interface EventDescriptorCollection$instance {
|
|
|
1727
1730
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
1728
1731
|
|
|
1729
1732
|
Count: int;
|
|
1730
|
-
Add(value: EventDescriptor): int;
|
|
1733
|
+
Add(value: EventDescriptor | null): int;
|
|
1731
1734
|
Clear(): void;
|
|
1732
|
-
Contains(value: EventDescriptor): boolean;
|
|
1733
|
-
Find(name: string, ignoreCase: boolean): EventDescriptor |
|
|
1734
|
-
get_Item(index: int): EventDescriptor |
|
|
1735
|
-
get_Item(name: string): EventDescriptor |
|
|
1735
|
+
Contains(value: EventDescriptor | null): boolean;
|
|
1736
|
+
Find(name: string, ignoreCase: boolean): EventDescriptor | null;
|
|
1737
|
+
get_Item(index: int): EventDescriptor | null;
|
|
1738
|
+
get_Item(name: string | null): EventDescriptor | null;
|
|
1736
1739
|
GetEnumerator(): IEnumerator;
|
|
1737
|
-
IndexOf(value: EventDescriptor): int;
|
|
1738
|
-
Insert(index: int, value: EventDescriptor): void;
|
|
1739
|
-
Remove(value: EventDescriptor): void;
|
|
1740
|
+
IndexOf(value: EventDescriptor | null): int;
|
|
1741
|
+
Insert(index: int, value: EventDescriptor | null): void;
|
|
1742
|
+
Remove(value: EventDescriptor | null): void;
|
|
1740
1743
|
RemoveAt(index: int): void;
|
|
1741
1744
|
Sort(): EventDescriptorCollection;
|
|
1742
1745
|
Sort(names: string[]): EventDescriptorCollection;
|
|
@@ -1746,8 +1749,8 @@ export interface EventDescriptorCollection$instance {
|
|
|
1746
1749
|
|
|
1747
1750
|
|
|
1748
1751
|
export const EventDescriptorCollection: {
|
|
1749
|
-
new(events: EventDescriptor[]): EventDescriptorCollection;
|
|
1750
|
-
new(events: EventDescriptor[], readOnly: boolean): EventDescriptorCollection;
|
|
1752
|
+
new(events: EventDescriptor[] | null): EventDescriptorCollection;
|
|
1753
|
+
new(events: EventDescriptor[] | null, readOnly: boolean): EventDescriptorCollection;
|
|
1751
1754
|
readonly Empty: EventDescriptorCollection;
|
|
1752
1755
|
};
|
|
1753
1756
|
|
|
@@ -1766,12 +1769,12 @@ export interface EventHandlerList$instance extends System_Internal.IDisposable$i
|
|
|
1766
1769
|
|
|
1767
1770
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1768
1771
|
|
|
1769
|
-
get Item(): Function |
|
|
1770
|
-
set Item(value: Function |
|
|
1771
|
-
AddHandler(key: unknown, value: Function): void;
|
|
1772
|
+
get Item(): Function | null;
|
|
1773
|
+
set Item(value: Function | null);
|
|
1774
|
+
AddHandler(key: unknown, value: Function | null): void;
|
|
1772
1775
|
AddHandlers(listToAddFrom: EventHandlerList): void;
|
|
1773
1776
|
Dispose(): void;
|
|
1774
|
-
RemoveHandler(key: unknown, value: Function): void;
|
|
1777
|
+
RemoveHandler(key: unknown, value: Function | null): void;
|
|
1775
1778
|
}
|
|
1776
1779
|
|
|
1777
1780
|
|
|
@@ -1790,10 +1793,10 @@ export type EventHandlerList = EventHandlerList$instance & __EventHandlerList$vi
|
|
|
1790
1793
|
export interface ExpandableObjectConverter$instance extends TypeConverter {
|
|
1791
1794
|
readonly __tsonic_type_System_ComponentModel_ExpandableObjectConverter: never;
|
|
1792
1795
|
|
|
1793
|
-
GetProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
1794
|
-
GetProperties(value: unknown): PropertyDescriptorCollection |
|
|
1795
|
-
GetProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection |
|
|
1796
|
-
GetPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
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;
|
|
1799
|
+
GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
1797
1800
|
GetPropertiesSupported(): boolean;
|
|
1798
1801
|
}
|
|
1799
1802
|
|
|
@@ -1808,13 +1811,13 @@ export type ExpandableObjectConverter = ExpandableObjectConverter$instance;
|
|
|
1808
1811
|
export interface ExtenderProvidedPropertyAttribute$instance extends Attribute {
|
|
1809
1812
|
readonly __tsonic_type_System_ComponentModel_ExtenderProvidedPropertyAttribute: never;
|
|
1810
1813
|
|
|
1811
|
-
get ExtenderProperty(): PropertyDescriptor |
|
|
1812
|
-
set ExtenderProperty(value: PropertyDescriptor |
|
|
1813
|
-
get Provider(): IExtenderProvider |
|
|
1814
|
-
set Provider(value: IExtenderProvider |
|
|
1815
|
-
get ReceiverType(): Type |
|
|
1816
|
-
set ReceiverType(value: Type |
|
|
1817
|
-
Equals(obj: unknown): boolean;
|
|
1814
|
+
get ExtenderProperty(): PropertyDescriptor | null;
|
|
1815
|
+
set ExtenderProperty(value: PropertyDescriptor | null);
|
|
1816
|
+
get Provider(): IExtenderProvider | null;
|
|
1817
|
+
set Provider(value: IExtenderProvider | null);
|
|
1818
|
+
get ReceiverType(): Type | null;
|
|
1819
|
+
set ReceiverType(value: Type | null);
|
|
1820
|
+
Equals(obj: unknown | null): boolean;
|
|
1818
1821
|
GetHashCode(): int;
|
|
1819
1822
|
IsDefaultAttribute(): boolean;
|
|
1820
1823
|
}
|
|
@@ -1830,14 +1833,14 @@ export type ExtenderProvidedPropertyAttribute = ExtenderProvidedPropertyAttribut
|
|
|
1830
1833
|
export interface GuidConverter$instance extends TypeConverter {
|
|
1831
1834
|
readonly __tsonic_type_System_ComponentModel_GuidConverter: never;
|
|
1832
1835
|
|
|
1833
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
1836
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
1834
1837
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1835
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
1836
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
1837
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown |
|
|
1838
|
-
ConvertFrom(value: unknown): unknown |
|
|
1839
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown |
|
|
1840
|
-
ConvertTo(value: unknown, destinationType: Type): unknown |
|
|
1838
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
1839
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
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;
|
|
1841
1844
|
}
|
|
1842
1845
|
|
|
1843
1846
|
|
|
@@ -1880,7 +1883,7 @@ export interface ImmutableObjectAttribute$instance extends Attribute {
|
|
|
1880
1883
|
readonly __tsonic_type_System_ComponentModel_ImmutableObjectAttribute: never;
|
|
1881
1884
|
|
|
1882
1885
|
readonly Immutable: boolean;
|
|
1883
|
-
Equals(obj: unknown): boolean;
|
|
1886
|
+
Equals(obj: unknown | null): boolean;
|
|
1884
1887
|
GetHashCode(): int;
|
|
1885
1888
|
IsDefaultAttribute(): boolean;
|
|
1886
1889
|
}
|
|
@@ -1900,7 +1903,7 @@ export interface InheritanceAttribute$instance extends Attribute {
|
|
|
1900
1903
|
readonly __tsonic_type_System_ComponentModel_InheritanceAttribute: never;
|
|
1901
1904
|
|
|
1902
1905
|
readonly InheritanceLevel: InheritanceLevel;
|
|
1903
|
-
Equals(value: unknown): boolean;
|
|
1906
|
+
Equals(value: unknown | null): boolean;
|
|
1904
1907
|
GetHashCode(): int;
|
|
1905
1908
|
IsDefaultAttribute(): boolean;
|
|
1906
1909
|
ToString(): string;
|
|
@@ -1936,15 +1939,15 @@ export type InitializationEventAttribute = InitializationEventAttribute$instance
|
|
|
1936
1939
|
export interface InstallerTypeAttribute$instance extends Attribute {
|
|
1937
1940
|
readonly __tsonic_type_System_ComponentModel_InstallerTypeAttribute: never;
|
|
1938
1941
|
|
|
1939
|
-
readonly InstallerType: Type |
|
|
1940
|
-
Equals(obj: unknown): boolean;
|
|
1942
|
+
readonly InstallerType: Type | null;
|
|
1943
|
+
Equals(obj: unknown | null): boolean;
|
|
1941
1944
|
GetHashCode(): int;
|
|
1942
1945
|
}
|
|
1943
1946
|
|
|
1944
1947
|
|
|
1945
1948
|
export const InstallerTypeAttribute: {
|
|
1946
1949
|
new(installerType: Type): InstallerTypeAttribute;
|
|
1947
|
-
new(typeName: string): InstallerTypeAttribute;
|
|
1950
|
+
new(typeName: string | null): InstallerTypeAttribute;
|
|
1948
1951
|
};
|
|
1949
1952
|
|
|
1950
1953
|
|
|
@@ -1954,7 +1957,7 @@ export interface InstanceCreationEditor$instance {
|
|
|
1954
1957
|
readonly __tsonic_type_System_ComponentModel_InstanceCreationEditor: never;
|
|
1955
1958
|
|
|
1956
1959
|
readonly Text: string;
|
|
1957
|
-
CreateInstance(context: ITypeDescriptorContext, instanceType: Type): unknown |
|
|
1960
|
+
CreateInstance(context: ITypeDescriptorContext, instanceType: Type): unknown | null;
|
|
1958
1961
|
}
|
|
1959
1962
|
|
|
1960
1963
|
|
|
@@ -2016,7 +2019,7 @@ export const Int64Converter: {
|
|
|
2016
2019
|
|
|
2017
2020
|
export type Int64Converter = Int64Converter$instance;
|
|
2018
2021
|
|
|
2019
|
-
export interface InvalidAsynchronousStateException$instance extends ArgumentException {
|
|
2022
|
+
export interface InvalidAsynchronousStateException$instance extends ArgumentException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
2020
2023
|
readonly __tsonic_type_System_ComponentModel_InvalidAsynchronousStateException: never;
|
|
2021
2024
|
|
|
2022
2025
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -2026,8 +2029,8 @@ export interface InvalidAsynchronousStateException$instance extends ArgumentExce
|
|
|
2026
2029
|
|
|
2027
2030
|
export const InvalidAsynchronousStateException: {
|
|
2028
2031
|
new(): InvalidAsynchronousStateException;
|
|
2029
|
-
new(message: string): InvalidAsynchronousStateException;
|
|
2030
|
-
new(message: string, innerException: Exception): InvalidAsynchronousStateException;
|
|
2032
|
+
new(message: string | null): InvalidAsynchronousStateException;
|
|
2033
|
+
new(message: string | null, innerException: Exception | null): InvalidAsynchronousStateException;
|
|
2031
2034
|
};
|
|
2032
2035
|
|
|
2033
2036
|
|
|
@@ -2038,7 +2041,7 @@ export interface __InvalidAsynchronousStateException$views {
|
|
|
2038
2041
|
export type InvalidAsynchronousStateException = InvalidAsynchronousStateException$instance & __InvalidAsynchronousStateException$views;
|
|
2039
2042
|
|
|
2040
2043
|
|
|
2041
|
-
export interface InvalidEnumArgumentException$instance extends ArgumentException {
|
|
2044
|
+
export interface InvalidEnumArgumentException$instance extends ArgumentException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
2042
2045
|
readonly __tsonic_type_System_ComponentModel_InvalidEnumArgumentException: never;
|
|
2043
2046
|
|
|
2044
2047
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -2048,9 +2051,9 @@ export interface InvalidEnumArgumentException$instance extends ArgumentException
|
|
|
2048
2051
|
|
|
2049
2052
|
export const InvalidEnumArgumentException: {
|
|
2050
2053
|
new(): InvalidEnumArgumentException;
|
|
2051
|
-
new(message: string): InvalidEnumArgumentException;
|
|
2052
|
-
new(message: string, innerException: Exception): InvalidEnumArgumentException;
|
|
2053
|
-
new(argumentName: string, invalidValue: int, enumClass: Type): InvalidEnumArgumentException;
|
|
2054
|
+
new(message: string | null): InvalidEnumArgumentException;
|
|
2055
|
+
new(message: string | null, innerException: Exception | null): InvalidEnumArgumentException;
|
|
2056
|
+
new(argumentName: string | null, invalidValue: int, enumClass: Type): InvalidEnumArgumentException;
|
|
2054
2057
|
};
|
|
2055
2058
|
|
|
2056
2059
|
|
|
@@ -2088,8 +2091,8 @@ export interface LicenseContext$instance extends System_Internal.IServiceProvide
|
|
|
2088
2091
|
readonly __tsonic_iface_System_IServiceProvider: never;
|
|
2089
2092
|
|
|
2090
2093
|
readonly UsageMode: LicenseUsageMode;
|
|
2091
|
-
GetSavedLicenseKey(type: Type, resourceAssembly: Assembly): string |
|
|
2092
|
-
GetService(type: Type): unknown |
|
|
2094
|
+
GetSavedLicenseKey(type: Type, resourceAssembly: Assembly | null): string | null;
|
|
2095
|
+
GetService(type: Type): unknown | null;
|
|
2093
2096
|
SetSavedLicenseKey(type: Type, key: string): void;
|
|
2094
2097
|
}
|
|
2095
2098
|
|
|
@@ -2106,21 +2109,21 @@ export interface __LicenseContext$views {
|
|
|
2106
2109
|
export type LicenseContext = LicenseContext$instance & __LicenseContext$views;
|
|
2107
2110
|
|
|
2108
2111
|
|
|
2109
|
-
export interface LicenseException$instance extends SystemException {
|
|
2112
|
+
export interface LicenseException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
2110
2113
|
readonly __tsonic_type_System_ComponentModel_LicenseException: never;
|
|
2111
2114
|
|
|
2112
2115
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2113
2116
|
|
|
2114
|
-
readonly LicensedType: Type |
|
|
2117
|
+
readonly LicensedType: Type | null;
|
|
2115
2118
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
2116
2119
|
}
|
|
2117
2120
|
|
|
2118
2121
|
|
|
2119
2122
|
export const LicenseException: {
|
|
2120
|
-
new(type: Type): LicenseException;
|
|
2121
|
-
new(type: Type, instance: unknown): LicenseException;
|
|
2122
|
-
new(type: Type, instance: unknown, message: string): LicenseException;
|
|
2123
|
-
new(type: Type, instance: unknown, message: string, innerException: Exception): LicenseException;
|
|
2123
|
+
new(type: Type | null): LicenseException;
|
|
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;
|
|
2124
2127
|
};
|
|
2125
2128
|
|
|
2126
2129
|
|
|
@@ -2140,14 +2143,14 @@ export interface LicenseManager$instance {
|
|
|
2140
2143
|
export const LicenseManager: {
|
|
2141
2144
|
CurrentContext: LicenseContext;
|
|
2142
2145
|
readonly UsageMode: LicenseUsageMode;
|
|
2143
|
-
CreateWithContext(type: Type, creationContext: LicenseContext, args: unknown[]): unknown |
|
|
2144
|
-
CreateWithContext(type: Type, creationContext: LicenseContext): unknown |
|
|
2146
|
+
CreateWithContext(type: Type, creationContext: LicenseContext, args: unknown[]): unknown | null;
|
|
2147
|
+
CreateWithContext(type: Type, creationContext: LicenseContext): unknown | null;
|
|
2145
2148
|
IsLicensed(type: Type): boolean;
|
|
2146
|
-
IsValid(type: Type, instance: unknown, license: License): boolean;
|
|
2149
|
+
IsValid(type: Type, instance: unknown | null, license: License | null): boolean;
|
|
2147
2150
|
IsValid(type: Type): boolean;
|
|
2148
2151
|
LockContext(contextUser: unknown): void;
|
|
2149
2152
|
UnlockContext(contextUser: unknown): void;
|
|
2150
|
-
Validate(type: Type, instance: unknown): License |
|
|
2153
|
+
Validate(type: Type, instance: unknown | null): License | null;
|
|
2151
2154
|
Validate(type: Type): void;
|
|
2152
2155
|
};
|
|
2153
2156
|
|
|
@@ -2157,7 +2160,7 @@ export type LicenseManager = LicenseManager$instance;
|
|
|
2157
2160
|
export interface LicenseProvider$instance {
|
|
2158
2161
|
readonly __tsonic_type_System_ComponentModel_LicenseProvider: never;
|
|
2159
2162
|
|
|
2160
|
-
GetLicense(context: LicenseContext, type: Type, instance: unknown, allowExceptions: boolean): License |
|
|
2163
|
+
GetLicense(context: LicenseContext, type: Type, instance: unknown | null, allowExceptions: boolean): License | null;
|
|
2161
2164
|
}
|
|
2162
2165
|
|
|
2163
2166
|
|
|
@@ -2170,16 +2173,16 @@ export type LicenseProvider = LicenseProvider$instance;
|
|
|
2170
2173
|
export interface LicenseProviderAttribute$instance extends Attribute {
|
|
2171
2174
|
readonly __tsonic_type_System_ComponentModel_LicenseProviderAttribute: never;
|
|
2172
2175
|
|
|
2173
|
-
readonly LicenseProvider: Type |
|
|
2176
|
+
readonly LicenseProvider: Type | null;
|
|
2174
2177
|
readonly TypeId: unknown;
|
|
2175
|
-
Equals(value: unknown): boolean;
|
|
2178
|
+
Equals(value: unknown | null): boolean;
|
|
2176
2179
|
GetHashCode(): int;
|
|
2177
2180
|
}
|
|
2178
2181
|
|
|
2179
2182
|
|
|
2180
2183
|
export const LicenseProviderAttribute: {
|
|
2181
2184
|
new(): LicenseProviderAttribute;
|
|
2182
|
-
new(typeName: string): LicenseProviderAttribute;
|
|
2185
|
+
new(typeName: string | null): LicenseProviderAttribute;
|
|
2183
2186
|
new(type: Type): LicenseProviderAttribute;
|
|
2184
2187
|
readonly Default: LicenseProviderAttribute;
|
|
2185
2188
|
};
|
|
@@ -2191,8 +2194,8 @@ export interface LicFileLicenseProvider$instance extends LicenseProvider {
|
|
|
2191
2194
|
readonly __tsonic_type_System_ComponentModel_LicFileLicenseProvider: never;
|
|
2192
2195
|
|
|
2193
2196
|
GetKey(type: Type): string;
|
|
2194
|
-
GetLicense(context: LicenseContext, type: Type, instance: unknown, allowExceptions: boolean): License |
|
|
2195
|
-
IsKeyValid(key: string, type: Type): boolean;
|
|
2197
|
+
GetLicense(context: LicenseContext, type: Type, instance: unknown | null, allowExceptions: boolean): License | null;
|
|
2198
|
+
IsKeyValid(key: string | null, type: Type): boolean;
|
|
2196
2199
|
}
|
|
2197
2200
|
|
|
2198
2201
|
|
|
@@ -2207,7 +2210,7 @@ export interface ListBindableAttribute$instance extends Attribute {
|
|
|
2207
2210
|
readonly __tsonic_type_System_ComponentModel_ListBindableAttribute: never;
|
|
2208
2211
|
|
|
2209
2212
|
readonly ListBindable: boolean;
|
|
2210
|
-
Equals(obj: unknown): boolean;
|
|
2213
|
+
Equals(obj: unknown | null): boolean;
|
|
2211
2214
|
GetHashCode(): int;
|
|
2212
2215
|
IsDefaultAttribute(): boolean;
|
|
2213
2216
|
}
|
|
@@ -2230,14 +2233,14 @@ export interface ListChangedEventArgs$instance extends EventArgs {
|
|
|
2230
2233
|
readonly ListChangedType: ListChangedType;
|
|
2231
2234
|
readonly NewIndex: int;
|
|
2232
2235
|
readonly OldIndex: int;
|
|
2233
|
-
readonly PropertyDescriptor: PropertyDescriptor |
|
|
2236
|
+
readonly PropertyDescriptor: PropertyDescriptor | null;
|
|
2234
2237
|
}
|
|
2235
2238
|
|
|
2236
2239
|
|
|
2237
2240
|
export const ListChangedEventArgs: {
|
|
2238
2241
|
new(listChangedType: ListChangedType, newIndex: int): ListChangedEventArgs;
|
|
2239
|
-
new(listChangedType: ListChangedType, newIndex: int, propDesc: PropertyDescriptor): ListChangedEventArgs;
|
|
2240
|
-
new(listChangedType: ListChangedType, propDesc: PropertyDescriptor): ListChangedEventArgs;
|
|
2242
|
+
new(listChangedType: ListChangedType, newIndex: int, propDesc: PropertyDescriptor | null): ListChangedEventArgs;
|
|
2243
|
+
new(listChangedType: ListChangedType, propDesc: PropertyDescriptor | null): ListChangedEventArgs;
|
|
2241
2244
|
new(listChangedType: ListChangedType, newIndex: int, oldIndex: int): ListChangedEventArgs;
|
|
2242
2245
|
};
|
|
2243
2246
|
|
|
@@ -2247,14 +2250,14 @@ export type ListChangedEventArgs = ListChangedEventArgs$instance;
|
|
|
2247
2250
|
export interface ListSortDescription$instance {
|
|
2248
2251
|
readonly __tsonic_type_System_ComponentModel_ListSortDescription: never;
|
|
2249
2252
|
|
|
2250
|
-
get PropertyDescriptor(): PropertyDescriptor |
|
|
2251
|
-
set PropertyDescriptor(value: PropertyDescriptor |
|
|
2253
|
+
get PropertyDescriptor(): PropertyDescriptor | null;
|
|
2254
|
+
set PropertyDescriptor(value: PropertyDescriptor | null);
|
|
2252
2255
|
SortDirection: ListSortDirection;
|
|
2253
2256
|
}
|
|
2254
2257
|
|
|
2255
2258
|
|
|
2256
2259
|
export const ListSortDescription: {
|
|
2257
|
-
new(property: PropertyDescriptor, direction: ListSortDirection): ListSortDescription;
|
|
2260
|
+
new(property: PropertyDescriptor | null, direction: ListSortDirection): ListSortDescription;
|
|
2258
2261
|
};
|
|
2259
2262
|
|
|
2260
2263
|
|
|
@@ -2268,15 +2271,15 @@ export interface ListSortDescriptionCollection$instance {
|
|
|
2268
2271
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
2269
2272
|
|
|
2270
2273
|
readonly Count: int;
|
|
2271
|
-
Contains(value: unknown): boolean;
|
|
2274
|
+
Contains(value: unknown | null): boolean;
|
|
2272
2275
|
CopyTo(array: ClrArray, index: int): void;
|
|
2273
|
-
IndexOf(value: unknown): int;
|
|
2276
|
+
IndexOf(value: unknown | null): int;
|
|
2274
2277
|
}
|
|
2275
2278
|
|
|
2276
2279
|
|
|
2277
2280
|
export const ListSortDescriptionCollection: {
|
|
2278
2281
|
new(): ListSortDescriptionCollection;
|
|
2279
|
-
new(sorts: ListSortDescription[]): ListSortDescriptionCollection;
|
|
2282
|
+
new(sorts: (ListSortDescription | null)[] | null): ListSortDescriptionCollection;
|
|
2280
2283
|
};
|
|
2281
2284
|
|
|
2282
2285
|
|
|
@@ -2293,7 +2296,7 @@ export interface LocalizableAttribute$instance extends Attribute {
|
|
|
2293
2296
|
readonly __tsonic_type_System_ComponentModel_LocalizableAttribute: never;
|
|
2294
2297
|
|
|
2295
2298
|
readonly IsLocalizable: boolean;
|
|
2296
|
-
Equals(obj: unknown): boolean;
|
|
2299
|
+
Equals(obj: unknown | null): boolean;
|
|
2297
2300
|
GetHashCode(): int;
|
|
2298
2301
|
IsDefaultAttribute(): boolean;
|
|
2299
2302
|
}
|
|
@@ -2312,11 +2315,11 @@ export type LocalizableAttribute = LocalizableAttribute$instance;
|
|
|
2312
2315
|
export interface LookupBindingPropertiesAttribute$instance extends Attribute {
|
|
2313
2316
|
readonly __tsonic_type_System_ComponentModel_LookupBindingPropertiesAttribute: never;
|
|
2314
2317
|
|
|
2315
|
-
readonly DataSource: string |
|
|
2316
|
-
readonly DisplayMember: string |
|
|
2317
|
-
readonly LookupMember: string |
|
|
2318
|
-
readonly ValueMember: string |
|
|
2319
|
-
Equals(obj: unknown): boolean;
|
|
2318
|
+
readonly DataSource: string | null;
|
|
2319
|
+
readonly DisplayMember: string | null;
|
|
2320
|
+
readonly LookupMember: string | null;
|
|
2321
|
+
readonly ValueMember: string | null;
|
|
2322
|
+
Equals(obj: unknown | null): boolean;
|
|
2320
2323
|
GetHashCode(): int;
|
|
2321
2324
|
}
|
|
2322
2325
|
|
|
@@ -2337,15 +2340,15 @@ export interface MarshalByValueComponent$instance extends System_Internal.IServi
|
|
|
2337
2340
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2338
2341
|
readonly __tsonic_iface_System_IServiceProvider: never;
|
|
2339
2342
|
|
|
2340
|
-
readonly Container: IContainer |
|
|
2343
|
+
readonly Container: IContainer | null;
|
|
2341
2344
|
readonly DesignMode: boolean;
|
|
2342
|
-
get Site(): ISite |
|
|
2343
|
-
set Site(value: ISite |
|
|
2345
|
+
get Site(): ISite | null;
|
|
2346
|
+
set Site(value: ISite | null);
|
|
2344
2347
|
Dispose(): void;
|
|
2345
2348
|
Dispose(disposing: boolean): void;
|
|
2346
2349
|
Finalize(): void;
|
|
2347
|
-
GetService(service: Type): unknown |
|
|
2348
|
-
ToString(): string |
|
|
2350
|
+
GetService(service: Type): unknown | null;
|
|
2351
|
+
ToString(): string | null;
|
|
2349
2352
|
}
|
|
2350
2353
|
|
|
2351
2354
|
|
|
@@ -2440,11 +2443,11 @@ export interface MaskedTextProvider$instance extends System_Internal.ICloneable$
|
|
|
2440
2443
|
export const MaskedTextProvider: {
|
|
2441
2444
|
new(mask: string): MaskedTextProvider;
|
|
2442
2445
|
new(mask: string, restrictToAscii: boolean): MaskedTextProvider;
|
|
2443
|
-
new(mask: string, culture: CultureInfo): MaskedTextProvider;
|
|
2444
|
-
new(mask: string, culture: CultureInfo, restrictToAscii: boolean): MaskedTextProvider;
|
|
2446
|
+
new(mask: string, culture: CultureInfo | null): MaskedTextProvider;
|
|
2447
|
+
new(mask: string, culture: CultureInfo | null, restrictToAscii: boolean): MaskedTextProvider;
|
|
2445
2448
|
new(mask: string, passwordChar: char, allowPromptAsInput: boolean): MaskedTextProvider;
|
|
2446
|
-
new(mask: string, culture: CultureInfo, passwordChar: char, allowPromptAsInput: boolean): MaskedTextProvider;
|
|
2447
|
-
new(mask: string, culture: CultureInfo, allowPromptAsInput: boolean, promptChar: char, passwordChar: char, restrictToAscii: boolean): MaskedTextProvider;
|
|
2449
|
+
new(mask: string, culture: CultureInfo | null, passwordChar: char, allowPromptAsInput: boolean): MaskedTextProvider;
|
|
2450
|
+
new(mask: string, culture: CultureInfo | null, allowPromptAsInput: boolean, promptChar: char, passwordChar: char, restrictToAscii: boolean): MaskedTextProvider;
|
|
2448
2451
|
readonly DefaultPasswordChar: char;
|
|
2449
2452
|
readonly InvalidIndex: int;
|
|
2450
2453
|
GetOperationResultFromHint(hint: MaskedTextResultHint): boolean;
|
|
@@ -2464,8 +2467,8 @@ export type MaskedTextProvider = MaskedTextProvider$instance & __MaskedTextProvi
|
|
|
2464
2467
|
export interface MemberDescriptor$instance {
|
|
2465
2468
|
readonly __tsonic_type_System_ComponentModel_MemberDescriptor: never;
|
|
2466
2469
|
|
|
2467
|
-
get AttributeArray(): Attribute[] |
|
|
2468
|
-
set AttributeArray(value: Attribute[] |
|
|
2470
|
+
get AttributeArray(): Attribute[] | null;
|
|
2471
|
+
set AttributeArray(value: Attribute[] | null);
|
|
2469
2472
|
readonly Attributes: AttributeCollection;
|
|
2470
2473
|
readonly Category: string;
|
|
2471
2474
|
readonly Description: string;
|
|
@@ -2475,18 +2478,18 @@ export interface MemberDescriptor$instance {
|
|
|
2475
2478
|
readonly Name: string;
|
|
2476
2479
|
readonly NameHashCode: int;
|
|
2477
2480
|
CreateAttributeCollection(): AttributeCollection;
|
|
2478
|
-
Equals(obj: unknown): boolean;
|
|
2481
|
+
Equals(obj: unknown | null): boolean;
|
|
2479
2482
|
FillAttributes(attributeList: IList): void;
|
|
2480
2483
|
GetHashCode(): int;
|
|
2481
|
-
GetInvocationTarget(type: Type, instance: unknown): unknown |
|
|
2484
|
+
GetInvocationTarget(type: Type, instance: unknown): unknown | null;
|
|
2482
2485
|
}
|
|
2483
2486
|
|
|
2484
2487
|
|
|
2485
|
-
export const MemberDescriptor: (abstract new(name: string) => MemberDescriptor) & (abstract new(name: string, attributes: Attribute[]) => MemberDescriptor) & (abstract new(descr: MemberDescriptor) => MemberDescriptor) & (abstract new(oldMemberDescriptor: MemberDescriptor, newAttributes: Attribute[]) => MemberDescriptor) & {
|
|
2486
|
-
FindMethod(componentClass: Type, name: string, args: Type[], returnType: Type, publicOnly: boolean): MethodInfo |
|
|
2487
|
-
FindMethod(componentClass: Type, name: string, args: Type[], returnType: Type): MethodInfo |
|
|
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) & {
|
|
2489
|
+
FindMethod(componentClass: Type, name: string, args: Type[], returnType: Type, publicOnly: boolean): MethodInfo | null;
|
|
2490
|
+
FindMethod(componentClass: Type, name: string, args: Type[], returnType: Type): MethodInfo | null;
|
|
2488
2491
|
GetInvokee(componentClass: Type, component: unknown): unknown;
|
|
2489
|
-
GetSite(component: unknown): ISite |
|
|
2492
|
+
GetSite(component: unknown | null): ISite | null;
|
|
2490
2493
|
};
|
|
2491
2494
|
|
|
2492
2495
|
|
|
@@ -2496,7 +2499,7 @@ export interface MergablePropertyAttribute$instance extends Attribute {
|
|
|
2496
2499
|
readonly __tsonic_type_System_ComponentModel_MergablePropertyAttribute: never;
|
|
2497
2500
|
|
|
2498
2501
|
readonly AllowMerge: boolean;
|
|
2499
|
-
Equals(obj: unknown): boolean;
|
|
2502
|
+
Equals(obj: unknown | null): boolean;
|
|
2500
2503
|
GetHashCode(): int;
|
|
2501
2504
|
IsDefaultAttribute(): boolean;
|
|
2502
2505
|
}
|
|
@@ -2515,12 +2518,12 @@ export type MergablePropertyAttribute = MergablePropertyAttribute$instance;
|
|
|
2515
2518
|
export interface MultilineStringConverter$instance extends TypeConverter {
|
|
2516
2519
|
readonly __tsonic_type_System_ComponentModel_MultilineStringConverter: never;
|
|
2517
2520
|
|
|
2518
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown |
|
|
2519
|
-
ConvertTo(value: unknown, destinationType: Type): unknown |
|
|
2520
|
-
GetProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection |
|
|
2521
|
-
GetProperties(value: unknown): PropertyDescriptorCollection |
|
|
2522
|
-
GetProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection |
|
|
2523
|
-
GetPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
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;
|
|
2526
|
+
GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
2524
2527
|
GetPropertiesSupported(): boolean;
|
|
2525
2528
|
}
|
|
2526
2529
|
|
|
@@ -2540,11 +2543,11 @@ export interface NestedContainer$instance extends Container$instance {
|
|
|
2540
2543
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2541
2544
|
|
|
2542
2545
|
readonly Owner: IComponent;
|
|
2543
|
-
readonly OwnerName: string |
|
|
2544
|
-
CreateSite(component: IComponent, name: string): ISite;
|
|
2546
|
+
readonly OwnerName: string | null;
|
|
2547
|
+
CreateSite(component: IComponent, name: string | null): ISite;
|
|
2545
2548
|
Dispose(disposing: boolean): void;
|
|
2546
2549
|
Dispose(): void;
|
|
2547
|
-
GetService(service: Type): unknown |
|
|
2550
|
+
GetService(service: Type): unknown | null;
|
|
2548
2551
|
}
|
|
2549
2552
|
|
|
2550
2553
|
|
|
@@ -2566,7 +2569,7 @@ export interface NotifyParentPropertyAttribute$instance extends Attribute {
|
|
|
2566
2569
|
readonly __tsonic_type_System_ComponentModel_NotifyParentPropertyAttribute: never;
|
|
2567
2570
|
|
|
2568
2571
|
readonly NotifyParent: boolean;
|
|
2569
|
-
Equals(obj: unknown): boolean;
|
|
2572
|
+
Equals(obj: unknown | null): boolean;
|
|
2570
2573
|
GetHashCode(): int;
|
|
2571
2574
|
IsDefaultAttribute(): boolean;
|
|
2572
2575
|
}
|
|
@@ -2588,30 +2591,30 @@ export interface NullableConverter$instance extends TypeConverter {
|
|
|
2588
2591
|
readonly NullableType: Type;
|
|
2589
2592
|
readonly UnderlyingType: Type;
|
|
2590
2593
|
readonly UnderlyingTypeConverter: TypeConverter;
|
|
2591
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
2594
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
2592
2595
|
CanConvertFrom(sourceType: Type): boolean;
|
|
2593
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
2594
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
2595
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown |
|
|
2596
|
-
ConvertFrom(value: unknown): unknown |
|
|
2597
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown |
|
|
2598
|
-
ConvertTo(value: unknown, destinationType: Type): unknown |
|
|
2599
|
-
CreateInstance(context: ITypeDescriptorContext, propertyValues: IDictionary): unknown |
|
|
2600
|
-
CreateInstance(propertyValues: IDictionary): unknown |
|
|
2601
|
-
GetCreateInstanceSupported(context: ITypeDescriptorContext): boolean;
|
|
2596
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
2597
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
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;
|
|
2604
|
+
GetCreateInstanceSupported(context: ITypeDescriptorContext | null): boolean;
|
|
2602
2605
|
GetCreateInstanceSupported(): boolean;
|
|
2603
|
-
GetProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection |
|
|
2604
|
-
GetProperties(value: unknown): PropertyDescriptorCollection |
|
|
2605
|
-
GetProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection |
|
|
2606
|
-
GetPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
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;
|
|
2609
|
+
GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
2607
2610
|
GetPropertiesSupported(): boolean;
|
|
2608
|
-
GetStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection |
|
|
2609
|
-
GetStandardValues(): ICollection |
|
|
2610
|
-
GetStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
|
|
2611
|
+
GetStandardValues(context: ITypeDescriptorContext | null): TypeConverter_StandardValuesCollection | null;
|
|
2612
|
+
GetStandardValues(): ICollection | null;
|
|
2613
|
+
GetStandardValuesExclusive(context: ITypeDescriptorContext | null): boolean;
|
|
2611
2614
|
GetStandardValuesExclusive(): boolean;
|
|
2612
|
-
GetStandardValuesSupported(context: ITypeDescriptorContext): boolean;
|
|
2615
|
+
GetStandardValuesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
2613
2616
|
GetStandardValuesSupported(): boolean;
|
|
2614
|
-
IsValid(context: ITypeDescriptorContext, value: unknown): boolean;
|
|
2617
|
+
IsValid(context: ITypeDescriptorContext | null, value: unknown): boolean;
|
|
2615
2618
|
IsValid(value: unknown): boolean;
|
|
2616
2619
|
}
|
|
2617
2620
|
|
|
@@ -2627,7 +2630,7 @@ export interface ParenthesizePropertyNameAttribute$instance extends Attribute {
|
|
|
2627
2630
|
readonly __tsonic_type_System_ComponentModel_ParenthesizePropertyNameAttribute: never;
|
|
2628
2631
|
|
|
2629
2632
|
readonly NeedParenthesis: boolean;
|
|
2630
|
-
Equals(obj: unknown): boolean;
|
|
2633
|
+
Equals(obj: unknown | null): boolean;
|
|
2631
2634
|
GetHashCode(): int;
|
|
2632
2635
|
IsDefaultAttribute(): boolean;
|
|
2633
2636
|
}
|
|
@@ -2646,7 +2649,7 @@ export interface PasswordPropertyTextAttribute$instance extends Attribute {
|
|
|
2646
2649
|
readonly __tsonic_type_System_ComponentModel_PasswordPropertyTextAttribute: never;
|
|
2647
2650
|
|
|
2648
2651
|
readonly Password: boolean;
|
|
2649
|
-
Equals(o: unknown): boolean;
|
|
2652
|
+
Equals(o: unknown | null): boolean;
|
|
2650
2653
|
GetHashCode(): int;
|
|
2651
2654
|
IsDefaultAttribute(): boolean;
|
|
2652
2655
|
}
|
|
@@ -2667,12 +2670,12 @@ export interface ProgressChangedEventArgs$instance extends EventArgs {
|
|
|
2667
2670
|
readonly __tsonic_type_System_ComponentModel_ProgressChangedEventArgs: never;
|
|
2668
2671
|
|
|
2669
2672
|
readonly ProgressPercentage: int;
|
|
2670
|
-
readonly UserState: unknown |
|
|
2673
|
+
readonly UserState: unknown | null;
|
|
2671
2674
|
}
|
|
2672
2675
|
|
|
2673
2676
|
|
|
2674
2677
|
export const ProgressChangedEventArgs: {
|
|
2675
|
-
new(progressPercentage: int, userState: unknown): ProgressChangedEventArgs;
|
|
2678
|
+
new(progressPercentage: int, userState: unknown | null): ProgressChangedEventArgs;
|
|
2676
2679
|
};
|
|
2677
2680
|
|
|
2678
2681
|
|
|
@@ -2681,12 +2684,12 @@ export type ProgressChangedEventArgs = ProgressChangedEventArgs$instance;
|
|
|
2681
2684
|
export interface PropertyChangedEventArgs$instance extends EventArgs {
|
|
2682
2685
|
readonly __tsonic_type_System_ComponentModel_PropertyChangedEventArgs: never;
|
|
2683
2686
|
|
|
2684
|
-
readonly PropertyName: string |
|
|
2687
|
+
readonly PropertyName: string | null;
|
|
2685
2688
|
}
|
|
2686
2689
|
|
|
2687
2690
|
|
|
2688
2691
|
export const PropertyChangedEventArgs: {
|
|
2689
|
-
new(propertyName: string): PropertyChangedEventArgs;
|
|
2692
|
+
new(propertyName: string | null): PropertyChangedEventArgs;
|
|
2690
2693
|
};
|
|
2691
2694
|
|
|
2692
2695
|
|
|
@@ -2695,12 +2698,12 @@ export type PropertyChangedEventArgs = PropertyChangedEventArgs$instance;
|
|
|
2695
2698
|
export interface PropertyChangingEventArgs$instance extends EventArgs {
|
|
2696
2699
|
readonly __tsonic_type_System_ComponentModel_PropertyChangingEventArgs: never;
|
|
2697
2700
|
|
|
2698
|
-
readonly PropertyName: string |
|
|
2701
|
+
readonly PropertyName: string | null;
|
|
2699
2702
|
}
|
|
2700
2703
|
|
|
2701
2704
|
|
|
2702
2705
|
export const PropertyChangingEventArgs: {
|
|
2703
|
-
new(propertyName: string): PropertyChangingEventArgs;
|
|
2706
|
+
new(propertyName: string | null): PropertyChangingEventArgs;
|
|
2704
2707
|
};
|
|
2705
2708
|
|
|
2706
2709
|
|
|
@@ -2719,25 +2722,25 @@ export interface PropertyDescriptor$instance extends MemberDescriptor {
|
|
|
2719
2722
|
readonly SupportsChangeEvents: boolean;
|
|
2720
2723
|
AddValueChanged(component: unknown, handler: EventHandler): void;
|
|
2721
2724
|
CanResetValue(component: unknown): boolean;
|
|
2722
|
-
Equals(obj: unknown): boolean;
|
|
2725
|
+
Equals(obj: unknown | null): boolean;
|
|
2723
2726
|
FillAttributes(attributeList: IList): void;
|
|
2724
2727
|
GetChildProperties(): PropertyDescriptorCollection;
|
|
2725
2728
|
GetChildProperties(filter: Attribute[]): PropertyDescriptorCollection;
|
|
2726
2729
|
GetChildProperties(instance: unknown): PropertyDescriptorCollection;
|
|
2727
|
-
GetChildProperties(instance: unknown, filter: Attribute[]): PropertyDescriptorCollection;
|
|
2728
|
-
GetEditor(editorBaseType: Type): unknown |
|
|
2730
|
+
GetChildProperties(instance: unknown | null, filter: Attribute[] | null): PropertyDescriptorCollection;
|
|
2731
|
+
GetEditor(editorBaseType: Type): unknown | null;
|
|
2729
2732
|
GetHashCode(): int;
|
|
2730
|
-
GetInvocationTarget(type: Type, instance: unknown): unknown |
|
|
2731
|
-
GetValue(component: unknown): unknown |
|
|
2732
|
-
OnValueChanged(component: unknown, e: EventArgs): void;
|
|
2733
|
+
GetInvocationTarget(type: Type, instance: unknown): unknown | null;
|
|
2734
|
+
GetValue(component: unknown | null): unknown | null;
|
|
2735
|
+
OnValueChanged(component: unknown | null, e: EventArgs): void;
|
|
2733
2736
|
RemoveValueChanged(component: unknown, handler: EventHandler): void;
|
|
2734
2737
|
ResetValue(component: unknown): void;
|
|
2735
|
-
SetValue(component: unknown, value: unknown): void;
|
|
2738
|
+
SetValue(component: unknown | null, value: unknown | null): void;
|
|
2736
2739
|
ShouldSerializeValue(component: unknown): boolean;
|
|
2737
2740
|
}
|
|
2738
2741
|
|
|
2739
2742
|
|
|
2740
|
-
export const PropertyDescriptor: (abstract new(name: string, attrs: Attribute[]) => PropertyDescriptor) & (abstract new(descr: MemberDescriptor) => PropertyDescriptor) & (abstract new(descr: MemberDescriptor, attrs: Attribute[]) => PropertyDescriptor) & {
|
|
2743
|
+
export const PropertyDescriptor: (abstract new(name: string, attrs: Attribute[] | null) => PropertyDescriptor) & (abstract new(descr: MemberDescriptor) => PropertyDescriptor) & (abstract new(descr: MemberDescriptor, attrs: Attribute[] | null) => PropertyDescriptor) & {
|
|
2741
2744
|
};
|
|
2742
2745
|
|
|
2743
2746
|
|
|
@@ -2756,24 +2759,24 @@ export interface PropertyDescriptorCollection$instance {
|
|
|
2756
2759
|
Clear(): void;
|
|
2757
2760
|
Contains(value: PropertyDescriptor): boolean;
|
|
2758
2761
|
CopyTo(array: ClrArray, index: int): void;
|
|
2759
|
-
Find(name: string, ignoreCase: boolean): PropertyDescriptor |
|
|
2762
|
+
Find(name: string, ignoreCase: boolean): PropertyDescriptor | null;
|
|
2760
2763
|
get_Item(index: int): PropertyDescriptor;
|
|
2761
|
-
get_Item(name: string): PropertyDescriptor |
|
|
2764
|
+
get_Item(name: string): PropertyDescriptor | null;
|
|
2762
2765
|
GetEnumerator(): IEnumerator;
|
|
2763
|
-
IndexOf(value: PropertyDescriptor): int;
|
|
2766
|
+
IndexOf(value: PropertyDescriptor | null): int;
|
|
2764
2767
|
Insert(index: int, value: PropertyDescriptor): void;
|
|
2765
|
-
Remove(value: PropertyDescriptor): void;
|
|
2768
|
+
Remove(value: PropertyDescriptor | null): void;
|
|
2766
2769
|
RemoveAt(index: int): void;
|
|
2767
2770
|
Sort(): PropertyDescriptorCollection;
|
|
2768
|
-
Sort(names: string[]): PropertyDescriptorCollection;
|
|
2769
|
-
Sort(names: string[], comparer: IComparer): PropertyDescriptorCollection;
|
|
2770
|
-
Sort(comparer: IComparer): PropertyDescriptorCollection;
|
|
2771
|
+
Sort(names: string[] | null): PropertyDescriptorCollection;
|
|
2772
|
+
Sort(names: string[] | null, comparer: IComparer | null): PropertyDescriptorCollection;
|
|
2773
|
+
Sort(comparer: IComparer | null): PropertyDescriptorCollection;
|
|
2771
2774
|
}
|
|
2772
2775
|
|
|
2773
2776
|
|
|
2774
2777
|
export const PropertyDescriptorCollection: {
|
|
2775
|
-
new(properties: PropertyDescriptor[]): PropertyDescriptorCollection;
|
|
2776
|
-
new(properties: PropertyDescriptor[], readOnly: boolean): PropertyDescriptorCollection;
|
|
2778
|
+
new(properties: PropertyDescriptor[] | null): PropertyDescriptorCollection;
|
|
2779
|
+
new(properties: PropertyDescriptor[] | null, readOnly: boolean): PropertyDescriptorCollection;
|
|
2777
2780
|
readonly Empty: PropertyDescriptorCollection;
|
|
2778
2781
|
};
|
|
2779
2782
|
|
|
@@ -2793,8 +2796,8 @@ export interface PropertyTabAttribute$instance extends Attribute {
|
|
|
2793
2796
|
|
|
2794
2797
|
readonly TabClasses: Type[];
|
|
2795
2798
|
TabScopes: PropertyTabScope[];
|
|
2796
|
-
Equals(other: unknown): boolean;
|
|
2797
|
-
Equals(other: PropertyTabAttribute): boolean;
|
|
2799
|
+
Equals(other: unknown | null): boolean;
|
|
2800
|
+
Equals(other: PropertyTabAttribute | null): boolean;
|
|
2798
2801
|
GetHashCode(): int;
|
|
2799
2802
|
}
|
|
2800
2803
|
|
|
@@ -2816,7 +2819,7 @@ export interface ProvidePropertyAttribute$instance extends Attribute {
|
|
|
2816
2819
|
readonly PropertyName: string;
|
|
2817
2820
|
readonly ReceiverTypeName: string;
|
|
2818
2821
|
readonly TypeId: unknown;
|
|
2819
|
-
Equals(obj: unknown): boolean;
|
|
2822
|
+
Equals(obj: unknown | null): boolean;
|
|
2820
2823
|
GetHashCode(): int;
|
|
2821
2824
|
}
|
|
2822
2825
|
|
|
@@ -2833,7 +2836,7 @@ export interface ReadOnlyAttribute$instance extends Attribute {
|
|
|
2833
2836
|
readonly __tsonic_type_System_ComponentModel_ReadOnlyAttribute: never;
|
|
2834
2837
|
|
|
2835
2838
|
readonly IsReadOnly: boolean;
|
|
2836
|
-
Equals(value: unknown): boolean;
|
|
2839
|
+
Equals(value: unknown | null): boolean;
|
|
2837
2840
|
GetHashCode(): int;
|
|
2838
2841
|
IsDefaultAttribute(): boolean;
|
|
2839
2842
|
}
|
|
@@ -2853,7 +2856,7 @@ export interface RecommendedAsConfigurableAttribute$instance extends Attribute {
|
|
|
2853
2856
|
readonly __tsonic_type_System_ComponentModel_RecommendedAsConfigurableAttribute: never;
|
|
2854
2857
|
|
|
2855
2858
|
readonly RecommendedAsConfigurable: boolean;
|
|
2856
|
-
Equals(obj: unknown): boolean;
|
|
2859
|
+
Equals(obj: unknown | null): boolean;
|
|
2857
2860
|
GetHashCode(): int;
|
|
2858
2861
|
IsDefaultAttribute(): boolean;
|
|
2859
2862
|
}
|
|
@@ -2872,17 +2875,17 @@ export type RecommendedAsConfigurableAttribute = RecommendedAsConfigurableAttrib
|
|
|
2872
2875
|
export interface ReferenceConverter$instance extends TypeConverter {
|
|
2873
2876
|
readonly __tsonic_type_System_ComponentModel_ReferenceConverter: never;
|
|
2874
2877
|
|
|
2875
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
2878
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
2876
2879
|
CanConvertFrom(sourceType: Type): boolean;
|
|
2877
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown |
|
|
2878
|
-
ConvertFrom(value: unknown): unknown |
|
|
2879
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown |
|
|
2880
|
-
ConvertTo(value: unknown, destinationType: Type): unknown |
|
|
2881
|
-
GetStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
|
|
2882
|
-
GetStandardValues(): ICollection |
|
|
2883
|
-
GetStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
|
|
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;
|
|
2884
|
+
GetStandardValues(context: ITypeDescriptorContext | null): TypeConverter_StandardValuesCollection;
|
|
2885
|
+
GetStandardValues(): ICollection | null;
|
|
2886
|
+
GetStandardValuesExclusive(context: ITypeDescriptorContext | null): boolean;
|
|
2884
2887
|
GetStandardValuesExclusive(): boolean;
|
|
2885
|
-
GetStandardValuesSupported(context: ITypeDescriptorContext): boolean;
|
|
2888
|
+
GetStandardValuesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
2886
2889
|
GetStandardValuesSupported(): boolean;
|
|
2887
2890
|
IsValueAllowed(context: ITypeDescriptorContext, value: unknown): boolean;
|
|
2888
2891
|
}
|
|
@@ -2898,14 +2901,14 @@ export type ReferenceConverter = ReferenceConverter$instance;
|
|
|
2898
2901
|
export interface RefreshEventArgs$instance extends EventArgs {
|
|
2899
2902
|
readonly __tsonic_type_System_ComponentModel_RefreshEventArgs: never;
|
|
2900
2903
|
|
|
2901
|
-
readonly ComponentChanged: unknown |
|
|
2902
|
-
readonly TypeChanged: Type |
|
|
2904
|
+
readonly ComponentChanged: unknown | null;
|
|
2905
|
+
readonly TypeChanged: Type | null;
|
|
2903
2906
|
}
|
|
2904
2907
|
|
|
2905
2908
|
|
|
2906
2909
|
export const RefreshEventArgs: {
|
|
2907
|
-
new(componentChanged: unknown): RefreshEventArgs;
|
|
2908
|
-
new(typeChanged: Type): RefreshEventArgs;
|
|
2910
|
+
new(componentChanged: unknown | null): RefreshEventArgs;
|
|
2911
|
+
new(typeChanged: Type | null): RefreshEventArgs;
|
|
2909
2912
|
};
|
|
2910
2913
|
|
|
2911
2914
|
|
|
@@ -2915,7 +2918,7 @@ export interface RefreshPropertiesAttribute$instance extends Attribute {
|
|
|
2915
2918
|
readonly __tsonic_type_System_ComponentModel_RefreshPropertiesAttribute: never;
|
|
2916
2919
|
|
|
2917
2920
|
readonly RefreshProperties: RefreshProperties;
|
|
2918
|
-
Equals(obj: unknown): boolean;
|
|
2921
|
+
Equals(obj: unknown | null): boolean;
|
|
2919
2922
|
GetHashCode(): int;
|
|
2920
2923
|
IsDefaultAttribute(): boolean;
|
|
2921
2924
|
}
|
|
@@ -2935,7 +2938,7 @@ export interface RunInstallerAttribute$instance extends Attribute {
|
|
|
2935
2938
|
readonly __tsonic_type_System_ComponentModel_RunInstallerAttribute: never;
|
|
2936
2939
|
|
|
2937
2940
|
readonly RunInstaller: boolean;
|
|
2938
|
-
Equals(obj: unknown): boolean;
|
|
2941
|
+
Equals(obj: unknown | null): boolean;
|
|
2939
2942
|
GetHashCode(): int;
|
|
2940
2943
|
IsDefaultAttribute(): boolean;
|
|
2941
2944
|
}
|
|
@@ -2954,13 +2957,13 @@ export type RunInstallerAttribute = RunInstallerAttribute$instance;
|
|
|
2954
2957
|
export interface RunWorkerCompletedEventArgs$instance extends AsyncCompletedEventArgs {
|
|
2955
2958
|
readonly __tsonic_type_System_ComponentModel_RunWorkerCompletedEventArgs: never;
|
|
2956
2959
|
|
|
2957
|
-
readonly Result: unknown |
|
|
2958
|
-
readonly UserState: unknown |
|
|
2960
|
+
readonly Result: unknown | null;
|
|
2961
|
+
readonly UserState: unknown | null;
|
|
2959
2962
|
}
|
|
2960
2963
|
|
|
2961
2964
|
|
|
2962
2965
|
export const RunWorkerCompletedEventArgs: {
|
|
2963
|
-
new(result: unknown, error: Exception, cancelled: boolean): RunWorkerCompletedEventArgs;
|
|
2966
|
+
new(result: unknown | null, error: Exception | null, cancelled: boolean): RunWorkerCompletedEventArgs;
|
|
2964
2967
|
};
|
|
2965
2968
|
|
|
2966
2969
|
|
|
@@ -2983,7 +2986,7 @@ export interface SettingsBindableAttribute$instance extends Attribute {
|
|
|
2983
2986
|
readonly __tsonic_type_System_ComponentModel_SettingsBindableAttribute: never;
|
|
2984
2987
|
|
|
2985
2988
|
readonly Bindable: boolean;
|
|
2986
|
-
Equals(obj: unknown): boolean;
|
|
2989
|
+
Equals(obj: unknown | null): boolean;
|
|
2987
2990
|
GetHashCode(): int;
|
|
2988
2991
|
}
|
|
2989
2992
|
|
|
@@ -3013,10 +3016,10 @@ export type SingleConverter = SingleConverter$instance;
|
|
|
3013
3016
|
export interface StringConverter$instance extends TypeConverter {
|
|
3014
3017
|
readonly __tsonic_type_System_ComponentModel_StringConverter: never;
|
|
3015
3018
|
|
|
3016
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
3019
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
3017
3020
|
CanConvertFrom(sourceType: Type): boolean;
|
|
3018
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown |
|
|
3019
|
-
ConvertFrom(value: unknown): unknown |
|
|
3021
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null): unknown | null;
|
|
3022
|
+
ConvertFrom(value: unknown): unknown | null;
|
|
3020
3023
|
}
|
|
3021
3024
|
|
|
3022
3025
|
|
|
@@ -3030,14 +3033,14 @@ export type StringConverter = StringConverter$instance;
|
|
|
3030
3033
|
export interface TimeOnlyConverter$instance extends TypeConverter {
|
|
3031
3034
|
readonly __tsonic_type_System_ComponentModel_TimeOnlyConverter: never;
|
|
3032
3035
|
|
|
3033
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
3036
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
3034
3037
|
CanConvertFrom(sourceType: Type): boolean;
|
|
3035
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
3036
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
3037
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown |
|
|
3038
|
-
ConvertFrom(value: unknown): unknown |
|
|
3039
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown |
|
|
3040
|
-
ConvertTo(value: unknown, destinationType: Type): unknown |
|
|
3038
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
3039
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
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;
|
|
3041
3044
|
}
|
|
3042
3045
|
|
|
3043
3046
|
|
|
@@ -3051,14 +3054,14 @@ export type TimeOnlyConverter = TimeOnlyConverter$instance;
|
|
|
3051
3054
|
export interface TimeSpanConverter$instance extends TypeConverter {
|
|
3052
3055
|
readonly __tsonic_type_System_ComponentModel_TimeSpanConverter: never;
|
|
3053
3056
|
|
|
3054
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
3057
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
3055
3058
|
CanConvertFrom(sourceType: Type): boolean;
|
|
3056
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
3057
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
3058
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown |
|
|
3059
|
-
ConvertFrom(value: unknown): unknown |
|
|
3060
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown |
|
|
3061
|
-
ConvertTo(value: unknown, destinationType: Type): unknown |
|
|
3059
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
3060
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
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;
|
|
3062
3065
|
}
|
|
3063
3066
|
|
|
3064
3067
|
|
|
@@ -3072,9 +3075,9 @@ export type TimeSpanConverter = TimeSpanConverter$instance;
|
|
|
3072
3075
|
export interface ToolboxItemAttribute$instance extends Attribute {
|
|
3073
3076
|
readonly __tsonic_type_System_ComponentModel_ToolboxItemAttribute: never;
|
|
3074
3077
|
|
|
3075
|
-
readonly ToolboxItemType: Type |
|
|
3078
|
+
readonly ToolboxItemType: Type | null;
|
|
3076
3079
|
readonly ToolboxItemTypeName: string;
|
|
3077
|
-
Equals(obj: unknown): boolean;
|
|
3080
|
+
Equals(obj: unknown | null): boolean;
|
|
3078
3081
|
GetHashCode(): int;
|
|
3079
3082
|
IsDefaultAttribute(): boolean;
|
|
3080
3083
|
}
|
|
@@ -3097,9 +3100,9 @@ export interface ToolboxItemFilterAttribute$instance extends Attribute {
|
|
|
3097
3100
|
readonly FilterString: string;
|
|
3098
3101
|
readonly FilterType: ToolboxItemFilterType;
|
|
3099
3102
|
readonly TypeId: unknown;
|
|
3100
|
-
Equals(obj: unknown): boolean;
|
|
3103
|
+
Equals(obj: unknown | null): boolean;
|
|
3101
3104
|
GetHashCode(): int;
|
|
3102
|
-
Match(obj: unknown): boolean;
|
|
3105
|
+
Match(obj: unknown | null): boolean;
|
|
3103
3106
|
ToString(): string;
|
|
3104
3107
|
}
|
|
3105
3108
|
|
|
@@ -3116,40 +3119,40 @@ export interface TypeConverter$instance {
|
|
|
3116
3119
|
readonly __tsonic_type_System_ComponentModel_TypeConverter: never;
|
|
3117
3120
|
|
|
3118
3121
|
CanConvertFrom(sourceType: Type): boolean;
|
|
3119
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
3120
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
3121
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
3122
|
-
ConvertFrom(value: unknown): unknown |
|
|
3123
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown |
|
|
3124
|
-
ConvertFromInvariantString(text: string): unknown |
|
|
3125
|
-
ConvertFromInvariantString(context: ITypeDescriptorContext, text: string): unknown |
|
|
3126
|
-
ConvertFromString(text: string): unknown |
|
|
3127
|
-
ConvertFromString(context: ITypeDescriptorContext, text: string): unknown |
|
|
3128
|
-
ConvertFromString(context: ITypeDescriptorContext, culture: CultureInfo, text: string): unknown |
|
|
3129
|
-
ConvertTo(value: unknown, destinationType: Type): unknown |
|
|
3130
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown |
|
|
3131
|
-
ConvertToInvariantString(value: unknown): string |
|
|
3132
|
-
ConvertToInvariantString(context: ITypeDescriptorContext, value: unknown): string |
|
|
3133
|
-
ConvertToString(value: unknown): string |
|
|
3134
|
-
ConvertToString(context: ITypeDescriptorContext, value: unknown): string |
|
|
3135
|
-
ConvertToString(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): string |
|
|
3136
|
-
CreateInstance(propertyValues: IDictionary): unknown |
|
|
3137
|
-
CreateInstance(context: ITypeDescriptorContext, propertyValues: IDictionary): unknown |
|
|
3122
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
3123
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
3124
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
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;
|
|
3138
3141
|
GetCreateInstanceSupported(): boolean;
|
|
3139
|
-
GetCreateInstanceSupported(context: ITypeDescriptorContext): boolean;
|
|
3140
|
-
GetProperties(value: unknown): PropertyDescriptorCollection |
|
|
3141
|
-
GetProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection |
|
|
3142
|
-
GetProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection |
|
|
3142
|
+
GetCreateInstanceSupported(context: ITypeDescriptorContext | null): boolean;
|
|
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;
|
|
3143
3146
|
GetPropertiesSupported(): boolean;
|
|
3144
|
-
GetPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
3145
|
-
GetStandardValues(): ICollection |
|
|
3146
|
-
GetStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection |
|
|
3147
|
+
GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
3148
|
+
GetStandardValues(): ICollection | null;
|
|
3149
|
+
GetStandardValues(context: ITypeDescriptorContext | null): TypeConverter_StandardValuesCollection | null;
|
|
3147
3150
|
GetStandardValuesExclusive(): boolean;
|
|
3148
|
-
GetStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
|
|
3151
|
+
GetStandardValuesExclusive(context: ITypeDescriptorContext | null): boolean;
|
|
3149
3152
|
GetStandardValuesSupported(): boolean;
|
|
3150
|
-
GetStandardValuesSupported(context: ITypeDescriptorContext): boolean;
|
|
3153
|
+
GetStandardValuesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
3151
3154
|
IsValid(value: unknown): boolean;
|
|
3152
|
-
IsValid(context: ITypeDescriptorContext, value: unknown): boolean;
|
|
3155
|
+
IsValid(context: ITypeDescriptorContext | null, value: unknown): boolean;
|
|
3153
3156
|
}
|
|
3154
3157
|
|
|
3155
3158
|
|
|
@@ -3160,6 +3163,24 @@ export const TypeConverter: {
|
|
|
3160
3163
|
|
|
3161
3164
|
export type TypeConverter = TypeConverter$instance;
|
|
3162
3165
|
|
|
3166
|
+
export interface TypeConverter_SimplePropertyDescriptor$instance extends PropertyDescriptor {
|
|
3167
|
+
readonly __tsonic_type_System_ComponentModel_TypeConverter_SimplePropertyDescriptor: never;
|
|
3168
|
+
|
|
3169
|
+
readonly ComponentType: Type;
|
|
3170
|
+
readonly IsReadOnly: boolean;
|
|
3171
|
+
readonly PropertyType: Type;
|
|
3172
|
+
CanResetValue(component: unknown): boolean;
|
|
3173
|
+
ResetValue(component: unknown): void;
|
|
3174
|
+
ShouldSerializeValue(component: unknown): boolean;
|
|
3175
|
+
}
|
|
3176
|
+
|
|
3177
|
+
|
|
3178
|
+
export const TypeConverter_SimplePropertyDescriptor: (abstract new(componentType: Type, name: string, propertyType: Type) => TypeConverter_SimplePropertyDescriptor) & (abstract new(componentType: Type, name: string, propertyType: Type, attributes: Attribute[] | null) => TypeConverter_SimplePropertyDescriptor) & {
|
|
3179
|
+
};
|
|
3180
|
+
|
|
3181
|
+
|
|
3182
|
+
export type TypeConverter_SimplePropertyDescriptor = TypeConverter_SimplePropertyDescriptor$instance;
|
|
3183
|
+
|
|
3163
3184
|
export interface TypeConverter_StandardValuesCollection$instance {
|
|
3164
3185
|
readonly __tsonic_type_System_ComponentModel_TypeConverter_StandardValuesCollection: never;
|
|
3165
3186
|
|
|
@@ -3173,23 +3194,17 @@ export interface TypeConverter_StandardValuesCollection$instance {
|
|
|
3173
3194
|
|
|
3174
3195
|
|
|
3175
3196
|
export const TypeConverter_StandardValuesCollection: {
|
|
3176
|
-
new(values: ICollection): TypeConverter_StandardValuesCollection;
|
|
3197
|
+
new(values: ICollection | null): TypeConverter_StandardValuesCollection;
|
|
3177
3198
|
};
|
|
3178
3199
|
|
|
3179
3200
|
|
|
3180
|
-
export
|
|
3181
|
-
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
3182
|
-
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
3183
|
-
}
|
|
3184
|
-
|
|
3185
|
-
export type TypeConverter_StandardValuesCollection = TypeConverter_StandardValuesCollection$instance & __TypeConverter_StandardValuesCollection$views & { readonly [index: number]: unknown | undefined; };
|
|
3186
|
-
|
|
3201
|
+
export type TypeConverter_StandardValuesCollection = TypeConverter_StandardValuesCollection$instance & { readonly [index: number]: unknown | null; };
|
|
3187
3202
|
|
|
3188
3203
|
export interface TypeConverterAttribute$instance extends Attribute {
|
|
3189
3204
|
readonly __tsonic_type_System_ComponentModel_TypeConverterAttribute: never;
|
|
3190
3205
|
|
|
3191
3206
|
readonly ConverterTypeName: string;
|
|
3192
|
-
Equals(obj: unknown): boolean;
|
|
3207
|
+
Equals(obj: unknown | null): boolean;
|
|
3193
3208
|
GetHashCode(): int;
|
|
3194
3209
|
}
|
|
3195
3210
|
|
|
@@ -3208,25 +3223,25 @@ export interface TypeDescriptionProvider$instance {
|
|
|
3208
3223
|
readonly __tsonic_type_System_ComponentModel_TypeDescriptionProvider: never;
|
|
3209
3224
|
|
|
3210
3225
|
readonly RequireRegisteredTypes: Nullable_1<System_Internal.Boolean>;
|
|
3211
|
-
CreateInstance(provider: IServiceProvider, objectType: Type, argTypes: Type[], args: unknown[]): unknown |
|
|
3212
|
-
GetCache(instance: unknown): IDictionary |
|
|
3226
|
+
CreateInstance(provider: IServiceProvider | null, objectType: Type, argTypes: Type[] | null, args: (unknown | null)[] | null): unknown | null;
|
|
3227
|
+
GetCache(instance: unknown): IDictionary | null;
|
|
3213
3228
|
GetExtendedTypeDescriptor(instance: unknown): ICustomTypeDescriptor;
|
|
3214
3229
|
GetExtendedTypeDescriptorFromRegisteredType(instance: unknown): ICustomTypeDescriptor;
|
|
3215
3230
|
GetExtenderProviders(instance: unknown): IExtenderProvider[];
|
|
3216
|
-
GetFullComponentName(component: unknown): string |
|
|
3231
|
+
GetFullComponentName(component: unknown): string | null;
|
|
3217
3232
|
GetReflectionType(objectType: Type): Type;
|
|
3218
3233
|
GetReflectionType(instance: unknown): Type;
|
|
3219
|
-
GetReflectionType(objectType: Type, instance: unknown): Type;
|
|
3234
|
+
GetReflectionType(objectType: Type, instance: unknown | null): Type;
|
|
3220
3235
|
GetRuntimeType(reflectionType: Type): Type;
|
|
3221
|
-
GetTypeDescriptor(objectType: Type): ICustomTypeDescriptor |
|
|
3222
|
-
GetTypeDescriptor(instance: unknown): ICustomTypeDescriptor |
|
|
3223
|
-
GetTypeDescriptor(objectType: Type, instance: unknown): ICustomTypeDescriptor |
|
|
3224
|
-
GetTypeDescriptorFromRegisteredType(objectType: Type): ICustomTypeDescriptor |
|
|
3225
|
-
GetTypeDescriptorFromRegisteredType(instance: unknown): ICustomTypeDescriptor |
|
|
3226
|
-
GetTypeDescriptorFromRegisteredType(objectType: Type, instance: unknown): ICustomTypeDescriptor |
|
|
3236
|
+
GetTypeDescriptor(objectType: Type): ICustomTypeDescriptor | null;
|
|
3237
|
+
GetTypeDescriptor(instance: unknown): ICustomTypeDescriptor | null;
|
|
3238
|
+
GetTypeDescriptor(objectType: Type, instance: unknown | null): ICustomTypeDescriptor | null;
|
|
3239
|
+
GetTypeDescriptorFromRegisteredType(objectType: Type): ICustomTypeDescriptor | null;
|
|
3240
|
+
GetTypeDescriptorFromRegisteredType(instance: unknown): ICustomTypeDescriptor | null;
|
|
3241
|
+
GetTypeDescriptorFromRegisteredType(objectType: Type, instance: unknown | null): ICustomTypeDescriptor | null;
|
|
3227
3242
|
IsRegisteredType(type: Type): boolean;
|
|
3228
3243
|
IsSupportedType(type: Type): boolean;
|
|
3229
|
-
RegisterType<T>(): void;
|
|
3244
|
+
RegisterType<T extends unknown>(): void;
|
|
3230
3245
|
}
|
|
3231
3246
|
|
|
3232
3247
|
|
|
@@ -3260,8 +3275,8 @@ export interface TypeDescriptor$instance {
|
|
|
3260
3275
|
export const TypeDescriptor: {
|
|
3261
3276
|
readonly InterfaceType: Type;
|
|
3262
3277
|
readonly ComObjectType: Type;
|
|
3263
|
-
get ComNativeDescriptorHandler(): IComNativeDescriptorHandler |
|
|
3264
|
-
set ComNativeDescriptorHandler(value: IComNativeDescriptorHandler |
|
|
3278
|
+
get ComNativeDescriptorHandler(): IComNativeDescriptorHandler | null;
|
|
3279
|
+
set ComNativeDescriptorHandler(value: IComNativeDescriptorHandler | null);
|
|
3265
3280
|
AddAttributes(instance: unknown, ...attributes: Attribute[]): TypeDescriptionProvider;
|
|
3266
3281
|
AddAttributes(type: Type, ...attributes: Attribute[]): TypeDescriptionProvider;
|
|
3267
3282
|
AddEditorTable(editorBaseType: Type, table: Hashtable): void;
|
|
@@ -3270,48 +3285,48 @@ export const TypeDescriptor: {
|
|
|
3270
3285
|
AddProviderTransparent(provider: TypeDescriptionProvider, instance: unknown): void;
|
|
3271
3286
|
AddProviderTransparent(provider: TypeDescriptionProvider, type: Type): void;
|
|
3272
3287
|
CreateAssociation(primary: unknown, secondary: unknown): void;
|
|
3273
|
-
CreateDesigner(component: IComponent, designerBaseType: Type): IDesigner |
|
|
3288
|
+
CreateDesigner(component: IComponent, designerBaseType: Type): IDesigner | null;
|
|
3274
3289
|
CreateEvent(componentType: Type, oldEventDescriptor: EventDescriptor, ...attributes: Attribute[]): EventDescriptor;
|
|
3275
3290
|
CreateEvent(componentType: Type, name: string, type: Type, ...attributes: Attribute[]): EventDescriptor;
|
|
3276
|
-
CreateInstance(provider: IServiceProvider, objectType: Type, argTypes: Type[], args: unknown[]): unknown |
|
|
3291
|
+
CreateInstance(provider: IServiceProvider | null, objectType: Type, argTypes: Type[] | null, args: (unknown | null)[] | null): unknown | null;
|
|
3277
3292
|
CreateProperty(componentType: Type, oldPropertyDescriptor: PropertyDescriptor, ...attributes: Attribute[]): PropertyDescriptor;
|
|
3278
3293
|
CreateProperty(componentType: Type, name: string, type: Type, ...attributes: Attribute[]): PropertyDescriptor;
|
|
3279
3294
|
GetAssociation(type: Type, primary: unknown): unknown;
|
|
3280
3295
|
GetAttributes(component: unknown, noCustomTypeDesc: boolean): AttributeCollection;
|
|
3281
3296
|
GetAttributes(component: unknown): AttributeCollection;
|
|
3282
3297
|
GetAttributes(componentType: Type): AttributeCollection;
|
|
3283
|
-
GetClassName(component: unknown, noCustomTypeDesc: boolean): string |
|
|
3284
|
-
GetClassName(component: unknown): string |
|
|
3285
|
-
GetClassName(componentType: Type): string |
|
|
3286
|
-
GetComponentName(component: unknown, noCustomTypeDesc: boolean): string |
|
|
3287
|
-
GetComponentName(component: unknown): string |
|
|
3298
|
+
GetClassName(component: unknown, noCustomTypeDesc: boolean): string | null;
|
|
3299
|
+
GetClassName(component: unknown): string | null;
|
|
3300
|
+
GetClassName(componentType: Type): string | null;
|
|
3301
|
+
GetComponentName(component: unknown, noCustomTypeDesc: boolean): string | null;
|
|
3302
|
+
GetComponentName(component: unknown): string | null;
|
|
3288
3303
|
GetConverter(component: unknown, noCustomTypeDesc: boolean): TypeConverter;
|
|
3289
3304
|
GetConverter(component: unknown): TypeConverter;
|
|
3290
3305
|
GetConverter(type: Type): TypeConverter;
|
|
3291
3306
|
GetConverterFromRegisteredType(component: unknown): TypeConverter;
|
|
3292
3307
|
GetConverterFromRegisteredType(type: Type): TypeConverter;
|
|
3293
|
-
GetDefaultEvent(component: unknown, noCustomTypeDesc: boolean): EventDescriptor |
|
|
3294
|
-
GetDefaultEvent(component: unknown): EventDescriptor |
|
|
3295
|
-
GetDefaultEvent(componentType: Type): EventDescriptor |
|
|
3296
|
-
GetDefaultProperty(component: unknown, noCustomTypeDesc: boolean): PropertyDescriptor |
|
|
3297
|
-
GetDefaultProperty(component: unknown): PropertyDescriptor |
|
|
3298
|
-
GetDefaultProperty(componentType: Type): PropertyDescriptor |
|
|
3299
|
-
GetEditor(component: unknown, editorBaseType: Type, noCustomTypeDesc: boolean): unknown |
|
|
3300
|
-
GetEditor(component: unknown, editorBaseType: Type): unknown |
|
|
3301
|
-
GetEditor(type: Type, editorBaseType: Type): unknown |
|
|
3302
|
-
GetEvents(component: unknown, attributes: Attribute[], noCustomTypeDesc: boolean): EventDescriptorCollection;
|
|
3308
|
+
GetDefaultEvent(component: unknown, noCustomTypeDesc: boolean): EventDescriptor | null;
|
|
3309
|
+
GetDefaultEvent(component: unknown): EventDescriptor | null;
|
|
3310
|
+
GetDefaultEvent(componentType: Type): EventDescriptor | null;
|
|
3311
|
+
GetDefaultProperty(component: unknown, noCustomTypeDesc: boolean): PropertyDescriptor | null;
|
|
3312
|
+
GetDefaultProperty(component: unknown): PropertyDescriptor | null;
|
|
3313
|
+
GetDefaultProperty(componentType: Type): PropertyDescriptor | null;
|
|
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;
|
|
3303
3318
|
GetEvents(component: unknown, attributes: Attribute[]): EventDescriptorCollection;
|
|
3304
3319
|
GetEvents(component: unknown, noCustomTypeDesc: boolean): EventDescriptorCollection;
|
|
3305
3320
|
GetEvents(component: unknown): EventDescriptorCollection;
|
|
3306
3321
|
GetEvents(componentType: Type, attributes: Attribute[]): EventDescriptorCollection;
|
|
3307
3322
|
GetEvents(componentType: Type): EventDescriptorCollection;
|
|
3308
3323
|
GetEventsFromRegisteredType(componentType: Type): EventDescriptorCollection;
|
|
3309
|
-
GetFullComponentName(component: unknown): string |
|
|
3310
|
-
GetProperties(component: unknown, attributes: Attribute[], noCustomTypeDesc: boolean): PropertyDescriptorCollection;
|
|
3311
|
-
GetProperties(component: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
3324
|
+
GetFullComponentName(component: unknown): string | null;
|
|
3325
|
+
GetProperties(component: unknown, attributes: Attribute[] | null, noCustomTypeDesc: boolean): PropertyDescriptorCollection;
|
|
3326
|
+
GetProperties(component: unknown, attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
3312
3327
|
GetProperties(component: unknown, noCustomTypeDesc: boolean): PropertyDescriptorCollection;
|
|
3313
3328
|
GetProperties(component: unknown): PropertyDescriptorCollection;
|
|
3314
|
-
GetProperties(componentType: Type, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
3329
|
+
GetProperties(componentType: Type, attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
3315
3330
|
GetProperties(componentType: Type): PropertyDescriptorCollection;
|
|
3316
3331
|
GetPropertiesFromRegisteredType(component: unknown): PropertyDescriptorCollection;
|
|
3317
3332
|
GetPropertiesFromRegisteredType(componentType: Type): PropertyDescriptorCollection;
|
|
@@ -3323,7 +3338,7 @@ export const TypeDescriptor: {
|
|
|
3323
3338
|
Refresh(assembly: Assembly): void;
|
|
3324
3339
|
Refresh(module: Module): void;
|
|
3325
3340
|
Refresh(type: Type): void;
|
|
3326
|
-
RegisterType<T>(): void;
|
|
3341
|
+
RegisterType<T extends unknown>(): void;
|
|
3327
3342
|
RemoveAssociation(primary: unknown, secondary: unknown): void;
|
|
3328
3343
|
RemoveAssociations(primary: unknown): void;
|
|
3329
3344
|
RemoveProvider(provider: TypeDescriptionProvider, instance: unknown): void;
|
|
@@ -3339,19 +3354,19 @@ export type TypeDescriptor = TypeDescriptor$instance;
|
|
|
3339
3354
|
export interface TypeListConverter$instance extends TypeConverter {
|
|
3340
3355
|
readonly __tsonic_type_System_ComponentModel_TypeListConverter: never;
|
|
3341
3356
|
|
|
3342
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
3357
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
3343
3358
|
CanConvertFrom(sourceType: Type): boolean;
|
|
3344
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
3345
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
3346
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown |
|
|
3347
|
-
ConvertFrom(value: unknown): unknown |
|
|
3348
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown |
|
|
3349
|
-
ConvertTo(value: unknown, destinationType: Type): unknown |
|
|
3350
|
-
GetStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
|
|
3351
|
-
GetStandardValues(): ICollection |
|
|
3352
|
-
GetStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
|
|
3359
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
3360
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
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;
|
|
3365
|
+
GetStandardValues(context: ITypeDescriptorContext | null): TypeConverter_StandardValuesCollection;
|
|
3366
|
+
GetStandardValues(): ICollection | null;
|
|
3367
|
+
GetStandardValuesExclusive(context: ITypeDescriptorContext | null): boolean;
|
|
3353
3368
|
GetStandardValuesExclusive(): boolean;
|
|
3354
|
-
GetStandardValuesSupported(context: ITypeDescriptorContext): boolean;
|
|
3369
|
+
GetStandardValuesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
3355
3370
|
GetStandardValuesSupported(): boolean;
|
|
3356
3371
|
}
|
|
3357
3372
|
|
|
@@ -3417,15 +3432,15 @@ export type UInt64Converter = UInt64Converter$instance;
|
|
|
3417
3432
|
export interface VersionConverter$instance extends TypeConverter {
|
|
3418
3433
|
readonly __tsonic_type_System_ComponentModel_VersionConverter: never;
|
|
3419
3434
|
|
|
3420
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
3435
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
3421
3436
|
CanConvertFrom(sourceType: Type): boolean;
|
|
3422
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
3423
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
3424
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown |
|
|
3425
|
-
ConvertFrom(value: unknown): unknown |
|
|
3426
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown |
|
|
3427
|
-
ConvertTo(value: unknown, destinationType: Type): unknown |
|
|
3428
|
-
IsValid(context: ITypeDescriptorContext, value: unknown): boolean;
|
|
3437
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
3438
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
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;
|
|
3429
3444
|
IsValid(value: unknown): boolean;
|
|
3430
3445
|
}
|
|
3431
3446
|
|
|
@@ -3437,23 +3452,23 @@ export const VersionConverter: {
|
|
|
3437
3452
|
|
|
3438
3453
|
export type VersionConverter = VersionConverter$instance;
|
|
3439
3454
|
|
|
3440
|
-
export interface WarningException$instance extends SystemException {
|
|
3455
|
+
export interface WarningException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
3441
3456
|
readonly __tsonic_type_System_ComponentModel_WarningException: never;
|
|
3442
3457
|
|
|
3443
3458
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
3444
3459
|
|
|
3445
|
-
readonly HelpTopic: string |
|
|
3446
|
-
readonly HelpUrl: string |
|
|
3460
|
+
readonly HelpTopic: string | null;
|
|
3461
|
+
readonly HelpUrl: string | null;
|
|
3447
3462
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
3448
3463
|
}
|
|
3449
3464
|
|
|
3450
3465
|
|
|
3451
3466
|
export const WarningException: {
|
|
3452
3467
|
new(): WarningException;
|
|
3453
|
-
new(message: string): WarningException;
|
|
3454
|
-
new(message: string, helpUrl: string): WarningException;
|
|
3455
|
-
new(message: string, innerException: Exception): WarningException;
|
|
3456
|
-
new(message: string, helpUrl: string, helpTopic: string): WarningException;
|
|
3468
|
+
new(message: string | null): WarningException;
|
|
3469
|
+
new(message: string | null, helpUrl: string | null): WarningException;
|
|
3470
|
+
new(message: string | null, innerException: Exception | null): WarningException;
|
|
3471
|
+
new(message: string | null, helpUrl: string | null, helpTopic: string | null): WarningException;
|
|
3457
3472
|
};
|
|
3458
3473
|
|
|
3459
3474
|
|
|
@@ -3464,7 +3479,7 @@ export interface __WarningException$views {
|
|
|
3464
3479
|
export type WarningException = WarningException$instance & __WarningException$views;
|
|
3465
3480
|
|
|
3466
3481
|
|
|
3467
|
-
export interface Win32Exception$instance extends ExternalException {
|
|
3482
|
+
export interface Win32Exception$instance extends ExternalException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
3468
3483
|
readonly __tsonic_type_System_ComponentModel_Win32Exception: never;
|
|
3469
3484
|
|
|
3470
3485
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -3478,9 +3493,9 @@ export interface Win32Exception$instance extends ExternalException {
|
|
|
3478
3493
|
export const Win32Exception: {
|
|
3479
3494
|
new(): Win32Exception;
|
|
3480
3495
|
new(error: int): Win32Exception;
|
|
3481
|
-
new(error: int, message: string): Win32Exception;
|
|
3482
|
-
new(message: string): Win32Exception;
|
|
3483
|
-
new(message: string, innerException: Exception): Win32Exception;
|
|
3496
|
+
new(error: int, message: string | null): Win32Exception;
|
|
3497
|
+
new(message: string | null): Win32Exception;
|
|
3498
|
+
new(message: string | null, innerException: Exception | null): Win32Exception;
|
|
3484
3499
|
};
|
|
3485
3500
|
|
|
3486
3501
|
|
|
@@ -3493,7 +3508,7 @@ export type Win32Exception = Win32Exception$instance & __Win32Exception$views;
|
|
|
3493
3508
|
|
|
3494
3509
|
export abstract class AsyncOperationManager$instance {
|
|
3495
3510
|
static SynchronizationContext: SynchronizationContext;
|
|
3496
|
-
static CreateOperation(userSuppliedState: unknown): AsyncOperation;
|
|
3511
|
+
static CreateOperation(userSuppliedState: unknown | null): AsyncOperation;
|
|
3497
3512
|
}
|
|
3498
3513
|
|
|
3499
3514
|
|