@tsonic/dotnet 0.5.2 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -84,252 +84,260 @@ export enum ViewTechnology {
|
|
|
84
84
|
|
|
85
85
|
|
|
86
86
|
export interface IComponentChangeService$instance {
|
|
87
|
-
|
|
88
|
-
|
|
87
|
+
onComponentChanged(component: unknown, member: MemberDescriptor, oldValue: unknown, newValue: unknown): void;
|
|
88
|
+
onComponentChanging(component: unknown, member: MemberDescriptor): void;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
|
|
92
92
|
export type IComponentChangeService = IComponentChangeService$instance;
|
|
93
93
|
|
|
94
94
|
export interface IComponentDiscoveryService$instance {
|
|
95
|
-
|
|
95
|
+
getComponentTypes(designerHost: IDesignerHost, baseType: Type): ICollection;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
|
|
99
99
|
export type IComponentDiscoveryService = IComponentDiscoveryService$instance;
|
|
100
100
|
|
|
101
101
|
export interface IComponentInitializer$instance {
|
|
102
|
-
|
|
102
|
+
initializeExistingComponent(defaultValues: IDictionary): void;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
|
|
106
106
|
export type IComponentInitializer = IComponentInitializer$instance;
|
|
107
107
|
|
|
108
|
-
export interface IDesigner$instance {
|
|
109
|
-
readonly
|
|
110
|
-
readonly
|
|
111
|
-
|
|
112
|
-
|
|
108
|
+
export interface IDesigner$instance extends IDisposable {
|
|
109
|
+
readonly component: IComponent;
|
|
110
|
+
readonly verbs: DesignerVerbCollection;
|
|
111
|
+
doDefaultAction(): void;
|
|
112
|
+
initialize(component: IComponent): void;
|
|
113
113
|
}
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
export interface IDesigner$instance extends System_Internal.IDisposable$instance {}
|
|
117
|
+
|
|
116
118
|
export type IDesigner = IDesigner$instance;
|
|
117
119
|
|
|
118
120
|
export interface IDesignerEventService$instance {
|
|
119
|
-
readonly
|
|
120
|
-
readonly
|
|
121
|
+
readonly activeDesigner: IDesignerHost;
|
|
122
|
+
readonly designers: DesignerCollection;
|
|
121
123
|
}
|
|
122
124
|
|
|
123
125
|
|
|
124
126
|
export type IDesignerEventService = IDesignerEventService$instance;
|
|
125
127
|
|
|
126
128
|
export interface IDesignerFilter$instance {
|
|
127
|
-
|
|
129
|
+
postFilterAttributes(attributes: IDictionary): void;
|
|
128
130
|
}
|
|
129
131
|
|
|
130
132
|
|
|
131
133
|
export type IDesignerFilter = IDesignerFilter$instance;
|
|
132
134
|
|
|
133
|
-
export interface IDesignerHost$instance {
|
|
134
|
-
readonly
|
|
135
|
-
readonly
|
|
136
|
-
readonly
|
|
137
|
-
readonly
|
|
138
|
-
readonly
|
|
139
|
-
readonly
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
135
|
+
export interface IDesignerHost$instance extends IServiceContainer, IServiceProvider {
|
|
136
|
+
readonly loading: boolean;
|
|
137
|
+
readonly inTransaction: boolean;
|
|
138
|
+
readonly container: IContainer;
|
|
139
|
+
readonly rootComponent: IComponent;
|
|
140
|
+
readonly rootComponentClassName: string;
|
|
141
|
+
readonly transactionDescription: string;
|
|
142
|
+
activate(): void;
|
|
143
|
+
addService4(serviceType: Type, callback: ServiceCreatorCallback, promote: boolean): void;
|
|
144
|
+
addService4(serviceType: Type, callback: ServiceCreatorCallback): void;
|
|
145
|
+
addService4(serviceType: Type, serviceInstance: unknown, promote: boolean): void;
|
|
146
|
+
addService4(serviceType: Type, serviceInstance: unknown): void;
|
|
147
|
+
createComponent2(componentClass: Type, name: string): IComponent;
|
|
148
|
+
createComponent2(componentClass: Type): IComponent;
|
|
149
|
+
createTransaction(): DesignerTransaction;
|
|
150
|
+
createTransaction(description: string): DesignerTransaction;
|
|
151
|
+
destroyComponent(component: IComponent): void;
|
|
152
|
+
getDesigner(component: IComponent): IDesigner;
|
|
153
|
+
getService(serviceType: Type): unknown;
|
|
154
|
+
getType(typeName: string): Type;
|
|
155
|
+
removeService2(serviceType: Type, promote: boolean): void;
|
|
156
|
+
removeService2(serviceType: Type): void;
|
|
155
157
|
}
|
|
156
158
|
|
|
157
159
|
|
|
158
160
|
export type IDesignerHost = IDesignerHost$instance;
|
|
159
161
|
|
|
160
162
|
export interface IDesignerHostTransactionState$instance {
|
|
161
|
-
readonly
|
|
163
|
+
readonly isClosingTransaction: boolean;
|
|
162
164
|
}
|
|
163
165
|
|
|
164
166
|
|
|
165
167
|
export type IDesignerHostTransactionState = IDesignerHostTransactionState$instance;
|
|
166
168
|
|
|
167
169
|
export interface IDesignerOptionService$instance {
|
|
168
|
-
|
|
169
|
-
|
|
170
|
+
getOptionValue(pageName: string, valueName: string): unknown;
|
|
171
|
+
setOptionValue(pageName: string, valueName: string, value: unknown): void;
|
|
170
172
|
}
|
|
171
173
|
|
|
172
174
|
|
|
173
175
|
export type IDesignerOptionService = IDesignerOptionService$instance;
|
|
174
176
|
|
|
175
177
|
export interface IDictionaryService$instance {
|
|
176
|
-
|
|
177
|
-
|
|
178
|
+
getKey(value: unknown): unknown;
|
|
179
|
+
setValue(key: unknown, value: unknown): void;
|
|
178
180
|
}
|
|
179
181
|
|
|
180
182
|
|
|
181
183
|
export type IDictionaryService = IDictionaryService$instance;
|
|
182
184
|
|
|
183
185
|
export interface IEventBindingService$instance {
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
186
|
+
createUniqueMethodName(component: IComponent, e: EventDescriptor): string;
|
|
187
|
+
getCompatibleMethods(e: EventDescriptor): ICollection;
|
|
188
|
+
getEvent(property: PropertyDescriptor): EventDescriptor;
|
|
189
|
+
getEventProperties(events: EventDescriptorCollection): PropertyDescriptorCollection;
|
|
190
|
+
getEventProperty(e: EventDescriptor): PropertyDescriptor;
|
|
191
|
+
showCode(): boolean;
|
|
192
|
+
showCode(component: IComponent, e: EventDescriptor): boolean;
|
|
193
|
+
showCode(lineNumber: int): boolean;
|
|
192
194
|
}
|
|
193
195
|
|
|
194
196
|
|
|
195
197
|
export type IEventBindingService = IEventBindingService$instance;
|
|
196
198
|
|
|
197
199
|
export interface IExtenderListService$instance {
|
|
198
|
-
|
|
200
|
+
getExtenderProviders(): IExtenderProvider[];
|
|
199
201
|
}
|
|
200
202
|
|
|
201
203
|
|
|
202
204
|
export type IExtenderListService = IExtenderListService$instance;
|
|
203
205
|
|
|
204
206
|
export interface IExtenderProviderService$instance {
|
|
205
|
-
|
|
207
|
+
addExtenderProvider(provider: IExtenderProvider): void;
|
|
206
208
|
}
|
|
207
209
|
|
|
208
210
|
|
|
209
211
|
export type IExtenderProviderService = IExtenderProviderService$instance;
|
|
210
212
|
|
|
211
213
|
export interface IHelpService$instance {
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
214
|
+
addContextAttribute(name: string, value: string, keywordType: HelpKeywordType): void;
|
|
215
|
+
clearContextAttributes(): void;
|
|
216
|
+
createLocalContext(contextType: HelpContextType): IHelpService;
|
|
217
|
+
removeContextAttribute(name: string, value: string): void;
|
|
218
|
+
removeLocalContext(localContext: IHelpService): void;
|
|
219
|
+
showHelpFromKeyword(helpKeyword: string): void;
|
|
218
220
|
}
|
|
219
221
|
|
|
220
222
|
|
|
221
223
|
export type IHelpService = IHelpService$instance;
|
|
222
224
|
|
|
223
225
|
export interface IInheritanceService$instance {
|
|
224
|
-
|
|
225
|
-
|
|
226
|
+
addInheritedComponents(component: IComponent, container: IContainer): void;
|
|
227
|
+
getInheritanceAttribute(component: IComponent): InheritanceAttribute;
|
|
226
228
|
}
|
|
227
229
|
|
|
228
230
|
|
|
229
231
|
export type IInheritanceService = IInheritanceService$instance;
|
|
230
232
|
|
|
231
233
|
export interface IMenuCommandService$instance {
|
|
232
|
-
readonly
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
234
|
+
readonly verbs: DesignerVerbCollection;
|
|
235
|
+
addCommand(command: MenuCommand): void;
|
|
236
|
+
addVerb(verb: DesignerVerb): void;
|
|
237
|
+
findCommand(commandID: CommandID): MenuCommand;
|
|
238
|
+
globalInvoke(commandID: CommandID): boolean;
|
|
239
|
+
showContextMenu(menuID: CommandID, x: int, y: int): void;
|
|
238
240
|
}
|
|
239
241
|
|
|
240
242
|
|
|
241
243
|
export type IMenuCommandService = IMenuCommandService$instance;
|
|
242
244
|
|
|
243
245
|
export interface IReferenceService$instance {
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
246
|
+
getComponent(reference: unknown): IComponent;
|
|
247
|
+
getName(reference: unknown): string;
|
|
248
|
+
getReference(name: string): unknown;
|
|
249
|
+
getReferences(): unknown[];
|
|
250
|
+
getReferences(baseType: Type): unknown[];
|
|
249
251
|
}
|
|
250
252
|
|
|
251
253
|
|
|
252
254
|
export type IReferenceService = IReferenceService$instance;
|
|
253
255
|
|
|
254
256
|
export interface IResourceService$instance {
|
|
255
|
-
|
|
256
|
-
|
|
257
|
+
getResourceReader(info: CultureInfo): IResourceReader;
|
|
258
|
+
getResourceWriter(info: CultureInfo): IResourceWriter;
|
|
257
259
|
}
|
|
258
260
|
|
|
259
261
|
|
|
260
262
|
export type IResourceService = IResourceService$instance;
|
|
261
263
|
|
|
262
|
-
export interface IRootDesigner$instance {
|
|
263
|
-
readonly
|
|
264
|
-
readonly
|
|
265
|
-
readonly
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
264
|
+
export interface IRootDesigner$instance extends IDesigner, IDisposable {
|
|
265
|
+
readonly supportedTechnologies: ViewTechnology[];
|
|
266
|
+
readonly component: IComponent;
|
|
267
|
+
readonly verbs: DesignerVerbCollection;
|
|
268
|
+
doDefaultAction(): void;
|
|
269
|
+
getView(technology: ViewTechnology): unknown;
|
|
270
|
+
initialize(component: IComponent): void;
|
|
269
271
|
}
|
|
270
272
|
|
|
271
273
|
|
|
274
|
+
export interface IRootDesigner$instance extends IDesigner$instance {}
|
|
275
|
+
|
|
272
276
|
export type IRootDesigner = IRootDesigner$instance;
|
|
273
277
|
|
|
274
278
|
export interface ISelectionService$instance {
|
|
275
|
-
readonly
|
|
276
|
-
readonly
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
279
|
+
readonly primarySelection: unknown;
|
|
280
|
+
readonly selectionCount: int;
|
|
281
|
+
getComponentSelected(component: unknown): boolean;
|
|
282
|
+
getSelectedComponents(): ICollection;
|
|
283
|
+
setSelectedComponents2(components: ICollection, selectionType: SelectionTypes): void;
|
|
284
|
+
setSelectedComponents2(components: ICollection): void;
|
|
281
285
|
}
|
|
282
286
|
|
|
283
287
|
|
|
284
288
|
export type ISelectionService = ISelectionService$instance;
|
|
285
289
|
|
|
286
|
-
export interface IServiceContainer$instance {
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
290
|
+
export interface IServiceContainer$instance extends IServiceProvider {
|
|
291
|
+
addService4(serviceType: Type, callback: ServiceCreatorCallback, promote: boolean): void;
|
|
292
|
+
addService4(serviceType: Type, callback: ServiceCreatorCallback): void;
|
|
293
|
+
addService4(serviceType: Type, serviceInstance: unknown, promote: boolean): void;
|
|
294
|
+
addService4(serviceType: Type, serviceInstance: unknown): void;
|
|
295
|
+
getService(serviceType: Type): unknown;
|
|
296
|
+
removeService2(serviceType: Type, promote: boolean): void;
|
|
297
|
+
removeService2(serviceType: Type): void;
|
|
294
298
|
}
|
|
295
299
|
|
|
296
300
|
|
|
301
|
+
export interface IServiceContainer$instance extends System_Internal.IServiceProvider$instance {}
|
|
302
|
+
|
|
297
303
|
export type IServiceContainer = IServiceContainer$instance;
|
|
298
304
|
|
|
299
|
-
export interface ITreeDesigner$instance {
|
|
300
|
-
readonly
|
|
301
|
-
readonly
|
|
302
|
-
readonly
|
|
303
|
-
readonly
|
|
304
|
-
|
|
305
|
-
|
|
305
|
+
export interface ITreeDesigner$instance extends IDesigner, IDisposable {
|
|
306
|
+
readonly children: ICollection;
|
|
307
|
+
readonly parent: IDesigner;
|
|
308
|
+
readonly component: IComponent;
|
|
309
|
+
readonly verbs: DesignerVerbCollection;
|
|
310
|
+
doDefaultAction(): void;
|
|
311
|
+
initialize(component: IComponent): void;
|
|
306
312
|
}
|
|
307
313
|
|
|
308
314
|
|
|
315
|
+
export interface ITreeDesigner$instance extends IDesigner$instance {}
|
|
316
|
+
|
|
309
317
|
export type ITreeDesigner = ITreeDesigner$instance;
|
|
310
318
|
|
|
311
319
|
export interface ITypeDescriptorFilterService$instance {
|
|
312
|
-
|
|
320
|
+
filterAttributes(component: IComponent, attributes: IDictionary): boolean;
|
|
313
321
|
}
|
|
314
322
|
|
|
315
323
|
|
|
316
324
|
export type ITypeDescriptorFilterService = ITypeDescriptorFilterService$instance;
|
|
317
325
|
|
|
318
326
|
export interface ITypeDiscoveryService$instance {
|
|
319
|
-
|
|
327
|
+
getTypes(baseType: Type, excludeGlobalTypes: boolean): ICollection;
|
|
320
328
|
}
|
|
321
329
|
|
|
322
330
|
|
|
323
331
|
export type ITypeDiscoveryService = ITypeDiscoveryService$instance;
|
|
324
332
|
|
|
325
333
|
export interface ITypeResolutionService$instance {
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
334
|
+
getAssembly2(name: AssemblyName, throwOnError: boolean): Assembly;
|
|
335
|
+
getAssembly2(name: AssemblyName): Assembly;
|
|
336
|
+
getPathOfAssembly(name: AssemblyName): string;
|
|
337
|
+
getType3(name: string, throwOnError: boolean, ignoreCase: boolean): Type;
|
|
338
|
+
getType3(name: string, throwOnError: boolean): Type;
|
|
339
|
+
getType3(name: string): Type;
|
|
340
|
+
referenceAssembly(name: AssemblyName): void;
|
|
333
341
|
}
|
|
334
342
|
|
|
335
343
|
|
|
@@ -345,18 +353,18 @@ export class ActiveDesignerEventArgs$instance extends System_Internal.EventArgs$
|
|
|
345
353
|
export type ActiveDesignerEventArgs = ActiveDesignerEventArgs$instance;
|
|
346
354
|
|
|
347
355
|
export class ActiveDesignerEventHandler$instance extends Function {
|
|
348
|
-
constructor(object_:
|
|
349
|
-
beginInvoke(sender:
|
|
350
|
-
clone():
|
|
356
|
+
constructor(object_: unknown, method: nint);
|
|
357
|
+
beginInvoke(sender: unknown, e: ActiveDesignerEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
358
|
+
clone(): unknown;
|
|
351
359
|
endInvoke(result: IAsyncResult): void;
|
|
352
360
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
353
|
-
invoke(sender:
|
|
361
|
+
invoke(sender: unknown, e: ActiveDesignerEventArgs): void;
|
|
354
362
|
}
|
|
355
363
|
|
|
356
364
|
|
|
357
365
|
export interface __ActiveDesignerEventHandler$views {
|
|
358
|
-
|
|
359
|
-
|
|
366
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
367
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
360
368
|
}
|
|
361
369
|
|
|
362
370
|
export type ActiveDesignerEventHandler = ActiveDesignerEventHandler$instance & __ActiveDesignerEventHandler$views;
|
|
@@ -373,7 +381,7 @@ export class CheckoutException$instance extends System_Runtime_InteropServices_I
|
|
|
373
381
|
|
|
374
382
|
|
|
375
383
|
export interface __CheckoutException$views {
|
|
376
|
-
|
|
384
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
377
385
|
}
|
|
378
386
|
|
|
379
387
|
export type CheckoutException = CheckoutException$instance & __CheckoutException$views;
|
|
@@ -382,8 +390,8 @@ export type CheckoutException = CheckoutException$instance & __CheckoutException
|
|
|
382
390
|
export class CommandID$instance {
|
|
383
391
|
constructor(menuGroup: Guid, commandID: int);
|
|
384
392
|
readonly guid: Guid;
|
|
385
|
-
readonly
|
|
386
|
-
equals(obj:
|
|
393
|
+
readonly ID: int;
|
|
394
|
+
equals(obj: unknown): boolean;
|
|
387
395
|
getHashCode(): int;
|
|
388
396
|
toString(): string;
|
|
389
397
|
}
|
|
@@ -392,37 +400,37 @@ export class CommandID$instance {
|
|
|
392
400
|
export type CommandID = CommandID$instance;
|
|
393
401
|
|
|
394
402
|
export class ComponentChangedEventArgs$instance extends System_Internal.EventArgs$instance {
|
|
395
|
-
constructor(component:
|
|
396
|
-
readonly component:
|
|
403
|
+
constructor(component: unknown, member: MemberDescriptor, oldValue: unknown, newValue: unknown);
|
|
404
|
+
readonly component: unknown;
|
|
397
405
|
readonly member: MemberDescriptor;
|
|
398
|
-
readonly newValue:
|
|
399
|
-
readonly oldValue:
|
|
406
|
+
readonly newValue: unknown;
|
|
407
|
+
readonly oldValue: unknown;
|
|
400
408
|
}
|
|
401
409
|
|
|
402
410
|
|
|
403
411
|
export type ComponentChangedEventArgs = ComponentChangedEventArgs$instance;
|
|
404
412
|
|
|
405
413
|
export class ComponentChangedEventHandler$instance extends Function {
|
|
406
|
-
constructor(object_:
|
|
407
|
-
beginInvoke(sender:
|
|
408
|
-
clone():
|
|
414
|
+
constructor(object_: unknown, method: nint);
|
|
415
|
+
beginInvoke(sender: unknown, e: ComponentChangedEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
416
|
+
clone(): unknown;
|
|
409
417
|
endInvoke(result: IAsyncResult): void;
|
|
410
418
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
411
|
-
invoke(sender:
|
|
419
|
+
invoke(sender: unknown, e: ComponentChangedEventArgs): void;
|
|
412
420
|
}
|
|
413
421
|
|
|
414
422
|
|
|
415
423
|
export interface __ComponentChangedEventHandler$views {
|
|
416
|
-
|
|
417
|
-
|
|
424
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
425
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
418
426
|
}
|
|
419
427
|
|
|
420
428
|
export type ComponentChangedEventHandler = ComponentChangedEventHandler$instance & __ComponentChangedEventHandler$views;
|
|
421
429
|
|
|
422
430
|
|
|
423
431
|
export class ComponentChangingEventArgs$instance extends System_Internal.EventArgs$instance {
|
|
424
|
-
constructor(component:
|
|
425
|
-
readonly component:
|
|
432
|
+
constructor(component: unknown, member: MemberDescriptor);
|
|
433
|
+
readonly component: unknown;
|
|
426
434
|
readonly member: MemberDescriptor;
|
|
427
435
|
}
|
|
428
436
|
|
|
@@ -430,18 +438,18 @@ export class ComponentChangingEventArgs$instance extends System_Internal.EventAr
|
|
|
430
438
|
export type ComponentChangingEventArgs = ComponentChangingEventArgs$instance;
|
|
431
439
|
|
|
432
440
|
export class ComponentChangingEventHandler$instance extends Function {
|
|
433
|
-
constructor(object_:
|
|
434
|
-
beginInvoke(sender:
|
|
435
|
-
clone():
|
|
441
|
+
constructor(object_: unknown, method: nint);
|
|
442
|
+
beginInvoke(sender: unknown, e: ComponentChangingEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
443
|
+
clone(): unknown;
|
|
436
444
|
endInvoke(result: IAsyncResult): void;
|
|
437
445
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
438
|
-
invoke(sender:
|
|
446
|
+
invoke(sender: unknown, e: ComponentChangingEventArgs): void;
|
|
439
447
|
}
|
|
440
448
|
|
|
441
449
|
|
|
442
450
|
export interface __ComponentChangingEventHandler$views {
|
|
443
|
-
|
|
444
|
-
|
|
451
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
452
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
445
453
|
}
|
|
446
454
|
|
|
447
455
|
export type ComponentChangingEventHandler = ComponentChangingEventHandler$instance & __ComponentChangingEventHandler$views;
|
|
@@ -456,26 +464,26 @@ export class ComponentEventArgs$instance extends System_Internal.EventArgs$insta
|
|
|
456
464
|
export type ComponentEventArgs = ComponentEventArgs$instance;
|
|
457
465
|
|
|
458
466
|
export class ComponentEventHandler$instance extends Function {
|
|
459
|
-
constructor(object_:
|
|
460
|
-
beginInvoke(sender:
|
|
461
|
-
clone():
|
|
467
|
+
constructor(object_: unknown, method: nint);
|
|
468
|
+
beginInvoke(sender: unknown, e: ComponentEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
469
|
+
clone(): unknown;
|
|
462
470
|
endInvoke(result: IAsyncResult): void;
|
|
463
471
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
464
|
-
invoke(sender:
|
|
472
|
+
invoke(sender: unknown, e: ComponentEventArgs): void;
|
|
465
473
|
}
|
|
466
474
|
|
|
467
475
|
|
|
468
476
|
export interface __ComponentEventHandler$views {
|
|
469
|
-
|
|
470
|
-
|
|
477
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
478
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
471
479
|
}
|
|
472
480
|
|
|
473
481
|
export type ComponentEventHandler = ComponentEventHandler$instance & __ComponentEventHandler$views;
|
|
474
482
|
|
|
475
483
|
|
|
476
484
|
export class ComponentRenameEventArgs$instance extends System_Internal.EventArgs$instance {
|
|
477
|
-
constructor(component:
|
|
478
|
-
readonly component:
|
|
485
|
+
constructor(component: unknown, oldName: string, newName: string);
|
|
486
|
+
readonly component: unknown;
|
|
479
487
|
readonly newName: string;
|
|
480
488
|
readonly oldName: string;
|
|
481
489
|
}
|
|
@@ -484,18 +492,18 @@ export class ComponentRenameEventArgs$instance extends System_Internal.EventArgs
|
|
|
484
492
|
export type ComponentRenameEventArgs = ComponentRenameEventArgs$instance;
|
|
485
493
|
|
|
486
494
|
export class ComponentRenameEventHandler$instance extends Function {
|
|
487
|
-
constructor(object_:
|
|
488
|
-
beginInvoke(sender:
|
|
489
|
-
clone():
|
|
495
|
+
constructor(object_: unknown, method: nint);
|
|
496
|
+
beginInvoke(sender: unknown, e: ComponentRenameEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
497
|
+
clone(): unknown;
|
|
490
498
|
endInvoke(result: IAsyncResult): void;
|
|
491
499
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
492
|
-
invoke(sender:
|
|
500
|
+
invoke(sender: unknown, e: ComponentRenameEventArgs): void;
|
|
493
501
|
}
|
|
494
502
|
|
|
495
503
|
|
|
496
504
|
export interface __ComponentRenameEventHandler$views {
|
|
497
|
-
|
|
498
|
-
|
|
505
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
506
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
499
507
|
}
|
|
500
508
|
|
|
501
509
|
export type ComponentRenameEventHandler = ComponentRenameEventHandler$instance & __ComponentRenameEventHandler$views;
|
|
@@ -511,8 +519,8 @@ export class DesignerCollection$instance {
|
|
|
511
519
|
|
|
512
520
|
|
|
513
521
|
export interface __DesignerCollection$views {
|
|
514
|
-
|
|
515
|
-
|
|
522
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
523
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
516
524
|
}
|
|
517
525
|
|
|
518
526
|
export type DesignerCollection = DesignerCollection$instance & __DesignerCollection$views;
|
|
@@ -527,18 +535,18 @@ export class DesignerEventArgs$instance extends System_Internal.EventArgs$instan
|
|
|
527
535
|
export type DesignerEventArgs = DesignerEventArgs$instance;
|
|
528
536
|
|
|
529
537
|
export class DesignerEventHandler$instance extends Function {
|
|
530
|
-
constructor(object_:
|
|
531
|
-
beginInvoke(sender:
|
|
532
|
-
clone():
|
|
538
|
+
constructor(object_: unknown, method: nint);
|
|
539
|
+
beginInvoke(sender: unknown, e: DesignerEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
540
|
+
clone(): unknown;
|
|
533
541
|
endInvoke(result: IAsyncResult): void;
|
|
534
542
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
535
|
-
invoke(sender:
|
|
543
|
+
invoke(sender: unknown, e: DesignerEventArgs): void;
|
|
536
544
|
}
|
|
537
545
|
|
|
538
546
|
|
|
539
547
|
export interface __DesignerEventHandler$views {
|
|
540
|
-
|
|
541
|
-
|
|
548
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
549
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
542
550
|
}
|
|
543
551
|
|
|
544
552
|
export type DesignerEventHandler = DesignerEventHandler$instance & __DesignerEventHandler$views;
|
|
@@ -550,9 +558,11 @@ export abstract class DesignerOptionService$instance {
|
|
|
550
558
|
|
|
551
559
|
|
|
552
560
|
export interface __DesignerOptionService$views {
|
|
553
|
-
|
|
561
|
+
As_IDesignerOptionService(): IDesignerOptionService$instance;
|
|
554
562
|
}
|
|
555
563
|
|
|
564
|
+
export interface DesignerOptionService$instance extends IDesignerOptionService$instance {}
|
|
565
|
+
|
|
556
566
|
export type DesignerOptionService = DesignerOptionService$instance & __DesignerOptionService$views;
|
|
557
567
|
|
|
558
568
|
|
|
@@ -571,9 +581,9 @@ export class DesignerOptionService_DesignerOptionCollection$instance {
|
|
|
571
581
|
|
|
572
582
|
|
|
573
583
|
export interface __DesignerOptionService_DesignerOptionCollection$views {
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
584
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
585
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
586
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
577
587
|
}
|
|
578
588
|
|
|
579
589
|
export type DesignerOptionService_DesignerOptionCollection = DesignerOptionService_DesignerOptionCollection$instance & __DesignerOptionService_DesignerOptionCollection$views;
|
|
@@ -589,9 +599,11 @@ export abstract class DesignerTransaction$instance {
|
|
|
589
599
|
|
|
590
600
|
|
|
591
601
|
export interface __DesignerTransaction$views {
|
|
592
|
-
|
|
602
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
593
603
|
}
|
|
594
604
|
|
|
605
|
+
export interface DesignerTransaction$instance extends System_Internal.IDisposable$instance {}
|
|
606
|
+
|
|
595
607
|
export type DesignerTransaction = DesignerTransaction$instance & __DesignerTransaction$views;
|
|
596
608
|
|
|
597
609
|
|
|
@@ -606,18 +618,18 @@ export class DesignerTransactionCloseEventArgs$instance extends System_Internal.
|
|
|
606
618
|
export type DesignerTransactionCloseEventArgs = DesignerTransactionCloseEventArgs$instance;
|
|
607
619
|
|
|
608
620
|
export class DesignerTransactionCloseEventHandler$instance extends Function {
|
|
609
|
-
constructor(object_:
|
|
610
|
-
beginInvoke(sender:
|
|
611
|
-
clone():
|
|
621
|
+
constructor(object_: unknown, method: nint);
|
|
622
|
+
beginInvoke(sender: unknown, e: DesignerTransactionCloseEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
623
|
+
clone(): unknown;
|
|
612
624
|
endInvoke(result: IAsyncResult): void;
|
|
613
625
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
614
|
-
invoke(sender:
|
|
626
|
+
invoke(sender: unknown, e: DesignerTransactionCloseEventArgs): void;
|
|
615
627
|
}
|
|
616
628
|
|
|
617
629
|
|
|
618
630
|
export interface __DesignerTransactionCloseEventHandler$views {
|
|
619
|
-
|
|
620
|
-
|
|
631
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
632
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
621
633
|
}
|
|
622
634
|
|
|
623
635
|
export type DesignerTransactionCloseEventHandler = DesignerTransactionCloseEventHandler$instance & __DesignerTransactionCloseEventHandler$views;
|
|
@@ -638,24 +650,24 @@ export class DesignerVerbCollection$instance extends System_Collections_Internal
|
|
|
638
650
|
constructor();
|
|
639
651
|
constructor(value: DesignerVerb[]);
|
|
640
652
|
item: DesignerVerb;
|
|
641
|
-
add(value:
|
|
653
|
+
add(value: unknown): int;
|
|
642
654
|
addRange(value: DesignerVerb[]): void;
|
|
643
655
|
addRange(value: DesignerVerbCollection): void;
|
|
644
656
|
clear(): void;
|
|
645
|
-
contains(value:
|
|
657
|
+
contains(value: unknown): boolean;
|
|
646
658
|
copyTo(array: ClrArray, index: int): void;
|
|
647
659
|
getEnumerator(): IEnumerator;
|
|
648
660
|
indexOf(value: DesignerVerb): int;
|
|
649
|
-
insert(index: int, value:
|
|
650
|
-
remove(value:
|
|
661
|
+
insert(index: int, value: unknown): void;
|
|
662
|
+
remove(value: unknown): void;
|
|
651
663
|
removeAt(index: int): void;
|
|
652
664
|
}
|
|
653
665
|
|
|
654
666
|
|
|
655
667
|
export interface __DesignerVerbCollection$views {
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
668
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
669
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
670
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
659
671
|
}
|
|
660
672
|
|
|
661
673
|
export type DesignerVerbCollection = DesignerVerbCollection$instance & __DesignerVerbCollection$views;
|
|
@@ -665,20 +677,20 @@ export class DesigntimeLicenseContext$instance extends System_ComponentModel_Int
|
|
|
665
677
|
constructor();
|
|
666
678
|
readonly usageMode: LicenseUsageMode;
|
|
667
679
|
getSavedLicenseKey(type_: Type, resourceAssembly: Assembly): string;
|
|
668
|
-
getService(type_: Type):
|
|
680
|
+
getService(type_: Type): unknown;
|
|
669
681
|
setSavedLicenseKey(type_: Type, key: string): void;
|
|
670
682
|
}
|
|
671
683
|
|
|
672
684
|
|
|
673
685
|
export interface __DesigntimeLicenseContext$views {
|
|
674
|
-
|
|
686
|
+
As_IServiceProvider(): System_Internal.IServiceProvider$instance;
|
|
675
687
|
}
|
|
676
688
|
|
|
677
689
|
export type DesigntimeLicenseContext = DesigntimeLicenseContext$instance & __DesigntimeLicenseContext$views;
|
|
678
690
|
|
|
679
691
|
|
|
680
692
|
export class DesigntimeLicenseContextSerializer$instance {
|
|
681
|
-
static
|
|
693
|
+
static serialize(o: Stream, cryptoKey: string, context: DesigntimeLicenseContext): void;
|
|
682
694
|
}
|
|
683
695
|
|
|
684
696
|
|
|
@@ -689,7 +701,7 @@ export class HelpKeywordAttribute$instance extends System_Internal.Attribute$ins
|
|
|
689
701
|
constructor(keyword: string);
|
|
690
702
|
constructor(t: Type);
|
|
691
703
|
readonly helpKeyword: string;
|
|
692
|
-
equals(obj:
|
|
704
|
+
equals(obj: unknown): boolean;
|
|
693
705
|
getHashCode(): int;
|
|
694
706
|
isDefaultAttribute(): boolean;
|
|
695
707
|
static readonly default_: HelpKeywordAttribute;
|
|
@@ -708,7 +720,7 @@ export class MenuCommand$instance {
|
|
|
708
720
|
supported: boolean;
|
|
709
721
|
visible: boolean;
|
|
710
722
|
invoke(): void;
|
|
711
|
-
invoke(arg:
|
|
723
|
+
invoke(arg: unknown): void;
|
|
712
724
|
toString(): string;
|
|
713
725
|
}
|
|
714
726
|
|
|
@@ -718,39 +730,41 @@ export type MenuCommand = MenuCommand$instance;
|
|
|
718
730
|
export class ServiceContainer$instance {
|
|
719
731
|
constructor();
|
|
720
732
|
constructor(parentProvider: IServiceProvider);
|
|
721
|
-
addService(serviceType: Type, serviceInstance:
|
|
722
|
-
addService(serviceType: Type, serviceInstance:
|
|
733
|
+
addService(serviceType: Type, serviceInstance: unknown): void;
|
|
734
|
+
addService(serviceType: Type, serviceInstance: unknown, promote: boolean): void;
|
|
723
735
|
addService(serviceType: Type, callback: ServiceCreatorCallback): void;
|
|
724
736
|
addService(serviceType: Type, callback: ServiceCreatorCallback, promote: boolean): void;
|
|
725
737
|
dispose(): void;
|
|
726
|
-
getService(serviceType: Type):
|
|
738
|
+
getService(serviceType: Type): unknown;
|
|
727
739
|
removeService(serviceType: Type): void;
|
|
728
740
|
removeService(serviceType: Type, promote: boolean): void;
|
|
729
741
|
}
|
|
730
742
|
|
|
731
743
|
|
|
732
744
|
export interface __ServiceContainer$views {
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
745
|
+
As_IServiceProvider(): System_Internal.IServiceProvider$instance;
|
|
746
|
+
As_IServiceContainer(): IServiceContainer$instance;
|
|
747
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
736
748
|
}
|
|
737
749
|
|
|
750
|
+
export interface ServiceContainer$instance extends System_Internal.IDisposable$instance {}
|
|
751
|
+
|
|
738
752
|
export type ServiceContainer = ServiceContainer$instance & __ServiceContainer$views;
|
|
739
753
|
|
|
740
754
|
|
|
741
755
|
export class ServiceCreatorCallback$instance extends Function {
|
|
742
|
-
constructor(object_:
|
|
743
|
-
beginInvoke(container: IServiceContainer, serviceType: Type, callback: AsyncCallback, object_:
|
|
744
|
-
clone():
|
|
745
|
-
endInvoke(result: IAsyncResult):
|
|
756
|
+
constructor(object_: unknown, method: nint);
|
|
757
|
+
beginInvoke(container: IServiceContainer, serviceType: Type, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
758
|
+
clone(): unknown;
|
|
759
|
+
endInvoke(result: IAsyncResult): unknown;
|
|
746
760
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
747
|
-
invoke(container: IServiceContainer, serviceType: Type):
|
|
761
|
+
invoke(container: IServiceContainer, serviceType: Type): unknown;
|
|
748
762
|
}
|
|
749
763
|
|
|
750
764
|
|
|
751
765
|
export interface __ServiceCreatorCallback$views {
|
|
752
|
-
|
|
753
|
-
|
|
766
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
767
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
754
768
|
}
|
|
755
769
|
|
|
756
770
|
export type ServiceCreatorCallback = ServiceCreatorCallback$instance & __ServiceCreatorCallback$views;
|
|
@@ -834,7 +848,7 @@ export class StandardToolWindows$instance {
|
|
|
834
848
|
export type StandardToolWindows = StandardToolWindows$instance;
|
|
835
849
|
|
|
836
850
|
export abstract class TypeDescriptionProviderService$instance {
|
|
837
|
-
abstract getProvider(instance:
|
|
851
|
+
abstract getProvider(instance: unknown): TypeDescriptionProvider;
|
|
838
852
|
abstract getProvider(type_: Type): TypeDescriptionProvider;
|
|
839
853
|
}
|
|
840
854
|
|