@tsonic/dotnet 10.0.40 → 10.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +4 -3
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.VisualBasic/internal/index.d.ts +52 -54
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +117 -119
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -2
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/README.md +76 -104
- package/System/bindings.json +1520 -2039
- package/System/internal/index.d.ts +1549 -1602
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +12 -14
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +32 -31
- package/System.Collections/internal/index.d.ts +129 -131
- package/System.Collections.Concurrent/bindings.json +218 -218
- package/System.Collections.Concurrent/internal/index.d.ts +34 -36
- package/System.Collections.Frozen/bindings.json +413 -611
- package/System.Collections.Frozen/internal/index.d.ts +81 -97
- package/System.Collections.Frozen.d.ts +14 -2
- package/System.Collections.Generic/bindings.json +9420 -14155
- package/System.Collections.Generic/internal/index.d.ts +547 -758
- package/System.Collections.Generic.d.ts +1 -1
- package/System.Collections.Immutable/bindings.json +6000 -9080
- package/System.Collections.Immutable/internal/index.d.ts +265 -354
- package/System.Collections.Immutable.d.ts +49 -12
- package/System.Collections.ObjectModel/bindings.json +132 -654
- package/System.Collections.ObjectModel/internal/index.d.ts +10 -30
- package/System.Collections.Specialized/bindings.json +0 -123
- package/System.Collections.Specialized/internal/index.d.ts +88 -101
- package/System.ComponentModel/bindings.json +163 -102
- package/System.ComponentModel/internal/index.d.ts +618 -608
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +133 -132
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.Design/bindings.json +22 -292
- package/System.ComponentModel.Design/internal/index.d.ts +101 -109
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +61 -60
- package/System.ComponentModel.d.ts +1 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Data/bindings.json +4 -1
- package/System.Data/internal/index.d.ts +351 -350
- package/System.Data.Common/internal/index.d.ts +151 -152
- package/System.Data.SqlTypes/internal/index.d.ts +68 -67
- package/System.Diagnostics/bindings.json +7044 -7249
- package/System.Diagnostics/internal/index.d.ts +446 -461
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.Contracts/internal/index.d.ts +16 -18
- package/System.Diagnostics.Metrics/internal/index.d.ts +92 -94
- package/System.Diagnostics.Metrics.d.ts +1 -1
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +12 -11
- package/System.Diagnostics.Tracing/bindings.json +81 -21
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +2 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Dynamic/internal/index.d.ts +55 -57
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +21 -28
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Globalization/internal/index.d.ts +40 -42
- package/System.IO/internal/index.d.ts +187 -189
- package/System.IO.Compression/internal/index.d.ts +29 -31
- package/System.IO.Enumeration/bindings.json +250 -250
- package/System.IO.Enumeration/internal/index.d.ts +15 -17
- package/System.IO.IsolatedStorage/internal/index.d.ts +19 -18
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.Linq/internal/index.d.ts +223 -225
- package/System.Linq.Expressions/internal/index.d.ts +205 -207
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Net/bindings.json +104 -104
- package/System.Net/internal/index.d.ts +279 -281
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +0 -204
- package/System.Net.Http.Headers/internal/index.d.ts +111 -127
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Mail/internal/index.d.ts +76 -78
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.Quic/internal/index.d.ts +10 -9
- package/System.Net.Security/internal/index.d.ts +87 -89
- package/System.Net.ServerSentEvents/internal/index.d.ts +6 -5
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.WebSockets/internal/index.d.ts +47 -46
- package/System.Numerics/bindings.json +544 -116
- package/System.Numerics/internal/index.d.ts +110 -112
- package/System.Reflection/internal/index.d.ts +270 -272
- package/System.Reflection.Emit/internal/index.d.ts +114 -116
- package/System.Reflection.Metadata/bindings.json +166 -3169
- package/System.Reflection.Metadata/internal/index.d.ts +154 -361
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +13 -15
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +24 -11
- package/System.Reflection.PortableExecutable.d.ts +1 -0
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Runtime/internal/index.d.ts +12 -11
- package/System.Runtime.CompilerServices/bindings.json +519 -717
- package/System.Runtime.CompilerServices/internal/index.d.ts +113 -137
- package/System.Runtime.CompilerServices.d.ts +14 -4
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +4 -3
- package/System.Runtime.InteropServices/bindings.json +101 -101
- package/System.Runtime.InteropServices/internal/index.d.ts +234 -236
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +34 -36
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +67 -69
- package/System.Runtime.InteropServices.JavaScript.d.ts +8 -26
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2619 -2619
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +308 -310
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +141 -141
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +17 -19
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.Swift.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +22 -24
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization/internal/index.d.ts +175 -177
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +29 -31
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +10 -9
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +104 -0
- package/System.Security.AccessControl/internal/index.d.ts +59 -58
- package/System.Security.AccessControl.d.ts +6 -5
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Cryptography/bindings.json +469 -469
- package/System.Security.Cryptography/internal/index.d.ts +269 -271
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -62
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +98 -105
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Policy/internal/index.d.ts +11 -10
- package/System.Security.Principal/internal/index.d.ts +28 -27
- package/System.Text/bindings.json +1562 -1562
- package/System.Text/internal/index.d.ts +119 -121
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +135 -153
- package/System.Text.Json.Nodes/internal/index.d.ts +60 -62
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Serialization/internal/index.d.ts +32 -34
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +86 -85
- package/System.Text.Json.Serialization.d.ts +1 -1
- package/System.Text.RegularExpressions/bindings.json +198 -402
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -64
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Threading/bindings.json +42 -42
- package/System.Threading/internal/index.d.ts +157 -159
- package/System.Threading.Channels/internal/index.d.ts +10 -12
- package/System.Threading.Tasks/bindings.json +4 -1
- package/System.Threading.Tasks/internal/index.d.ts +115 -114
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -33
- package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -5
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Xml/internal/index.d.ts +383 -385
- package/System.Xml.Linq/internal/index.d.ts +103 -102
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Schema/bindings.json +76 -76
- package/System.Xml.Schema/internal/index.d.ts +233 -232
- package/System.Xml.Serialization/bindings.json +193 -0
- package/System.Xml.Serialization/internal/index.d.ts +277 -245
- package/System.Xml.Serialization.d.ts +2 -0
- package/System.Xml.XPath/internal/index.d.ts +46 -45
- package/System.Xml.Xsl/internal/index.d.ts +53 -52
- package/System.Xml.Xsl.Runtime/bindings.json +4 -1
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +35 -37
- package/System.d.ts +2 -2
- package/__internal/extensions/index.d.ts +517 -515
- 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 { JsValue, 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:
|
|
146
|
+
export type AddingNewEventHandler = (sender: JsValue | null, e: AddingNewEventArgs) => void;
|
|
149
147
|
|
|
150
148
|
|
|
151
|
-
export type AsyncCompletedEventHandler = (sender:
|
|
149
|
+
export type AsyncCompletedEventHandler = (sender: JsValue | null, e: AsyncCompletedEventArgs) => void;
|
|
152
150
|
|
|
153
151
|
|
|
154
|
-
export type CancelEventHandler = (sender:
|
|
152
|
+
export type CancelEventHandler = (sender: JsValue | null, e: CancelEventArgs) => void;
|
|
155
153
|
|
|
156
154
|
|
|
157
|
-
export type CollectionChangeEventHandler = (sender:
|
|
155
|
+
export type CollectionChangeEventHandler = (sender: JsValue | null, e: CollectionChangeEventArgs) => void;
|
|
158
156
|
|
|
159
157
|
|
|
160
|
-
export type DoWorkEventHandler = (sender:
|
|
158
|
+
export type DoWorkEventHandler = (sender: JsValue | null, e: DoWorkEventArgs) => void;
|
|
161
159
|
|
|
162
160
|
|
|
163
|
-
export type HandledEventHandler = (sender:
|
|
161
|
+
export type HandledEventHandler = (sender: JsValue | null, e: HandledEventArgs) => void;
|
|
164
162
|
|
|
165
163
|
|
|
166
|
-
export type ListChangedEventHandler = (sender:
|
|
164
|
+
export type ListChangedEventHandler = (sender: JsValue | null, e: ListChangedEventArgs) => void;
|
|
167
165
|
|
|
168
166
|
|
|
169
|
-
export type ProgressChangedEventHandler = (sender:
|
|
167
|
+
export type ProgressChangedEventHandler = (sender: JsValue | null, e: ProgressChangedEventArgs) => void;
|
|
170
168
|
|
|
171
169
|
|
|
172
|
-
export type PropertyChangedEventHandler = (sender:
|
|
170
|
+
export type PropertyChangedEventHandler = (sender: JsValue | null, e: PropertyChangedEventArgs) => void;
|
|
173
171
|
|
|
174
172
|
|
|
175
|
-
export type PropertyChangingEventHandler = (sender:
|
|
173
|
+
export type PropertyChangingEventHandler = (sender: JsValue | 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:
|
|
179
|
+
export type RunWorkerCompletedEventHandler = (sender: JsValue | null, e: RunWorkerCompletedEventArgs) => void;
|
|
182
180
|
|
|
183
181
|
|
|
184
182
|
export interface IBindingList$instance extends IList, ICollection, IEnumerable {
|
|
@@ -191,36 +189,36 @@ 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
|
-
readonly SyncRoot:
|
|
197
|
+
readonly SyncRoot: JsValue;
|
|
200
198
|
readonly IsSynchronized: boolean;
|
|
201
|
-
Add(value:
|
|
199
|
+
Add(value: JsValue | null): int;
|
|
202
200
|
AddIndex(property: PropertyDescriptor): void;
|
|
203
|
-
AddNew():
|
|
201
|
+
AddNew(): JsValue;
|
|
204
202
|
ApplySort(property: PropertyDescriptor, direction: ListSortDirection): void;
|
|
205
|
-
Contains(value:
|
|
203
|
+
Contains(value: JsValue | null): boolean;
|
|
206
204
|
CopyTo(array: ClrArray, index: int): void;
|
|
207
|
-
Find(property: PropertyDescriptor, key:
|
|
205
|
+
Find(property: PropertyDescriptor, key: JsValue): int;
|
|
208
206
|
GetEnumerator(): IEnumerator;
|
|
209
|
-
Insert(index: int, value:
|
|
210
|
-
Remove(value:
|
|
207
|
+
Insert(index: int, value: JsValue | null): void;
|
|
208
|
+
Remove(value: JsValue | null): void;
|
|
211
209
|
RemoveAt(index: int): void;
|
|
212
210
|
RemoveSort(): void;
|
|
213
211
|
Clear(): void;
|
|
214
212
|
}
|
|
215
213
|
|
|
216
214
|
|
|
217
|
-
export type IBindingList = IBindingList$instance & { [index: number]:
|
|
215
|
+
export type IBindingList = IBindingList$instance & { [index: number]: JsValue; };
|
|
218
216
|
|
|
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
|
-
readonly SyncRoot:
|
|
237
|
+
readonly SyncRoot: JsValue;
|
|
240
238
|
readonly IsSynchronized: boolean;
|
|
241
|
-
Add(value:
|
|
239
|
+
Add(value: JsValue | null): int;
|
|
242
240
|
AddIndex(property: PropertyDescriptor): void;
|
|
243
|
-
AddNew():
|
|
241
|
+
AddNew(): JsValue;
|
|
244
242
|
ApplySort(property: PropertyDescriptor, direction: ListSortDirection): void;
|
|
245
243
|
ApplySort(sorts: ListSortDescriptionCollection): void;
|
|
246
|
-
Contains(value:
|
|
244
|
+
Contains(value: JsValue | null): boolean;
|
|
247
245
|
CopyTo(array: ClrArray, index: int): void;
|
|
248
|
-
Find(property: PropertyDescriptor, key:
|
|
246
|
+
Find(property: PropertyDescriptor, key: JsValue): int;
|
|
249
247
|
GetEnumerator(): IEnumerator;
|
|
250
|
-
Insert(index: int, value:
|
|
251
|
-
Remove(value:
|
|
248
|
+
Insert(index: int, value: JsValue | null): void;
|
|
249
|
+
Remove(value: JsValue | null): void;
|
|
252
250
|
RemoveAt(index: int): void;
|
|
253
251
|
RemoveFilter(): void;
|
|
254
252
|
Clear(): void;
|
|
@@ -256,7 +254,7 @@ export interface IBindingListView$instance extends IBindingList, IList, ICollect
|
|
|
256
254
|
}
|
|
257
255
|
|
|
258
256
|
|
|
259
|
-
export type IBindingListView = IBindingListView$instance & { [index: number]:
|
|
257
|
+
export type IBindingListView = IBindingListView$instance & { [index: number]: JsValue; };
|
|
260
258
|
|
|
261
259
|
export interface ICancelAddNew$instance {
|
|
262
260
|
readonly __tsonic_iface_System_ComponentModel_ICancelAddNew: never;
|
|
@@ -280,17 +278,17 @@ export type IChangeTracking = IChangeTracking$instance;
|
|
|
280
278
|
export interface IComNativeDescriptorHandler$instance {
|
|
281
279
|
readonly __tsonic_iface_System_ComponentModel_IComNativeDescriptorHandler: never;
|
|
282
280
|
|
|
283
|
-
GetAttributes(component:
|
|
284
|
-
GetClassName(component:
|
|
285
|
-
GetConverter(component:
|
|
286
|
-
GetDefaultEvent(component:
|
|
287
|
-
GetDefaultProperty(component:
|
|
288
|
-
GetEditor(component:
|
|
289
|
-
GetEvents(component:
|
|
290
|
-
GetEvents(component:
|
|
291
|
-
GetProperties(component:
|
|
292
|
-
GetPropertyValue(component:
|
|
293
|
-
GetPropertyValue(component:
|
|
281
|
+
GetAttributes(component: JsValue): AttributeCollection;
|
|
282
|
+
GetClassName(component: JsValue): string;
|
|
283
|
+
GetConverter(component: JsValue): TypeConverter;
|
|
284
|
+
GetDefaultEvent(component: JsValue): EventDescriptor;
|
|
285
|
+
GetDefaultProperty(component: JsValue): PropertyDescriptor;
|
|
286
|
+
GetEditor(component: JsValue, baseEditorType: Type): JsValue;
|
|
287
|
+
GetEvents(component: JsValue, attributes: Attribute[] | null): EventDescriptorCollection;
|
|
288
|
+
GetEvents(component: JsValue): EventDescriptorCollection;
|
|
289
|
+
GetProperties(component: JsValue, attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
290
|
+
GetPropertyValue(component: JsValue, dispid: int, success: boolean): JsValue;
|
|
291
|
+
GetPropertyValue(component: JsValue, propertyName: string, success: boolean): JsValue;
|
|
294
292
|
}
|
|
295
293
|
|
|
296
294
|
|
|
@@ -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):
|
|
329
|
+
GetClassName(): string | null;
|
|
330
|
+
GetConverter(): TypeConverter | null;
|
|
331
|
+
GetDefaultEvent(): EventDescriptor | null;
|
|
332
|
+
GetDefaultProperty(): PropertyDescriptor | null;
|
|
333
|
+
GetEditor(editorBaseType: Type): JsValue | 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):
|
|
337
|
+
GetProperties(attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
338
|
+
GetPropertyOwner(pd: PropertyDescriptor | null): JsValue | null;
|
|
341
339
|
}
|
|
342
340
|
|
|
343
341
|
|
|
@@ -364,7 +362,7 @@ export type IEditableObject = IEditableObject$instance;
|
|
|
364
362
|
export interface IExtenderProvider$instance {
|
|
365
363
|
readonly __tsonic_iface_System_ComponentModel_IExtenderProvider: never;
|
|
366
364
|
|
|
367
|
-
CanExtend(extendee:
|
|
365
|
+
CanExtend(extendee: JsValue): boolean;
|
|
368
366
|
}
|
|
369
367
|
|
|
370
368
|
|
|
@@ -395,8 +393,8 @@ 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
|
|
|
@@ -406,13 +404,13 @@ export type INestedContainer = INestedContainer$instance;
|
|
|
406
404
|
export interface INestedSite$instance extends ISite, IServiceProvider {
|
|
407
405
|
readonly __tsonic_iface_System_ComponentModel_INestedSite: never;
|
|
408
406
|
|
|
409
|
-
readonly FullName: string |
|
|
407
|
+
readonly FullName: string | null;
|
|
410
408
|
readonly Component: IComponent;
|
|
411
|
-
readonly Container: IContainer |
|
|
409
|
+
readonly Container: IContainer | null;
|
|
412
410
|
readonly DesignMode: boolean;
|
|
413
|
-
get Name(): string |
|
|
414
|
-
set Name(value: string |
|
|
415
|
-
GetService(serviceType: Type):
|
|
411
|
+
get Name(): string | null;
|
|
412
|
+
set Name(value: string | null);
|
|
413
|
+
GetService(serviceType: Type): JsValue | null;
|
|
416
414
|
}
|
|
417
415
|
|
|
418
416
|
|
|
@@ -422,7 +420,7 @@ export interface INotifyDataErrorInfo$instance {
|
|
|
422
420
|
readonly __tsonic_iface_System_ComponentModel_INotifyDataErrorInfo: never;
|
|
423
421
|
|
|
424
422
|
readonly HasErrors: boolean;
|
|
425
|
-
GetErrors(propertyName: string): IEnumerable;
|
|
423
|
+
GetErrors(propertyName: string | null): IEnumerable;
|
|
426
424
|
}
|
|
427
425
|
|
|
428
426
|
|
|
@@ -470,11 +468,11 @@ export interface ISite$instance extends IServiceProvider {
|
|
|
470
468
|
readonly __tsonic_iface_System_ComponentModel_ISite: never;
|
|
471
469
|
|
|
472
470
|
readonly Component: IComponent;
|
|
473
|
-
readonly Container: IContainer |
|
|
471
|
+
readonly Container: IContainer | null;
|
|
474
472
|
readonly DesignMode: boolean;
|
|
475
|
-
get Name(): string |
|
|
476
|
-
set Name(value: string |
|
|
477
|
-
GetService(serviceType: Type):
|
|
473
|
+
get Name(): string | null;
|
|
474
|
+
set Name(value: string | null);
|
|
475
|
+
GetService(serviceType: Type): JsValue | null;
|
|
478
476
|
}
|
|
479
477
|
|
|
480
478
|
|
|
@@ -507,9 +505,9 @@ export interface ISynchronizeInvoke$instance {
|
|
|
507
505
|
readonly __tsonic_iface_System_ComponentModel_ISynchronizeInvoke: never;
|
|
508
506
|
|
|
509
507
|
readonly InvokeRequired: boolean;
|
|
510
|
-
BeginInvoke(method: Function, args:
|
|
511
|
-
EndInvoke(result: IAsyncResult):
|
|
512
|
-
Invoke(method: Function, args:
|
|
508
|
+
BeginInvoke(method: Function, args: (JsValue | null)[] | null): IAsyncResult;
|
|
509
|
+
EndInvoke(result: IAsyncResult): JsValue | null;
|
|
510
|
+
Invoke(method: Function, args: (JsValue | null)[] | null): JsValue | null;
|
|
513
511
|
}
|
|
514
512
|
|
|
515
513
|
|
|
@@ -518,10 +516,10 @@ export type ISynchronizeInvoke = ISynchronizeInvoke$instance;
|
|
|
518
516
|
export interface ITypeDescriptorContext$instance extends IServiceProvider {
|
|
519
517
|
readonly __tsonic_iface_System_ComponentModel_ITypeDescriptorContext: never;
|
|
520
518
|
|
|
521
|
-
readonly Container: IContainer |
|
|
522
|
-
readonly Instance:
|
|
523
|
-
readonly PropertyDescriptor: PropertyDescriptor |
|
|
524
|
-
GetService(serviceType: Type):
|
|
519
|
+
readonly Container: IContainer | null;
|
|
520
|
+
readonly Instance: JsValue | null;
|
|
521
|
+
readonly PropertyDescriptor: PropertyDescriptor | null;
|
|
522
|
+
GetService(serviceType: Type): JsValue | null;
|
|
525
523
|
OnComponentChanged(): void;
|
|
526
524
|
OnComponentChanging(): boolean;
|
|
527
525
|
}
|
|
@@ -534,8 +532,8 @@ export type ITypeDescriptorContext = ITypeDescriptorContext$instance;
|
|
|
534
532
|
export interface ITypedList$instance {
|
|
535
533
|
readonly __tsonic_iface_System_ComponentModel_ITypedList: never;
|
|
536
534
|
|
|
537
|
-
GetItemProperties(listAccessors: PropertyDescriptor[]): PropertyDescriptorCollection;
|
|
538
|
-
GetListName(listAccessors: PropertyDescriptor[]): string;
|
|
535
|
+
GetItemProperties(listAccessors: PropertyDescriptor[] | null): PropertyDescriptorCollection;
|
|
536
|
+
GetListName(listAccessors: PropertyDescriptor[] | null): string;
|
|
539
537
|
}
|
|
540
538
|
|
|
541
539
|
|
|
@@ -544,14 +542,14 @@ export type ITypedList = ITypedList$instance;
|
|
|
544
542
|
export interface AddingNewEventArgs$instance extends EventArgs {
|
|
545
543
|
readonly __tsonic_type_System_ComponentModel_AddingNewEventArgs: never;
|
|
546
544
|
|
|
547
|
-
get NewObject():
|
|
548
|
-
set NewObject(value:
|
|
545
|
+
get NewObject(): JsValue | null;
|
|
546
|
+
set NewObject(value: JsValue | null);
|
|
549
547
|
}
|
|
550
548
|
|
|
551
549
|
|
|
552
550
|
export const AddingNewEventArgs: {
|
|
553
551
|
new(): AddingNewEventArgs;
|
|
554
|
-
new(newObject:
|
|
552
|
+
new(newObject: JsValue | null): AddingNewEventArgs;
|
|
555
553
|
};
|
|
556
554
|
|
|
557
555
|
|
|
@@ -560,8 +558,8 @@ export type AddingNewEventArgs = AddingNewEventArgs$instance;
|
|
|
560
558
|
export interface AmbientValueAttribute$instance extends Attribute {
|
|
561
559
|
readonly __tsonic_type_System_ComponentModel_AmbientValueAttribute: never;
|
|
562
560
|
|
|
563
|
-
readonly Value:
|
|
564
|
-
Equals(obj:
|
|
561
|
+
readonly Value: JsValue | null;
|
|
562
|
+
Equals(obj: JsValue | null): boolean;
|
|
565
563
|
GetHashCode(): int;
|
|
566
564
|
}
|
|
567
565
|
|
|
@@ -576,8 +574,8 @@ export const AmbientValueAttribute: {
|
|
|
576
574
|
new(value: float): AmbientValueAttribute;
|
|
577
575
|
new(value: double): AmbientValueAttribute;
|
|
578
576
|
new(value: boolean): AmbientValueAttribute;
|
|
579
|
-
new(value: string): AmbientValueAttribute;
|
|
580
|
-
new(value:
|
|
577
|
+
new(value: string | null): AmbientValueAttribute;
|
|
578
|
+
new(value: JsValue | null): AmbientValueAttribute;
|
|
581
579
|
};
|
|
582
580
|
|
|
583
581
|
|
|
@@ -586,12 +584,12 @@ export type AmbientValueAttribute = AmbientValueAttribute$instance;
|
|
|
586
584
|
export interface ArrayConverter$instance extends CollectionConverter {
|
|
587
585
|
readonly __tsonic_type_System_ComponentModel_ArrayConverter: never;
|
|
588
586
|
|
|
589
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
590
|
-
ConvertTo(value:
|
|
591
|
-
GetProperties(context: ITypeDescriptorContext, value:
|
|
592
|
-
GetProperties(value:
|
|
593
|
-
GetProperties(context: ITypeDescriptorContext, value:
|
|
594
|
-
GetPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
587
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
588
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
589
|
+
GetProperties(context: ITypeDescriptorContext | null, value: JsValue | null, attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
590
|
+
GetProperties(value: JsValue): PropertyDescriptorCollection | null;
|
|
591
|
+
GetProperties(context: ITypeDescriptorContext | null, value: JsValue): PropertyDescriptorCollection | null;
|
|
592
|
+
GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
595
593
|
GetPropertiesSupported(): boolean;
|
|
596
594
|
}
|
|
597
595
|
|
|
@@ -607,13 +605,13 @@ export interface AsyncCompletedEventArgs$instance extends EventArgs {
|
|
|
607
605
|
readonly __tsonic_type_System_ComponentModel_AsyncCompletedEventArgs: never;
|
|
608
606
|
|
|
609
607
|
readonly Cancelled: boolean;
|
|
610
|
-
readonly Error: Exception |
|
|
611
|
-
readonly UserState:
|
|
608
|
+
readonly Error: Exception | null;
|
|
609
|
+
readonly UserState: JsValue | null;
|
|
612
610
|
}
|
|
613
611
|
|
|
614
612
|
|
|
615
613
|
export const AsyncCompletedEventArgs: {
|
|
616
|
-
new(error: Exception, cancelled: boolean, userState:
|
|
614
|
+
new(error: Exception | null, cancelled: boolean, userState: JsValue | null): AsyncCompletedEventArgs;
|
|
617
615
|
};
|
|
618
616
|
|
|
619
617
|
|
|
@@ -623,11 +621,11 @@ export interface AsyncOperation$instance {
|
|
|
623
621
|
readonly __tsonic_type_System_ComponentModel_AsyncOperation: never;
|
|
624
622
|
|
|
625
623
|
readonly SynchronizationContext: SynchronizationContext;
|
|
626
|
-
readonly UserSuppliedState:
|
|
624
|
+
readonly UserSuppliedState: JsValue | null;
|
|
627
625
|
Finalize(): void;
|
|
628
626
|
OperationCompleted(): void;
|
|
629
|
-
Post(d: SendOrPostCallback, arg:
|
|
630
|
-
PostOperationCompleted(d: SendOrPostCallback, arg:
|
|
627
|
+
Post(d: SendOrPostCallback, arg: JsValue | null): void;
|
|
628
|
+
PostOperationCompleted(d: SendOrPostCallback, arg: JsValue | null): void;
|
|
631
629
|
}
|
|
632
630
|
|
|
633
631
|
|
|
@@ -645,21 +643,21 @@ export interface AttributeCollection$instance {
|
|
|
645
643
|
|
|
646
644
|
readonly Attributes: Attribute[];
|
|
647
645
|
readonly Count: int;
|
|
648
|
-
Contains(attribute: Attribute): boolean;
|
|
649
|
-
Contains(attributes: Attribute[]): boolean;
|
|
646
|
+
Contains(attribute: Attribute | null): boolean;
|
|
647
|
+
Contains(attributes: Attribute[] | null): boolean;
|
|
650
648
|
CopyTo(array: ClrArray, index: int): void;
|
|
651
649
|
get_Item(index: int): Attribute;
|
|
652
|
-
get_Item(attributeType: Type): Attribute |
|
|
650
|
+
get_Item(attributeType: Type): Attribute | null;
|
|
653
651
|
GetEnumerator(): IEnumerator;
|
|
654
|
-
Matches(attribute: Attribute): boolean;
|
|
655
|
-
Matches(attributes: Attribute[]): boolean;
|
|
652
|
+
Matches(attribute: Attribute | null): boolean;
|
|
653
|
+
Matches(attributes: Attribute[] | null): boolean;
|
|
656
654
|
}
|
|
657
655
|
|
|
658
656
|
|
|
659
657
|
export const AttributeCollection: {
|
|
660
|
-
new(attributes: Attribute[]): AttributeCollection;
|
|
658
|
+
new(attributes: Attribute[] | null): AttributeCollection;
|
|
661
659
|
readonly Empty: AttributeCollection;
|
|
662
|
-
FromExisting(existing: AttributeCollection, ...newAttributes: Attribute[]): AttributeCollection;
|
|
660
|
+
FromExisting(existing: AttributeCollection, ...newAttributes: Attribute[] | null): AttributeCollection;
|
|
663
661
|
};
|
|
664
662
|
|
|
665
663
|
|
|
@@ -674,8 +672,8 @@ export type AttributeCollection = AttributeCollection$instance & __AttributeColl
|
|
|
674
672
|
export interface AttributeProviderAttribute$instance extends Attribute {
|
|
675
673
|
readonly __tsonic_type_System_ComponentModel_AttributeProviderAttribute: never;
|
|
676
674
|
|
|
677
|
-
readonly PropertyName: string |
|
|
678
|
-
readonly TypeName: string |
|
|
675
|
+
readonly PropertyName: string | null;
|
|
676
|
+
readonly TypeName: string | null;
|
|
679
677
|
}
|
|
680
678
|
|
|
681
679
|
|
|
@@ -705,9 +703,9 @@ export interface BackgroundWorker$instance extends Component$instance {
|
|
|
705
703
|
OnProgressChanged(e: ProgressChangedEventArgs): void;
|
|
706
704
|
OnRunWorkerCompleted(e: RunWorkerCompletedEventArgs): void;
|
|
707
705
|
ReportProgress(percentProgress: int): void;
|
|
708
|
-
ReportProgress(percentProgress: int, userState:
|
|
706
|
+
ReportProgress(percentProgress: int, userState: JsValue | null): void;
|
|
709
707
|
RunWorkerAsync(): void;
|
|
710
|
-
RunWorkerAsync(argument:
|
|
708
|
+
RunWorkerAsync(argument: JsValue | null): void;
|
|
711
709
|
}
|
|
712
710
|
|
|
713
711
|
|
|
@@ -727,14 +725,14 @@ export type BackgroundWorker = BackgroundWorker$instance & __BackgroundWorker$vi
|
|
|
727
725
|
export interface BaseNumberConverter$instance extends TypeConverter {
|
|
728
726
|
readonly __tsonic_type_System_ComponentModel_BaseNumberConverter: never;
|
|
729
727
|
|
|
730
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
728
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
731
729
|
CanConvertFrom(sourceType: Type): boolean;
|
|
732
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
733
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
734
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
735
|
-
ConvertFrom(value:
|
|
736
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
737
|
-
ConvertTo(value:
|
|
730
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
731
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
732
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
|
|
733
|
+
ConvertFrom(value: JsValue): JsValue | null;
|
|
734
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
735
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
738
736
|
}
|
|
739
737
|
|
|
740
738
|
|
|
@@ -749,7 +747,7 @@ export interface BindableAttribute$instance extends Attribute {
|
|
|
749
747
|
|
|
750
748
|
readonly Bindable: boolean;
|
|
751
749
|
readonly Direction: BindingDirection;
|
|
752
|
-
Equals(obj:
|
|
750
|
+
Equals(obj: JsValue | null): boolean;
|
|
753
751
|
GetHashCode(): int;
|
|
754
752
|
IsDefaultAttribute(): boolean;
|
|
755
753
|
}
|
|
@@ -789,17 +787,17 @@ export interface BindingList_1$instance<T> extends Collection_1<T>, ICancelAddNe
|
|
|
789
787
|
readonly IsSortedCore: boolean;
|
|
790
788
|
RaiseListChangedEvents: boolean;
|
|
791
789
|
readonly SortDirectionCore: ListSortDirection;
|
|
792
|
-
readonly SortPropertyCore: PropertyDescriptor |
|
|
790
|
+
readonly SortPropertyCore: PropertyDescriptor | null;
|
|
793
791
|
readonly SupportsChangeNotificationCore: boolean;
|
|
794
792
|
readonly SupportsSearchingCore: boolean;
|
|
795
793
|
readonly SupportsSortingCore: boolean;
|
|
796
794
|
AddNew(): T;
|
|
797
|
-
AddNewCore():
|
|
795
|
+
AddNewCore(): JsValue | null;
|
|
798
796
|
ApplySortCore(prop: PropertyDescriptor, direction: ListSortDirection): void;
|
|
799
797
|
CancelNew(itemIndex: int): void;
|
|
800
798
|
ClearItems(): void;
|
|
801
799
|
EndNew(itemIndex: int): void;
|
|
802
|
-
FindCore(prop: PropertyDescriptor, key:
|
|
800
|
+
FindCore(prop: PropertyDescriptor, key: JsValue): int;
|
|
803
801
|
InsertItem(index: int, item: T): void;
|
|
804
802
|
OnAddingNew(e: AddingNewEventArgs): void;
|
|
805
803
|
OnListChanged(e: ListChangedEventArgs): void;
|
|
@@ -836,15 +834,15 @@ export type BindingList_1<T> = BindingList_1$instance<T> & __BindingList_1$views
|
|
|
836
834
|
export interface BooleanConverter$instance extends TypeConverter {
|
|
837
835
|
readonly __tsonic_type_System_ComponentModel_BooleanConverter: never;
|
|
838
836
|
|
|
839
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
837
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
840
838
|
CanConvertFrom(sourceType: Type): boolean;
|
|
841
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
842
|
-
ConvertFrom(value:
|
|
843
|
-
GetStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
|
|
844
|
-
GetStandardValues(): ICollection |
|
|
845
|
-
GetStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
|
|
839
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
|
|
840
|
+
ConvertFrom(value: JsValue): JsValue | null;
|
|
841
|
+
GetStandardValues(context: ITypeDescriptorContext | null): TypeConverter_StandardValuesCollection;
|
|
842
|
+
GetStandardValues(): ICollection | null;
|
|
843
|
+
GetStandardValuesExclusive(context: ITypeDescriptorContext | null): boolean;
|
|
846
844
|
GetStandardValuesExclusive(): boolean;
|
|
847
|
-
GetStandardValuesSupported(context: ITypeDescriptorContext): boolean;
|
|
845
|
+
GetStandardValuesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
848
846
|
GetStandardValuesSupported(): boolean;
|
|
849
847
|
}
|
|
850
848
|
|
|
@@ -860,7 +858,7 @@ export interface BrowsableAttribute$instance extends Attribute {
|
|
|
860
858
|
readonly __tsonic_type_System_ComponentModel_BrowsableAttribute: never;
|
|
861
859
|
|
|
862
860
|
readonly Browsable: boolean;
|
|
863
|
-
Equals(obj:
|
|
861
|
+
Equals(obj: JsValue | null): boolean;
|
|
864
862
|
GetHashCode(): int;
|
|
865
863
|
IsDefaultAttribute(): boolean;
|
|
866
864
|
}
|
|
@@ -908,9 +906,9 @@ export interface CategoryAttribute$instance extends Attribute {
|
|
|
908
906
|
readonly __tsonic_type_System_ComponentModel_CategoryAttribute: never;
|
|
909
907
|
|
|
910
908
|
readonly Category: string;
|
|
911
|
-
Equals(obj:
|
|
909
|
+
Equals(obj: JsValue | null): boolean;
|
|
912
910
|
GetHashCode(): int;
|
|
913
|
-
GetLocalizedString(value: string): string |
|
|
911
|
+
GetLocalizedString(value: string): string | null;
|
|
914
912
|
IsDefaultAttribute(): boolean;
|
|
915
913
|
}
|
|
916
914
|
|
|
@@ -940,12 +938,12 @@ export type CategoryAttribute = CategoryAttribute$instance;
|
|
|
940
938
|
export interface CharConverter$instance extends TypeConverter {
|
|
941
939
|
readonly __tsonic_type_System_ComponentModel_CharConverter: never;
|
|
942
940
|
|
|
943
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
941
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
944
942
|
CanConvertFrom(sourceType: Type): boolean;
|
|
945
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
946
|
-
ConvertFrom(value:
|
|
947
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
948
|
-
ConvertTo(value:
|
|
943
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
|
|
944
|
+
ConvertFrom(value: JsValue): JsValue | null;
|
|
945
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
946
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
949
947
|
}
|
|
950
948
|
|
|
951
949
|
|
|
@@ -960,12 +958,12 @@ export interface CollectionChangeEventArgs$instance extends EventArgs {
|
|
|
960
958
|
readonly __tsonic_type_System_ComponentModel_CollectionChangeEventArgs: never;
|
|
961
959
|
|
|
962
960
|
readonly Action: CollectionChangeAction;
|
|
963
|
-
readonly Element:
|
|
961
|
+
readonly Element: JsValue | null;
|
|
964
962
|
}
|
|
965
963
|
|
|
966
964
|
|
|
967
965
|
export const CollectionChangeEventArgs: {
|
|
968
|
-
new(action: CollectionChangeAction, element:
|
|
966
|
+
new(action: CollectionChangeAction, element: JsValue | null): CollectionChangeEventArgs;
|
|
969
967
|
};
|
|
970
968
|
|
|
971
969
|
|
|
@@ -974,11 +972,11 @@ export type CollectionChangeEventArgs = CollectionChangeEventArgs$instance;
|
|
|
974
972
|
export interface CollectionConverter$instance extends TypeConverter {
|
|
975
973
|
readonly __tsonic_type_System_ComponentModel_CollectionConverter: never;
|
|
976
974
|
|
|
977
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
978
|
-
ConvertTo(value:
|
|
979
|
-
GetProperties(context: ITypeDescriptorContext, value:
|
|
980
|
-
GetProperties(value:
|
|
981
|
-
GetProperties(context: ITypeDescriptorContext, value:
|
|
975
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
976
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
977
|
+
GetProperties(context: ITypeDescriptorContext | null, value: JsValue, attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
978
|
+
GetProperties(value: JsValue): PropertyDescriptorCollection | null;
|
|
979
|
+
GetProperties(context: ITypeDescriptorContext | null, value: JsValue): PropertyDescriptorCollection | null;
|
|
982
980
|
}
|
|
983
981
|
|
|
984
982
|
|
|
@@ -992,17 +990,17 @@ export type CollectionConverter = CollectionConverter$instance;
|
|
|
992
990
|
export interface ComplexBindingPropertiesAttribute$instance extends Attribute {
|
|
993
991
|
readonly __tsonic_type_System_ComponentModel_ComplexBindingPropertiesAttribute: never;
|
|
994
992
|
|
|
995
|
-
readonly DataMember: string |
|
|
996
|
-
readonly DataSource: string |
|
|
997
|
-
Equals(obj:
|
|
993
|
+
readonly DataMember: string | null;
|
|
994
|
+
readonly DataSource: string | null;
|
|
995
|
+
Equals(obj: JsValue | null): boolean;
|
|
998
996
|
GetHashCode(): int;
|
|
999
997
|
}
|
|
1000
998
|
|
|
1001
999
|
|
|
1002
1000
|
export const ComplexBindingPropertiesAttribute: {
|
|
1003
1001
|
new(): ComplexBindingPropertiesAttribute;
|
|
1004
|
-
new(dataSource: string): ComplexBindingPropertiesAttribute;
|
|
1005
|
-
new(dataSource: string, dataMember: string): ComplexBindingPropertiesAttribute;
|
|
1002
|
+
new(dataSource: string | null): ComplexBindingPropertiesAttribute;
|
|
1003
|
+
new(dataSource: string | null, dataMember: string | null): ComplexBindingPropertiesAttribute;
|
|
1006
1004
|
readonly Default: ComplexBindingPropertiesAttribute;
|
|
1007
1005
|
};
|
|
1008
1006
|
|
|
@@ -1016,13 +1014,13 @@ export interface Component$instance extends MarshalByRefObject {
|
|
|
1016
1014
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1017
1015
|
|
|
1018
1016
|
readonly CanRaiseEvents: boolean;
|
|
1019
|
-
readonly Container: IContainer |
|
|
1020
|
-
get Site(): ISite |
|
|
1021
|
-
set Site(value: ISite |
|
|
1017
|
+
readonly Container: IContainer | null;
|
|
1018
|
+
get Site(): ISite | null;
|
|
1019
|
+
set Site(value: ISite | null);
|
|
1022
1020
|
Dispose(): void;
|
|
1023
1021
|
Dispose(disposing: boolean): void;
|
|
1024
1022
|
Finalize(): void;
|
|
1025
|
-
GetService(service: Type):
|
|
1023
|
+
GetService(service: Type): JsValue | null;
|
|
1026
1024
|
ToString(): string;
|
|
1027
1025
|
}
|
|
1028
1026
|
|
|
@@ -1047,8 +1045,8 @@ export interface ComponentCollection$instance extends ReadOnlyCollectionBase {
|
|
|
1047
1045
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1048
1046
|
|
|
1049
1047
|
CopyTo(array: IComponent[], index: int): void;
|
|
1050
|
-
get_Item(name: string): IComponent |
|
|
1051
|
-
get_Item(index: int): IComponent |
|
|
1048
|
+
get_Item(name: string | null): IComponent | null;
|
|
1049
|
+
get_Item(index: int): IComponent | null;
|
|
1052
1050
|
}
|
|
1053
1051
|
|
|
1054
1052
|
|
|
@@ -1068,10 +1066,10 @@ export type ComponentCollection = ComponentCollection$instance & __ComponentColl
|
|
|
1068
1066
|
export interface ComponentConverter$instance extends ReferenceConverter {
|
|
1069
1067
|
readonly __tsonic_type_System_ComponentModel_ComponentConverter: never;
|
|
1070
1068
|
|
|
1071
|
-
GetProperties(context: ITypeDescriptorContext, value:
|
|
1072
|
-
GetProperties(value:
|
|
1073
|
-
GetProperties(context: ITypeDescriptorContext, value:
|
|
1074
|
-
GetPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
1069
|
+
GetProperties(context: ITypeDescriptorContext | null, value: JsValue, attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
1070
|
+
GetProperties(value: JsValue): PropertyDescriptorCollection | null;
|
|
1071
|
+
GetProperties(context: ITypeDescriptorContext | null, value: JsValue): PropertyDescriptorCollection | null;
|
|
1072
|
+
GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
1075
1073
|
GetPropertiesSupported(): boolean;
|
|
1076
1074
|
}
|
|
1077
1075
|
|
|
@@ -1086,8 +1084,8 @@ export type ComponentConverter = ComponentConverter$instance;
|
|
|
1086
1084
|
export interface ComponentEditor$instance {
|
|
1087
1085
|
readonly __tsonic_type_System_ComponentModel_ComponentEditor: never;
|
|
1088
1086
|
|
|
1089
|
-
EditComponent(component:
|
|
1090
|
-
EditComponent(context: ITypeDescriptorContext, component:
|
|
1087
|
+
EditComponent(component: JsValue): boolean;
|
|
1088
|
+
EditComponent(context: ITypeDescriptorContext | null, component: JsValue): boolean;
|
|
1091
1089
|
}
|
|
1092
1090
|
|
|
1093
1091
|
|
|
@@ -1100,9 +1098,9 @@ export type ComponentEditor = ComponentEditor$instance;
|
|
|
1100
1098
|
export interface ComponentResourceManager$instance extends ResourceManager {
|
|
1101
1099
|
readonly __tsonic_type_System_ComponentModel_ComponentResourceManager: never;
|
|
1102
1100
|
|
|
1103
|
-
ApplyResources(value:
|
|
1104
|
-
ApplyResources(value:
|
|
1105
|
-
ApplyResourcesToRegisteredType(value:
|
|
1101
|
+
ApplyResources(value: JsValue, objectName: string): void;
|
|
1102
|
+
ApplyResources(value: JsValue, objectName: string, culture: CultureInfo | null): void;
|
|
1103
|
+
ApplyResourcesToRegisteredType(value: JsValue, objectName: string, culture: CultureInfo | null): void;
|
|
1106
1104
|
}
|
|
1107
1105
|
|
|
1108
1106
|
|
|
@@ -1121,15 +1119,15 @@ export interface Container$instance {
|
|
|
1121
1119
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1122
1120
|
|
|
1123
1121
|
readonly Components: ComponentCollection;
|
|
1124
|
-
Add(component: IComponent): void;
|
|
1125
|
-
Add(component: IComponent, name: string): void;
|
|
1126
|
-
CreateSite(component: IComponent, name: string): ISite;
|
|
1122
|
+
Add(component: IComponent | null): void;
|
|
1123
|
+
Add(component: IComponent | null, name: string | null): void;
|
|
1124
|
+
CreateSite(component: IComponent, name: string | null): ISite;
|
|
1127
1125
|
Dispose(): void;
|
|
1128
1126
|
Dispose(disposing: boolean): void;
|
|
1129
1127
|
Finalize(): void;
|
|
1130
|
-
GetService(service: Type):
|
|
1131
|
-
Remove(component: IComponent): void;
|
|
1132
|
-
ValidateName(component: IComponent, name: string): void;
|
|
1128
|
+
GetService(service: Type): JsValue | null;
|
|
1129
|
+
Remove(component: IComponent | null): void;
|
|
1130
|
+
ValidateName(component: IComponent, name: string | null): void;
|
|
1133
1131
|
}
|
|
1134
1132
|
|
|
1135
1133
|
|
|
@@ -1162,20 +1160,20 @@ export type ContainerFilterService = ContainerFilterService$instance;
|
|
|
1162
1160
|
export interface CultureInfoConverter$instance extends TypeConverter {
|
|
1163
1161
|
readonly __tsonic_type_System_ComponentModel_CultureInfoConverter: never;
|
|
1164
1162
|
|
|
1165
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
1163
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
1166
1164
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1167
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
1168
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
1169
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1170
|
-
ConvertFrom(value:
|
|
1171
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1172
|
-
ConvertTo(value:
|
|
1165
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
1166
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
1167
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
|
|
1168
|
+
ConvertFrom(value: JsValue): JsValue | null;
|
|
1169
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
1170
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
1173
1171
|
GetCultureName(culture: CultureInfo): string;
|
|
1174
|
-
GetStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
|
|
1175
|
-
GetStandardValues(): ICollection |
|
|
1176
|
-
GetStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
|
|
1172
|
+
GetStandardValues(context: ITypeDescriptorContext | null): TypeConverter_StandardValuesCollection;
|
|
1173
|
+
GetStandardValues(): ICollection | null;
|
|
1174
|
+
GetStandardValuesExclusive(context: ITypeDescriptorContext | null): boolean;
|
|
1177
1175
|
GetStandardValuesExclusive(): boolean;
|
|
1178
|
-
GetStandardValuesSupported(context: ITypeDescriptorContext): boolean;
|
|
1176
|
+
GetStandardValuesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
1179
1177
|
GetStandardValuesSupported(): boolean;
|
|
1180
1178
|
}
|
|
1181
1179
|
|
|
@@ -1194,24 +1192,24 @@ export interface CustomTypeDescriptor$instance extends ICustomTypeDescriptor$ins
|
|
|
1194
1192
|
|
|
1195
1193
|
readonly RequireRegisteredTypes: Nullable_1<System_Internal.Boolean>;
|
|
1196
1194
|
GetAttributes(): AttributeCollection;
|
|
1197
|
-
GetClassName(): string |
|
|
1198
|
-
GetComponentName(): string |
|
|
1199
|
-
GetConverter(): TypeConverter |
|
|
1200
|
-
GetConverterFromRegisteredType(): TypeConverter |
|
|
1201
|
-
GetDefaultEvent(): EventDescriptor |
|
|
1202
|
-
GetDefaultProperty(): PropertyDescriptor |
|
|
1203
|
-
GetEditor(editorBaseType: Type):
|
|
1195
|
+
GetClassName(): string | null;
|
|
1196
|
+
GetComponentName(): string | null;
|
|
1197
|
+
GetConverter(): TypeConverter | null;
|
|
1198
|
+
GetConverterFromRegisteredType(): TypeConverter | null;
|
|
1199
|
+
GetDefaultEvent(): EventDescriptor | null;
|
|
1200
|
+
GetDefaultProperty(): PropertyDescriptor | null;
|
|
1201
|
+
GetEditor(editorBaseType: Type): JsValue | null;
|
|
1204
1202
|
GetEvents(): EventDescriptorCollection;
|
|
1205
|
-
GetEvents(attributes: Attribute[]): EventDescriptorCollection;
|
|
1203
|
+
GetEvents(attributes: Attribute[] | null): EventDescriptorCollection;
|
|
1206
1204
|
GetEventsFromRegisteredType(): EventDescriptorCollection;
|
|
1207
1205
|
GetProperties(): PropertyDescriptorCollection;
|
|
1208
|
-
GetProperties(attributes: Attribute[]): PropertyDescriptorCollection;
|
|
1206
|
+
GetProperties(attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
1209
1207
|
GetPropertiesFromRegisteredType(): PropertyDescriptorCollection;
|
|
1210
|
-
GetPropertyOwner(pd: PropertyDescriptor):
|
|
1208
|
+
GetPropertyOwner(pd: PropertyDescriptor | null): JsValue | null;
|
|
1211
1209
|
}
|
|
1212
1210
|
|
|
1213
1211
|
|
|
1214
|
-
export const CustomTypeDescriptor: (abstract new() => CustomTypeDescriptor) & (abstract new(parent: ICustomTypeDescriptor) => CustomTypeDescriptor) & {
|
|
1212
|
+
export const CustomTypeDescriptor: (abstract new() => CustomTypeDescriptor) & (abstract new(parent: ICustomTypeDescriptor | null) => CustomTypeDescriptor) & {
|
|
1215
1213
|
};
|
|
1216
1214
|
|
|
1217
1215
|
|
|
@@ -1225,12 +1223,12 @@ export type CustomTypeDescriptor = CustomTypeDescriptor$instance & __CustomTypeD
|
|
|
1225
1223
|
export interface DataErrorsChangedEventArgs$instance extends EventArgs {
|
|
1226
1224
|
readonly __tsonic_type_System_ComponentModel_DataErrorsChangedEventArgs: never;
|
|
1227
1225
|
|
|
1228
|
-
readonly PropertyName: string |
|
|
1226
|
+
readonly PropertyName: string | null;
|
|
1229
1227
|
}
|
|
1230
1228
|
|
|
1231
1229
|
|
|
1232
1230
|
export const DataErrorsChangedEventArgs: {
|
|
1233
|
-
new(propertyName: string): DataErrorsChangedEventArgs;
|
|
1231
|
+
new(propertyName: string | null): DataErrorsChangedEventArgs;
|
|
1234
1232
|
};
|
|
1235
1233
|
|
|
1236
1234
|
|
|
@@ -1240,7 +1238,7 @@ export interface DataObjectAttribute$instance extends Attribute {
|
|
|
1240
1238
|
readonly __tsonic_type_System_ComponentModel_DataObjectAttribute: never;
|
|
1241
1239
|
|
|
1242
1240
|
readonly IsDataObject: boolean;
|
|
1243
|
-
Equals(obj:
|
|
1241
|
+
Equals(obj: JsValue | null): boolean;
|
|
1244
1242
|
GetHashCode(): int;
|
|
1245
1243
|
IsDefaultAttribute(): boolean;
|
|
1246
1244
|
}
|
|
@@ -1264,7 +1262,7 @@ export interface DataObjectFieldAttribute$instance extends Attribute {
|
|
|
1264
1262
|
readonly IsNullable: boolean;
|
|
1265
1263
|
readonly Length: int;
|
|
1266
1264
|
readonly PrimaryKey: boolean;
|
|
1267
|
-
Equals(obj:
|
|
1265
|
+
Equals(obj: JsValue | null): boolean;
|
|
1268
1266
|
GetHashCode(): int;
|
|
1269
1267
|
}
|
|
1270
1268
|
|
|
@@ -1284,9 +1282,9 @@ export interface DataObjectMethodAttribute$instance extends Attribute {
|
|
|
1284
1282
|
|
|
1285
1283
|
readonly IsDefault: boolean;
|
|
1286
1284
|
readonly MethodType: DataObjectMethodType;
|
|
1287
|
-
Equals(obj:
|
|
1285
|
+
Equals(obj: JsValue | null): boolean;
|
|
1288
1286
|
GetHashCode(): int;
|
|
1289
|
-
Match(obj:
|
|
1287
|
+
Match(obj: JsValue | null): boolean;
|
|
1290
1288
|
}
|
|
1291
1289
|
|
|
1292
1290
|
|
|
@@ -1301,14 +1299,14 @@ export type DataObjectMethodAttribute = DataObjectMethodAttribute$instance;
|
|
|
1301
1299
|
export interface DateOnlyConverter$instance extends TypeConverter {
|
|
1302
1300
|
readonly __tsonic_type_System_ComponentModel_DateOnlyConverter: never;
|
|
1303
1301
|
|
|
1304
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
1302
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
1305
1303
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1306
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
1307
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
1308
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1309
|
-
ConvertFrom(value:
|
|
1310
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1311
|
-
ConvertTo(value:
|
|
1304
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
1305
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
1306
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
|
|
1307
|
+
ConvertFrom(value: JsValue): JsValue | null;
|
|
1308
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
1309
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
1312
1310
|
}
|
|
1313
1311
|
|
|
1314
1312
|
|
|
@@ -1322,14 +1320,14 @@ export type DateOnlyConverter = DateOnlyConverter$instance;
|
|
|
1322
1320
|
export interface DateTimeConverter$instance extends TypeConverter {
|
|
1323
1321
|
readonly __tsonic_type_System_ComponentModel_DateTimeConverter: never;
|
|
1324
1322
|
|
|
1325
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
1323
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
1326
1324
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1327
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
1328
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
1329
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1330
|
-
ConvertFrom(value:
|
|
1331
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1332
|
-
ConvertTo(value:
|
|
1325
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
1326
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
1327
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
|
|
1328
|
+
ConvertFrom(value: JsValue): JsValue | null;
|
|
1329
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
1330
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
1333
1331
|
}
|
|
1334
1332
|
|
|
1335
1333
|
|
|
@@ -1343,14 +1341,14 @@ export type DateTimeConverter = DateTimeConverter$instance;
|
|
|
1343
1341
|
export interface DateTimeOffsetConverter$instance extends TypeConverter {
|
|
1344
1342
|
readonly __tsonic_type_System_ComponentModel_DateTimeOffsetConverter: never;
|
|
1345
1343
|
|
|
1346
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
1344
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
1347
1345
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1348
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
1349
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
1350
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1351
|
-
ConvertFrom(value:
|
|
1352
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1353
|
-
ConvertTo(value:
|
|
1346
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
1347
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
1348
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
|
|
1349
|
+
ConvertFrom(value: JsValue): JsValue | null;
|
|
1350
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
1351
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
1354
1352
|
}
|
|
1355
1353
|
|
|
1356
1354
|
|
|
@@ -1364,10 +1362,10 @@ export type DateTimeOffsetConverter = DateTimeOffsetConverter$instance;
|
|
|
1364
1362
|
export interface DecimalConverter$instance extends BaseNumberConverter {
|
|
1365
1363
|
readonly __tsonic_type_System_ComponentModel_DecimalConverter: never;
|
|
1366
1364
|
|
|
1367
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
1368
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
1369
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1370
|
-
ConvertTo(value:
|
|
1365
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
1366
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
1367
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
1368
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
1371
1369
|
}
|
|
1372
1370
|
|
|
1373
1371
|
|
|
@@ -1381,15 +1379,15 @@ export type DecimalConverter = DecimalConverter$instance;
|
|
|
1381
1379
|
export interface DefaultBindingPropertyAttribute$instance extends Attribute {
|
|
1382
1380
|
readonly __tsonic_type_System_ComponentModel_DefaultBindingPropertyAttribute: never;
|
|
1383
1381
|
|
|
1384
|
-
readonly Name: string |
|
|
1385
|
-
Equals(obj:
|
|
1382
|
+
readonly Name: string | null;
|
|
1383
|
+
Equals(obj: JsValue | null): boolean;
|
|
1386
1384
|
GetHashCode(): int;
|
|
1387
1385
|
}
|
|
1388
1386
|
|
|
1389
1387
|
|
|
1390
1388
|
export const DefaultBindingPropertyAttribute: {
|
|
1391
1389
|
new(): DefaultBindingPropertyAttribute;
|
|
1392
|
-
new(name: string): DefaultBindingPropertyAttribute;
|
|
1390
|
+
new(name: string | null): DefaultBindingPropertyAttribute;
|
|
1393
1391
|
readonly Default: DefaultBindingPropertyAttribute;
|
|
1394
1392
|
};
|
|
1395
1393
|
|
|
@@ -1399,14 +1397,14 @@ export type DefaultBindingPropertyAttribute = DefaultBindingPropertyAttribute$in
|
|
|
1399
1397
|
export interface DefaultEventAttribute$instance extends Attribute {
|
|
1400
1398
|
readonly __tsonic_type_System_ComponentModel_DefaultEventAttribute: never;
|
|
1401
1399
|
|
|
1402
|
-
readonly Name: string |
|
|
1403
|
-
Equals(obj:
|
|
1400
|
+
readonly Name: string | null;
|
|
1401
|
+
Equals(obj: JsValue | null): boolean;
|
|
1404
1402
|
GetHashCode(): int;
|
|
1405
1403
|
}
|
|
1406
1404
|
|
|
1407
1405
|
|
|
1408
1406
|
export const DefaultEventAttribute: {
|
|
1409
|
-
new(name: string): DefaultEventAttribute;
|
|
1407
|
+
new(name: string | null): DefaultEventAttribute;
|
|
1410
1408
|
readonly Default: DefaultEventAttribute;
|
|
1411
1409
|
};
|
|
1412
1410
|
|
|
@@ -1416,14 +1414,14 @@ export type DefaultEventAttribute = DefaultEventAttribute$instance;
|
|
|
1416
1414
|
export interface DefaultPropertyAttribute$instance extends Attribute {
|
|
1417
1415
|
readonly __tsonic_type_System_ComponentModel_DefaultPropertyAttribute: never;
|
|
1418
1416
|
|
|
1419
|
-
readonly Name: string |
|
|
1420
|
-
Equals(obj:
|
|
1417
|
+
readonly Name: string | null;
|
|
1418
|
+
Equals(obj: JsValue | null): boolean;
|
|
1421
1419
|
GetHashCode(): int;
|
|
1422
1420
|
}
|
|
1423
1421
|
|
|
1424
1422
|
|
|
1425
1423
|
export const DefaultPropertyAttribute: {
|
|
1426
|
-
new(name: string): DefaultPropertyAttribute;
|
|
1424
|
+
new(name: string | null): DefaultPropertyAttribute;
|
|
1427
1425
|
readonly Default: DefaultPropertyAttribute;
|
|
1428
1426
|
};
|
|
1429
1427
|
|
|
@@ -1433,14 +1431,14 @@ export type DefaultPropertyAttribute = DefaultPropertyAttribute$instance;
|
|
|
1433
1431
|
export interface DefaultValueAttribute$instance extends Attribute {
|
|
1434
1432
|
readonly __tsonic_type_System_ComponentModel_DefaultValueAttribute: never;
|
|
1435
1433
|
|
|
1436
|
-
readonly Value:
|
|
1437
|
-
Equals(obj:
|
|
1434
|
+
readonly Value: JsValue | null;
|
|
1435
|
+
Equals(obj: JsValue | null): boolean;
|
|
1438
1436
|
GetHashCode(): int;
|
|
1439
1437
|
}
|
|
1440
1438
|
|
|
1441
1439
|
|
|
1442
1440
|
export const DefaultValueAttribute: {
|
|
1443
|
-
new(type: Type, value: string): DefaultValueAttribute;
|
|
1441
|
+
new(type: Type, value: string | null): DefaultValueAttribute;
|
|
1444
1442
|
new(value: char): DefaultValueAttribute;
|
|
1445
1443
|
new(value: byte): DefaultValueAttribute;
|
|
1446
1444
|
new(value: short): DefaultValueAttribute;
|
|
@@ -1449,8 +1447,8 @@ export const DefaultValueAttribute: {
|
|
|
1449
1447
|
new(value: float): DefaultValueAttribute;
|
|
1450
1448
|
new(value: double): DefaultValueAttribute;
|
|
1451
1449
|
new(value: boolean): DefaultValueAttribute;
|
|
1452
|
-
new(value: string): DefaultValueAttribute;
|
|
1453
|
-
new(value:
|
|
1450
|
+
new(value: string | null): DefaultValueAttribute;
|
|
1451
|
+
new(value: JsValue | null): DefaultValueAttribute;
|
|
1454
1452
|
new(value: sbyte): DefaultValueAttribute;
|
|
1455
1453
|
new(value: ushort): DefaultValueAttribute;
|
|
1456
1454
|
new(value: uint): DefaultValueAttribute;
|
|
@@ -1464,7 +1462,7 @@ export interface DescriptionAttribute$instance extends Attribute {
|
|
|
1464
1462
|
readonly __tsonic_type_System_ComponentModel_DescriptionAttribute: never;
|
|
1465
1463
|
|
|
1466
1464
|
readonly Description: string;
|
|
1467
|
-
Equals(obj:
|
|
1465
|
+
Equals(obj: JsValue | null): boolean;
|
|
1468
1466
|
GetHashCode(): int;
|
|
1469
1467
|
IsDefaultAttribute(): boolean;
|
|
1470
1468
|
}
|
|
@@ -1484,8 +1482,8 @@ export interface DesignerAttribute$instance extends Attribute {
|
|
|
1484
1482
|
|
|
1485
1483
|
readonly DesignerBaseTypeName: string;
|
|
1486
1484
|
readonly DesignerTypeName: string;
|
|
1487
|
-
readonly TypeId:
|
|
1488
|
-
Equals(obj:
|
|
1485
|
+
readonly TypeId: JsValue;
|
|
1486
|
+
Equals(obj: JsValue | null): boolean;
|
|
1489
1487
|
GetHashCode(): int;
|
|
1490
1488
|
}
|
|
1491
1489
|
|
|
@@ -1505,8 +1503,8 @@ export interface DesignerCategoryAttribute$instance extends Attribute {
|
|
|
1505
1503
|
readonly __tsonic_type_System_ComponentModel_DesignerCategoryAttribute: never;
|
|
1506
1504
|
|
|
1507
1505
|
readonly Category: string;
|
|
1508
|
-
readonly TypeId:
|
|
1509
|
-
Equals(obj:
|
|
1506
|
+
readonly TypeId: JsValue;
|
|
1507
|
+
Equals(obj: JsValue | null): boolean;
|
|
1510
1508
|
GetHashCode(): int;
|
|
1511
1509
|
IsDefaultAttribute(): boolean;
|
|
1512
1510
|
}
|
|
@@ -1528,7 +1526,7 @@ export interface DesignerSerializationVisibilityAttribute$instance extends Attri
|
|
|
1528
1526
|
readonly __tsonic_type_System_ComponentModel_DesignerSerializationVisibilityAttribute: never;
|
|
1529
1527
|
|
|
1530
1528
|
readonly Visibility: DesignerSerializationVisibility;
|
|
1531
|
-
Equals(obj:
|
|
1529
|
+
Equals(obj: JsValue | null): boolean;
|
|
1532
1530
|
GetHashCode(): int;
|
|
1533
1531
|
IsDefaultAttribute(): boolean;
|
|
1534
1532
|
}
|
|
@@ -1549,7 +1547,7 @@ export interface DesignOnlyAttribute$instance extends Attribute {
|
|
|
1549
1547
|
readonly __tsonic_type_System_ComponentModel_DesignOnlyAttribute: never;
|
|
1550
1548
|
|
|
1551
1549
|
readonly IsDesignOnly: boolean;
|
|
1552
|
-
Equals(obj:
|
|
1550
|
+
Equals(obj: JsValue | null): boolean;
|
|
1553
1551
|
GetHashCode(): int;
|
|
1554
1552
|
IsDefaultAttribute(): boolean;
|
|
1555
1553
|
}
|
|
@@ -1569,7 +1567,7 @@ export interface DesignTimeVisibleAttribute$instance extends Attribute {
|
|
|
1569
1567
|
readonly __tsonic_type_System_ComponentModel_DesignTimeVisibleAttribute: never;
|
|
1570
1568
|
|
|
1571
1569
|
readonly Visible: boolean;
|
|
1572
|
-
Equals(obj:
|
|
1570
|
+
Equals(obj: JsValue | null): boolean;
|
|
1573
1571
|
GetHashCode(): int;
|
|
1574
1572
|
IsDefaultAttribute(): boolean;
|
|
1575
1573
|
}
|
|
@@ -1590,7 +1588,7 @@ export interface DisplayNameAttribute$instance extends Attribute {
|
|
|
1590
1588
|
readonly __tsonic_type_System_ComponentModel_DisplayNameAttribute: never;
|
|
1591
1589
|
|
|
1592
1590
|
readonly DisplayName: string;
|
|
1593
|
-
Equals(obj:
|
|
1591
|
+
Equals(obj: JsValue | null): boolean;
|
|
1594
1592
|
GetHashCode(): int;
|
|
1595
1593
|
IsDefaultAttribute(): boolean;
|
|
1596
1594
|
}
|
|
@@ -1621,14 +1619,14 @@ export type DoubleConverter = DoubleConverter$instance;
|
|
|
1621
1619
|
export interface DoWorkEventArgs$instance extends CancelEventArgs {
|
|
1622
1620
|
readonly __tsonic_type_System_ComponentModel_DoWorkEventArgs: never;
|
|
1623
1621
|
|
|
1624
|
-
readonly Argument:
|
|
1625
|
-
get Result():
|
|
1626
|
-
set Result(value:
|
|
1622
|
+
readonly Argument: JsValue | null;
|
|
1623
|
+
get Result(): JsValue | null;
|
|
1624
|
+
set Result(value: JsValue | null);
|
|
1627
1625
|
}
|
|
1628
1626
|
|
|
1629
1627
|
|
|
1630
1628
|
export const DoWorkEventArgs: {
|
|
1631
|
-
new(argument:
|
|
1629
|
+
new(argument: JsValue | null): DoWorkEventArgs;
|
|
1632
1630
|
};
|
|
1633
1631
|
|
|
1634
1632
|
|
|
@@ -1637,17 +1635,17 @@ export type DoWorkEventArgs = DoWorkEventArgs$instance;
|
|
|
1637
1635
|
export interface EditorAttribute$instance extends Attribute {
|
|
1638
1636
|
readonly __tsonic_type_System_ComponentModel_EditorAttribute: never;
|
|
1639
1637
|
|
|
1640
|
-
readonly EditorBaseTypeName: string |
|
|
1638
|
+
readonly EditorBaseTypeName: string | null;
|
|
1641
1639
|
readonly EditorTypeName: string;
|
|
1642
|
-
readonly TypeId:
|
|
1643
|
-
Equals(obj:
|
|
1640
|
+
readonly TypeId: JsValue;
|
|
1641
|
+
Equals(obj: JsValue | null): boolean;
|
|
1644
1642
|
GetHashCode(): int;
|
|
1645
1643
|
}
|
|
1646
1644
|
|
|
1647
1645
|
|
|
1648
1646
|
export const EditorAttribute: {
|
|
1649
1647
|
new(): EditorAttribute;
|
|
1650
|
-
new(typeName: string, baseTypeName: string): EditorAttribute;
|
|
1648
|
+
new(typeName: string, baseTypeName: string | null): EditorAttribute;
|
|
1651
1649
|
new(typeName: string, baseType: Type): EditorAttribute;
|
|
1652
1650
|
new(type: Type, baseType: Type): EditorAttribute;
|
|
1653
1651
|
};
|
|
@@ -1659,7 +1657,7 @@ export interface EditorBrowsableAttribute$instance extends Attribute {
|
|
|
1659
1657
|
readonly __tsonic_type_System_ComponentModel_EditorBrowsableAttribute: never;
|
|
1660
1658
|
|
|
1661
1659
|
readonly State: EditorBrowsableState;
|
|
1662
|
-
Equals(obj:
|
|
1660
|
+
Equals(obj: JsValue | null): boolean;
|
|
1663
1661
|
GetHashCode(): int;
|
|
1664
1662
|
}
|
|
1665
1663
|
|
|
@@ -1676,22 +1674,22 @@ export interface EnumConverter$instance extends TypeConverter {
|
|
|
1676
1674
|
readonly __tsonic_type_System_ComponentModel_EnumConverter: never;
|
|
1677
1675
|
|
|
1678
1676
|
readonly Comparer: IComparer;
|
|
1679
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
1677
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
1680
1678
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1681
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
1682
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
1683
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1684
|
-
ConvertFrom(value:
|
|
1685
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1686
|
-
ConvertTo(value:
|
|
1687
|
-
GetStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
|
|
1688
|
-
GetStandardValues(): ICollection |
|
|
1689
|
-
GetStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
|
|
1679
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
1680
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
1681
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
|
|
1682
|
+
ConvertFrom(value: JsValue): JsValue | null;
|
|
1683
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
1684
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
1685
|
+
GetStandardValues(context: ITypeDescriptorContext | null): TypeConverter_StandardValuesCollection;
|
|
1686
|
+
GetStandardValues(): ICollection | null;
|
|
1687
|
+
GetStandardValuesExclusive(context: ITypeDescriptorContext | null): boolean;
|
|
1690
1688
|
GetStandardValuesExclusive(): boolean;
|
|
1691
|
-
GetStandardValuesSupported(context: ITypeDescriptorContext): boolean;
|
|
1689
|
+
GetStandardValuesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
1692
1690
|
GetStandardValuesSupported(): boolean;
|
|
1693
|
-
IsValid(context: ITypeDescriptorContext, value:
|
|
1694
|
-
IsValid(value:
|
|
1691
|
+
IsValid(context: ITypeDescriptorContext | null, value: JsValue | null): boolean;
|
|
1692
|
+
IsValid(value: JsValue): boolean;
|
|
1695
1693
|
}
|
|
1696
1694
|
|
|
1697
1695
|
|
|
@@ -1708,12 +1706,12 @@ export interface EventDescriptor$instance extends MemberDescriptor {
|
|
|
1708
1706
|
readonly ComponentType: Type;
|
|
1709
1707
|
readonly EventType: Type;
|
|
1710
1708
|
readonly IsMulticast: boolean;
|
|
1711
|
-
AddEventHandler(component:
|
|
1712
|
-
RemoveEventHandler(component:
|
|
1709
|
+
AddEventHandler(component: JsValue, value: Function): void;
|
|
1710
|
+
RemoveEventHandler(component: JsValue, value: Function): void;
|
|
1713
1711
|
}
|
|
1714
1712
|
|
|
1715
1713
|
|
|
1716
|
-
export const EventDescriptor: (abstract new(name: string, attrs: Attribute[]) => EventDescriptor) & (abstract new(descr: MemberDescriptor) => EventDescriptor) & (abstract new(descr: MemberDescriptor, attrs: Attribute[]) => EventDescriptor) & {
|
|
1714
|
+
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
1715
|
};
|
|
1718
1716
|
|
|
1719
1717
|
|
|
@@ -1727,16 +1725,16 @@ export interface EventDescriptorCollection$instance {
|
|
|
1727
1725
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
1728
1726
|
|
|
1729
1727
|
Count: int;
|
|
1730
|
-
Add(value: EventDescriptor): int;
|
|
1728
|
+
Add(value: EventDescriptor | null): int;
|
|
1731
1729
|
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 |
|
|
1730
|
+
Contains(value: EventDescriptor | null): boolean;
|
|
1731
|
+
Find(name: string, ignoreCase: boolean): EventDescriptor | null;
|
|
1732
|
+
get_Item(index: int): EventDescriptor | null;
|
|
1733
|
+
get_Item(name: string | null): EventDescriptor | null;
|
|
1736
1734
|
GetEnumerator(): IEnumerator;
|
|
1737
|
-
IndexOf(value: EventDescriptor): int;
|
|
1738
|
-
Insert(index: int, value: EventDescriptor): void;
|
|
1739
|
-
Remove(value: EventDescriptor): void;
|
|
1735
|
+
IndexOf(value: EventDescriptor | null): int;
|
|
1736
|
+
Insert(index: int, value: EventDescriptor | null): void;
|
|
1737
|
+
Remove(value: EventDescriptor | null): void;
|
|
1740
1738
|
RemoveAt(index: int): void;
|
|
1741
1739
|
Sort(): EventDescriptorCollection;
|
|
1742
1740
|
Sort(names: string[]): EventDescriptorCollection;
|
|
@@ -1746,8 +1744,8 @@ export interface EventDescriptorCollection$instance {
|
|
|
1746
1744
|
|
|
1747
1745
|
|
|
1748
1746
|
export const EventDescriptorCollection: {
|
|
1749
|
-
new(events: EventDescriptor[]): EventDescriptorCollection;
|
|
1750
|
-
new(events: EventDescriptor[], readOnly: boolean): EventDescriptorCollection;
|
|
1747
|
+
new(events: EventDescriptor[] | null): EventDescriptorCollection;
|
|
1748
|
+
new(events: EventDescriptor[] | null, readOnly: boolean): EventDescriptorCollection;
|
|
1751
1749
|
readonly Empty: EventDescriptorCollection;
|
|
1752
1750
|
};
|
|
1753
1751
|
|
|
@@ -1766,12 +1764,12 @@ export interface EventHandlerList$instance extends System_Internal.IDisposable$i
|
|
|
1766
1764
|
|
|
1767
1765
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1768
1766
|
|
|
1769
|
-
get Item(): Function |
|
|
1770
|
-
set Item(value: Function |
|
|
1771
|
-
AddHandler(key:
|
|
1767
|
+
get Item(): Function | null;
|
|
1768
|
+
set Item(value: Function | null);
|
|
1769
|
+
AddHandler(key: JsValue, value: Function | null): void;
|
|
1772
1770
|
AddHandlers(listToAddFrom: EventHandlerList): void;
|
|
1773
1771
|
Dispose(): void;
|
|
1774
|
-
RemoveHandler(key:
|
|
1772
|
+
RemoveHandler(key: JsValue, value: Function | null): void;
|
|
1775
1773
|
}
|
|
1776
1774
|
|
|
1777
1775
|
|
|
@@ -1790,10 +1788,10 @@ export type EventHandlerList = EventHandlerList$instance & __EventHandlerList$vi
|
|
|
1790
1788
|
export interface ExpandableObjectConverter$instance extends TypeConverter {
|
|
1791
1789
|
readonly __tsonic_type_System_ComponentModel_ExpandableObjectConverter: never;
|
|
1792
1790
|
|
|
1793
|
-
GetProperties(context: ITypeDescriptorContext, value:
|
|
1794
|
-
GetProperties(value:
|
|
1795
|
-
GetProperties(context: ITypeDescriptorContext, value:
|
|
1796
|
-
GetPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
1791
|
+
GetProperties(context: ITypeDescriptorContext | null, value: JsValue, attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
1792
|
+
GetProperties(value: JsValue): PropertyDescriptorCollection | null;
|
|
1793
|
+
GetProperties(context: ITypeDescriptorContext | null, value: JsValue): PropertyDescriptorCollection | null;
|
|
1794
|
+
GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
1797
1795
|
GetPropertiesSupported(): boolean;
|
|
1798
1796
|
}
|
|
1799
1797
|
|
|
@@ -1808,13 +1806,13 @@ export type ExpandableObjectConverter = ExpandableObjectConverter$instance;
|
|
|
1808
1806
|
export interface ExtenderProvidedPropertyAttribute$instance extends Attribute {
|
|
1809
1807
|
readonly __tsonic_type_System_ComponentModel_ExtenderProvidedPropertyAttribute: never;
|
|
1810
1808
|
|
|
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:
|
|
1809
|
+
get ExtenderProperty(): PropertyDescriptor | null;
|
|
1810
|
+
set ExtenderProperty(value: PropertyDescriptor | null);
|
|
1811
|
+
get Provider(): IExtenderProvider | null;
|
|
1812
|
+
set Provider(value: IExtenderProvider | null);
|
|
1813
|
+
get ReceiverType(): Type | null;
|
|
1814
|
+
set ReceiverType(value: Type | null);
|
|
1815
|
+
Equals(obj: JsValue | null): boolean;
|
|
1818
1816
|
GetHashCode(): int;
|
|
1819
1817
|
IsDefaultAttribute(): boolean;
|
|
1820
1818
|
}
|
|
@@ -1830,14 +1828,14 @@ export type ExtenderProvidedPropertyAttribute = ExtenderProvidedPropertyAttribut
|
|
|
1830
1828
|
export interface GuidConverter$instance extends TypeConverter {
|
|
1831
1829
|
readonly __tsonic_type_System_ComponentModel_GuidConverter: never;
|
|
1832
1830
|
|
|
1833
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
1831
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
1834
1832
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1835
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
1836
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
1837
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1838
|
-
ConvertFrom(value:
|
|
1839
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1840
|
-
ConvertTo(value:
|
|
1833
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
1834
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
1835
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
|
|
1836
|
+
ConvertFrom(value: JsValue): JsValue | null;
|
|
1837
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
1838
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
1841
1839
|
}
|
|
1842
1840
|
|
|
1843
1841
|
|
|
@@ -1880,7 +1878,7 @@ export interface ImmutableObjectAttribute$instance extends Attribute {
|
|
|
1880
1878
|
readonly __tsonic_type_System_ComponentModel_ImmutableObjectAttribute: never;
|
|
1881
1879
|
|
|
1882
1880
|
readonly Immutable: boolean;
|
|
1883
|
-
Equals(obj:
|
|
1881
|
+
Equals(obj: JsValue | null): boolean;
|
|
1884
1882
|
GetHashCode(): int;
|
|
1885
1883
|
IsDefaultAttribute(): boolean;
|
|
1886
1884
|
}
|
|
@@ -1900,7 +1898,7 @@ export interface InheritanceAttribute$instance extends Attribute {
|
|
|
1900
1898
|
readonly __tsonic_type_System_ComponentModel_InheritanceAttribute: never;
|
|
1901
1899
|
|
|
1902
1900
|
readonly InheritanceLevel: InheritanceLevel;
|
|
1903
|
-
Equals(value:
|
|
1901
|
+
Equals(value: JsValue | null): boolean;
|
|
1904
1902
|
GetHashCode(): int;
|
|
1905
1903
|
IsDefaultAttribute(): boolean;
|
|
1906
1904
|
ToString(): string;
|
|
@@ -1936,15 +1934,15 @@ export type InitializationEventAttribute = InitializationEventAttribute$instance
|
|
|
1936
1934
|
export interface InstallerTypeAttribute$instance extends Attribute {
|
|
1937
1935
|
readonly __tsonic_type_System_ComponentModel_InstallerTypeAttribute: never;
|
|
1938
1936
|
|
|
1939
|
-
readonly InstallerType: Type |
|
|
1940
|
-
Equals(obj:
|
|
1937
|
+
readonly InstallerType: Type | null;
|
|
1938
|
+
Equals(obj: JsValue | null): boolean;
|
|
1941
1939
|
GetHashCode(): int;
|
|
1942
1940
|
}
|
|
1943
1941
|
|
|
1944
1942
|
|
|
1945
1943
|
export const InstallerTypeAttribute: {
|
|
1946
1944
|
new(installerType: Type): InstallerTypeAttribute;
|
|
1947
|
-
new(typeName: string): InstallerTypeAttribute;
|
|
1945
|
+
new(typeName: string | null): InstallerTypeAttribute;
|
|
1948
1946
|
};
|
|
1949
1947
|
|
|
1950
1948
|
|
|
@@ -1954,7 +1952,7 @@ export interface InstanceCreationEditor$instance {
|
|
|
1954
1952
|
readonly __tsonic_type_System_ComponentModel_InstanceCreationEditor: never;
|
|
1955
1953
|
|
|
1956
1954
|
readonly Text: string;
|
|
1957
|
-
CreateInstance(context: ITypeDescriptorContext, instanceType: Type):
|
|
1955
|
+
CreateInstance(context: ITypeDescriptorContext, instanceType: Type): JsValue | null;
|
|
1958
1956
|
}
|
|
1959
1957
|
|
|
1960
1958
|
|
|
@@ -2026,8 +2024,8 @@ export interface InvalidAsynchronousStateException$instance extends ArgumentExce
|
|
|
2026
2024
|
|
|
2027
2025
|
export const InvalidAsynchronousStateException: {
|
|
2028
2026
|
new(): InvalidAsynchronousStateException;
|
|
2029
|
-
new(message: string): InvalidAsynchronousStateException;
|
|
2030
|
-
new(message: string, innerException: Exception): InvalidAsynchronousStateException;
|
|
2027
|
+
new(message: string | null): InvalidAsynchronousStateException;
|
|
2028
|
+
new(message: string | null, innerException: Exception | null): InvalidAsynchronousStateException;
|
|
2031
2029
|
};
|
|
2032
2030
|
|
|
2033
2031
|
|
|
@@ -2048,9 +2046,9 @@ export interface InvalidEnumArgumentException$instance extends ArgumentException
|
|
|
2048
2046
|
|
|
2049
2047
|
export const InvalidEnumArgumentException: {
|
|
2050
2048
|
new(): InvalidEnumArgumentException;
|
|
2051
|
-
new(message: string): InvalidEnumArgumentException;
|
|
2052
|
-
new(message: string, innerException: Exception): InvalidEnumArgumentException;
|
|
2053
|
-
new(argumentName: string, invalidValue: int, enumClass: Type): InvalidEnumArgumentException;
|
|
2049
|
+
new(message: string | null): InvalidEnumArgumentException;
|
|
2050
|
+
new(message: string | null, innerException: Exception | null): InvalidEnumArgumentException;
|
|
2051
|
+
new(argumentName: string | null, invalidValue: int, enumClass: Type): InvalidEnumArgumentException;
|
|
2054
2052
|
};
|
|
2055
2053
|
|
|
2056
2054
|
|
|
@@ -2088,8 +2086,8 @@ export interface LicenseContext$instance extends System_Internal.IServiceProvide
|
|
|
2088
2086
|
readonly __tsonic_iface_System_IServiceProvider: never;
|
|
2089
2087
|
|
|
2090
2088
|
readonly UsageMode: LicenseUsageMode;
|
|
2091
|
-
GetSavedLicenseKey(type: Type, resourceAssembly: Assembly): string |
|
|
2092
|
-
GetService(type: Type):
|
|
2089
|
+
GetSavedLicenseKey(type: Type, resourceAssembly: Assembly | null): string | null;
|
|
2090
|
+
GetService(type: Type): JsValue | null;
|
|
2093
2091
|
SetSavedLicenseKey(type: Type, key: string): void;
|
|
2094
2092
|
}
|
|
2095
2093
|
|
|
@@ -2111,16 +2109,16 @@ export interface LicenseException$instance extends SystemException {
|
|
|
2111
2109
|
|
|
2112
2110
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2113
2111
|
|
|
2114
|
-
readonly LicensedType: Type |
|
|
2112
|
+
readonly LicensedType: Type | null;
|
|
2115
2113
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
2116
2114
|
}
|
|
2117
2115
|
|
|
2118
2116
|
|
|
2119
2117
|
export const LicenseException: {
|
|
2120
|
-
new(type: Type): LicenseException;
|
|
2121
|
-
new(type: Type, instance:
|
|
2122
|
-
new(type: Type, instance:
|
|
2123
|
-
new(type: Type, instance:
|
|
2118
|
+
new(type: Type | null): LicenseException;
|
|
2119
|
+
new(type: Type | null, instance: JsValue | null): LicenseException;
|
|
2120
|
+
new(type: Type | null, instance: JsValue | null, message: string | null): LicenseException;
|
|
2121
|
+
new(type: Type | null, instance: JsValue | null, message: string | null, innerException: Exception | null): LicenseException;
|
|
2124
2122
|
};
|
|
2125
2123
|
|
|
2126
2124
|
|
|
@@ -2140,14 +2138,14 @@ export interface LicenseManager$instance {
|
|
|
2140
2138
|
export const LicenseManager: {
|
|
2141
2139
|
CurrentContext: LicenseContext;
|
|
2142
2140
|
readonly UsageMode: LicenseUsageMode;
|
|
2143
|
-
CreateWithContext(type: Type, creationContext: LicenseContext, args:
|
|
2144
|
-
CreateWithContext(type: Type, creationContext: LicenseContext):
|
|
2141
|
+
CreateWithContext(type: Type, creationContext: LicenseContext, args: JsValue[]): JsValue | null;
|
|
2142
|
+
CreateWithContext(type: Type, creationContext: LicenseContext): JsValue | null;
|
|
2145
2143
|
IsLicensed(type: Type): boolean;
|
|
2146
|
-
IsValid(type: Type, instance:
|
|
2144
|
+
IsValid(type: Type, instance: JsValue | null, license: License | null): boolean;
|
|
2147
2145
|
IsValid(type: Type): boolean;
|
|
2148
|
-
LockContext(contextUser:
|
|
2149
|
-
UnlockContext(contextUser:
|
|
2150
|
-
Validate(type: Type, instance:
|
|
2146
|
+
LockContext(contextUser: JsValue): void;
|
|
2147
|
+
UnlockContext(contextUser: JsValue): void;
|
|
2148
|
+
Validate(type: Type, instance: JsValue | null): License | null;
|
|
2151
2149
|
Validate(type: Type): void;
|
|
2152
2150
|
};
|
|
2153
2151
|
|
|
@@ -2157,7 +2155,7 @@ export type LicenseManager = LicenseManager$instance;
|
|
|
2157
2155
|
export interface LicenseProvider$instance {
|
|
2158
2156
|
readonly __tsonic_type_System_ComponentModel_LicenseProvider: never;
|
|
2159
2157
|
|
|
2160
|
-
GetLicense(context: LicenseContext, type: Type, instance:
|
|
2158
|
+
GetLicense(context: LicenseContext, type: Type, instance: JsValue | null, allowExceptions: boolean): License | null;
|
|
2161
2159
|
}
|
|
2162
2160
|
|
|
2163
2161
|
|
|
@@ -2170,16 +2168,16 @@ export type LicenseProvider = LicenseProvider$instance;
|
|
|
2170
2168
|
export interface LicenseProviderAttribute$instance extends Attribute {
|
|
2171
2169
|
readonly __tsonic_type_System_ComponentModel_LicenseProviderAttribute: never;
|
|
2172
2170
|
|
|
2173
|
-
readonly LicenseProvider: Type |
|
|
2174
|
-
readonly TypeId:
|
|
2175
|
-
Equals(value:
|
|
2171
|
+
readonly LicenseProvider: Type | null;
|
|
2172
|
+
readonly TypeId: JsValue;
|
|
2173
|
+
Equals(value: JsValue | null): boolean;
|
|
2176
2174
|
GetHashCode(): int;
|
|
2177
2175
|
}
|
|
2178
2176
|
|
|
2179
2177
|
|
|
2180
2178
|
export const LicenseProviderAttribute: {
|
|
2181
2179
|
new(): LicenseProviderAttribute;
|
|
2182
|
-
new(typeName: string): LicenseProviderAttribute;
|
|
2180
|
+
new(typeName: string | null): LicenseProviderAttribute;
|
|
2183
2181
|
new(type: Type): LicenseProviderAttribute;
|
|
2184
2182
|
readonly Default: LicenseProviderAttribute;
|
|
2185
2183
|
};
|
|
@@ -2191,8 +2189,8 @@ export interface LicFileLicenseProvider$instance extends LicenseProvider {
|
|
|
2191
2189
|
readonly __tsonic_type_System_ComponentModel_LicFileLicenseProvider: never;
|
|
2192
2190
|
|
|
2193
2191
|
GetKey(type: Type): string;
|
|
2194
|
-
GetLicense(context: LicenseContext, type: Type, instance:
|
|
2195
|
-
IsKeyValid(key: string, type: Type): boolean;
|
|
2192
|
+
GetLicense(context: LicenseContext, type: Type, instance: JsValue | null, allowExceptions: boolean): License | null;
|
|
2193
|
+
IsKeyValid(key: string | null, type: Type): boolean;
|
|
2196
2194
|
}
|
|
2197
2195
|
|
|
2198
2196
|
|
|
@@ -2207,7 +2205,7 @@ export interface ListBindableAttribute$instance extends Attribute {
|
|
|
2207
2205
|
readonly __tsonic_type_System_ComponentModel_ListBindableAttribute: never;
|
|
2208
2206
|
|
|
2209
2207
|
readonly ListBindable: boolean;
|
|
2210
|
-
Equals(obj:
|
|
2208
|
+
Equals(obj: JsValue | null): boolean;
|
|
2211
2209
|
GetHashCode(): int;
|
|
2212
2210
|
IsDefaultAttribute(): boolean;
|
|
2213
2211
|
}
|
|
@@ -2230,14 +2228,14 @@ export interface ListChangedEventArgs$instance extends EventArgs {
|
|
|
2230
2228
|
readonly ListChangedType: ListChangedType;
|
|
2231
2229
|
readonly NewIndex: int;
|
|
2232
2230
|
readonly OldIndex: int;
|
|
2233
|
-
readonly PropertyDescriptor: PropertyDescriptor |
|
|
2231
|
+
readonly PropertyDescriptor: PropertyDescriptor | null;
|
|
2234
2232
|
}
|
|
2235
2233
|
|
|
2236
2234
|
|
|
2237
2235
|
export const ListChangedEventArgs: {
|
|
2238
2236
|
new(listChangedType: ListChangedType, newIndex: int): ListChangedEventArgs;
|
|
2239
|
-
new(listChangedType: ListChangedType, newIndex: int, propDesc: PropertyDescriptor): ListChangedEventArgs;
|
|
2240
|
-
new(listChangedType: ListChangedType, propDesc: PropertyDescriptor): ListChangedEventArgs;
|
|
2237
|
+
new(listChangedType: ListChangedType, newIndex: int, propDesc: PropertyDescriptor | null): ListChangedEventArgs;
|
|
2238
|
+
new(listChangedType: ListChangedType, propDesc: PropertyDescriptor | null): ListChangedEventArgs;
|
|
2241
2239
|
new(listChangedType: ListChangedType, newIndex: int, oldIndex: int): ListChangedEventArgs;
|
|
2242
2240
|
};
|
|
2243
2241
|
|
|
@@ -2247,14 +2245,14 @@ export type ListChangedEventArgs = ListChangedEventArgs$instance;
|
|
|
2247
2245
|
export interface ListSortDescription$instance {
|
|
2248
2246
|
readonly __tsonic_type_System_ComponentModel_ListSortDescription: never;
|
|
2249
2247
|
|
|
2250
|
-
get PropertyDescriptor(): PropertyDescriptor |
|
|
2251
|
-
set PropertyDescriptor(value: PropertyDescriptor |
|
|
2248
|
+
get PropertyDescriptor(): PropertyDescriptor | null;
|
|
2249
|
+
set PropertyDescriptor(value: PropertyDescriptor | null);
|
|
2252
2250
|
SortDirection: ListSortDirection;
|
|
2253
2251
|
}
|
|
2254
2252
|
|
|
2255
2253
|
|
|
2256
2254
|
export const ListSortDescription: {
|
|
2257
|
-
new(property: PropertyDescriptor, direction: ListSortDirection): ListSortDescription;
|
|
2255
|
+
new(property: PropertyDescriptor | null, direction: ListSortDirection): ListSortDescription;
|
|
2258
2256
|
};
|
|
2259
2257
|
|
|
2260
2258
|
|
|
@@ -2268,15 +2266,15 @@ export interface ListSortDescriptionCollection$instance {
|
|
|
2268
2266
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
2269
2267
|
|
|
2270
2268
|
readonly Count: int;
|
|
2271
|
-
Contains(value:
|
|
2269
|
+
Contains(value: JsValue | null): boolean;
|
|
2272
2270
|
CopyTo(array: ClrArray, index: int): void;
|
|
2273
|
-
IndexOf(value:
|
|
2271
|
+
IndexOf(value: JsValue | null): int;
|
|
2274
2272
|
}
|
|
2275
2273
|
|
|
2276
2274
|
|
|
2277
2275
|
export const ListSortDescriptionCollection: {
|
|
2278
2276
|
new(): ListSortDescriptionCollection;
|
|
2279
|
-
new(sorts: ListSortDescription[]): ListSortDescriptionCollection;
|
|
2277
|
+
new(sorts: (ListSortDescription | null)[] | null): ListSortDescriptionCollection;
|
|
2280
2278
|
};
|
|
2281
2279
|
|
|
2282
2280
|
|
|
@@ -2293,7 +2291,7 @@ export interface LocalizableAttribute$instance extends Attribute {
|
|
|
2293
2291
|
readonly __tsonic_type_System_ComponentModel_LocalizableAttribute: never;
|
|
2294
2292
|
|
|
2295
2293
|
readonly IsLocalizable: boolean;
|
|
2296
|
-
Equals(obj:
|
|
2294
|
+
Equals(obj: JsValue | null): boolean;
|
|
2297
2295
|
GetHashCode(): int;
|
|
2298
2296
|
IsDefaultAttribute(): boolean;
|
|
2299
2297
|
}
|
|
@@ -2312,11 +2310,11 @@ export type LocalizableAttribute = LocalizableAttribute$instance;
|
|
|
2312
2310
|
export interface LookupBindingPropertiesAttribute$instance extends Attribute {
|
|
2313
2311
|
readonly __tsonic_type_System_ComponentModel_LookupBindingPropertiesAttribute: never;
|
|
2314
2312
|
|
|
2315
|
-
readonly DataSource: string |
|
|
2316
|
-
readonly DisplayMember: string |
|
|
2317
|
-
readonly LookupMember: string |
|
|
2318
|
-
readonly ValueMember: string |
|
|
2319
|
-
Equals(obj:
|
|
2313
|
+
readonly DataSource: string | null;
|
|
2314
|
+
readonly DisplayMember: string | null;
|
|
2315
|
+
readonly LookupMember: string | null;
|
|
2316
|
+
readonly ValueMember: string | null;
|
|
2317
|
+
Equals(obj: JsValue | null): boolean;
|
|
2320
2318
|
GetHashCode(): int;
|
|
2321
2319
|
}
|
|
2322
2320
|
|
|
@@ -2337,15 +2335,15 @@ export interface MarshalByValueComponent$instance extends System_Internal.IServi
|
|
|
2337
2335
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2338
2336
|
readonly __tsonic_iface_System_IServiceProvider: never;
|
|
2339
2337
|
|
|
2340
|
-
readonly Container: IContainer |
|
|
2338
|
+
readonly Container: IContainer | null;
|
|
2341
2339
|
readonly DesignMode: boolean;
|
|
2342
|
-
get Site(): ISite |
|
|
2343
|
-
set Site(value: ISite |
|
|
2340
|
+
get Site(): ISite | null;
|
|
2341
|
+
set Site(value: ISite | null);
|
|
2344
2342
|
Dispose(): void;
|
|
2345
2343
|
Dispose(disposing: boolean): void;
|
|
2346
2344
|
Finalize(): void;
|
|
2347
|
-
GetService(service: Type):
|
|
2348
|
-
ToString(): string |
|
|
2345
|
+
GetService(service: Type): JsValue | null;
|
|
2346
|
+
ToString(): string | null;
|
|
2349
2347
|
}
|
|
2350
2348
|
|
|
2351
2349
|
|
|
@@ -2394,7 +2392,7 @@ export interface MaskedTextProvider$instance extends System_Internal.ICloneable$
|
|
|
2394
2392
|
Add(input: string, testPosition: int, resultHint: MaskedTextResultHint): boolean;
|
|
2395
2393
|
Clear(): void;
|
|
2396
2394
|
Clear(resultHint: MaskedTextResultHint): void;
|
|
2397
|
-
Clone():
|
|
2395
|
+
Clone(): JsValue;
|
|
2398
2396
|
FindAssignedEditPositionFrom(position: int, direction: boolean): int;
|
|
2399
2397
|
FindAssignedEditPositionInRange(startPosition: int, endPosition: int, direction: boolean): int;
|
|
2400
2398
|
FindEditPositionFrom(position: int, direction: boolean): int;
|
|
@@ -2440,11 +2438,11 @@ export interface MaskedTextProvider$instance extends System_Internal.ICloneable$
|
|
|
2440
2438
|
export const MaskedTextProvider: {
|
|
2441
2439
|
new(mask: string): MaskedTextProvider;
|
|
2442
2440
|
new(mask: string, restrictToAscii: boolean): MaskedTextProvider;
|
|
2443
|
-
new(mask: string, culture: CultureInfo): MaskedTextProvider;
|
|
2444
|
-
new(mask: string, culture: CultureInfo, restrictToAscii: boolean): MaskedTextProvider;
|
|
2441
|
+
new(mask: string, culture: CultureInfo | null): MaskedTextProvider;
|
|
2442
|
+
new(mask: string, culture: CultureInfo | null, restrictToAscii: boolean): MaskedTextProvider;
|
|
2445
2443
|
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;
|
|
2444
|
+
new(mask: string, culture: CultureInfo | null, passwordChar: char, allowPromptAsInput: boolean): MaskedTextProvider;
|
|
2445
|
+
new(mask: string, culture: CultureInfo | null, allowPromptAsInput: boolean, promptChar: char, passwordChar: char, restrictToAscii: boolean): MaskedTextProvider;
|
|
2448
2446
|
readonly DefaultPasswordChar: char;
|
|
2449
2447
|
readonly InvalidIndex: int;
|
|
2450
2448
|
GetOperationResultFromHint(hint: MaskedTextResultHint): boolean;
|
|
@@ -2464,8 +2462,8 @@ export type MaskedTextProvider = MaskedTextProvider$instance & __MaskedTextProvi
|
|
|
2464
2462
|
export interface MemberDescriptor$instance {
|
|
2465
2463
|
readonly __tsonic_type_System_ComponentModel_MemberDescriptor: never;
|
|
2466
2464
|
|
|
2467
|
-
get AttributeArray(): Attribute[] |
|
|
2468
|
-
set AttributeArray(value: Attribute[] |
|
|
2465
|
+
get AttributeArray(): Attribute[] | null;
|
|
2466
|
+
set AttributeArray(value: Attribute[] | null);
|
|
2469
2467
|
readonly Attributes: AttributeCollection;
|
|
2470
2468
|
readonly Category: string;
|
|
2471
2469
|
readonly Description: string;
|
|
@@ -2475,18 +2473,18 @@ export interface MemberDescriptor$instance {
|
|
|
2475
2473
|
readonly Name: string;
|
|
2476
2474
|
readonly NameHashCode: int;
|
|
2477
2475
|
CreateAttributeCollection(): AttributeCollection;
|
|
2478
|
-
Equals(obj:
|
|
2476
|
+
Equals(obj: JsValue | null): boolean;
|
|
2479
2477
|
FillAttributes(attributeList: IList): void;
|
|
2480
2478
|
GetHashCode(): int;
|
|
2481
|
-
GetInvocationTarget(type: Type, instance:
|
|
2479
|
+
GetInvocationTarget(type: Type, instance: JsValue): JsValue | null;
|
|
2482
2480
|
}
|
|
2483
2481
|
|
|
2484
2482
|
|
|
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
|
-
GetInvokee(componentClass: Type, component:
|
|
2489
|
-
GetSite(component:
|
|
2483
|
+
export const MemberDescriptor: (abstract new(name: string) => MemberDescriptor) & (abstract new(name: string, attributes: Attribute[] | null) => MemberDescriptor) & (abstract new(descr: MemberDescriptor) => MemberDescriptor) & (abstract new(oldMemberDescriptor: MemberDescriptor, newAttributes: Attribute[] | null) => MemberDescriptor) & {
|
|
2484
|
+
FindMethod(componentClass: Type, name: string, args: Type[], returnType: Type, publicOnly: boolean): MethodInfo | null;
|
|
2485
|
+
FindMethod(componentClass: Type, name: string, args: Type[], returnType: Type): MethodInfo | null;
|
|
2486
|
+
GetInvokee(componentClass: Type, component: JsValue): JsValue;
|
|
2487
|
+
GetSite(component: JsValue | null): ISite | null;
|
|
2490
2488
|
};
|
|
2491
2489
|
|
|
2492
2490
|
|
|
@@ -2496,7 +2494,7 @@ export interface MergablePropertyAttribute$instance extends Attribute {
|
|
|
2496
2494
|
readonly __tsonic_type_System_ComponentModel_MergablePropertyAttribute: never;
|
|
2497
2495
|
|
|
2498
2496
|
readonly AllowMerge: boolean;
|
|
2499
|
-
Equals(obj:
|
|
2497
|
+
Equals(obj: JsValue | null): boolean;
|
|
2500
2498
|
GetHashCode(): int;
|
|
2501
2499
|
IsDefaultAttribute(): boolean;
|
|
2502
2500
|
}
|
|
@@ -2515,12 +2513,12 @@ export type MergablePropertyAttribute = MergablePropertyAttribute$instance;
|
|
|
2515
2513
|
export interface MultilineStringConverter$instance extends TypeConverter {
|
|
2516
2514
|
readonly __tsonic_type_System_ComponentModel_MultilineStringConverter: never;
|
|
2517
2515
|
|
|
2518
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
2519
|
-
ConvertTo(value:
|
|
2520
|
-
GetProperties(context: ITypeDescriptorContext, value:
|
|
2521
|
-
GetProperties(value:
|
|
2522
|
-
GetProperties(context: ITypeDescriptorContext, value:
|
|
2523
|
-
GetPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
2516
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
2517
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
2518
|
+
GetProperties(context: ITypeDescriptorContext | null, value: JsValue, attributes: Attribute[] | null): PropertyDescriptorCollection | null;
|
|
2519
|
+
GetProperties(value: JsValue): PropertyDescriptorCollection | null;
|
|
2520
|
+
GetProperties(context: ITypeDescriptorContext | null, value: JsValue): PropertyDescriptorCollection | null;
|
|
2521
|
+
GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
2524
2522
|
GetPropertiesSupported(): boolean;
|
|
2525
2523
|
}
|
|
2526
2524
|
|
|
@@ -2540,11 +2538,11 @@ export interface NestedContainer$instance extends Container$instance {
|
|
|
2540
2538
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2541
2539
|
|
|
2542
2540
|
readonly Owner: IComponent;
|
|
2543
|
-
readonly OwnerName: string |
|
|
2544
|
-
CreateSite(component: IComponent, name: string): ISite;
|
|
2541
|
+
readonly OwnerName: string | null;
|
|
2542
|
+
CreateSite(component: IComponent, name: string | null): ISite;
|
|
2545
2543
|
Dispose(disposing: boolean): void;
|
|
2546
2544
|
Dispose(): void;
|
|
2547
|
-
GetService(service: Type):
|
|
2545
|
+
GetService(service: Type): JsValue | null;
|
|
2548
2546
|
}
|
|
2549
2547
|
|
|
2550
2548
|
|
|
@@ -2566,7 +2564,7 @@ export interface NotifyParentPropertyAttribute$instance extends Attribute {
|
|
|
2566
2564
|
readonly __tsonic_type_System_ComponentModel_NotifyParentPropertyAttribute: never;
|
|
2567
2565
|
|
|
2568
2566
|
readonly NotifyParent: boolean;
|
|
2569
|
-
Equals(obj:
|
|
2567
|
+
Equals(obj: JsValue | null): boolean;
|
|
2570
2568
|
GetHashCode(): int;
|
|
2571
2569
|
IsDefaultAttribute(): boolean;
|
|
2572
2570
|
}
|
|
@@ -2588,31 +2586,31 @@ export interface NullableConverter$instance extends TypeConverter {
|
|
|
2588
2586
|
readonly NullableType: Type;
|
|
2589
2587
|
readonly UnderlyingType: Type;
|
|
2590
2588
|
readonly UnderlyingTypeConverter: TypeConverter;
|
|
2591
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
2589
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
2592
2590
|
CanConvertFrom(sourceType: Type): boolean;
|
|
2593
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
2594
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
2595
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
2596
|
-
ConvertFrom(value:
|
|
2597
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
2598
|
-
ConvertTo(value:
|
|
2599
|
-
CreateInstance(context: ITypeDescriptorContext, propertyValues: IDictionary):
|
|
2600
|
-
CreateInstance(propertyValues: IDictionary):
|
|
2601
|
-
GetCreateInstanceSupported(context: ITypeDescriptorContext): boolean;
|
|
2591
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
2592
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
2593
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null): JsValue | null;
|
|
2594
|
+
ConvertFrom(value: JsValue): JsValue | null;
|
|
2595
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
2596
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
2597
|
+
CreateInstance(context: ITypeDescriptorContext | null, propertyValues: IDictionary): JsValue | null;
|
|
2598
|
+
CreateInstance(propertyValues: IDictionary): JsValue | null;
|
|
2599
|
+
GetCreateInstanceSupported(context: ITypeDescriptorContext | null): boolean;
|
|
2602
2600
|
GetCreateInstanceSupported(): boolean;
|
|
2603
|
-
GetProperties(context: ITypeDescriptorContext, value:
|
|
2604
|
-
GetProperties(value:
|
|
2605
|
-
GetProperties(context: ITypeDescriptorContext, value:
|
|
2606
|
-
GetPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
2601
|
+
GetProperties(context: ITypeDescriptorContext | null, value: JsValue, attributes: Attribute[] | null): PropertyDescriptorCollection | null;
|
|
2602
|
+
GetProperties(value: JsValue): PropertyDescriptorCollection | null;
|
|
2603
|
+
GetProperties(context: ITypeDescriptorContext | null, value: JsValue): PropertyDescriptorCollection | null;
|
|
2604
|
+
GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
2607
2605
|
GetPropertiesSupported(): boolean;
|
|
2608
|
-
GetStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection |
|
|
2609
|
-
GetStandardValues(): ICollection |
|
|
2610
|
-
GetStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
|
|
2606
|
+
GetStandardValues(context: ITypeDescriptorContext | null): TypeConverter_StandardValuesCollection | null;
|
|
2607
|
+
GetStandardValues(): ICollection | null;
|
|
2608
|
+
GetStandardValuesExclusive(context: ITypeDescriptorContext | null): boolean;
|
|
2611
2609
|
GetStandardValuesExclusive(): boolean;
|
|
2612
|
-
GetStandardValuesSupported(context: ITypeDescriptorContext): boolean;
|
|
2610
|
+
GetStandardValuesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
2613
2611
|
GetStandardValuesSupported(): boolean;
|
|
2614
|
-
IsValid(context: ITypeDescriptorContext, value:
|
|
2615
|
-
IsValid(value:
|
|
2612
|
+
IsValid(context: ITypeDescriptorContext | null, value: JsValue): boolean;
|
|
2613
|
+
IsValid(value: JsValue): boolean;
|
|
2616
2614
|
}
|
|
2617
2615
|
|
|
2618
2616
|
|
|
@@ -2627,7 +2625,7 @@ export interface ParenthesizePropertyNameAttribute$instance extends Attribute {
|
|
|
2627
2625
|
readonly __tsonic_type_System_ComponentModel_ParenthesizePropertyNameAttribute: never;
|
|
2628
2626
|
|
|
2629
2627
|
readonly NeedParenthesis: boolean;
|
|
2630
|
-
Equals(obj:
|
|
2628
|
+
Equals(obj: JsValue | null): boolean;
|
|
2631
2629
|
GetHashCode(): int;
|
|
2632
2630
|
IsDefaultAttribute(): boolean;
|
|
2633
2631
|
}
|
|
@@ -2646,7 +2644,7 @@ export interface PasswordPropertyTextAttribute$instance extends Attribute {
|
|
|
2646
2644
|
readonly __tsonic_type_System_ComponentModel_PasswordPropertyTextAttribute: never;
|
|
2647
2645
|
|
|
2648
2646
|
readonly Password: boolean;
|
|
2649
|
-
Equals(o:
|
|
2647
|
+
Equals(o: JsValue | null): boolean;
|
|
2650
2648
|
GetHashCode(): int;
|
|
2651
2649
|
IsDefaultAttribute(): boolean;
|
|
2652
2650
|
}
|
|
@@ -2667,12 +2665,12 @@ export interface ProgressChangedEventArgs$instance extends EventArgs {
|
|
|
2667
2665
|
readonly __tsonic_type_System_ComponentModel_ProgressChangedEventArgs: never;
|
|
2668
2666
|
|
|
2669
2667
|
readonly ProgressPercentage: int;
|
|
2670
|
-
readonly UserState:
|
|
2668
|
+
readonly UserState: JsValue | null;
|
|
2671
2669
|
}
|
|
2672
2670
|
|
|
2673
2671
|
|
|
2674
2672
|
export const ProgressChangedEventArgs: {
|
|
2675
|
-
new(progressPercentage: int, userState:
|
|
2673
|
+
new(progressPercentage: int, userState: JsValue | null): ProgressChangedEventArgs;
|
|
2676
2674
|
};
|
|
2677
2675
|
|
|
2678
2676
|
|
|
@@ -2681,12 +2679,12 @@ export type ProgressChangedEventArgs = ProgressChangedEventArgs$instance;
|
|
|
2681
2679
|
export interface PropertyChangedEventArgs$instance extends EventArgs {
|
|
2682
2680
|
readonly __tsonic_type_System_ComponentModel_PropertyChangedEventArgs: never;
|
|
2683
2681
|
|
|
2684
|
-
readonly PropertyName: string |
|
|
2682
|
+
readonly PropertyName: string | null;
|
|
2685
2683
|
}
|
|
2686
2684
|
|
|
2687
2685
|
|
|
2688
2686
|
export const PropertyChangedEventArgs: {
|
|
2689
|
-
new(propertyName: string): PropertyChangedEventArgs;
|
|
2687
|
+
new(propertyName: string | null): PropertyChangedEventArgs;
|
|
2690
2688
|
};
|
|
2691
2689
|
|
|
2692
2690
|
|
|
@@ -2695,12 +2693,12 @@ export type PropertyChangedEventArgs = PropertyChangedEventArgs$instance;
|
|
|
2695
2693
|
export interface PropertyChangingEventArgs$instance extends EventArgs {
|
|
2696
2694
|
readonly __tsonic_type_System_ComponentModel_PropertyChangingEventArgs: never;
|
|
2697
2695
|
|
|
2698
|
-
readonly PropertyName: string |
|
|
2696
|
+
readonly PropertyName: string | null;
|
|
2699
2697
|
}
|
|
2700
2698
|
|
|
2701
2699
|
|
|
2702
2700
|
export const PropertyChangingEventArgs: {
|
|
2703
|
-
new(propertyName: string): PropertyChangingEventArgs;
|
|
2701
|
+
new(propertyName: string | null): PropertyChangingEventArgs;
|
|
2704
2702
|
};
|
|
2705
2703
|
|
|
2706
2704
|
|
|
@@ -2717,27 +2715,27 @@ export interface PropertyDescriptor$instance extends MemberDescriptor {
|
|
|
2717
2715
|
readonly PropertyType: Type;
|
|
2718
2716
|
readonly SerializationVisibility: DesignerSerializationVisibility;
|
|
2719
2717
|
readonly SupportsChangeEvents: boolean;
|
|
2720
|
-
AddValueChanged(component:
|
|
2721
|
-
CanResetValue(component:
|
|
2722
|
-
Equals(obj:
|
|
2718
|
+
AddValueChanged(component: JsValue, handler: EventHandler): void;
|
|
2719
|
+
CanResetValue(component: JsValue): boolean;
|
|
2720
|
+
Equals(obj: JsValue | null): boolean;
|
|
2723
2721
|
FillAttributes(attributeList: IList): void;
|
|
2724
2722
|
GetChildProperties(): PropertyDescriptorCollection;
|
|
2725
2723
|
GetChildProperties(filter: Attribute[]): PropertyDescriptorCollection;
|
|
2726
|
-
GetChildProperties(instance:
|
|
2727
|
-
GetChildProperties(instance:
|
|
2728
|
-
GetEditor(editorBaseType: Type):
|
|
2724
|
+
GetChildProperties(instance: JsValue): PropertyDescriptorCollection;
|
|
2725
|
+
GetChildProperties(instance: JsValue | null, filter: Attribute[] | null): PropertyDescriptorCollection;
|
|
2726
|
+
GetEditor(editorBaseType: Type): JsValue | null;
|
|
2729
2727
|
GetHashCode(): int;
|
|
2730
|
-
GetInvocationTarget(type: Type, instance:
|
|
2731
|
-
GetValue(component:
|
|
2732
|
-
OnValueChanged(component:
|
|
2733
|
-
RemoveValueChanged(component:
|
|
2734
|
-
ResetValue(component:
|
|
2735
|
-
SetValue(component:
|
|
2736
|
-
ShouldSerializeValue(component:
|
|
2728
|
+
GetInvocationTarget(type: Type, instance: JsValue): JsValue | null;
|
|
2729
|
+
GetValue(component: JsValue | null): JsValue | null;
|
|
2730
|
+
OnValueChanged(component: JsValue | null, e: EventArgs): void;
|
|
2731
|
+
RemoveValueChanged(component: JsValue, handler: EventHandler): void;
|
|
2732
|
+
ResetValue(component: JsValue): void;
|
|
2733
|
+
SetValue(component: JsValue | null, value: JsValue | null): void;
|
|
2734
|
+
ShouldSerializeValue(component: JsValue): boolean;
|
|
2737
2735
|
}
|
|
2738
2736
|
|
|
2739
2737
|
|
|
2740
|
-
export const PropertyDescriptor: (abstract new(name: string, attrs: Attribute[]) => PropertyDescriptor) & (abstract new(descr: MemberDescriptor) => PropertyDescriptor) & (abstract new(descr: MemberDescriptor, attrs: Attribute[]) => PropertyDescriptor) & {
|
|
2738
|
+
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
2739
|
};
|
|
2742
2740
|
|
|
2743
2741
|
|
|
@@ -2756,24 +2754,24 @@ export interface PropertyDescriptorCollection$instance {
|
|
|
2756
2754
|
Clear(): void;
|
|
2757
2755
|
Contains(value: PropertyDescriptor): boolean;
|
|
2758
2756
|
CopyTo(array: ClrArray, index: int): void;
|
|
2759
|
-
Find(name: string, ignoreCase: boolean): PropertyDescriptor |
|
|
2757
|
+
Find(name: string, ignoreCase: boolean): PropertyDescriptor | null;
|
|
2760
2758
|
get_Item(index: int): PropertyDescriptor;
|
|
2761
|
-
get_Item(name: string): PropertyDescriptor |
|
|
2759
|
+
get_Item(name: string): PropertyDescriptor | null;
|
|
2762
2760
|
GetEnumerator(): IEnumerator;
|
|
2763
|
-
IndexOf(value: PropertyDescriptor): int;
|
|
2761
|
+
IndexOf(value: PropertyDescriptor | null): int;
|
|
2764
2762
|
Insert(index: int, value: PropertyDescriptor): void;
|
|
2765
|
-
Remove(value: PropertyDescriptor): void;
|
|
2763
|
+
Remove(value: PropertyDescriptor | null): void;
|
|
2766
2764
|
RemoveAt(index: int): void;
|
|
2767
2765
|
Sort(): PropertyDescriptorCollection;
|
|
2768
|
-
Sort(names: string[]): PropertyDescriptorCollection;
|
|
2769
|
-
Sort(names: string[], comparer: IComparer): PropertyDescriptorCollection;
|
|
2770
|
-
Sort(comparer: IComparer): PropertyDescriptorCollection;
|
|
2766
|
+
Sort(names: string[] | null): PropertyDescriptorCollection;
|
|
2767
|
+
Sort(names: string[] | null, comparer: IComparer | null): PropertyDescriptorCollection;
|
|
2768
|
+
Sort(comparer: IComparer | null): PropertyDescriptorCollection;
|
|
2771
2769
|
}
|
|
2772
2770
|
|
|
2773
2771
|
|
|
2774
2772
|
export const PropertyDescriptorCollection: {
|
|
2775
|
-
new(properties: PropertyDescriptor[]): PropertyDescriptorCollection;
|
|
2776
|
-
new(properties: PropertyDescriptor[], readOnly: boolean): PropertyDescriptorCollection;
|
|
2773
|
+
new(properties: PropertyDescriptor[] | null): PropertyDescriptorCollection;
|
|
2774
|
+
new(properties: PropertyDescriptor[] | null, readOnly: boolean): PropertyDescriptorCollection;
|
|
2777
2775
|
readonly Empty: PropertyDescriptorCollection;
|
|
2778
2776
|
};
|
|
2779
2777
|
|
|
@@ -2793,8 +2791,8 @@ export interface PropertyTabAttribute$instance extends Attribute {
|
|
|
2793
2791
|
|
|
2794
2792
|
readonly TabClasses: Type[];
|
|
2795
2793
|
TabScopes: PropertyTabScope[];
|
|
2796
|
-
Equals(other:
|
|
2797
|
-
Equals(other: PropertyTabAttribute): boolean;
|
|
2794
|
+
Equals(other: JsValue | null): boolean;
|
|
2795
|
+
Equals(other: PropertyTabAttribute | null): boolean;
|
|
2798
2796
|
GetHashCode(): int;
|
|
2799
2797
|
}
|
|
2800
2798
|
|
|
@@ -2815,8 +2813,8 @@ export interface ProvidePropertyAttribute$instance extends Attribute {
|
|
|
2815
2813
|
|
|
2816
2814
|
readonly PropertyName: string;
|
|
2817
2815
|
readonly ReceiverTypeName: string;
|
|
2818
|
-
readonly TypeId:
|
|
2819
|
-
Equals(obj:
|
|
2816
|
+
readonly TypeId: JsValue;
|
|
2817
|
+
Equals(obj: JsValue | null): boolean;
|
|
2820
2818
|
GetHashCode(): int;
|
|
2821
2819
|
}
|
|
2822
2820
|
|
|
@@ -2833,7 +2831,7 @@ export interface ReadOnlyAttribute$instance extends Attribute {
|
|
|
2833
2831
|
readonly __tsonic_type_System_ComponentModel_ReadOnlyAttribute: never;
|
|
2834
2832
|
|
|
2835
2833
|
readonly IsReadOnly: boolean;
|
|
2836
|
-
Equals(value:
|
|
2834
|
+
Equals(value: JsValue | null): boolean;
|
|
2837
2835
|
GetHashCode(): int;
|
|
2838
2836
|
IsDefaultAttribute(): boolean;
|
|
2839
2837
|
}
|
|
@@ -2853,7 +2851,7 @@ export interface RecommendedAsConfigurableAttribute$instance extends Attribute {
|
|
|
2853
2851
|
readonly __tsonic_type_System_ComponentModel_RecommendedAsConfigurableAttribute: never;
|
|
2854
2852
|
|
|
2855
2853
|
readonly RecommendedAsConfigurable: boolean;
|
|
2856
|
-
Equals(obj:
|
|
2854
|
+
Equals(obj: JsValue | null): boolean;
|
|
2857
2855
|
GetHashCode(): int;
|
|
2858
2856
|
IsDefaultAttribute(): boolean;
|
|
2859
2857
|
}
|
|
@@ -2872,19 +2870,19 @@ export type RecommendedAsConfigurableAttribute = RecommendedAsConfigurableAttrib
|
|
|
2872
2870
|
export interface ReferenceConverter$instance extends TypeConverter {
|
|
2873
2871
|
readonly __tsonic_type_System_ComponentModel_ReferenceConverter: never;
|
|
2874
2872
|
|
|
2875
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
2873
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
2876
2874
|
CanConvertFrom(sourceType: Type): boolean;
|
|
2877
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
2878
|
-
ConvertFrom(value:
|
|
2879
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
2880
|
-
ConvertTo(value:
|
|
2881
|
-
GetStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
|
|
2882
|
-
GetStandardValues(): ICollection |
|
|
2883
|
-
GetStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
|
|
2875
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
|
|
2876
|
+
ConvertFrom(value: JsValue): JsValue | null;
|
|
2877
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
2878
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
2879
|
+
GetStandardValues(context: ITypeDescriptorContext | null): TypeConverter_StandardValuesCollection;
|
|
2880
|
+
GetStandardValues(): ICollection | null;
|
|
2881
|
+
GetStandardValuesExclusive(context: ITypeDescriptorContext | null): boolean;
|
|
2884
2882
|
GetStandardValuesExclusive(): boolean;
|
|
2885
|
-
GetStandardValuesSupported(context: ITypeDescriptorContext): boolean;
|
|
2883
|
+
GetStandardValuesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
2886
2884
|
GetStandardValuesSupported(): boolean;
|
|
2887
|
-
IsValueAllowed(context: ITypeDescriptorContext, value:
|
|
2885
|
+
IsValueAllowed(context: ITypeDescriptorContext, value: JsValue): boolean;
|
|
2888
2886
|
}
|
|
2889
2887
|
|
|
2890
2888
|
|
|
@@ -2898,14 +2896,14 @@ export type ReferenceConverter = ReferenceConverter$instance;
|
|
|
2898
2896
|
export interface RefreshEventArgs$instance extends EventArgs {
|
|
2899
2897
|
readonly __tsonic_type_System_ComponentModel_RefreshEventArgs: never;
|
|
2900
2898
|
|
|
2901
|
-
readonly ComponentChanged:
|
|
2902
|
-
readonly TypeChanged: Type |
|
|
2899
|
+
readonly ComponentChanged: JsValue | null;
|
|
2900
|
+
readonly TypeChanged: Type | null;
|
|
2903
2901
|
}
|
|
2904
2902
|
|
|
2905
2903
|
|
|
2906
2904
|
export const RefreshEventArgs: {
|
|
2907
|
-
new(componentChanged:
|
|
2908
|
-
new(typeChanged: Type): RefreshEventArgs;
|
|
2905
|
+
new(componentChanged: JsValue | null): RefreshEventArgs;
|
|
2906
|
+
new(typeChanged: Type | null): RefreshEventArgs;
|
|
2909
2907
|
};
|
|
2910
2908
|
|
|
2911
2909
|
|
|
@@ -2915,7 +2913,7 @@ export interface RefreshPropertiesAttribute$instance extends Attribute {
|
|
|
2915
2913
|
readonly __tsonic_type_System_ComponentModel_RefreshPropertiesAttribute: never;
|
|
2916
2914
|
|
|
2917
2915
|
readonly RefreshProperties: RefreshProperties;
|
|
2918
|
-
Equals(obj:
|
|
2916
|
+
Equals(obj: JsValue | null): boolean;
|
|
2919
2917
|
GetHashCode(): int;
|
|
2920
2918
|
IsDefaultAttribute(): boolean;
|
|
2921
2919
|
}
|
|
@@ -2935,7 +2933,7 @@ export interface RunInstallerAttribute$instance extends Attribute {
|
|
|
2935
2933
|
readonly __tsonic_type_System_ComponentModel_RunInstallerAttribute: never;
|
|
2936
2934
|
|
|
2937
2935
|
readonly RunInstaller: boolean;
|
|
2938
|
-
Equals(obj:
|
|
2936
|
+
Equals(obj: JsValue | null): boolean;
|
|
2939
2937
|
GetHashCode(): int;
|
|
2940
2938
|
IsDefaultAttribute(): boolean;
|
|
2941
2939
|
}
|
|
@@ -2954,13 +2952,13 @@ export type RunInstallerAttribute = RunInstallerAttribute$instance;
|
|
|
2954
2952
|
export interface RunWorkerCompletedEventArgs$instance extends AsyncCompletedEventArgs {
|
|
2955
2953
|
readonly __tsonic_type_System_ComponentModel_RunWorkerCompletedEventArgs: never;
|
|
2956
2954
|
|
|
2957
|
-
readonly Result:
|
|
2958
|
-
readonly UserState:
|
|
2955
|
+
readonly Result: JsValue | null;
|
|
2956
|
+
readonly UserState: JsValue | null;
|
|
2959
2957
|
}
|
|
2960
2958
|
|
|
2961
2959
|
|
|
2962
2960
|
export const RunWorkerCompletedEventArgs: {
|
|
2963
|
-
new(result:
|
|
2961
|
+
new(result: JsValue | null, error: Exception | null, cancelled: boolean): RunWorkerCompletedEventArgs;
|
|
2964
2962
|
};
|
|
2965
2963
|
|
|
2966
2964
|
|
|
@@ -2983,7 +2981,7 @@ export interface SettingsBindableAttribute$instance extends Attribute {
|
|
|
2983
2981
|
readonly __tsonic_type_System_ComponentModel_SettingsBindableAttribute: never;
|
|
2984
2982
|
|
|
2985
2983
|
readonly Bindable: boolean;
|
|
2986
|
-
Equals(obj:
|
|
2984
|
+
Equals(obj: JsValue | null): boolean;
|
|
2987
2985
|
GetHashCode(): int;
|
|
2988
2986
|
}
|
|
2989
2987
|
|
|
@@ -3013,10 +3011,10 @@ export type SingleConverter = SingleConverter$instance;
|
|
|
3013
3011
|
export interface StringConverter$instance extends TypeConverter {
|
|
3014
3012
|
readonly __tsonic_type_System_ComponentModel_StringConverter: never;
|
|
3015
3013
|
|
|
3016
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
3014
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
3017
3015
|
CanConvertFrom(sourceType: Type): boolean;
|
|
3018
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
3019
|
-
ConvertFrom(value:
|
|
3016
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null): JsValue | null;
|
|
3017
|
+
ConvertFrom(value: JsValue): JsValue | null;
|
|
3020
3018
|
}
|
|
3021
3019
|
|
|
3022
3020
|
|
|
@@ -3030,14 +3028,14 @@ export type StringConverter = StringConverter$instance;
|
|
|
3030
3028
|
export interface TimeOnlyConverter$instance extends TypeConverter {
|
|
3031
3029
|
readonly __tsonic_type_System_ComponentModel_TimeOnlyConverter: never;
|
|
3032
3030
|
|
|
3033
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
3031
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
3034
3032
|
CanConvertFrom(sourceType: Type): boolean;
|
|
3035
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
3036
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
3037
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
3038
|
-
ConvertFrom(value:
|
|
3039
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
3040
|
-
ConvertTo(value:
|
|
3033
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
3034
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
3035
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
|
|
3036
|
+
ConvertFrom(value: JsValue): JsValue | null;
|
|
3037
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
3038
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
3041
3039
|
}
|
|
3042
3040
|
|
|
3043
3041
|
|
|
@@ -3051,14 +3049,14 @@ export type TimeOnlyConverter = TimeOnlyConverter$instance;
|
|
|
3051
3049
|
export interface TimeSpanConverter$instance extends TypeConverter {
|
|
3052
3050
|
readonly __tsonic_type_System_ComponentModel_TimeSpanConverter: never;
|
|
3053
3051
|
|
|
3054
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
3052
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
3055
3053
|
CanConvertFrom(sourceType: Type): boolean;
|
|
3056
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
3057
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
3058
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
3059
|
-
ConvertFrom(value:
|
|
3060
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
3061
|
-
ConvertTo(value:
|
|
3054
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
3055
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
3056
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
|
|
3057
|
+
ConvertFrom(value: JsValue): JsValue | null;
|
|
3058
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
3059
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
3062
3060
|
}
|
|
3063
3061
|
|
|
3064
3062
|
|
|
@@ -3072,9 +3070,9 @@ export type TimeSpanConverter = TimeSpanConverter$instance;
|
|
|
3072
3070
|
export interface ToolboxItemAttribute$instance extends Attribute {
|
|
3073
3071
|
readonly __tsonic_type_System_ComponentModel_ToolboxItemAttribute: never;
|
|
3074
3072
|
|
|
3075
|
-
readonly ToolboxItemType: Type |
|
|
3073
|
+
readonly ToolboxItemType: Type | null;
|
|
3076
3074
|
readonly ToolboxItemTypeName: string;
|
|
3077
|
-
Equals(obj:
|
|
3075
|
+
Equals(obj: JsValue | null): boolean;
|
|
3078
3076
|
GetHashCode(): int;
|
|
3079
3077
|
IsDefaultAttribute(): boolean;
|
|
3080
3078
|
}
|
|
@@ -3096,10 +3094,10 @@ export interface ToolboxItemFilterAttribute$instance extends Attribute {
|
|
|
3096
3094
|
|
|
3097
3095
|
readonly FilterString: string;
|
|
3098
3096
|
readonly FilterType: ToolboxItemFilterType;
|
|
3099
|
-
readonly TypeId:
|
|
3100
|
-
Equals(obj:
|
|
3097
|
+
readonly TypeId: JsValue;
|
|
3098
|
+
Equals(obj: JsValue | null): boolean;
|
|
3101
3099
|
GetHashCode(): int;
|
|
3102
|
-
Match(obj:
|
|
3100
|
+
Match(obj: JsValue | null): boolean;
|
|
3103
3101
|
ToString(): string;
|
|
3104
3102
|
}
|
|
3105
3103
|
|
|
@@ -3116,40 +3114,40 @@ export interface TypeConverter$instance {
|
|
|
3116
3114
|
readonly __tsonic_type_System_ComponentModel_TypeConverter: never;
|
|
3117
3115
|
|
|
3118
3116
|
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:
|
|
3123
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
3124
|
-
ConvertFromInvariantString(text: string):
|
|
3125
|
-
ConvertFromInvariantString(context: ITypeDescriptorContext, text: string):
|
|
3126
|
-
ConvertFromString(text: string):
|
|
3127
|
-
ConvertFromString(context: ITypeDescriptorContext, text: string):
|
|
3128
|
-
ConvertFromString(context: ITypeDescriptorContext, culture: CultureInfo, text: string):
|
|
3129
|
-
ConvertTo(value:
|
|
3130
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
3131
|
-
ConvertToInvariantString(value:
|
|
3132
|
-
ConvertToInvariantString(context: ITypeDescriptorContext, value:
|
|
3133
|
-
ConvertToString(value:
|
|
3134
|
-
ConvertToString(context: ITypeDescriptorContext, value:
|
|
3135
|
-
ConvertToString(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
3136
|
-
CreateInstance(propertyValues: IDictionary):
|
|
3137
|
-
CreateInstance(context: ITypeDescriptorContext, propertyValues: IDictionary):
|
|
3117
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
3118
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
3119
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
3120
|
+
ConvertFrom(value: JsValue): JsValue | null;
|
|
3121
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
|
|
3122
|
+
ConvertFromInvariantString(text: string): JsValue | null;
|
|
3123
|
+
ConvertFromInvariantString(context: ITypeDescriptorContext | null, text: string): JsValue | null;
|
|
3124
|
+
ConvertFromString(text: string): JsValue | null;
|
|
3125
|
+
ConvertFromString(context: ITypeDescriptorContext | null, text: string): JsValue | null;
|
|
3126
|
+
ConvertFromString(context: ITypeDescriptorContext | null, culture: CultureInfo | null, text: string): JsValue | null;
|
|
3127
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
3128
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
3129
|
+
ConvertToInvariantString(value: JsValue | null): string | null;
|
|
3130
|
+
ConvertToInvariantString(context: ITypeDescriptorContext | null, value: JsValue | null): string | null;
|
|
3131
|
+
ConvertToString(value: JsValue | null): string | null;
|
|
3132
|
+
ConvertToString(context: ITypeDescriptorContext | null, value: JsValue | null): string | null;
|
|
3133
|
+
ConvertToString(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null): string | null;
|
|
3134
|
+
CreateInstance(propertyValues: IDictionary): JsValue | null;
|
|
3135
|
+
CreateInstance(context: ITypeDescriptorContext | null, propertyValues: IDictionary): JsValue | null;
|
|
3138
3136
|
GetCreateInstanceSupported(): boolean;
|
|
3139
|
-
GetCreateInstanceSupported(context: ITypeDescriptorContext): boolean;
|
|
3140
|
-
GetProperties(value:
|
|
3141
|
-
GetProperties(context: ITypeDescriptorContext, value:
|
|
3142
|
-
GetProperties(context: ITypeDescriptorContext, value:
|
|
3137
|
+
GetCreateInstanceSupported(context: ITypeDescriptorContext | null): boolean;
|
|
3138
|
+
GetProperties(value: JsValue): PropertyDescriptorCollection | null;
|
|
3139
|
+
GetProperties(context: ITypeDescriptorContext | null, value: JsValue): PropertyDescriptorCollection | null;
|
|
3140
|
+
GetProperties(context: ITypeDescriptorContext | null, value: JsValue, attributes: Attribute[] | null): PropertyDescriptorCollection | null;
|
|
3143
3141
|
GetPropertiesSupported(): boolean;
|
|
3144
|
-
GetPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
3145
|
-
GetStandardValues(): ICollection |
|
|
3146
|
-
GetStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection |
|
|
3142
|
+
GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
3143
|
+
GetStandardValues(): ICollection | null;
|
|
3144
|
+
GetStandardValues(context: ITypeDescriptorContext | null): TypeConverter_StandardValuesCollection | null;
|
|
3147
3145
|
GetStandardValuesExclusive(): boolean;
|
|
3148
|
-
GetStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
|
|
3146
|
+
GetStandardValuesExclusive(context: ITypeDescriptorContext | null): boolean;
|
|
3149
3147
|
GetStandardValuesSupported(): boolean;
|
|
3150
|
-
GetStandardValuesSupported(context: ITypeDescriptorContext): boolean;
|
|
3151
|
-
IsValid(value:
|
|
3152
|
-
IsValid(context: ITypeDescriptorContext, value:
|
|
3148
|
+
GetStandardValuesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
3149
|
+
IsValid(value: JsValue): boolean;
|
|
3150
|
+
IsValid(context: ITypeDescriptorContext | null, value: JsValue): boolean;
|
|
3153
3151
|
}
|
|
3154
3152
|
|
|
3155
3153
|
|
|
@@ -3160,7 +3158,25 @@ export const TypeConverter: {
|
|
|
3160
3158
|
|
|
3161
3159
|
export type TypeConverter = TypeConverter$instance;
|
|
3162
3160
|
|
|
3163
|
-
export interface
|
|
3161
|
+
export interface TypeConverter_SimplePropertyDescriptor$instance extends PropertyDescriptor {
|
|
3162
|
+
readonly __tsonic_type_System_ComponentModel_TypeConverter_SimplePropertyDescriptor: never;
|
|
3163
|
+
|
|
3164
|
+
readonly ComponentType: Type;
|
|
3165
|
+
readonly IsReadOnly: boolean;
|
|
3166
|
+
readonly PropertyType: Type;
|
|
3167
|
+
CanResetValue(component: JsValue): boolean;
|
|
3168
|
+
ResetValue(component: JsValue): void;
|
|
3169
|
+
ShouldSerializeValue(component: JsValue): boolean;
|
|
3170
|
+
}
|
|
3171
|
+
|
|
3172
|
+
|
|
3173
|
+
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) & {
|
|
3174
|
+
};
|
|
3175
|
+
|
|
3176
|
+
|
|
3177
|
+
export type TypeConverter_SimplePropertyDescriptor = TypeConverter_SimplePropertyDescriptor$instance;
|
|
3178
|
+
|
|
3179
|
+
export interface TypeConverter_StandardValuesCollection$instance extends ICollection, IEnumerable {
|
|
3164
3180
|
readonly __tsonic_type_System_ComponentModel_TypeConverter_StandardValuesCollection: never;
|
|
3165
3181
|
|
|
3166
3182
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
@@ -3173,23 +3189,17 @@ export interface TypeConverter_StandardValuesCollection$instance {
|
|
|
3173
3189
|
|
|
3174
3190
|
|
|
3175
3191
|
export const TypeConverter_StandardValuesCollection: {
|
|
3176
|
-
new(values: ICollection): TypeConverter_StandardValuesCollection;
|
|
3192
|
+
new(values: ICollection | null): TypeConverter_StandardValuesCollection;
|
|
3177
3193
|
};
|
|
3178
3194
|
|
|
3179
3195
|
|
|
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
|
-
|
|
3196
|
+
export type TypeConverter_StandardValuesCollection = TypeConverter_StandardValuesCollection$instance & { readonly [index: number]: JsValue | null; };
|
|
3187
3197
|
|
|
3188
3198
|
export interface TypeConverterAttribute$instance extends Attribute {
|
|
3189
3199
|
readonly __tsonic_type_System_ComponentModel_TypeConverterAttribute: never;
|
|
3190
3200
|
|
|
3191
3201
|
readonly ConverterTypeName: string;
|
|
3192
|
-
Equals(obj:
|
|
3202
|
+
Equals(obj: JsValue | null): boolean;
|
|
3193
3203
|
GetHashCode(): int;
|
|
3194
3204
|
}
|
|
3195
3205
|
|
|
@@ -3208,22 +3218,22 @@ export interface TypeDescriptionProvider$instance {
|
|
|
3208
3218
|
readonly __tsonic_type_System_ComponentModel_TypeDescriptionProvider: never;
|
|
3209
3219
|
|
|
3210
3220
|
readonly RequireRegisteredTypes: Nullable_1<System_Internal.Boolean>;
|
|
3211
|
-
CreateInstance(provider: IServiceProvider, objectType: Type, argTypes: Type[], args:
|
|
3212
|
-
GetCache(instance:
|
|
3213
|
-
GetExtendedTypeDescriptor(instance:
|
|
3214
|
-
GetExtendedTypeDescriptorFromRegisteredType(instance:
|
|
3215
|
-
GetExtenderProviders(instance:
|
|
3216
|
-
GetFullComponentName(component:
|
|
3221
|
+
CreateInstance(provider: IServiceProvider | null, objectType: Type, argTypes: Type[] | null, args: (JsValue | null)[] | null): JsValue | null;
|
|
3222
|
+
GetCache(instance: JsValue): IDictionary | null;
|
|
3223
|
+
GetExtendedTypeDescriptor(instance: JsValue): ICustomTypeDescriptor;
|
|
3224
|
+
GetExtendedTypeDescriptorFromRegisteredType(instance: JsValue): ICustomTypeDescriptor;
|
|
3225
|
+
GetExtenderProviders(instance: JsValue): IExtenderProvider[];
|
|
3226
|
+
GetFullComponentName(component: JsValue): string | null;
|
|
3217
3227
|
GetReflectionType(objectType: Type): Type;
|
|
3218
|
-
GetReflectionType(instance:
|
|
3219
|
-
GetReflectionType(objectType: Type, instance:
|
|
3228
|
+
GetReflectionType(instance: JsValue): Type;
|
|
3229
|
+
GetReflectionType(objectType: Type, instance: JsValue | null): Type;
|
|
3220
3230
|
GetRuntimeType(reflectionType: Type): Type;
|
|
3221
|
-
GetTypeDescriptor(objectType: Type): ICustomTypeDescriptor |
|
|
3222
|
-
GetTypeDescriptor(instance:
|
|
3223
|
-
GetTypeDescriptor(objectType: Type, instance:
|
|
3224
|
-
GetTypeDescriptorFromRegisteredType(objectType: Type): ICustomTypeDescriptor |
|
|
3225
|
-
GetTypeDescriptorFromRegisteredType(instance:
|
|
3226
|
-
GetTypeDescriptorFromRegisteredType(objectType: Type, instance:
|
|
3231
|
+
GetTypeDescriptor(objectType: Type): ICustomTypeDescriptor | null;
|
|
3232
|
+
GetTypeDescriptor(instance: JsValue): ICustomTypeDescriptor | null;
|
|
3233
|
+
GetTypeDescriptor(objectType: Type, instance: JsValue | null): ICustomTypeDescriptor | null;
|
|
3234
|
+
GetTypeDescriptorFromRegisteredType(objectType: Type): ICustomTypeDescriptor | null;
|
|
3235
|
+
GetTypeDescriptorFromRegisteredType(instance: JsValue): ICustomTypeDescriptor | null;
|
|
3236
|
+
GetTypeDescriptorFromRegisteredType(objectType: Type, instance: JsValue | null): ICustomTypeDescriptor | null;
|
|
3227
3237
|
IsRegisteredType(type: Type): boolean;
|
|
3228
3238
|
IsSupportedType(type: Type): boolean;
|
|
3229
3239
|
RegisterType<T>(): void;
|
|
@@ -3260,75 +3270,75 @@ export interface TypeDescriptor$instance {
|
|
|
3260
3270
|
export const TypeDescriptor: {
|
|
3261
3271
|
readonly InterfaceType: Type;
|
|
3262
3272
|
readonly ComObjectType: Type;
|
|
3263
|
-
get ComNativeDescriptorHandler(): IComNativeDescriptorHandler |
|
|
3264
|
-
set ComNativeDescriptorHandler(value: IComNativeDescriptorHandler |
|
|
3265
|
-
AddAttributes(instance:
|
|
3273
|
+
get ComNativeDescriptorHandler(): IComNativeDescriptorHandler | null;
|
|
3274
|
+
set ComNativeDescriptorHandler(value: IComNativeDescriptorHandler | null);
|
|
3275
|
+
AddAttributes(instance: JsValue, ...attributes: Attribute[]): TypeDescriptionProvider;
|
|
3266
3276
|
AddAttributes(type: Type, ...attributes: Attribute[]): TypeDescriptionProvider;
|
|
3267
3277
|
AddEditorTable(editorBaseType: Type, table: Hashtable): void;
|
|
3268
|
-
AddProvider(provider: TypeDescriptionProvider, instance:
|
|
3278
|
+
AddProvider(provider: TypeDescriptionProvider, instance: JsValue): void;
|
|
3269
3279
|
AddProvider(provider: TypeDescriptionProvider, type: Type): void;
|
|
3270
|
-
AddProviderTransparent(provider: TypeDescriptionProvider, instance:
|
|
3280
|
+
AddProviderTransparent(provider: TypeDescriptionProvider, instance: JsValue): void;
|
|
3271
3281
|
AddProviderTransparent(provider: TypeDescriptionProvider, type: Type): void;
|
|
3272
|
-
CreateAssociation(primary:
|
|
3273
|
-
CreateDesigner(component: IComponent, designerBaseType: Type): IDesigner |
|
|
3282
|
+
CreateAssociation(primary: JsValue, secondary: JsValue): void;
|
|
3283
|
+
CreateDesigner(component: IComponent, designerBaseType: Type): IDesigner | null;
|
|
3274
3284
|
CreateEvent(componentType: Type, oldEventDescriptor: EventDescriptor, ...attributes: Attribute[]): EventDescriptor;
|
|
3275
3285
|
CreateEvent(componentType: Type, name: string, type: Type, ...attributes: Attribute[]): EventDescriptor;
|
|
3276
|
-
CreateInstance(provider: IServiceProvider, objectType: Type, argTypes: Type[], args:
|
|
3286
|
+
CreateInstance(provider: IServiceProvider | null, objectType: Type, argTypes: Type[] | null, args: (JsValue | null)[] | null): JsValue | null;
|
|
3277
3287
|
CreateProperty(componentType: Type, oldPropertyDescriptor: PropertyDescriptor, ...attributes: Attribute[]): PropertyDescriptor;
|
|
3278
3288
|
CreateProperty(componentType: Type, name: string, type: Type, ...attributes: Attribute[]): PropertyDescriptor;
|
|
3279
|
-
GetAssociation(type: Type, primary:
|
|
3280
|
-
GetAttributes(component:
|
|
3281
|
-
GetAttributes(component:
|
|
3289
|
+
GetAssociation(type: Type, primary: JsValue): JsValue;
|
|
3290
|
+
GetAttributes(component: JsValue, noCustomTypeDesc: boolean): AttributeCollection;
|
|
3291
|
+
GetAttributes(component: JsValue): AttributeCollection;
|
|
3282
3292
|
GetAttributes(componentType: Type): AttributeCollection;
|
|
3283
|
-
GetClassName(component:
|
|
3284
|
-
GetClassName(component:
|
|
3285
|
-
GetClassName(componentType: Type): string |
|
|
3286
|
-
GetComponentName(component:
|
|
3287
|
-
GetComponentName(component:
|
|
3288
|
-
GetConverter(component:
|
|
3289
|
-
GetConverter(component:
|
|
3293
|
+
GetClassName(component: JsValue, noCustomTypeDesc: boolean): string | null;
|
|
3294
|
+
GetClassName(component: JsValue): string | null;
|
|
3295
|
+
GetClassName(componentType: Type): string | null;
|
|
3296
|
+
GetComponentName(component: JsValue, noCustomTypeDesc: boolean): string | null;
|
|
3297
|
+
GetComponentName(component: JsValue): string | null;
|
|
3298
|
+
GetConverter(component: JsValue, noCustomTypeDesc: boolean): TypeConverter;
|
|
3299
|
+
GetConverter(component: JsValue): TypeConverter;
|
|
3290
3300
|
GetConverter(type: Type): TypeConverter;
|
|
3291
|
-
GetConverterFromRegisteredType(component:
|
|
3301
|
+
GetConverterFromRegisteredType(component: JsValue): TypeConverter;
|
|
3292
3302
|
GetConverterFromRegisteredType(type: Type): TypeConverter;
|
|
3293
|
-
GetDefaultEvent(component:
|
|
3294
|
-
GetDefaultEvent(component:
|
|
3295
|
-
GetDefaultEvent(componentType: Type): EventDescriptor |
|
|
3296
|
-
GetDefaultProperty(component:
|
|
3297
|
-
GetDefaultProperty(component:
|
|
3298
|
-
GetDefaultProperty(componentType: Type): PropertyDescriptor |
|
|
3299
|
-
GetEditor(component:
|
|
3300
|
-
GetEditor(component:
|
|
3301
|
-
GetEditor(type: Type, editorBaseType: Type):
|
|
3302
|
-
GetEvents(component:
|
|
3303
|
-
GetEvents(component:
|
|
3304
|
-
GetEvents(component:
|
|
3305
|
-
GetEvents(component:
|
|
3303
|
+
GetDefaultEvent(component: JsValue, noCustomTypeDesc: boolean): EventDescriptor | null;
|
|
3304
|
+
GetDefaultEvent(component: JsValue): EventDescriptor | null;
|
|
3305
|
+
GetDefaultEvent(componentType: Type): EventDescriptor | null;
|
|
3306
|
+
GetDefaultProperty(component: JsValue, noCustomTypeDesc: boolean): PropertyDescriptor | null;
|
|
3307
|
+
GetDefaultProperty(component: JsValue): PropertyDescriptor | null;
|
|
3308
|
+
GetDefaultProperty(componentType: Type): PropertyDescriptor | null;
|
|
3309
|
+
GetEditor(component: JsValue, editorBaseType: Type, noCustomTypeDesc: boolean): JsValue | null;
|
|
3310
|
+
GetEditor(component: JsValue, editorBaseType: Type): JsValue | null;
|
|
3311
|
+
GetEditor(type: Type, editorBaseType: Type): JsValue | null;
|
|
3312
|
+
GetEvents(component: JsValue, attributes: Attribute[] | null, noCustomTypeDesc: boolean): EventDescriptorCollection;
|
|
3313
|
+
GetEvents(component: JsValue, attributes: Attribute[]): EventDescriptorCollection;
|
|
3314
|
+
GetEvents(component: JsValue, noCustomTypeDesc: boolean): EventDescriptorCollection;
|
|
3315
|
+
GetEvents(component: JsValue): EventDescriptorCollection;
|
|
3306
3316
|
GetEvents(componentType: Type, attributes: Attribute[]): EventDescriptorCollection;
|
|
3307
3317
|
GetEvents(componentType: Type): EventDescriptorCollection;
|
|
3308
3318
|
GetEventsFromRegisteredType(componentType: Type): EventDescriptorCollection;
|
|
3309
|
-
GetFullComponentName(component:
|
|
3310
|
-
GetProperties(component:
|
|
3311
|
-
GetProperties(component:
|
|
3312
|
-
GetProperties(component:
|
|
3313
|
-
GetProperties(component:
|
|
3314
|
-
GetProperties(componentType: Type, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
3319
|
+
GetFullComponentName(component: JsValue): string | null;
|
|
3320
|
+
GetProperties(component: JsValue, attributes: Attribute[] | null, noCustomTypeDesc: boolean): PropertyDescriptorCollection;
|
|
3321
|
+
GetProperties(component: JsValue, attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
3322
|
+
GetProperties(component: JsValue, noCustomTypeDesc: boolean): PropertyDescriptorCollection;
|
|
3323
|
+
GetProperties(component: JsValue): PropertyDescriptorCollection;
|
|
3324
|
+
GetProperties(componentType: Type, attributes: Attribute[] | null): PropertyDescriptorCollection;
|
|
3315
3325
|
GetProperties(componentType: Type): PropertyDescriptorCollection;
|
|
3316
|
-
GetPropertiesFromRegisteredType(component:
|
|
3326
|
+
GetPropertiesFromRegisteredType(component: JsValue): PropertyDescriptorCollection;
|
|
3317
3327
|
GetPropertiesFromRegisteredType(componentType: Type): PropertyDescriptorCollection;
|
|
3318
|
-
GetProvider(instance:
|
|
3328
|
+
GetProvider(instance: JsValue): TypeDescriptionProvider;
|
|
3319
3329
|
GetProvider(type: Type): TypeDescriptionProvider;
|
|
3320
|
-
GetReflectionType(instance:
|
|
3330
|
+
GetReflectionType(instance: JsValue): Type;
|
|
3321
3331
|
GetReflectionType(type: Type): Type;
|
|
3322
|
-
Refresh(component:
|
|
3332
|
+
Refresh(component: JsValue): void;
|
|
3323
3333
|
Refresh(assembly: Assembly): void;
|
|
3324
3334
|
Refresh(module: Module): void;
|
|
3325
3335
|
Refresh(type: Type): void;
|
|
3326
3336
|
RegisterType<T>(): void;
|
|
3327
|
-
RemoveAssociation(primary:
|
|
3328
|
-
RemoveAssociations(primary:
|
|
3329
|
-
RemoveProvider(provider: TypeDescriptionProvider, instance:
|
|
3337
|
+
RemoveAssociation(primary: JsValue, secondary: JsValue): void;
|
|
3338
|
+
RemoveAssociations(primary: JsValue): void;
|
|
3339
|
+
RemoveProvider(provider: TypeDescriptionProvider, instance: JsValue): void;
|
|
3330
3340
|
RemoveProvider(provider: TypeDescriptionProvider, type: Type): void;
|
|
3331
|
-
RemoveProviderTransparent(provider: TypeDescriptionProvider, instance:
|
|
3341
|
+
RemoveProviderTransparent(provider: TypeDescriptionProvider, instance: JsValue): void;
|
|
3332
3342
|
RemoveProviderTransparent(provider: TypeDescriptionProvider, type: Type): void;
|
|
3333
3343
|
SortDescriptorArray(infos: IList): void;
|
|
3334
3344
|
};
|
|
@@ -3339,19 +3349,19 @@ export type TypeDescriptor = TypeDescriptor$instance;
|
|
|
3339
3349
|
export interface TypeListConverter$instance extends TypeConverter {
|
|
3340
3350
|
readonly __tsonic_type_System_ComponentModel_TypeListConverter: never;
|
|
3341
3351
|
|
|
3342
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
3352
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
3343
3353
|
CanConvertFrom(sourceType: Type): boolean;
|
|
3344
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
3345
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
3346
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
3347
|
-
ConvertFrom(value:
|
|
3348
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
3349
|
-
ConvertTo(value:
|
|
3350
|
-
GetStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
|
|
3351
|
-
GetStandardValues(): ICollection |
|
|
3352
|
-
GetStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
|
|
3354
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
3355
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
3356
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
|
|
3357
|
+
ConvertFrom(value: JsValue): JsValue | null;
|
|
3358
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
3359
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
3360
|
+
GetStandardValues(context: ITypeDescriptorContext | null): TypeConverter_StandardValuesCollection;
|
|
3361
|
+
GetStandardValues(): ICollection | null;
|
|
3362
|
+
GetStandardValuesExclusive(context: ITypeDescriptorContext | null): boolean;
|
|
3353
3363
|
GetStandardValuesExclusive(): boolean;
|
|
3354
|
-
GetStandardValuesSupported(context: ITypeDescriptorContext): boolean;
|
|
3364
|
+
GetStandardValuesSupported(context: ITypeDescriptorContext | null): boolean;
|
|
3355
3365
|
GetStandardValuesSupported(): boolean;
|
|
3356
3366
|
}
|
|
3357
3367
|
|
|
@@ -3417,16 +3427,16 @@ export type UInt64Converter = UInt64Converter$instance;
|
|
|
3417
3427
|
export interface VersionConverter$instance extends TypeConverter {
|
|
3418
3428
|
readonly __tsonic_type_System_ComponentModel_VersionConverter: never;
|
|
3419
3429
|
|
|
3420
|
-
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
3430
|
+
CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
|
|
3421
3431
|
CanConvertFrom(sourceType: Type): boolean;
|
|
3422
|
-
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
3423
|
-
CanConvertTo(destinationType: Type): boolean;
|
|
3424
|
-
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
3425
|
-
ConvertFrom(value:
|
|
3426
|
-
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
3427
|
-
ConvertTo(value:
|
|
3428
|
-
IsValid(context: ITypeDescriptorContext, value:
|
|
3429
|
-
IsValid(value:
|
|
3432
|
+
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
3433
|
+
CanConvertTo(destinationType: Type | null): boolean;
|
|
3434
|
+
ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
|
|
3435
|
+
ConvertFrom(value: JsValue): JsValue | null;
|
|
3436
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
|
|
3437
|
+
ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
|
|
3438
|
+
IsValid(context: ITypeDescriptorContext | null, value: JsValue | null): boolean;
|
|
3439
|
+
IsValid(value: JsValue): boolean;
|
|
3430
3440
|
}
|
|
3431
3441
|
|
|
3432
3442
|
|
|
@@ -3442,18 +3452,18 @@ export interface WarningException$instance extends SystemException {
|
|
|
3442
3452
|
|
|
3443
3453
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
3444
3454
|
|
|
3445
|
-
readonly HelpTopic: string |
|
|
3446
|
-
readonly HelpUrl: string |
|
|
3455
|
+
readonly HelpTopic: string | null;
|
|
3456
|
+
readonly HelpUrl: string | null;
|
|
3447
3457
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
3448
3458
|
}
|
|
3449
3459
|
|
|
3450
3460
|
|
|
3451
3461
|
export const WarningException: {
|
|
3452
3462
|
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;
|
|
3463
|
+
new(message: string | null): WarningException;
|
|
3464
|
+
new(message: string | null, helpUrl: string | null): WarningException;
|
|
3465
|
+
new(message: string | null, innerException: Exception | null): WarningException;
|
|
3466
|
+
new(message: string | null, helpUrl: string | null, helpTopic: string | null): WarningException;
|
|
3457
3467
|
};
|
|
3458
3468
|
|
|
3459
3469
|
|
|
@@ -3478,9 +3488,9 @@ export interface Win32Exception$instance extends ExternalException {
|
|
|
3478
3488
|
export const Win32Exception: {
|
|
3479
3489
|
new(): Win32Exception;
|
|
3480
3490
|
new(error: int): Win32Exception;
|
|
3481
|
-
new(error: int, message: string): Win32Exception;
|
|
3482
|
-
new(message: string): Win32Exception;
|
|
3483
|
-
new(message: string, innerException: Exception): Win32Exception;
|
|
3491
|
+
new(error: int, message: string | null): Win32Exception;
|
|
3492
|
+
new(message: string | null): Win32Exception;
|
|
3493
|
+
new(message: string | null, innerException: Exception | null): Win32Exception;
|
|
3484
3494
|
};
|
|
3485
3495
|
|
|
3486
3496
|
|
|
@@ -3493,7 +3503,7 @@ export type Win32Exception = Win32Exception$instance & __Win32Exception$views;
|
|
|
3493
3503
|
|
|
3494
3504
|
export abstract class AsyncOperationManager$instance {
|
|
3495
3505
|
static SynchronizationContext: SynchronizationContext;
|
|
3496
|
-
static CreateOperation(userSuppliedState:
|
|
3506
|
+
static CreateOperation(userSuppliedState: JsValue | null): AsyncOperation;
|
|
3497
3507
|
}
|
|
3498
3508
|
|
|
3499
3509
|
|