@tsonic/dotnet 10.0.1 → 10.0.3
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 -0
- package/Microsoft.CSharp.RuntimeBinder/bindings.json +71 -8
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -1
- package/Microsoft.VisualBasic/bindings.json +635 -68
- package/Microsoft.VisualBasic/internal/index.d.ts +1 -11
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +210 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +0 -22
- package/Microsoft.VisualBasic.FileIO/bindings.json +195 -24
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -3
- package/Microsoft.Win32/bindings.json +107 -24
- package/Microsoft.Win32/internal/index.d.ts +0 -1
- package/Microsoft.Win32.SafeHandles/bindings.json +769 -15
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +37 -6
- package/System/bindings.json +11622 -2308
- package/System/internal/index.d.ts +78 -41
- package/System.Buffers/bindings.json +371 -62
- package/System.Buffers/internal/index.d.ts +15 -16
- package/System.Buffers.Binary/bindings.json +126 -0
- package/System.Buffers.Text/bindings.json +67 -0
- package/System.Buffers.Text/internal/index.d.ts +1 -1
- package/System.Buffers.Text.d.ts +1 -1
- package/System.Buffers.d.ts +1 -1
- package/System.CodeDom.Compiler/bindings.json +142 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +5 -2
- package/System.CodeDom.Compiler.d.ts +1 -1
- package/System.Collections/bindings.json +1094 -69
- package/System.Collections/internal/index.d.ts +35 -13
- package/System.Collections.Concurrent/bindings.json +353 -90
- package/System.Collections.Concurrent/internal/index.d.ts +4 -3
- package/System.Collections.Frozen/bindings.json +158 -48
- package/System.Collections.Generic/bindings.json +1910 -634
- package/System.Collections.Generic/internal/index.d.ts +6 -13
- package/System.Collections.Immutable/bindings.json +1321 -292
- package/System.Collections.Immutable/internal/index.d.ts +0 -13
- package/System.Collections.ObjectModel/bindings.json +1123 -199
- package/System.Collections.ObjectModel/internal/index.d.ts +22 -6
- package/System.Collections.ObjectModel.d.ts +3 -3
- package/System.Collections.Specialized/bindings.json +763 -58
- package/System.Collections.Specialized/internal/index.d.ts +14 -14
- package/System.ComponentModel/bindings.json +3590 -166
- package/System.ComponentModel/internal/index.d.ts +117 -61
- package/System.ComponentModel.DataAnnotations/bindings.json +743 -13
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +51 -23
- package/System.ComponentModel.DataAnnotations.Schema/bindings.json +24 -4
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +5 -4
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.d.ts +2 -2
- package/System.ComponentModel.Design/bindings.json +714 -40
- package/System.ComponentModel.Design/internal/index.d.ts +23 -19
- package/System.ComponentModel.Design.Serialization/bindings.json +261 -12
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +16 -14
- package/System.ComponentModel.Design.d.ts +1 -1
- package/System.ComponentModel.d.ts +2 -2
- package/System.Configuration.Assemblies/bindings.json +19 -8
- package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
- package/System.Configuration.Assemblies.d.ts +1 -1
- package/System.Data/bindings.json +3325 -302
- package/System.Data/internal/index.d.ts +102 -59
- package/System.Data.Common/bindings.json +3047 -241
- package/System.Data.Common/internal/index.d.ts +162 -72
- package/System.Data.Common.d.ts +3 -3
- package/System.Data.SqlTypes/bindings.json +754 -71
- package/System.Data.SqlTypes/internal/index.d.ts +3 -3
- package/System.Data.d.ts +3 -3
- package/System.Diagnostics/bindings.json +1737 -130
- package/System.Diagnostics/internal/index.d.ts +97 -80
- package/System.Diagnostics.CodeAnalysis/bindings.json +125 -4
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +25 -22
- package/System.Diagnostics.CodeAnalysis.d.ts +1 -1
- package/System.Diagnostics.Contracts/bindings.json +68 -4
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -2
- package/System.Diagnostics.Metrics/bindings.json +565 -55
- package/System.Diagnostics.Metrics/internal/index.d.ts +29 -27
- package/System.Diagnostics.SymbolStore/bindings.json +106 -4
- package/System.Diagnostics.Tracing/bindings.json +979 -160
- package/System.Diagnostics.Tracing/internal/index.d.ts +34 -23
- package/System.Diagnostics.d.ts +2 -2
- package/System.Drawing/bindings.json +611 -4
- package/System.Drawing/internal/index.d.ts +1 -1
- package/System.Drawing.d.ts +1 -1
- package/System.Dynamic/bindings.json +346 -24
- package/System.Dynamic/internal/index.d.ts +15 -16
- package/System.Formats.Asn1/bindings.json +229 -12
- package/System.Formats.Tar/bindings.json +120 -16
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Globalization/bindings.json +1088 -53
- package/System.Globalization/internal/index.d.ts +10 -7
- package/System.IO/bindings.json +2163 -110
- package/System.IO/internal/index.d.ts +40 -24
- package/System.IO.Compression/bindings.json +466 -38
- package/System.IO.Compression/internal/index.d.ts +10 -5
- package/System.IO.Compression.d.ts +2 -2
- package/System.IO.Enumeration/bindings.json +221 -22
- package/System.IO.Enumeration/internal/index.d.ts +13 -7
- package/System.IO.IsolatedStorage/bindings.json +250 -11
- package/System.IO.IsolatedStorage/internal/index.d.ts +7 -5
- package/System.IO.IsolatedStorage.d.ts +2 -2
- package/System.IO.MemoryMappedFiles/bindings.json +138 -16
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -8
- package/System.IO.MemoryMappedFiles.d.ts +4 -3
- package/System.IO.Pipelines/bindings.json +147 -3
- package/System.IO.Pipelines/internal/index.d.ts +5 -3
- package/System.IO.Pipes/bindings.json +889 -54
- package/System.IO.Pipes/internal/index.d.ts +30 -15
- package/System.IO.Pipes.d.ts +4 -3
- package/System.IO.d.ts +2 -2
- package/System.Linq/bindings.json +944 -79
- package/System.Linq/internal/index.d.ts +0 -4
- package/System.Linq.Expressions/bindings.json +1998 -57
- package/System.Linq.Expressions/internal/index.d.ts +78 -49
- package/System.Linq.Expressions.Interpreter/bindings.json +2 -0
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -2
- package/System.Linq.Expressions.Interpreter.d.ts +1 -1
- package/System.Linq.Expressions.d.ts +1 -1
- package/System.Net/bindings.json +2083 -248
- package/System.Net/internal/index.d.ts +128 -117
- package/System.Net.Cache/bindings.json +53 -12
- package/System.Net.Cache/internal/index.d.ts +1 -1
- package/System.Net.Cache.d.ts +1 -1
- package/System.Net.Http/bindings.json +2104 -105
- package/System.Net.Http/internal/index.d.ts +107 -37
- package/System.Net.Http.Headers/bindings.json +456 -24
- package/System.Net.Http.Headers/internal/index.d.ts +38 -35
- package/System.Net.Http.Json/bindings.json +171 -0
- package/System.Net.Http.Json/internal/index.d.ts +9 -2
- package/System.Net.Http.Metrics/bindings.json +5 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -3
- package/System.Net.Mail/bindings.json +1127 -101
- package/System.Net.Mail/internal/index.d.ts +39 -24
- package/System.Net.Mime/bindings.json +82 -4
- package/System.Net.Mime/internal/index.d.ts +5 -4
- package/System.Net.Mime.d.ts +1 -1
- package/System.Net.NetworkInformation/bindings.json +857 -61
- package/System.Net.NetworkInformation/internal/index.d.ts +25 -34
- package/System.Net.NetworkInformation.d.ts +2 -2
- package/System.Net.Quic/bindings.json +157 -16
- package/System.Net.Quic/internal/index.d.ts +6 -7
- package/System.Net.Quic.d.ts +2 -2
- package/System.Net.Security/bindings.json +798 -37
- package/System.Net.Security/internal/index.d.ts +29 -24
- package/System.Net.Security.d.ts +2 -2
- package/System.Net.ServerSentEvents/bindings.json +31 -13
- package/System.Net.ServerSentEvents/internal/index.d.ts +3 -4
- package/System.Net.Sockets/bindings.json +1157 -78
- package/System.Net.Sockets/internal/index.d.ts +35 -26
- package/System.Net.Sockets.d.ts +2 -2
- package/System.Net.WebSockets/bindings.json +311 -26
- package/System.Net.WebSockets/internal/index.d.ts +19 -17
- package/System.Net.WebSockets.d.ts +2 -2
- package/System.Net.d.ts +2 -2
- package/System.Numerics/bindings.json +3546 -957
- package/System.Reflection/bindings.json +1913 -132
- package/System.Reflection/internal/index.d.ts +64 -56
- package/System.Reflection.Emit/bindings.json +2509 -57
- package/System.Reflection.Emit/internal/index.d.ts +92 -22
- package/System.Reflection.Emit.d.ts +1 -1
- package/System.Reflection.Metadata/bindings.json +1936 -231
- package/System.Reflection.Metadata/internal/index.d.ts +8 -11
- package/System.Reflection.Metadata.Ecma335/bindings.json +480 -24
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +0 -1
- package/System.Reflection.PortableExecutable/bindings.json +583 -39
- package/System.Reflection.PortableExecutable/internal/index.d.ts +9 -5
- package/System.Resources/bindings.json +323 -17
- package/System.Resources/internal/index.d.ts +9 -5
- package/System.Resources.d.ts +1 -1
- package/System.Runtime/bindings.json +65 -8
- package/System.Runtime/internal/index.d.ts +4 -2
- package/System.Runtime.CompilerServices/bindings.json +718 -139
- package/System.Runtime.CompilerServices/internal/index.d.ts +13 -15
- package/System.Runtime.ConstrainedExecution/bindings.json +56 -10
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ConstrainedExecution.d.ts +1 -1
- package/System.Runtime.ExceptionServices/bindings.json +11 -0
- package/System.Runtime.ExceptionServices/internal/index.d.ts +0 -1
- package/System.Runtime.InteropServices/bindings.json +1858 -265
- package/System.Runtime.InteropServices/internal/index.d.ts +26 -19
- package/System.Runtime.InteropServices.ComTypes/bindings.json +478 -72
- package/System.Runtime.InteropServices.Java/bindings.json +12 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +205 -30
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -22
- package/System.Runtime.InteropServices.Marshalling/bindings.json +484 -89
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +16 -7
- package/System.Runtime.InteropServices.Marshalling.d.ts +2 -1
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +19 -4
- package/System.Runtime.InteropServices.Swift/bindings.json +11 -3
- package/System.Runtime.InteropServices.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +1296 -40
- package/System.Runtime.Intrinsics.Arm/bindings.json +4959 -8
- package/System.Runtime.Intrinsics.Wasm/bindings.json +484 -1
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.X86/bindings.json +3765 -8
- package/System.Runtime.Loader/bindings.json +130 -0
- package/System.Runtime.Loader/internal/index.d.ts +4 -1
- package/System.Runtime.Remoting/bindings.json +2 -0
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Remoting.d.ts +1 -1
- package/System.Runtime.Serialization/bindings.json +920 -17
- package/System.Runtime.Serialization/internal/index.d.ts +65 -37
- package/System.Runtime.Serialization.DataContracts/bindings.json +85 -38
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +27 -21
- package/System.Runtime.Serialization.Formatters/bindings.json +24 -12
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters.Binary/bindings.json +15 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -2
- package/System.Runtime.Serialization.Formatters.d.ts +1 -1
- package/System.Runtime.Serialization.Json/bindings.json +56 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +6 -4
- package/System.Runtime.Serialization.d.ts +2 -2
- package/System.Runtime.Versioning/bindings.json +62 -8
- package/System.Runtime.Versioning/internal/index.d.ts +7 -7
- package/System.Runtime.Versioning.d.ts +1 -1
- package/System.Security/bindings.json +265 -12
- package/System.Security/internal/index.d.ts +21 -13
- package/System.Security.AccessControl/bindings.json +4082 -797
- package/System.Security.AccessControl/internal/index.d.ts +114 -93
- package/System.Security.AccessControl.d.ts +2 -1
- package/System.Security.Authentication/bindings.json +80 -16
- package/System.Security.Authentication.ExtendedProtection/bindings.json +108 -13
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +4 -3
- package/System.Security.Authentication.ExtendedProtection.d.ts +2 -2
- package/System.Security.Claims/bindings.json +436 -0
- package/System.Security.Claims/internal/index.d.ts +18 -7
- package/System.Security.Claims.d.ts +2 -1
- package/System.Security.Cryptography/bindings.json +11592 -237
- package/System.Security.Cryptography/internal/index.d.ts +415 -106
- package/System.Security.Cryptography.X509Certificates/bindings.json +1000 -114
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +15 -17
- package/System.Security.Cryptography.X509Certificates.d.ts +1 -1
- package/System.Security.Cryptography.d.ts +2 -2
- package/System.Security.Permissions/bindings.json +88 -14
- package/System.Security.Permissions/internal/index.d.ts +3 -3
- package/System.Security.Permissions.d.ts +1 -1
- package/System.Security.Policy/bindings.json +42 -1
- package/System.Security.Policy/internal/index.d.ts +3 -3
- package/System.Security.Principal/bindings.json +355 -28
- package/System.Security.Principal/internal/index.d.ts +10 -8
- package/System.Security.Principal.d.ts +1 -1
- package/System.Text/bindings.json +800 -31
- package/System.Text/internal/index.d.ts +11 -14
- package/System.Text.Encodings.Web/bindings.json +87 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +4 -4
- package/System.Text.Json/bindings.json +574 -49
- package/System.Text.Json/internal/index.d.ts +18 -18
- package/System.Text.Json.Nodes/bindings.json +152 -19
- package/System.Text.Json.Nodes/internal/index.d.ts +4 -3
- package/System.Text.Json.Schema/bindings.json +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +2 -2
- package/System.Text.Json.Schema.d.ts +1 -1
- package/System.Text.Json.Serialization/bindings.json +295 -54
- package/System.Text.Json.Serialization/internal/index.d.ts +18 -14
- package/System.Text.Json.Serialization.Metadata/bindings.json +198 -24
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +40 -35
- package/System.Text.RegularExpressions/bindings.json +1319 -103
- package/System.Text.RegularExpressions/internal/index.d.ts +12 -12
- package/System.Text.RegularExpressions.d.ts +1 -1
- package/System.Text.Unicode/bindings.json +185 -0
- package/System.Text.Unicode/internal/index.d.ts +1 -1
- package/System.Text.Unicode.d.ts +1 -1
- package/System.Threading/bindings.json +1270 -64
- package/System.Threading/internal/index.d.ts +26 -28
- package/System.Threading.Channels/bindings.json +143 -29
- package/System.Threading.Channels/internal/index.d.ts +9 -8
- package/System.Threading.Tasks/bindings.json +719 -29
- package/System.Threading.Tasks/internal/index.d.ts +12 -6
- package/System.Threading.Tasks.Dataflow/bindings.json +442 -143
- package/System.Threading.Tasks.Sources/bindings.json +34 -11
- package/System.Timers/bindings.json +50 -4
- package/System.Timers/internal/index.d.ts +6 -5
- package/System.Timers.d.ts +2 -2
- package/System.Transactions/bindings.json +269 -32
- package/System.Transactions/internal/index.d.ts +3 -9
- package/System.Web/bindings.json +32 -0
- package/System.Windows.Input/bindings.json +3 -0
- package/System.Windows.Markup/bindings.json +4 -0
- package/System.Windows.Markup/internal/index.d.ts +1 -1
- package/System.Windows.Markup.d.ts +1 -1
- package/System.Xml/bindings.json +2447 -210
- package/System.Xml/internal/index.d.ts +97 -90
- package/System.Xml.Linq/bindings.json +361 -24
- package/System.Xml.Linq/internal/index.d.ts +17 -13
- package/System.Xml.Resolvers/bindings.json +26 -4
- package/System.Xml.Schema/bindings.json +830 -56
- package/System.Xml.Schema/internal/index.d.ts +115 -91
- package/System.Xml.Serialization/bindings.json +4421 -149
- package/System.Xml.Serialization/internal/index.d.ts +128 -70
- package/System.Xml.Serialization.d.ts +4 -4
- package/System.Xml.XPath/bindings.json +287 -35
- package/System.Xml.XPath/internal/index.d.ts +5 -5
- package/System.Xml.Xsl/bindings.json +174 -8
- package/System.Xml.Xsl/internal/index.d.ts +6 -5
- package/System.Xml.Xsl.Runtime/bindings.json +613 -58
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -9
- package/System.Xml.Xsl.d.ts +1 -1
- package/System.d.ts +1 -1
- package/package.json +1 -1
|
@@ -14,13 +14,13 @@ import type { ICollection_1, IEnumerable_1, IEnumerator_1, IList_1, IReadOnlyCol
|
|
|
14
14
|
import * as System_Collections_ObjectModel_Internal from "../../System.Collections.ObjectModel/internal/index.js";
|
|
15
15
|
import type { Collection_1 } from "../../System.Collections.ObjectModel/internal/index.js";
|
|
16
16
|
import * as System_Collections_Internal from "../../System.Collections/internal/index.js";
|
|
17
|
-
import type { Hashtable, ICollection, IComparer, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IList, ReadOnlyCollectionBase } from "../../System.Collections/internal/index.js";
|
|
17
|
+
import type { ArrayList, Hashtable, ICollection, IComparer, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IList, ReadOnlyCollectionBase } from "../../System.Collections/internal/index.js";
|
|
18
18
|
import type { IDesigner } from "../../System.ComponentModel.Design/internal/index.js";
|
|
19
19
|
import type { CultureInfo } from "../../System.Globalization/internal/index.js";
|
|
20
20
|
import type { UnmanagedMemoryStream } from "../../System.IO/internal/index.js";
|
|
21
21
|
import type { Assembly, MethodBase, MethodInfo, Module } from "../../System.Reflection/internal/index.js";
|
|
22
22
|
import * as System_Resources_Internal from "../../System.Resources/internal/index.js";
|
|
23
|
-
import type { ResourceManager, ResourceSet } from "../../System.Resources/internal/index.js";
|
|
23
|
+
import type { ResourceManager, ResourceSet, UltimateResourceFallbackLocation } from "../../System.Resources/internal/index.js";
|
|
24
24
|
import * as System_Runtime_InteropServices_Internal from "../../System.Runtime.InteropServices/internal/index.js";
|
|
25
25
|
import type { ExternalException } from "../../System.Runtime.InteropServices/internal/index.js";
|
|
26
26
|
import * as System_Runtime_Serialization_Internal from "../../System.Runtime.Serialization/internal/index.js";
|
|
@@ -217,7 +217,7 @@ export type IBindingList = IBindingList$instance;
|
|
|
217
217
|
|
|
218
218
|
export interface IBindingListView$instance extends IBindingList, IList, ICollection, IEnumerable {
|
|
219
219
|
get Filter(): string | undefined;
|
|
220
|
-
set Filter(value: string);
|
|
220
|
+
set Filter(value: string | undefined);
|
|
221
221
|
readonly SortDescriptions: ListSortDescriptionCollection;
|
|
222
222
|
readonly SupportsAdvancedSorting: boolean;
|
|
223
223
|
readonly SupportsFiltering: boolean;
|
|
@@ -290,7 +290,7 @@ export type IComNativeDescriptorHandler = IComNativeDescriptorHandler$instance;
|
|
|
290
290
|
|
|
291
291
|
export interface IComponent$instance extends IDisposable {
|
|
292
292
|
get Site(): ISite | undefined;
|
|
293
|
-
set Site(value: ISite);
|
|
293
|
+
set Site(value: ISite | undefined);
|
|
294
294
|
Dispose(): void;
|
|
295
295
|
}
|
|
296
296
|
|
|
@@ -381,10 +381,10 @@ export type INestedContainer = INestedContainer$instance;
|
|
|
381
381
|
export interface INestedSite$instance extends ISite, IServiceProvider {
|
|
382
382
|
readonly FullName: string | undefined;
|
|
383
383
|
readonly Component: IComponent;
|
|
384
|
-
readonly Container: IContainer;
|
|
384
|
+
readonly Container: IContainer | undefined;
|
|
385
385
|
readonly DesignMode: boolean;
|
|
386
386
|
get Name(): string | undefined;
|
|
387
|
-
set Name(value: string);
|
|
387
|
+
set Name(value: string | undefined);
|
|
388
388
|
GetService(serviceType: Type): unknown | undefined;
|
|
389
389
|
}
|
|
390
390
|
|
|
@@ -431,10 +431,10 @@ export type IRevertibleChangeTracking = IRevertibleChangeTracking$instance;
|
|
|
431
431
|
|
|
432
432
|
export interface ISite$instance extends IServiceProvider {
|
|
433
433
|
readonly Component: IComponent;
|
|
434
|
-
readonly Container: IContainer;
|
|
434
|
+
readonly Container: IContainer | undefined;
|
|
435
435
|
readonly DesignMode: boolean;
|
|
436
436
|
get Name(): string | undefined;
|
|
437
|
-
set Name(value: string);
|
|
437
|
+
set Name(value: string | undefined);
|
|
438
438
|
GetService(serviceType: Type): unknown | undefined;
|
|
439
439
|
}
|
|
440
440
|
|
|
@@ -471,7 +471,7 @@ export interface ISynchronizeInvoke$instance {
|
|
|
471
471
|
export type ISynchronizeInvoke = ISynchronizeInvoke$instance;
|
|
472
472
|
|
|
473
473
|
export interface ITypeDescriptorContext$instance extends IServiceProvider {
|
|
474
|
-
readonly Container: IContainer;
|
|
474
|
+
readonly Container: IContainer | undefined;
|
|
475
475
|
readonly Instance: unknown | undefined;
|
|
476
476
|
readonly PropertyDescriptor: PropertyDescriptor | undefined;
|
|
477
477
|
GetService(serviceType: Type): unknown | undefined;
|
|
@@ -494,7 +494,7 @@ export type ITypedList = ITypedList$instance;
|
|
|
494
494
|
|
|
495
495
|
export interface AddingNewEventArgs$instance extends EventArgs {
|
|
496
496
|
get NewObject(): unknown | undefined;
|
|
497
|
-
set NewObject(value: unknown);
|
|
497
|
+
set NewObject(value: unknown | undefined);
|
|
498
498
|
}
|
|
499
499
|
|
|
500
500
|
|
|
@@ -507,7 +507,7 @@ export const AddingNewEventArgs: {
|
|
|
507
507
|
export type AddingNewEventArgs = AddingNewEventArgs$instance;
|
|
508
508
|
|
|
509
509
|
export interface AmbientValueAttribute$instance extends Attribute {
|
|
510
|
-
readonly Value: unknown;
|
|
510
|
+
readonly Value: unknown | undefined;
|
|
511
511
|
Equals(obj: unknown): boolean;
|
|
512
512
|
GetHashCode(): int;
|
|
513
513
|
}
|
|
@@ -565,6 +565,7 @@ export type AsyncCompletedEventArgs = AsyncCompletedEventArgs$instance;
|
|
|
565
565
|
export interface AsyncOperation$instance {
|
|
566
566
|
readonly SynchronizationContext: SynchronizationContext;
|
|
567
567
|
readonly UserSuppliedState: unknown | undefined;
|
|
568
|
+
Finalize(): void;
|
|
568
569
|
OperationCompleted(): void;
|
|
569
570
|
Post(d: SendOrPostCallback, arg: unknown): void;
|
|
570
571
|
PostOperationCompleted(d: SendOrPostCallback, arg: unknown): void;
|
|
@@ -572,13 +573,13 @@ export interface AsyncOperation$instance {
|
|
|
572
573
|
|
|
573
574
|
|
|
574
575
|
export const AsyncOperation: {
|
|
575
|
-
new(): AsyncOperation;
|
|
576
576
|
};
|
|
577
577
|
|
|
578
578
|
|
|
579
579
|
export type AsyncOperation = AsyncOperation$instance;
|
|
580
580
|
|
|
581
581
|
export interface AttributeCollection$instance {
|
|
582
|
+
readonly Attributes: Attribute[];
|
|
582
583
|
readonly Count: int;
|
|
583
584
|
Contains(attribute: Attribute): boolean;
|
|
584
585
|
Contains(attributes: Attribute[]): boolean;
|
|
@@ -607,8 +608,8 @@ export type AttributeCollection = AttributeCollection$instance & __AttributeColl
|
|
|
607
608
|
|
|
608
609
|
|
|
609
610
|
export interface AttributeProviderAttribute$instance extends Attribute {
|
|
610
|
-
readonly PropertyName: string;
|
|
611
|
-
readonly TypeName: string;
|
|
611
|
+
readonly PropertyName: string | undefined;
|
|
612
|
+
readonly TypeName: string | undefined;
|
|
612
613
|
}
|
|
613
614
|
|
|
614
615
|
|
|
@@ -627,7 +628,11 @@ export interface BackgroundWorker$instance extends Component$instance {
|
|
|
627
628
|
WorkerReportsProgress: boolean;
|
|
628
629
|
WorkerSupportsCancellation: boolean;
|
|
629
630
|
CancelAsync(): void;
|
|
631
|
+
Dispose(disposing: boolean): void;
|
|
630
632
|
Dispose(): void;
|
|
633
|
+
OnDoWork(e: DoWorkEventArgs): void;
|
|
634
|
+
OnProgressChanged(e: ProgressChangedEventArgs): void;
|
|
635
|
+
OnRunWorkerCompleted(e: RunWorkerCompletedEventArgs): void;
|
|
631
636
|
ReportProgress(percentProgress: int): void;
|
|
632
637
|
ReportProgress(percentProgress: int, userState: unknown): void;
|
|
633
638
|
RunWorkerAsync(): void;
|
|
@@ -645,8 +650,6 @@ export interface __BackgroundWorker$views {
|
|
|
645
650
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
646
651
|
}
|
|
647
652
|
|
|
648
|
-
export interface BackgroundWorker$instance extends IComponent$instance {}
|
|
649
|
-
|
|
650
653
|
export type BackgroundWorker = BackgroundWorker$instance & __BackgroundWorker$views;
|
|
651
654
|
|
|
652
655
|
|
|
@@ -694,27 +697,43 @@ export interface BindingList_1$instance<T> extends Collection_1<T> {
|
|
|
694
697
|
AllowEdit: boolean;
|
|
695
698
|
AllowNew: boolean;
|
|
696
699
|
AllowRemove: boolean;
|
|
700
|
+
readonly IsSortedCore: boolean;
|
|
697
701
|
RaiseListChangedEvents: boolean;
|
|
702
|
+
readonly SortDirectionCore: ListSortDirection;
|
|
703
|
+
readonly SortPropertyCore: PropertyDescriptor | undefined;
|
|
704
|
+
readonly SupportsChangeNotificationCore: boolean;
|
|
705
|
+
readonly SupportsSearchingCore: boolean;
|
|
706
|
+
readonly SupportsSortingCore: boolean;
|
|
698
707
|
Add(item: T): void;
|
|
699
708
|
Add(value: unknown): int;
|
|
700
709
|
AddNew(): T;
|
|
710
|
+
AddNewCore(): unknown | undefined;
|
|
711
|
+
ApplySortCore(prop: PropertyDescriptor, direction: ListSortDirection): void;
|
|
701
712
|
CancelNew(itemIndex: int): void;
|
|
702
713
|
Clear(): void;
|
|
714
|
+
ClearItems(): void;
|
|
703
715
|
Contains(item: T): boolean;
|
|
704
716
|
Contains(value: unknown): boolean;
|
|
705
717
|
CopyTo(array: T[], index: int): void;
|
|
706
718
|
CopyTo(array: ClrArray, index: int): void;
|
|
707
719
|
EndNew(itemIndex: int): void;
|
|
720
|
+
FindCore(prop: PropertyDescriptor, key: unknown): int;
|
|
708
721
|
GetEnumerator(): IEnumerator_1<T>;
|
|
709
722
|
GetEnumerator(): IEnumerator;
|
|
710
723
|
IndexOf(item: T): int;
|
|
711
724
|
Insert(index: int, item: T): void;
|
|
712
725
|
Insert(index: int, value: unknown): void;
|
|
726
|
+
InsertItem(index: int, item: T): void;
|
|
727
|
+
OnAddingNew(e: AddingNewEventArgs): void;
|
|
728
|
+
OnListChanged(e: ListChangedEventArgs): void;
|
|
713
729
|
Remove(item: T): boolean;
|
|
714
730
|
Remove(value: unknown): void;
|
|
715
731
|
RemoveAt(index: int): void;
|
|
732
|
+
RemoveItem(index: int): void;
|
|
733
|
+
RemoveSortCore(): void;
|
|
716
734
|
ResetBindings(): void;
|
|
717
735
|
ResetItem(position: int): void;
|
|
736
|
+
SetItem(index: int, item: T): void;
|
|
718
737
|
}
|
|
719
738
|
|
|
720
739
|
|
|
@@ -809,6 +828,7 @@ export interface CategoryAttribute$instance extends Attribute {
|
|
|
809
828
|
readonly Category: string;
|
|
810
829
|
Equals(obj: unknown): boolean;
|
|
811
830
|
GetHashCode(): int;
|
|
831
|
+
GetLocalizedString(value: string): string | undefined;
|
|
812
832
|
IsDefaultAttribute(): boolean;
|
|
813
833
|
}
|
|
814
834
|
|
|
@@ -854,7 +874,7 @@ export type CharConverter = CharConverter$instance;
|
|
|
854
874
|
|
|
855
875
|
export interface CollectionChangeEventArgs$instance extends EventArgs {
|
|
856
876
|
readonly Action: CollectionChangeAction;
|
|
857
|
-
readonly Element: unknown;
|
|
877
|
+
readonly Element: unknown | undefined;
|
|
858
878
|
}
|
|
859
879
|
|
|
860
880
|
|
|
@@ -883,7 +903,7 @@ export type CollectionConverter = CollectionConverter$instance;
|
|
|
883
903
|
|
|
884
904
|
export interface ComplexBindingPropertiesAttribute$instance extends Attribute {
|
|
885
905
|
readonly DataMember: string | undefined;
|
|
886
|
-
readonly DataSource: string;
|
|
906
|
+
readonly DataSource: string | undefined;
|
|
887
907
|
Equals(obj: unknown): boolean;
|
|
888
908
|
GetHashCode(): int;
|
|
889
909
|
}
|
|
@@ -900,10 +920,14 @@ export const ComplexBindingPropertiesAttribute: {
|
|
|
900
920
|
export type ComplexBindingPropertiesAttribute = ComplexBindingPropertiesAttribute$instance;
|
|
901
921
|
|
|
902
922
|
export interface Component$instance extends MarshalByRefObject {
|
|
903
|
-
readonly
|
|
923
|
+
readonly CanRaiseEvents: boolean;
|
|
924
|
+
readonly Container: IContainer | undefined;
|
|
904
925
|
get Site(): ISite | undefined;
|
|
905
|
-
set Site(value: ISite);
|
|
926
|
+
set Site(value: ISite | undefined);
|
|
906
927
|
Dispose(): void;
|
|
928
|
+
Dispose(disposing: boolean): void;
|
|
929
|
+
Finalize(): void;
|
|
930
|
+
GetService(service: Type): unknown | undefined;
|
|
907
931
|
ToString(): string;
|
|
908
932
|
}
|
|
909
933
|
|
|
@@ -923,8 +947,8 @@ export type Component = Component$instance & __Component$views;
|
|
|
923
947
|
|
|
924
948
|
export interface ComponentCollection$instance extends ReadOnlyCollectionBase {
|
|
925
949
|
CopyTo(array: ClrArray, index: int): void;
|
|
926
|
-
get_Item(name: string): IComponent;
|
|
927
|
-
get_Item(index: int): IComponent;
|
|
950
|
+
get_Item(name: string): IComponent | undefined;
|
|
951
|
+
get_Item(index: int): IComponent | undefined;
|
|
928
952
|
GetEnumerator(): IEnumerator;
|
|
929
953
|
}
|
|
930
954
|
|
|
@@ -966,7 +990,7 @@ export interface ComponentEditor$instance {
|
|
|
966
990
|
}
|
|
967
991
|
|
|
968
992
|
|
|
969
|
-
export const ComponentEditor: {
|
|
993
|
+
export const ComponentEditor: (abstract new() => ComponentEditor) & {
|
|
970
994
|
};
|
|
971
995
|
|
|
972
996
|
|
|
@@ -991,8 +1015,13 @@ export interface Container$instance {
|
|
|
991
1015
|
readonly Components: ComponentCollection;
|
|
992
1016
|
Add(component: IComponent): void;
|
|
993
1017
|
Add(component: IComponent, name: string): void;
|
|
1018
|
+
CreateSite(component: IComponent, name: string): ISite;
|
|
994
1019
|
Dispose(): void;
|
|
1020
|
+
Dispose(disposing: boolean): void;
|
|
1021
|
+
Finalize(): void;
|
|
1022
|
+
GetService(service: Type): unknown | undefined;
|
|
995
1023
|
Remove(component: IComponent): void;
|
|
1024
|
+
ValidateName(component: IComponent, name: string): void;
|
|
996
1025
|
}
|
|
997
1026
|
|
|
998
1027
|
|
|
@@ -1014,7 +1043,7 @@ export interface ContainerFilterService$instance {
|
|
|
1014
1043
|
}
|
|
1015
1044
|
|
|
1016
1045
|
|
|
1017
|
-
export const ContainerFilterService: {
|
|
1046
|
+
export const ContainerFilterService: (abstract new() => ContainerFilterService) & {
|
|
1018
1047
|
};
|
|
1019
1048
|
|
|
1020
1049
|
|
|
@@ -1029,6 +1058,7 @@ export interface CultureInfoConverter$instance extends TypeConverter {
|
|
|
1029
1058
|
ConvertFrom(value: unknown): unknown | undefined;
|
|
1030
1059
|
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown | undefined;
|
|
1031
1060
|
ConvertTo(value: unknown, destinationType: Type): unknown | undefined;
|
|
1061
|
+
GetCultureName(culture: CultureInfo): string;
|
|
1032
1062
|
GetStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
|
|
1033
1063
|
GetStandardValues(): ICollection | undefined;
|
|
1034
1064
|
GetStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
|
|
@@ -1065,7 +1095,7 @@ export interface CustomTypeDescriptor$instance {
|
|
|
1065
1095
|
}
|
|
1066
1096
|
|
|
1067
1097
|
|
|
1068
|
-
export const CustomTypeDescriptor: {
|
|
1098
|
+
export const CustomTypeDescriptor: (abstract new() => CustomTypeDescriptor) & (abstract new(parent: ICustomTypeDescriptor) => CustomTypeDescriptor) & {
|
|
1069
1099
|
};
|
|
1070
1100
|
|
|
1071
1101
|
|
|
@@ -1079,7 +1109,7 @@ export type CustomTypeDescriptor = CustomTypeDescriptor$instance & __CustomTypeD
|
|
|
1079
1109
|
|
|
1080
1110
|
|
|
1081
1111
|
export interface DataErrorsChangedEventArgs$instance extends EventArgs {
|
|
1082
|
-
readonly PropertyName: string;
|
|
1112
|
+
readonly PropertyName: string | undefined;
|
|
1083
1113
|
}
|
|
1084
1114
|
|
|
1085
1115
|
|
|
@@ -1219,7 +1249,7 @@ export const DecimalConverter: {
|
|
|
1219
1249
|
export type DecimalConverter = DecimalConverter$instance;
|
|
1220
1250
|
|
|
1221
1251
|
export interface DefaultBindingPropertyAttribute$instance extends Attribute {
|
|
1222
|
-
readonly Name: string;
|
|
1252
|
+
readonly Name: string | undefined;
|
|
1223
1253
|
Equals(obj: unknown): boolean;
|
|
1224
1254
|
GetHashCode(): int;
|
|
1225
1255
|
}
|
|
@@ -1235,7 +1265,7 @@ export const DefaultBindingPropertyAttribute: {
|
|
|
1235
1265
|
export type DefaultBindingPropertyAttribute = DefaultBindingPropertyAttribute$instance;
|
|
1236
1266
|
|
|
1237
1267
|
export interface DefaultEventAttribute$instance extends Attribute {
|
|
1238
|
-
readonly Name: string;
|
|
1268
|
+
readonly Name: string | undefined;
|
|
1239
1269
|
Equals(obj: unknown): boolean;
|
|
1240
1270
|
GetHashCode(): int;
|
|
1241
1271
|
}
|
|
@@ -1250,7 +1280,7 @@ export const DefaultEventAttribute: {
|
|
|
1250
1280
|
export type DefaultEventAttribute = DefaultEventAttribute$instance;
|
|
1251
1281
|
|
|
1252
1282
|
export interface DefaultPropertyAttribute$instance extends Attribute {
|
|
1253
|
-
readonly Name: string;
|
|
1283
|
+
readonly Name: string | undefined;
|
|
1254
1284
|
Equals(obj: unknown): boolean;
|
|
1255
1285
|
GetHashCode(): int;
|
|
1256
1286
|
}
|
|
@@ -1265,7 +1295,7 @@ export const DefaultPropertyAttribute: {
|
|
|
1265
1295
|
export type DefaultPropertyAttribute = DefaultPropertyAttribute$instance;
|
|
1266
1296
|
|
|
1267
1297
|
export interface DefaultValueAttribute$instance extends Attribute {
|
|
1268
|
-
readonly Value: unknown;
|
|
1298
|
+
readonly Value: unknown | undefined;
|
|
1269
1299
|
Equals(obj: unknown): boolean;
|
|
1270
1300
|
GetHashCode(): int;
|
|
1271
1301
|
}
|
|
@@ -1436,7 +1466,8 @@ export type DoubleConverter = DoubleConverter$instance;
|
|
|
1436
1466
|
|
|
1437
1467
|
export interface DoWorkEventArgs$instance extends CancelEventArgs {
|
|
1438
1468
|
readonly Argument: unknown | undefined;
|
|
1439
|
-
Result: unknown;
|
|
1469
|
+
get Result(): unknown | undefined;
|
|
1470
|
+
set Result(value: unknown | undefined);
|
|
1440
1471
|
}
|
|
1441
1472
|
|
|
1442
1473
|
|
|
@@ -1482,6 +1513,7 @@ export const EditorBrowsableAttribute: {
|
|
|
1482
1513
|
export type EditorBrowsableAttribute = EditorBrowsableAttribute$instance;
|
|
1483
1514
|
|
|
1484
1515
|
export interface EnumConverter$instance extends TypeConverter {
|
|
1516
|
+
readonly Comparer: IComparer;
|
|
1485
1517
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
1486
1518
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1487
1519
|
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
@@ -1517,20 +1549,20 @@ export interface EventDescriptor$instance extends MemberDescriptor {
|
|
|
1517
1549
|
}
|
|
1518
1550
|
|
|
1519
1551
|
|
|
1520
|
-
export const EventDescriptor: {
|
|
1552
|
+
export const EventDescriptor: (abstract new(name: string, attrs: Attribute[]) => EventDescriptor) & (abstract new(descr: MemberDescriptor) => EventDescriptor) & (abstract new(descr: MemberDescriptor, attrs: Attribute[]) => EventDescriptor) & {
|
|
1521
1553
|
};
|
|
1522
1554
|
|
|
1523
1555
|
|
|
1524
1556
|
export type EventDescriptor = EventDescriptor$instance;
|
|
1525
1557
|
|
|
1526
1558
|
export interface EventDescriptorCollection$instance {
|
|
1527
|
-
|
|
1559
|
+
Count: int;
|
|
1528
1560
|
Add(value: EventDescriptor): int;
|
|
1529
1561
|
Clear(): void;
|
|
1530
1562
|
Contains(value: EventDescriptor): boolean;
|
|
1531
1563
|
Find(name: string, ignoreCase: boolean): EventDescriptor | undefined;
|
|
1532
|
-
get_Item(index: int): EventDescriptor;
|
|
1533
|
-
get_Item(name: string): EventDescriptor;
|
|
1564
|
+
get_Item(index: int): EventDescriptor | undefined;
|
|
1565
|
+
get_Item(name: string): EventDescriptor | undefined;
|
|
1534
1566
|
GetEnumerator(): IEnumerator;
|
|
1535
1567
|
IndexOf(value: EventDescriptor): int;
|
|
1536
1568
|
Insert(index: int, value: EventDescriptor): void;
|
|
@@ -1561,7 +1593,7 @@ export type EventDescriptorCollection = EventDescriptorCollection$instance & __E
|
|
|
1561
1593
|
|
|
1562
1594
|
export interface EventHandlerList$instance {
|
|
1563
1595
|
get Item(): Function | undefined;
|
|
1564
|
-
set Item(value: Function);
|
|
1596
|
+
set Item(value: Function | undefined);
|
|
1565
1597
|
AddHandler(key: unknown, value: Function): void;
|
|
1566
1598
|
AddHandlers(listToAddFrom: EventHandlerList): void;
|
|
1567
1599
|
Dispose(): void;
|
|
@@ -1600,9 +1632,12 @@ export const ExpandableObjectConverter: {
|
|
|
1600
1632
|
export type ExpandableObjectConverter = ExpandableObjectConverter$instance;
|
|
1601
1633
|
|
|
1602
1634
|
export interface ExtenderProvidedPropertyAttribute$instance extends Attribute {
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1635
|
+
get ExtenderProperty(): PropertyDescriptor | undefined;
|
|
1636
|
+
set ExtenderProperty(value: PropertyDescriptor | undefined);
|
|
1637
|
+
get Provider(): IExtenderProvider | undefined;
|
|
1638
|
+
set Provider(value: IExtenderProvider | undefined);
|
|
1639
|
+
get ReceiverType(): Type | undefined;
|
|
1640
|
+
set ReceiverType(value: Type | undefined);
|
|
1606
1641
|
Equals(obj: unknown): boolean;
|
|
1607
1642
|
GetHashCode(): int;
|
|
1608
1643
|
IsDefaultAttribute(): boolean;
|
|
@@ -1731,7 +1766,7 @@ export interface InstanceCreationEditor$instance {
|
|
|
1731
1766
|
}
|
|
1732
1767
|
|
|
1733
1768
|
|
|
1734
|
-
export const InstanceCreationEditor: {
|
|
1769
|
+
export const InstanceCreationEditor: (abstract new() => InstanceCreationEditor) & {
|
|
1735
1770
|
};
|
|
1736
1771
|
|
|
1737
1772
|
|
|
@@ -1826,7 +1861,7 @@ export interface License$instance {
|
|
|
1826
1861
|
}
|
|
1827
1862
|
|
|
1828
1863
|
|
|
1829
|
-
export const License: {
|
|
1864
|
+
export const License: (abstract new() => License) & {
|
|
1830
1865
|
};
|
|
1831
1866
|
|
|
1832
1867
|
|
|
@@ -1887,7 +1922,6 @@ export interface LicenseManager$instance {
|
|
|
1887
1922
|
|
|
1888
1923
|
|
|
1889
1924
|
export const LicenseManager: {
|
|
1890
|
-
new(): LicenseManager;
|
|
1891
1925
|
CurrentContext: LicenseContext;
|
|
1892
1926
|
readonly UsageMode: LicenseUsageMode;
|
|
1893
1927
|
CreateWithContext(type: Type, creationContext: LicenseContext, args: unknown[]): unknown | undefined;
|
|
@@ -1909,7 +1943,7 @@ export interface LicenseProvider$instance {
|
|
|
1909
1943
|
}
|
|
1910
1944
|
|
|
1911
1945
|
|
|
1912
|
-
export const LicenseProvider: {
|
|
1946
|
+
export const LicenseProvider: (abstract new() => LicenseProvider) & {
|
|
1913
1947
|
};
|
|
1914
1948
|
|
|
1915
1949
|
|
|
@@ -1934,7 +1968,9 @@ export const LicenseProviderAttribute: {
|
|
|
1934
1968
|
export type LicenseProviderAttribute = LicenseProviderAttribute$instance;
|
|
1935
1969
|
|
|
1936
1970
|
export interface LicFileLicenseProvider$instance extends LicenseProvider {
|
|
1971
|
+
GetKey(type: Type): string;
|
|
1937
1972
|
GetLicense(context: LicenseContext, type: Type, instance: unknown, allowExceptions: boolean): License | undefined;
|
|
1973
|
+
IsKeyValid(key: string, type: Type): boolean;
|
|
1938
1974
|
}
|
|
1939
1975
|
|
|
1940
1976
|
|
|
@@ -1984,7 +2020,7 @@ export type ListChangedEventArgs = ListChangedEventArgs$instance;
|
|
|
1984
2020
|
|
|
1985
2021
|
export interface ListSortDescription$instance {
|
|
1986
2022
|
get PropertyDescriptor(): PropertyDescriptor | undefined;
|
|
1987
|
-
set PropertyDescriptor(value: PropertyDescriptor);
|
|
2023
|
+
set PropertyDescriptor(value: PropertyDescriptor | undefined);
|
|
1988
2024
|
SortDirection: ListSortDirection;
|
|
1989
2025
|
}
|
|
1990
2026
|
|
|
@@ -2039,7 +2075,7 @@ export const LocalizableAttribute: {
|
|
|
2039
2075
|
export type LocalizableAttribute = LocalizableAttribute$instance;
|
|
2040
2076
|
|
|
2041
2077
|
export interface LookupBindingPropertiesAttribute$instance extends Attribute {
|
|
2042
|
-
readonly DataSource: string;
|
|
2078
|
+
readonly DataSource: string | undefined;
|
|
2043
2079
|
readonly DisplayMember: string | undefined;
|
|
2044
2080
|
readonly LookupMember: string | undefined;
|
|
2045
2081
|
readonly ValueMember: string | undefined;
|
|
@@ -2058,11 +2094,13 @@ export const LookupBindingPropertiesAttribute: {
|
|
|
2058
2094
|
export type LookupBindingPropertiesAttribute = LookupBindingPropertiesAttribute$instance;
|
|
2059
2095
|
|
|
2060
2096
|
export interface MarshalByValueComponent$instance {
|
|
2061
|
-
readonly Container: IContainer;
|
|
2097
|
+
readonly Container: IContainer | undefined;
|
|
2062
2098
|
readonly DesignMode: boolean;
|
|
2063
2099
|
get Site(): ISite | undefined;
|
|
2064
|
-
set Site(value: ISite);
|
|
2100
|
+
set Site(value: ISite | undefined);
|
|
2065
2101
|
Dispose(): void;
|
|
2102
|
+
Dispose(disposing: boolean): void;
|
|
2103
|
+
Finalize(): void;
|
|
2066
2104
|
GetService(service: Type): unknown | undefined;
|
|
2067
2105
|
ToString(): string | undefined;
|
|
2068
2106
|
}
|
|
@@ -2087,7 +2125,7 @@ export type MarshalByValueComponent = MarshalByValueComponent$instance & __Marsh
|
|
|
2087
2125
|
export interface MaskedTextProvider$instance {
|
|
2088
2126
|
readonly AllowPromptAsInput: boolean;
|
|
2089
2127
|
readonly AsciiOnly: boolean;
|
|
2090
|
-
|
|
2128
|
+
AssignedEditPositionCount: int;
|
|
2091
2129
|
readonly AvailableEditPositionCount: int;
|
|
2092
2130
|
readonly Culture: CultureInfo;
|
|
2093
2131
|
readonly EditPositionCount: int;
|
|
@@ -2182,6 +2220,8 @@ export type MaskedTextProvider = MaskedTextProvider$instance & __MaskedTextProvi
|
|
|
2182
2220
|
|
|
2183
2221
|
|
|
2184
2222
|
export interface MemberDescriptor$instance {
|
|
2223
|
+
get AttributeArray(): Attribute[] | undefined;
|
|
2224
|
+
set AttributeArray(value: Attribute[] | undefined);
|
|
2185
2225
|
readonly Attributes: AttributeCollection;
|
|
2186
2226
|
readonly Category: string;
|
|
2187
2227
|
readonly Description: string;
|
|
@@ -2189,12 +2229,20 @@ export interface MemberDescriptor$instance {
|
|
|
2189
2229
|
readonly DisplayName: string;
|
|
2190
2230
|
readonly IsBrowsable: boolean;
|
|
2191
2231
|
readonly Name: string;
|
|
2232
|
+
readonly NameHashCode: int;
|
|
2233
|
+
CreateAttributeCollection(): AttributeCollection;
|
|
2192
2234
|
Equals(obj: unknown): boolean;
|
|
2235
|
+
FillAttributes(attributeList: IList): void;
|
|
2193
2236
|
GetHashCode(): int;
|
|
2237
|
+
GetInvocationTarget(type: Type, instance: unknown): unknown | undefined;
|
|
2194
2238
|
}
|
|
2195
2239
|
|
|
2196
2240
|
|
|
2197
|
-
export const MemberDescriptor: {
|
|
2241
|
+
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) & {
|
|
2242
|
+
FindMethod(componentClass: Type, name: string, args: Type[], returnType: Type, publicOnly: boolean): MethodInfo | undefined;
|
|
2243
|
+
FindMethod(componentClass: Type, name: string, args: Type[], returnType: Type): MethodInfo | undefined;
|
|
2244
|
+
GetInvokee(componentClass: Type, component: unknown): unknown;
|
|
2245
|
+
GetSite(component: unknown): ISite | undefined;
|
|
2198
2246
|
};
|
|
2199
2247
|
|
|
2200
2248
|
|
|
@@ -2238,9 +2286,13 @@ export type MultilineStringConverter = MultilineStringConverter$instance;
|
|
|
2238
2286
|
|
|
2239
2287
|
export interface NestedContainer$instance extends Container$instance {
|
|
2240
2288
|
readonly Owner: IComponent;
|
|
2289
|
+
readonly OwnerName: string | undefined;
|
|
2241
2290
|
Add(component: IComponent): void;
|
|
2242
2291
|
Add(component: IComponent, name: string): void;
|
|
2292
|
+
CreateSite(component: IComponent, name: string): ISite;
|
|
2293
|
+
Dispose(disposing: boolean): void;
|
|
2243
2294
|
Dispose(): void;
|
|
2295
|
+
GetService(service: Type): unknown | undefined;
|
|
2244
2296
|
}
|
|
2245
2297
|
|
|
2246
2298
|
|
|
@@ -2365,7 +2417,7 @@ export const ProgressChangedEventArgs: {
|
|
|
2365
2417
|
export type ProgressChangedEventArgs = ProgressChangedEventArgs$instance;
|
|
2366
2418
|
|
|
2367
2419
|
export interface PropertyChangedEventArgs$instance extends EventArgs {
|
|
2368
|
-
readonly PropertyName: string;
|
|
2420
|
+
readonly PropertyName: string | undefined;
|
|
2369
2421
|
}
|
|
2370
2422
|
|
|
2371
2423
|
|
|
@@ -2377,7 +2429,7 @@ export const PropertyChangedEventArgs: {
|
|
|
2377
2429
|
export type PropertyChangedEventArgs = PropertyChangedEventArgs$instance;
|
|
2378
2430
|
|
|
2379
2431
|
export interface PropertyChangingEventArgs$instance extends EventArgs {
|
|
2380
|
-
readonly PropertyName: string;
|
|
2432
|
+
readonly PropertyName: string | undefined;
|
|
2381
2433
|
}
|
|
2382
2434
|
|
|
2383
2435
|
|
|
@@ -2400,13 +2452,16 @@ export interface PropertyDescriptor$instance extends MemberDescriptor {
|
|
|
2400
2452
|
AddValueChanged(component: unknown, handler: EventHandler): void;
|
|
2401
2453
|
CanResetValue(component: unknown): boolean;
|
|
2402
2454
|
Equals(obj: unknown): boolean;
|
|
2455
|
+
FillAttributes(attributeList: IList): void;
|
|
2403
2456
|
GetChildProperties(): PropertyDescriptorCollection;
|
|
2404
2457
|
GetChildProperties(filter: Attribute[]): PropertyDescriptorCollection;
|
|
2405
2458
|
GetChildProperties(instance: unknown): PropertyDescriptorCollection;
|
|
2406
2459
|
GetChildProperties(instance: unknown, filter: Attribute[]): PropertyDescriptorCollection;
|
|
2407
2460
|
GetEditor(editorBaseType: Type): unknown | undefined;
|
|
2408
2461
|
GetHashCode(): int;
|
|
2462
|
+
GetInvocationTarget(type: Type, instance: unknown): unknown | undefined;
|
|
2409
2463
|
GetValue(component: unknown): unknown | undefined;
|
|
2464
|
+
OnValueChanged(component: unknown, e: EventArgs): void;
|
|
2410
2465
|
RemoveValueChanged(component: unknown, handler: EventHandler): void;
|
|
2411
2466
|
ResetValue(component: unknown): void;
|
|
2412
2467
|
SetValue(component: unknown, value: unknown): void;
|
|
@@ -2414,21 +2469,21 @@ export interface PropertyDescriptor$instance extends MemberDescriptor {
|
|
|
2414
2469
|
}
|
|
2415
2470
|
|
|
2416
2471
|
|
|
2417
|
-
export const PropertyDescriptor: {
|
|
2472
|
+
export const PropertyDescriptor: (abstract new(name: string, attrs: Attribute[]) => PropertyDescriptor) & (abstract new(descr: MemberDescriptor) => PropertyDescriptor) & (abstract new(descr: MemberDescriptor, attrs: Attribute[]) => PropertyDescriptor) & {
|
|
2418
2473
|
};
|
|
2419
2474
|
|
|
2420
2475
|
|
|
2421
2476
|
export type PropertyDescriptor = PropertyDescriptor$instance;
|
|
2422
2477
|
|
|
2423
2478
|
export interface PropertyDescriptorCollection$instance {
|
|
2424
|
-
|
|
2479
|
+
Count: int;
|
|
2425
2480
|
Add(value: PropertyDescriptor): int;
|
|
2426
2481
|
Clear(): void;
|
|
2427
2482
|
Contains(value: PropertyDescriptor): boolean;
|
|
2428
2483
|
CopyTo(array: ClrArray, index: int): void;
|
|
2429
2484
|
Find(name: string, ignoreCase: boolean): PropertyDescriptor | undefined;
|
|
2430
2485
|
get_Item(index: int): PropertyDescriptor;
|
|
2431
|
-
get_Item(name: string): PropertyDescriptor;
|
|
2486
|
+
get_Item(name: string): PropertyDescriptor | undefined;
|
|
2432
2487
|
GetEnumerator(): IEnumerator;
|
|
2433
2488
|
IndexOf(value: PropertyDescriptor): int;
|
|
2434
2489
|
Insert(index: int, value: PropertyDescriptor): void;
|
|
@@ -2460,7 +2515,7 @@ export type PropertyDescriptorCollection = PropertyDescriptorCollection$instance
|
|
|
2460
2515
|
|
|
2461
2516
|
export interface PropertyTabAttribute$instance extends Attribute {
|
|
2462
2517
|
readonly TabClasses: Type[];
|
|
2463
|
-
|
|
2518
|
+
TabScopes: PropertyTabScope[];
|
|
2464
2519
|
Equals(other: unknown): boolean;
|
|
2465
2520
|
Equals(other: PropertyTabAttribute): boolean;
|
|
2466
2521
|
GetHashCode(): int;
|
|
@@ -2544,6 +2599,7 @@ export interface ReferenceConverter$instance extends TypeConverter {
|
|
|
2544
2599
|
GetStandardValuesExclusive(): boolean;
|
|
2545
2600
|
GetStandardValuesSupported(context: ITypeDescriptorContext): boolean;
|
|
2546
2601
|
GetStandardValuesSupported(): boolean;
|
|
2602
|
+
IsValueAllowed(context: ITypeDescriptorContext, value: unknown): boolean;
|
|
2547
2603
|
}
|
|
2548
2604
|
|
|
2549
2605
|
|
|
@@ -2605,7 +2661,7 @@ export const RunInstallerAttribute: {
|
|
|
2605
2661
|
export type RunInstallerAttribute = RunInstallerAttribute$instance;
|
|
2606
2662
|
|
|
2607
2663
|
export interface RunWorkerCompletedEventArgs$instance extends AsyncCompletedEventArgs {
|
|
2608
|
-
readonly Result: unknown;
|
|
2664
|
+
readonly Result: unknown | undefined;
|
|
2609
2665
|
readonly UserState: unknown | undefined;
|
|
2610
2666
|
}
|
|
2611
2667
|
|
|
@@ -2795,7 +2851,7 @@ export type TypeConverter = TypeConverter$instance;
|
|
|
2795
2851
|
|
|
2796
2852
|
export interface TypeConverter_StandardValuesCollection$instance {
|
|
2797
2853
|
readonly Count: int;
|
|
2798
|
-
readonly Item: unknown;
|
|
2854
|
+
readonly Item: unknown | undefined;
|
|
2799
2855
|
CopyTo(array: ClrArray, index: int): void;
|
|
2800
2856
|
GetEnumerator(): IEnumerator;
|
|
2801
2857
|
}
|
|
@@ -2837,6 +2893,7 @@ export interface TypeDescriptionProvider$instance {
|
|
|
2837
2893
|
GetCache(instance: unknown): IDictionary | undefined;
|
|
2838
2894
|
GetExtendedTypeDescriptor(instance: unknown): ICustomTypeDescriptor;
|
|
2839
2895
|
GetExtendedTypeDescriptorFromRegisteredType(instance: unknown): ICustomTypeDescriptor;
|
|
2896
|
+
GetExtenderProviders(instance: unknown): IExtenderProvider[];
|
|
2840
2897
|
GetFullComponentName(component: unknown): string | undefined;
|
|
2841
2898
|
GetReflectionType(objectType: Type): Type;
|
|
2842
2899
|
GetReflectionType(instance: unknown): Type;
|
|
@@ -2854,7 +2911,7 @@ export interface TypeDescriptionProvider$instance {
|
|
|
2854
2911
|
}
|
|
2855
2912
|
|
|
2856
2913
|
|
|
2857
|
-
export const TypeDescriptionProvider: {
|
|
2914
|
+
export const TypeDescriptionProvider: (abstract new() => TypeDescriptionProvider) & (abstract new(parent: TypeDescriptionProvider) => TypeDescriptionProvider) & {
|
|
2858
2915
|
};
|
|
2859
2916
|
|
|
2860
2917
|
|
|
@@ -2878,11 +2935,10 @@ export interface TypeDescriptor$instance {
|
|
|
2878
2935
|
|
|
2879
2936
|
|
|
2880
2937
|
export const TypeDescriptor: {
|
|
2881
|
-
new(): TypeDescriptor;
|
|
2882
2938
|
readonly InterfaceType: Type;
|
|
2883
2939
|
readonly ComObjectType: Type;
|
|
2884
2940
|
get ComNativeDescriptorHandler(): IComNativeDescriptorHandler | undefined;
|
|
2885
|
-
set ComNativeDescriptorHandler(value: IComNativeDescriptorHandler);
|
|
2941
|
+
set ComNativeDescriptorHandler(value: IComNativeDescriptorHandler | undefined);
|
|
2886
2942
|
AddAttributes(instance: unknown, ...attributes: Attribute[]): TypeDescriptionProvider;
|
|
2887
2943
|
AddAttributes(type: Type, ...attributes: Attribute[]): TypeDescriptionProvider;
|
|
2888
2944
|
AddEditorTable(editorBaseType: Type, table: Hashtable): void;
|
|
@@ -2975,7 +3031,7 @@ export interface TypeListConverter$instance extends TypeConverter {
|
|
|
2975
3031
|
}
|
|
2976
3032
|
|
|
2977
3033
|
|
|
2978
|
-
export const TypeListConverter: {
|
|
3034
|
+
export const TypeListConverter: (abstract new(types: Type[]) => TypeListConverter) & {
|
|
2979
3035
|
};
|
|
2980
3036
|
|
|
2981
3037
|
|