@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
|
@@ -219,16 +219,16 @@ export enum KnownColor {
|
|
|
219
219
|
|
|
220
220
|
|
|
221
221
|
export class Color$instance {
|
|
222
|
-
readonly
|
|
223
|
-
readonly
|
|
224
|
-
readonly
|
|
222
|
+
readonly A: byte;
|
|
223
|
+
readonly B: byte;
|
|
224
|
+
readonly G: byte;
|
|
225
225
|
readonly isEmpty: boolean;
|
|
226
226
|
readonly isKnownColor: boolean;
|
|
227
227
|
readonly isNamedColor: boolean;
|
|
228
228
|
readonly isSystemColor: boolean;
|
|
229
229
|
readonly name: string;
|
|
230
|
-
readonly
|
|
231
|
-
equals(obj:
|
|
230
|
+
readonly R: byte;
|
|
231
|
+
equals(obj: unknown): boolean;
|
|
232
232
|
equals(other: Color): boolean;
|
|
233
233
|
getBrightness(): float;
|
|
234
234
|
getHashCode(): int;
|
|
@@ -238,159 +238,159 @@ export class Color$instance {
|
|
|
238
238
|
toKnownColor(): KnownColor;
|
|
239
239
|
toString(): string;
|
|
240
240
|
static readonly empty: Color;
|
|
241
|
-
static readonly
|
|
242
|
-
static readonly
|
|
243
|
-
static readonly
|
|
244
|
-
static readonly
|
|
245
|
-
static readonly
|
|
246
|
-
static readonly
|
|
247
|
-
static readonly
|
|
248
|
-
static readonly
|
|
249
|
-
static readonly
|
|
250
|
-
static readonly
|
|
251
|
-
static readonly
|
|
252
|
-
static readonly
|
|
253
|
-
static readonly
|
|
254
|
-
static readonly
|
|
255
|
-
static readonly
|
|
256
|
-
static readonly
|
|
257
|
-
static readonly
|
|
258
|
-
static readonly
|
|
259
|
-
static readonly
|
|
260
|
-
static readonly
|
|
261
|
-
static readonly
|
|
262
|
-
static readonly
|
|
263
|
-
static readonly
|
|
264
|
-
static readonly
|
|
265
|
-
static readonly
|
|
266
|
-
static readonly
|
|
267
|
-
static readonly
|
|
268
|
-
static readonly
|
|
269
|
-
static readonly
|
|
270
|
-
static readonly
|
|
271
|
-
static readonly
|
|
272
|
-
static readonly
|
|
273
|
-
static readonly
|
|
274
|
-
static readonly
|
|
275
|
-
static readonly
|
|
276
|
-
static readonly
|
|
277
|
-
static readonly
|
|
278
|
-
static readonly
|
|
279
|
-
static readonly
|
|
280
|
-
static readonly
|
|
281
|
-
static readonly
|
|
282
|
-
static readonly
|
|
283
|
-
static readonly
|
|
284
|
-
static readonly
|
|
285
|
-
static readonly
|
|
286
|
-
static readonly
|
|
287
|
-
static readonly
|
|
288
|
-
static readonly
|
|
289
|
-
static readonly
|
|
290
|
-
static readonly
|
|
291
|
-
static readonly
|
|
292
|
-
static readonly
|
|
293
|
-
static readonly
|
|
294
|
-
static readonly
|
|
295
|
-
static readonly
|
|
296
|
-
static readonly
|
|
297
|
-
static readonly
|
|
298
|
-
static readonly
|
|
299
|
-
static readonly
|
|
300
|
-
static readonly
|
|
301
|
-
static readonly
|
|
302
|
-
static readonly
|
|
303
|
-
static readonly
|
|
304
|
-
static readonly
|
|
305
|
-
static readonly
|
|
306
|
-
static readonly
|
|
307
|
-
static readonly
|
|
308
|
-
static readonly
|
|
309
|
-
static readonly
|
|
310
|
-
static readonly
|
|
311
|
-
static readonly
|
|
312
|
-
static readonly
|
|
313
|
-
static readonly
|
|
314
|
-
static readonly
|
|
315
|
-
static readonly
|
|
316
|
-
static readonly
|
|
317
|
-
static readonly
|
|
318
|
-
static readonly
|
|
319
|
-
static readonly
|
|
320
|
-
static readonly
|
|
321
|
-
static readonly
|
|
322
|
-
static readonly
|
|
323
|
-
static readonly
|
|
324
|
-
static readonly
|
|
325
|
-
static readonly
|
|
326
|
-
static readonly
|
|
327
|
-
static readonly
|
|
328
|
-
static readonly
|
|
329
|
-
static readonly
|
|
330
|
-
static readonly
|
|
331
|
-
static readonly
|
|
332
|
-
static readonly
|
|
333
|
-
static readonly
|
|
334
|
-
static readonly
|
|
335
|
-
static readonly
|
|
336
|
-
static readonly
|
|
337
|
-
static readonly
|
|
338
|
-
static readonly
|
|
339
|
-
static readonly
|
|
340
|
-
static readonly
|
|
341
|
-
static readonly
|
|
342
|
-
static readonly
|
|
343
|
-
static readonly
|
|
344
|
-
static readonly
|
|
345
|
-
static readonly
|
|
346
|
-
static readonly
|
|
347
|
-
static readonly
|
|
348
|
-
static readonly
|
|
349
|
-
static readonly
|
|
350
|
-
static readonly
|
|
351
|
-
static readonly
|
|
352
|
-
static readonly
|
|
353
|
-
static readonly
|
|
354
|
-
static readonly
|
|
355
|
-
static readonly
|
|
356
|
-
static readonly
|
|
357
|
-
static readonly
|
|
358
|
-
static readonly
|
|
359
|
-
static readonly
|
|
360
|
-
static readonly
|
|
361
|
-
static readonly
|
|
362
|
-
static readonly
|
|
363
|
-
static readonly
|
|
364
|
-
static readonly
|
|
365
|
-
static readonly
|
|
366
|
-
static readonly
|
|
367
|
-
static readonly
|
|
368
|
-
static readonly
|
|
369
|
-
static readonly
|
|
370
|
-
static readonly
|
|
371
|
-
static readonly
|
|
372
|
-
static readonly
|
|
373
|
-
static readonly
|
|
374
|
-
static readonly
|
|
375
|
-
static readonly
|
|
376
|
-
static readonly
|
|
377
|
-
static readonly
|
|
378
|
-
static readonly
|
|
379
|
-
static readonly
|
|
380
|
-
static readonly
|
|
381
|
-
static readonly
|
|
382
|
-
static readonly
|
|
383
|
-
static
|
|
384
|
-
static
|
|
385
|
-
static
|
|
386
|
-
static
|
|
387
|
-
static
|
|
388
|
-
static
|
|
241
|
+
static readonly transparent: Color;
|
|
242
|
+
static readonly aliceBlue: Color;
|
|
243
|
+
static readonly antiqueWhite: Color;
|
|
244
|
+
static readonly aqua: Color;
|
|
245
|
+
static readonly aquamarine: Color;
|
|
246
|
+
static readonly azure: Color;
|
|
247
|
+
static readonly beige: Color;
|
|
248
|
+
static readonly bisque: Color;
|
|
249
|
+
static readonly black: Color;
|
|
250
|
+
static readonly blanchedAlmond: Color;
|
|
251
|
+
static readonly blue: Color;
|
|
252
|
+
static readonly blueViolet: Color;
|
|
253
|
+
static readonly brown: Color;
|
|
254
|
+
static readonly burlyWood: Color;
|
|
255
|
+
static readonly cadetBlue: Color;
|
|
256
|
+
static readonly chartreuse: Color;
|
|
257
|
+
static readonly chocolate: Color;
|
|
258
|
+
static readonly coral: Color;
|
|
259
|
+
static readonly cornflowerBlue: Color;
|
|
260
|
+
static readonly cornsilk: Color;
|
|
261
|
+
static readonly crimson: Color;
|
|
262
|
+
static readonly cyan: Color;
|
|
263
|
+
static readonly darkBlue: Color;
|
|
264
|
+
static readonly darkCyan: Color;
|
|
265
|
+
static readonly darkGoldenrod: Color;
|
|
266
|
+
static readonly darkGray: Color;
|
|
267
|
+
static readonly darkGreen: Color;
|
|
268
|
+
static readonly darkKhaki: Color;
|
|
269
|
+
static readonly darkMagenta: Color;
|
|
270
|
+
static readonly darkOliveGreen: Color;
|
|
271
|
+
static readonly darkOrange: Color;
|
|
272
|
+
static readonly darkOrchid: Color;
|
|
273
|
+
static readonly darkRed: Color;
|
|
274
|
+
static readonly darkSalmon: Color;
|
|
275
|
+
static readonly darkSeaGreen: Color;
|
|
276
|
+
static readonly darkSlateBlue: Color;
|
|
277
|
+
static readonly darkSlateGray: Color;
|
|
278
|
+
static readonly darkTurquoise: Color;
|
|
279
|
+
static readonly darkViolet: Color;
|
|
280
|
+
static readonly deepPink: Color;
|
|
281
|
+
static readonly deepSkyBlue: Color;
|
|
282
|
+
static readonly dimGray: Color;
|
|
283
|
+
static readonly dodgerBlue: Color;
|
|
284
|
+
static readonly firebrick: Color;
|
|
285
|
+
static readonly floralWhite: Color;
|
|
286
|
+
static readonly forestGreen: Color;
|
|
287
|
+
static readonly fuchsia: Color;
|
|
288
|
+
static readonly gainsboro: Color;
|
|
289
|
+
static readonly ghostWhite: Color;
|
|
290
|
+
static readonly gold: Color;
|
|
291
|
+
static readonly goldenrod: Color;
|
|
292
|
+
static readonly gray: Color;
|
|
293
|
+
static readonly green: Color;
|
|
294
|
+
static readonly greenYellow: Color;
|
|
295
|
+
static readonly honeydew: Color;
|
|
296
|
+
static readonly hotPink: Color;
|
|
297
|
+
static readonly indianRed: Color;
|
|
298
|
+
static readonly indigo: Color;
|
|
299
|
+
static readonly ivory: Color;
|
|
300
|
+
static readonly khaki: Color;
|
|
301
|
+
static readonly lavender: Color;
|
|
302
|
+
static readonly lavenderBlush: Color;
|
|
303
|
+
static readonly lawnGreen: Color;
|
|
304
|
+
static readonly lemonChiffon: Color;
|
|
305
|
+
static readonly lightBlue: Color;
|
|
306
|
+
static readonly lightCoral: Color;
|
|
307
|
+
static readonly lightCyan: Color;
|
|
308
|
+
static readonly lightGoldenrodYellow: Color;
|
|
309
|
+
static readonly lightGreen: Color;
|
|
310
|
+
static readonly lightGray: Color;
|
|
311
|
+
static readonly lightPink: Color;
|
|
312
|
+
static readonly lightSalmon: Color;
|
|
313
|
+
static readonly lightSeaGreen: Color;
|
|
314
|
+
static readonly lightSkyBlue: Color;
|
|
315
|
+
static readonly lightSlateGray: Color;
|
|
316
|
+
static readonly lightSteelBlue: Color;
|
|
317
|
+
static readonly lightYellow: Color;
|
|
318
|
+
static readonly lime: Color;
|
|
319
|
+
static readonly limeGreen: Color;
|
|
320
|
+
static readonly linen: Color;
|
|
321
|
+
static readonly magenta: Color;
|
|
322
|
+
static readonly maroon: Color;
|
|
323
|
+
static readonly mediumAquamarine: Color;
|
|
324
|
+
static readonly mediumBlue: Color;
|
|
325
|
+
static readonly mediumOrchid: Color;
|
|
326
|
+
static readonly mediumPurple: Color;
|
|
327
|
+
static readonly mediumSeaGreen: Color;
|
|
328
|
+
static readonly mediumSlateBlue: Color;
|
|
329
|
+
static readonly mediumSpringGreen: Color;
|
|
330
|
+
static readonly mediumTurquoise: Color;
|
|
331
|
+
static readonly mediumVioletRed: Color;
|
|
332
|
+
static readonly midnightBlue: Color;
|
|
333
|
+
static readonly mintCream: Color;
|
|
334
|
+
static readonly mistyRose: Color;
|
|
335
|
+
static readonly moccasin: Color;
|
|
336
|
+
static readonly navajoWhite: Color;
|
|
337
|
+
static readonly navy: Color;
|
|
338
|
+
static readonly oldLace: Color;
|
|
339
|
+
static readonly olive: Color;
|
|
340
|
+
static readonly oliveDrab: Color;
|
|
341
|
+
static readonly orange: Color;
|
|
342
|
+
static readonly orangeRed: Color;
|
|
343
|
+
static readonly orchid: Color;
|
|
344
|
+
static readonly paleGoldenrod: Color;
|
|
345
|
+
static readonly paleGreen: Color;
|
|
346
|
+
static readonly paleTurquoise: Color;
|
|
347
|
+
static readonly paleVioletRed: Color;
|
|
348
|
+
static readonly papayaWhip: Color;
|
|
349
|
+
static readonly peachPuff: Color;
|
|
350
|
+
static readonly peru: Color;
|
|
351
|
+
static readonly pink: Color;
|
|
352
|
+
static readonly plum: Color;
|
|
353
|
+
static readonly powderBlue: Color;
|
|
354
|
+
static readonly purple: Color;
|
|
355
|
+
static readonly rebeccaPurple: Color;
|
|
356
|
+
static readonly red: Color;
|
|
357
|
+
static readonly rosyBrown: Color;
|
|
358
|
+
static readonly royalBlue: Color;
|
|
359
|
+
static readonly saddleBrown: Color;
|
|
360
|
+
static readonly salmon: Color;
|
|
361
|
+
static readonly sandyBrown: Color;
|
|
362
|
+
static readonly seaGreen: Color;
|
|
363
|
+
static readonly seaShell: Color;
|
|
364
|
+
static readonly sienna: Color;
|
|
365
|
+
static readonly silver: Color;
|
|
366
|
+
static readonly skyBlue: Color;
|
|
367
|
+
static readonly slateBlue: Color;
|
|
368
|
+
static readonly slateGray: Color;
|
|
369
|
+
static readonly snow: Color;
|
|
370
|
+
static readonly springGreen: Color;
|
|
371
|
+
static readonly steelBlue: Color;
|
|
372
|
+
static readonly tan: Color;
|
|
373
|
+
static readonly teal: Color;
|
|
374
|
+
static readonly thistle: Color;
|
|
375
|
+
static readonly tomato: Color;
|
|
376
|
+
static readonly turquoise: Color;
|
|
377
|
+
static readonly violet: Color;
|
|
378
|
+
static readonly wheat: Color;
|
|
379
|
+
static readonly white: Color;
|
|
380
|
+
static readonly whiteSmoke: Color;
|
|
381
|
+
static readonly yellow: Color;
|
|
382
|
+
static readonly yellowGreen: Color;
|
|
383
|
+
static fromArgb3(alpha: int, baseColor: Color): Color;
|
|
384
|
+
static fromArgb3(alpha: int, red: int, green: int, blue: int): Color;
|
|
385
|
+
static fromArgb3(red: int, green: int, blue: int): Color;
|
|
386
|
+
static fromArgb3(argb: int): Color;
|
|
387
|
+
static fromKnownColor(color: KnownColor): Color;
|
|
388
|
+
static fromName(name: string): Color;
|
|
389
389
|
}
|
|
390
390
|
|
|
391
391
|
|
|
392
392
|
export interface __Color$views {
|
|
393
|
-
|
|
393
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Color>;
|
|
394
394
|
|
|
395
395
|
// Structural method bridges for numeric interface constraints
|
|
396
396
|
Equals(other: Color): boolean;
|
|
@@ -404,25 +404,25 @@ export class Point$instance {
|
|
|
404
404
|
constructor(sz: Size);
|
|
405
405
|
constructor(dw: int);
|
|
406
406
|
readonly isEmpty: boolean;
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
equals(obj:
|
|
407
|
+
X: int;
|
|
408
|
+
Y: int;
|
|
409
|
+
equals(obj: unknown): boolean;
|
|
410
410
|
equals(other: Point): boolean;
|
|
411
411
|
getHashCode(): int;
|
|
412
412
|
offset(dx: int, dy: int): void;
|
|
413
413
|
offset(p: Point): void;
|
|
414
414
|
toString(): string;
|
|
415
415
|
static readonly empty: Point;
|
|
416
|
-
static
|
|
417
|
-
static
|
|
418
|
-
static
|
|
419
|
-
static
|
|
420
|
-
static
|
|
416
|
+
static add(pt: Point, sz: Size): Point;
|
|
417
|
+
static ceiling(value: PointF): Point;
|
|
418
|
+
static round(value: PointF): Point;
|
|
419
|
+
static subtract(pt: Point, sz: Size): Point;
|
|
420
|
+
static truncate(value: PointF): Point;
|
|
421
421
|
}
|
|
422
422
|
|
|
423
423
|
|
|
424
424
|
export interface __Point$views {
|
|
425
|
-
|
|
425
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Point>;
|
|
426
426
|
|
|
427
427
|
// Structural method bridges for numeric interface constraints
|
|
428
428
|
Equals(other: Point): boolean;
|
|
@@ -435,23 +435,23 @@ export class PointF$instance {
|
|
|
435
435
|
constructor(x: float, y: float);
|
|
436
436
|
constructor(vector: Vector2);
|
|
437
437
|
readonly isEmpty: boolean;
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
equals(obj:
|
|
438
|
+
X: float;
|
|
439
|
+
Y: float;
|
|
440
|
+
equals(obj: unknown): boolean;
|
|
441
441
|
equals(other: PointF): boolean;
|
|
442
442
|
getHashCode(): int;
|
|
443
443
|
toString(): string;
|
|
444
444
|
toVector2(): Vector2;
|
|
445
445
|
static readonly empty: PointF;
|
|
446
|
-
static
|
|
447
|
-
static
|
|
448
|
-
static
|
|
449
|
-
static
|
|
446
|
+
static add(pt: PointF, sz: Size): PointF;
|
|
447
|
+
static add(pt: PointF, sz: SizeF): PointF;
|
|
448
|
+
static subtract(pt: PointF, sz: Size): PointF;
|
|
449
|
+
static subtract(pt: PointF, sz: SizeF): PointF;
|
|
450
450
|
}
|
|
451
451
|
|
|
452
452
|
|
|
453
453
|
export interface __PointF$views {
|
|
454
|
-
|
|
454
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<PointF>;
|
|
455
455
|
|
|
456
456
|
// Structural method bridges for numeric interface constraints
|
|
457
457
|
Equals(other: PointF): boolean;
|
|
@@ -472,12 +472,12 @@ export class Rectangle$instance {
|
|
|
472
472
|
size: Size;
|
|
473
473
|
readonly top: int;
|
|
474
474
|
width: int;
|
|
475
|
-
|
|
476
|
-
|
|
475
|
+
X: int;
|
|
476
|
+
Y: int;
|
|
477
477
|
contains(x: int, y: int): boolean;
|
|
478
478
|
contains(pt: Point): boolean;
|
|
479
479
|
contains(rect: Rectangle): boolean;
|
|
480
|
-
equals(obj:
|
|
480
|
+
equals(obj: unknown): boolean;
|
|
481
481
|
equals(other: Rectangle): boolean;
|
|
482
482
|
getHashCode(): int;
|
|
483
483
|
inflate(width: int, height: int): void;
|
|
@@ -488,18 +488,18 @@ export class Rectangle$instance {
|
|
|
488
488
|
offset(x: int, y: int): void;
|
|
489
489
|
toString(): string;
|
|
490
490
|
static readonly empty: Rectangle;
|
|
491
|
-
static
|
|
492
|
-
static
|
|
493
|
-
static
|
|
494
|
-
static
|
|
495
|
-
static
|
|
496
|
-
static
|
|
497
|
-
static
|
|
491
|
+
static ceiling(value: RectangleF): Rectangle;
|
|
492
|
+
static fromLTRB(left: int, top: int, right: int, bottom: int): Rectangle;
|
|
493
|
+
static inflate(rect: Rectangle, x: int, y: int): Rectangle;
|
|
494
|
+
static intersect(a: Rectangle, b: Rectangle): Rectangle;
|
|
495
|
+
static round(value: RectangleF): Rectangle;
|
|
496
|
+
static truncate(value: RectangleF): Rectangle;
|
|
497
|
+
static union(a: Rectangle, b: Rectangle): Rectangle;
|
|
498
498
|
}
|
|
499
499
|
|
|
500
500
|
|
|
501
501
|
export interface __Rectangle$views {
|
|
502
|
-
|
|
502
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Rectangle>;
|
|
503
503
|
|
|
504
504
|
// Structural method bridges for numeric interface constraints
|
|
505
505
|
Equals(other: Rectangle): boolean;
|
|
@@ -521,12 +521,12 @@ export class RectangleF$instance {
|
|
|
521
521
|
size: SizeF;
|
|
522
522
|
readonly top: float;
|
|
523
523
|
width: float;
|
|
524
|
-
|
|
525
|
-
|
|
524
|
+
X: float;
|
|
525
|
+
Y: float;
|
|
526
526
|
contains(x: float, y: float): boolean;
|
|
527
527
|
contains(pt: PointF): boolean;
|
|
528
528
|
contains(rect: RectangleF): boolean;
|
|
529
|
-
equals(obj:
|
|
529
|
+
equals(obj: unknown): boolean;
|
|
530
530
|
equals(other: RectangleF): boolean;
|
|
531
531
|
getHashCode(): int;
|
|
532
532
|
inflate(x: float, y: float): void;
|
|
@@ -538,15 +538,15 @@ export class RectangleF$instance {
|
|
|
538
538
|
toString(): string;
|
|
539
539
|
toVector4(): Vector4;
|
|
540
540
|
static readonly empty: RectangleF;
|
|
541
|
-
static
|
|
542
|
-
static
|
|
543
|
-
static
|
|
544
|
-
static
|
|
541
|
+
static fromLTRB(left: float, top: float, right: float, bottom: float): RectangleF;
|
|
542
|
+
static inflate(rect: RectangleF, x: float, y: float): RectangleF;
|
|
543
|
+
static intersect(a: RectangleF, b: RectangleF): RectangleF;
|
|
544
|
+
static union(a: RectangleF, b: RectangleF): RectangleF;
|
|
545
545
|
}
|
|
546
546
|
|
|
547
547
|
|
|
548
548
|
export interface __RectangleF$views {
|
|
549
|
-
|
|
549
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<RectangleF>;
|
|
550
550
|
|
|
551
551
|
// Structural method bridges for numeric interface constraints
|
|
552
552
|
Equals(other: RectangleF): boolean;
|
|
@@ -561,21 +561,21 @@ export class Size$instance {
|
|
|
561
561
|
height: int;
|
|
562
562
|
readonly isEmpty: boolean;
|
|
563
563
|
width: int;
|
|
564
|
-
equals(obj:
|
|
564
|
+
equals(obj: unknown): boolean;
|
|
565
565
|
equals(other: Size): boolean;
|
|
566
566
|
getHashCode(): int;
|
|
567
567
|
toString(): string;
|
|
568
568
|
static readonly empty: Size;
|
|
569
|
-
static
|
|
570
|
-
static
|
|
571
|
-
static
|
|
572
|
-
static
|
|
573
|
-
static
|
|
569
|
+
static add(sz1: Size, sz2: Size): Size;
|
|
570
|
+
static ceiling(value: SizeF): Size;
|
|
571
|
+
static round(value: SizeF): Size;
|
|
572
|
+
static subtract(sz1: Size, sz2: Size): Size;
|
|
573
|
+
static truncate(value: SizeF): Size;
|
|
574
574
|
}
|
|
575
575
|
|
|
576
576
|
|
|
577
577
|
export interface __Size$views {
|
|
578
|
-
|
|
578
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Size>;
|
|
579
579
|
|
|
580
580
|
// Structural method bridges for numeric interface constraints
|
|
581
581
|
Equals(other: Size): boolean;
|
|
@@ -592,7 +592,7 @@ export class SizeF$instance {
|
|
|
592
592
|
height: float;
|
|
593
593
|
readonly isEmpty: boolean;
|
|
594
594
|
width: float;
|
|
595
|
-
equals(obj:
|
|
595
|
+
equals(obj: unknown): boolean;
|
|
596
596
|
equals(other: SizeF): boolean;
|
|
597
597
|
getHashCode(): int;
|
|
598
598
|
toPointF(): PointF;
|
|
@@ -600,13 +600,13 @@ export class SizeF$instance {
|
|
|
600
600
|
toString(): string;
|
|
601
601
|
toVector2(): Vector2;
|
|
602
602
|
static readonly empty: SizeF;
|
|
603
|
-
static
|
|
604
|
-
static
|
|
603
|
+
static add(sz1: SizeF, sz2: SizeF): SizeF;
|
|
604
|
+
static subtract(sz1: SizeF, sz2: SizeF): SizeF;
|
|
605
605
|
}
|
|
606
606
|
|
|
607
607
|
|
|
608
608
|
export interface __SizeF$views {
|
|
609
|
-
|
|
609
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SizeF>;
|
|
610
610
|
|
|
611
611
|
// Structural method bridges for numeric interface constraints
|
|
612
612
|
Equals(other: SizeF): boolean;
|
|
@@ -621,10 +621,10 @@ export class ColorConverter$instance extends System_ComponentModel_Internal.Type
|
|
|
621
621
|
canConvertFrom(sourceType: Type): boolean;
|
|
622
622
|
canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
623
623
|
canConvertTo(destinationType: Type): boolean;
|
|
624
|
-
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
625
|
-
convertFrom(value:
|
|
626
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
627
|
-
convertTo(value:
|
|
624
|
+
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
|
|
625
|
+
convertFrom(value: unknown): unknown;
|
|
626
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
627
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
628
628
|
getStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
|
|
629
629
|
getStandardValues(): ICollection;
|
|
630
630
|
getStandardValuesSupported(context: ITypeDescriptorContext): boolean;
|
|
@@ -640,17 +640,17 @@ export class PointConverter$instance extends System_ComponentModel_Internal.Type
|
|
|
640
640
|
canConvertFrom(sourceType: Type): boolean;
|
|
641
641
|
canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
642
642
|
canConvertTo(destinationType: Type): boolean;
|
|
643
|
-
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
644
|
-
convertFrom(value:
|
|
645
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
646
|
-
convertTo(value:
|
|
647
|
-
createInstance(context: ITypeDescriptorContext, propertyValues: IDictionary):
|
|
648
|
-
createInstance(propertyValues: IDictionary):
|
|
643
|
+
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
|
|
644
|
+
convertFrom(value: unknown): unknown;
|
|
645
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
646
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
647
|
+
createInstance(context: ITypeDescriptorContext, propertyValues: IDictionary): unknown;
|
|
648
|
+
createInstance(propertyValues: IDictionary): unknown;
|
|
649
649
|
getCreateInstanceSupported(context: ITypeDescriptorContext): boolean;
|
|
650
650
|
getCreateInstanceSupported(): boolean;
|
|
651
|
-
getProperties(context: ITypeDescriptorContext, value:
|
|
652
|
-
getProperties(value:
|
|
653
|
-
getProperties(context: ITypeDescriptorContext, value:
|
|
651
|
+
getProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
652
|
+
getProperties(value: unknown): PropertyDescriptorCollection;
|
|
653
|
+
getProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection;
|
|
654
654
|
getPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
655
655
|
getPropertiesSupported(): boolean;
|
|
656
656
|
}
|
|
@@ -664,17 +664,17 @@ export class RectangleConverter$instance extends System_ComponentModel_Internal.
|
|
|
664
664
|
canConvertFrom(sourceType: Type): boolean;
|
|
665
665
|
canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
666
666
|
canConvertTo(destinationType: Type): boolean;
|
|
667
|
-
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
668
|
-
convertFrom(value:
|
|
669
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
670
|
-
convertTo(value:
|
|
671
|
-
createInstance(context: ITypeDescriptorContext, propertyValues: IDictionary):
|
|
672
|
-
createInstance(propertyValues: IDictionary):
|
|
667
|
+
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
|
|
668
|
+
convertFrom(value: unknown): unknown;
|
|
669
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
670
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
671
|
+
createInstance(context: ITypeDescriptorContext, propertyValues: IDictionary): unknown;
|
|
672
|
+
createInstance(propertyValues: IDictionary): unknown;
|
|
673
673
|
getCreateInstanceSupported(context: ITypeDescriptorContext): boolean;
|
|
674
674
|
getCreateInstanceSupported(): boolean;
|
|
675
|
-
getProperties(context: ITypeDescriptorContext, value:
|
|
676
|
-
getProperties(value:
|
|
677
|
-
getProperties(context: ITypeDescriptorContext, value:
|
|
675
|
+
getProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
676
|
+
getProperties(value: unknown): PropertyDescriptorCollection;
|
|
677
|
+
getProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection;
|
|
678
678
|
getPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
679
679
|
getPropertiesSupported(): boolean;
|
|
680
680
|
}
|
|
@@ -688,17 +688,17 @@ export class SizeConverter$instance extends System_ComponentModel_Internal.TypeC
|
|
|
688
688
|
canConvertFrom(sourceType: Type): boolean;
|
|
689
689
|
canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
690
690
|
canConvertTo(destinationType: Type): boolean;
|
|
691
|
-
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
692
|
-
convertFrom(value:
|
|
693
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
694
|
-
convertTo(value:
|
|
695
|
-
createInstance(context: ITypeDescriptorContext, propertyValues: IDictionary):
|
|
696
|
-
createInstance(propertyValues: IDictionary):
|
|
691
|
+
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
|
|
692
|
+
convertFrom(value: unknown): unknown;
|
|
693
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
694
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
695
|
+
createInstance(context: ITypeDescriptorContext, propertyValues: IDictionary): unknown;
|
|
696
|
+
createInstance(propertyValues: IDictionary): unknown;
|
|
697
697
|
getCreateInstanceSupported(context: ITypeDescriptorContext): boolean;
|
|
698
698
|
getCreateInstanceSupported(): boolean;
|
|
699
|
-
getProperties(context: ITypeDescriptorContext, value:
|
|
700
|
-
getProperties(value:
|
|
701
|
-
getProperties(context: ITypeDescriptorContext, value:
|
|
699
|
+
getProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
700
|
+
getProperties(value: unknown): PropertyDescriptorCollection;
|
|
701
|
+
getProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection;
|
|
702
702
|
getPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
703
703
|
getPropertiesSupported(): boolean;
|
|
704
704
|
}
|
|
@@ -712,17 +712,17 @@ export class SizeFConverter$instance extends System_ComponentModel_Internal.Type
|
|
|
712
712
|
canConvertFrom(sourceType: Type): boolean;
|
|
713
713
|
canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
714
714
|
canConvertTo(destinationType: Type): boolean;
|
|
715
|
-
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
716
|
-
convertFrom(value:
|
|
717
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
718
|
-
convertTo(value:
|
|
719
|
-
createInstance(context: ITypeDescriptorContext, propertyValues: IDictionary):
|
|
720
|
-
createInstance(propertyValues: IDictionary):
|
|
715
|
+
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
|
|
716
|
+
convertFrom(value: unknown): unknown;
|
|
717
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
718
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
719
|
+
createInstance(context: ITypeDescriptorContext, propertyValues: IDictionary): unknown;
|
|
720
|
+
createInstance(propertyValues: IDictionary): unknown;
|
|
721
721
|
getCreateInstanceSupported(context: ITypeDescriptorContext): boolean;
|
|
722
722
|
getCreateInstanceSupported(): boolean;
|
|
723
|
-
getProperties(context: ITypeDescriptorContext, value:
|
|
724
|
-
getProperties(value:
|
|
725
|
-
getProperties(context: ITypeDescriptorContext, value:
|
|
723
|
+
getProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
724
|
+
getProperties(value: unknown): PropertyDescriptorCollection;
|
|
725
|
+
getProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection;
|
|
726
726
|
getPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
727
727
|
getPropertiesSupported(): boolean;
|
|
728
728
|
}
|
|
@@ -731,52 +731,52 @@ export class SizeFConverter$instance extends System_ComponentModel_Internal.Type
|
|
|
731
731
|
export type SizeFConverter = SizeFConverter$instance;
|
|
732
732
|
|
|
733
733
|
export abstract class ColorTranslator$instance {
|
|
734
|
-
static
|
|
735
|
-
static
|
|
736
|
-
static
|
|
737
|
-
static
|
|
738
|
-
static
|
|
739
|
-
static
|
|
734
|
+
static fromHtml(htmlColor: string): Color;
|
|
735
|
+
static fromOle(oleColor: int): Color;
|
|
736
|
+
static fromWin32(win32Color: int): Color;
|
|
737
|
+
static toHtml(c: Color): string;
|
|
738
|
+
static toOle(c: Color): int;
|
|
739
|
+
static toWin32(c: Color): int;
|
|
740
740
|
}
|
|
741
741
|
|
|
742
742
|
|
|
743
743
|
export type ColorTranslator = ColorTranslator$instance;
|
|
744
744
|
|
|
745
745
|
export abstract class SystemColors$instance {
|
|
746
|
-
static readonly
|
|
747
|
-
static readonly
|
|
748
|
-
static readonly
|
|
749
|
-
static readonly
|
|
750
|
-
static readonly
|
|
751
|
-
static readonly
|
|
752
|
-
static readonly
|
|
753
|
-
static readonly
|
|
754
|
-
static readonly
|
|
755
|
-
static readonly
|
|
756
|
-
static readonly
|
|
757
|
-
static readonly
|
|
758
|
-
static readonly
|
|
759
|
-
static readonly
|
|
760
|
-
static readonly
|
|
761
|
-
static readonly
|
|
762
|
-
static readonly
|
|
763
|
-
static readonly
|
|
764
|
-
static readonly
|
|
765
|
-
static readonly
|
|
766
|
-
static readonly
|
|
767
|
-
static readonly
|
|
768
|
-
static readonly
|
|
769
|
-
static readonly
|
|
770
|
-
static readonly
|
|
771
|
-
static readonly
|
|
772
|
-
static readonly
|
|
773
|
-
static readonly
|
|
774
|
-
static readonly
|
|
775
|
-
static readonly
|
|
776
|
-
static readonly
|
|
777
|
-
static readonly
|
|
778
|
-
static readonly
|
|
779
|
-
static
|
|
746
|
+
static readonly activeBorder: Color;
|
|
747
|
+
static readonly activeCaption: Color;
|
|
748
|
+
static readonly activeCaptionText: Color;
|
|
749
|
+
static readonly appWorkspace: Color;
|
|
750
|
+
static readonly buttonFace: Color;
|
|
751
|
+
static readonly buttonHighlight: Color;
|
|
752
|
+
static readonly buttonShadow: Color;
|
|
753
|
+
static readonly control: Color;
|
|
754
|
+
static readonly controlDark: Color;
|
|
755
|
+
static readonly controlDarkDark: Color;
|
|
756
|
+
static readonly controlLight: Color;
|
|
757
|
+
static readonly controlLightLight: Color;
|
|
758
|
+
static readonly controlText: Color;
|
|
759
|
+
static readonly desktop: Color;
|
|
760
|
+
static readonly gradientActiveCaption: Color;
|
|
761
|
+
static readonly gradientInactiveCaption: Color;
|
|
762
|
+
static readonly grayText: Color;
|
|
763
|
+
static readonly highlight: Color;
|
|
764
|
+
static readonly highlightText: Color;
|
|
765
|
+
static readonly hotTrack: Color;
|
|
766
|
+
static readonly inactiveBorder: Color;
|
|
767
|
+
static readonly inactiveCaption: Color;
|
|
768
|
+
static readonly inactiveCaptionText: Color;
|
|
769
|
+
static readonly info: Color;
|
|
770
|
+
static readonly infoText: Color;
|
|
771
|
+
static readonly menu: Color;
|
|
772
|
+
static readonly menuBar: Color;
|
|
773
|
+
static readonly menuHighlight: Color;
|
|
774
|
+
static readonly menuText: Color;
|
|
775
|
+
static readonly scrollBar: Color;
|
|
776
|
+
static readonly window: Color;
|
|
777
|
+
static readonly windowFrame: Color;
|
|
778
|
+
static readonly windowText: Color;
|
|
779
|
+
static useAlternativeColorSet: boolean;
|
|
780
780
|
}
|
|
781
781
|
|
|
782
782
|
|