@alloy-js/csharp 0.21.0-dev.8 → 0.21.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.
Files changed (817) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/dist/scripts/components/library-interface.d.ts +9 -0
  3. package/dist/scripts/components/library-interface.d.ts.map +1 -0
  4. package/dist/scripts/components/library-interface.js +43 -0
  5. package/dist/scripts/components/library-interface.js.map +1 -0
  6. package/dist/scripts/components/namespace-directory.d.ts +7 -0
  7. package/dist/scripts/components/namespace-directory.d.ts.map +1 -0
  8. package/dist/scripts/components/namespace-directory.js +96 -0
  9. package/dist/scripts/components/namespace-directory.js.map +1 -0
  10. package/dist/scripts/generate-builtins.d.ts +11 -0
  11. package/dist/scripts/generate-builtins.d.ts.map +1 -0
  12. package/dist/scripts/generate-builtins.js +37 -0
  13. package/dist/scripts/generate-builtins.js.map +1 -0
  14. package/dist/scripts/process-docfx.d.ts +3 -0
  15. package/dist/scripts/process-docfx.d.ts.map +1 -0
  16. package/dist/scripts/process-docfx.js +300 -0
  17. package/dist/scripts/process-docfx.js.map +1 -0
  18. package/dist/src/access.d.ts +13 -0
  19. package/dist/src/access.d.ts.map +1 -0
  20. package/dist/src/access.js +65 -0
  21. package/dist/src/access.js.map +1 -0
  22. package/dist/src/access.test.d.ts +2 -0
  23. package/dist/src/access.test.d.ts.map +1 -0
  24. package/dist/src/access.test.js +43 -0
  25. package/dist/src/access.test.js.map +1 -0
  26. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts +12 -0
  27. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts.map +1 -0
  28. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  29. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  30. package/dist/src/builtins/Microsoft/CSharp/index.d.ts +6 -0
  31. package/dist/src/builtins/Microsoft/CSharp/index.d.ts.map +1 -0
  32. package/dist/src/builtins/Microsoft/CSharp/index.js +5 -0
  33. package/dist/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  34. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts +102 -0
  35. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts.map +1 -0
  36. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  37. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  38. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts +491 -0
  39. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts.map +1 -0
  40. package/dist/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  41. package/dist/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  42. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +82 -0
  43. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -0
  44. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  45. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  46. package/dist/src/builtins/Microsoft/Win32/index.d.ts +79 -0
  47. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -0
  48. package/dist/src/builtins/Microsoft/Win32/index.js +362 -0
  49. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -0
  50. package/dist/src/builtins/Microsoft/index.d.ts +8 -0
  51. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -0
  52. package/dist/src/builtins/Microsoft/index.js +7 -0
  53. package/dist/src/builtins/Microsoft/index.js.map +1 -0
  54. package/dist/src/builtins/System/Buffers/Binary/index.d.ts +113 -0
  55. package/dist/src/builtins/System/Buffers/Binary/index.d.ts.map +1 -0
  56. package/dist/src/builtins/System/Buffers/Binary/index.js +536 -0
  57. package/dist/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  58. package/dist/src/builtins/System/Buffers/Text/index.d.ts +37 -0
  59. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -0
  60. package/dist/src/builtins/System/Buffers/Text/index.js +144 -0
  61. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -0
  62. package/dist/src/builtins/System/Buffers/index.d.ts +142 -0
  63. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -0
  64. package/dist/src/builtins/System/Buffers/index.js +605 -0
  65. package/dist/src/builtins/System/Buffers/index.js.map +1 -0
  66. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts +31 -0
  67. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts.map +1 -0
  68. package/dist/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  69. package/dist/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  70. package/dist/src/builtins/System/CodeDom/index.d.ts +6 -0
  71. package/dist/src/builtins/System/CodeDom/index.d.ts.map +1 -0
  72. package/dist/src/builtins/System/CodeDom/index.js +5 -0
  73. package/dist/src/builtins/System/CodeDom/index.js.map +1 -0
  74. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts +100 -0
  75. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts.map +1 -0
  76. package/dist/src/builtins/System/Collections/Concurrent/index.js +399 -0
  77. package/dist/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  78. package/dist/src/builtins/System/Collections/Frozen/index.d.ts +29 -0
  79. package/dist/src/builtins/System/Collections/Frozen/index.d.ts.map +1 -0
  80. package/dist/src/builtins/System/Collections/Frozen/index.js +88 -0
  81. package/dist/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  82. package/dist/src/builtins/System/Collections/Generic/index.d.ts +275 -0
  83. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -0
  84. package/dist/src/builtins/System/Collections/Generic/index.js +978 -0
  85. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -0
  86. package/dist/src/builtins/System/Collections/Immutable/index.d.ts +273 -0
  87. package/dist/src/builtins/System/Collections/Immutable/index.d.ts.map +1 -0
  88. package/dist/src/builtins/System/Collections/Immutable/index.js +1049 -0
  89. package/dist/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  90. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +97 -0
  91. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -0
  92. package/dist/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  93. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  94. package/dist/src/builtins/System/Collections/Specialized/index.d.ts +162 -0
  95. package/dist/src/builtins/System/Collections/Specialized/index.d.ts.map +1 -0
  96. package/dist/src/builtins/System/Collections/Specialized/index.js +716 -0
  97. package/dist/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  98. package/dist/src/builtins/System/Collections/index.d.ts +293 -0
  99. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -0
  100. package/dist/src/builtins/System/Collections/index.js +1355 -0
  101. package/dist/src/builtins/System/Collections/index.js.map +1 -0
  102. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts +40 -0
  103. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts.map +1 -0
  104. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  105. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  106. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts +274 -0
  107. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts.map +1 -0
  108. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  109. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  110. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts +128 -0
  111. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts.map +1 -0
  112. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  113. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  114. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts +428 -0
  115. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts.map +1 -0
  116. package/dist/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  117. package/dist/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  118. package/dist/src/builtins/System/ComponentModel/index.d.ts +1431 -0
  119. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -0
  120. package/dist/src/builtins/System/ComponentModel/index.js +6649 -0
  121. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -0
  122. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts +19 -0
  123. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts.map +1 -0
  124. package/dist/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  125. package/dist/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  126. package/dist/src/builtins/System/Configuration/index.d.ts +6 -0
  127. package/dist/src/builtins/System/Configuration/index.d.ts.map +1 -0
  128. package/dist/src/builtins/System/Configuration/index.js +5 -0
  129. package/dist/src/builtins/System/Configuration/index.js.map +1 -0
  130. package/dist/src/builtins/System/Data/Common/index.d.ts +611 -0
  131. package/dist/src/builtins/System/Data/Common/index.d.ts.map +1 -0
  132. package/dist/src/builtins/System/Data/Common/index.js +3279 -0
  133. package/dist/src/builtins/System/Data/Common/index.js.map +1 -0
  134. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts +541 -0
  135. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts.map +1 -0
  136. package/dist/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  137. package/dist/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  138. package/dist/src/builtins/System/Data/index.d.ts +967 -0
  139. package/dist/src/builtins/System/Data/index.d.ts.map +1 -0
  140. package/dist/src/builtins/System/Data/index.js +4504 -0
  141. package/dist/src/builtins/System/Data/index.js.map +1 -0
  142. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts +155 -0
  143. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts.map +1 -0
  144. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  145. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  146. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts +76 -0
  147. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts.map +1 -0
  148. package/dist/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  149. package/dist/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  150. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts +83 -0
  151. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts.map +1 -0
  152. package/dist/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  153. package/dist/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  154. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts +138 -0
  155. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts.map +1 -0
  156. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  157. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  158. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts +206 -0
  159. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts.map +1 -0
  160. package/dist/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  161. package/dist/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  162. package/dist/src/builtins/System/Diagnostics/index.d.ts +800 -0
  163. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -0
  164. package/dist/src/builtins/System/Diagnostics/index.js +3826 -0
  165. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -0
  166. package/dist/src/builtins/System/Drawing/index.d.ts +558 -0
  167. package/dist/src/builtins/System/Drawing/index.d.ts.map +1 -0
  168. package/dist/src/builtins/System/Drawing/index.js +3305 -0
  169. package/dist/src/builtins/System/Drawing/index.js.map +1 -0
  170. package/dist/src/builtins/System/Dynamic/index.d.ts +170 -0
  171. package/dist/src/builtins/System/Dynamic/index.d.ts.map +1 -0
  172. package/dist/src/builtins/System/Dynamic/index.js +795 -0
  173. package/dist/src/builtins/System/Dynamic/index.js.map +1 -0
  174. package/dist/src/builtins/System/Formats/Asn1/index.d.ts +173 -0
  175. package/dist/src/builtins/System/Formats/Asn1/index.d.ts.map +1 -0
  176. package/dist/src/builtins/System/Formats/Asn1/index.js +843 -0
  177. package/dist/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  178. package/dist/src/builtins/System/Formats/Tar/index.d.ts +96 -0
  179. package/dist/src/builtins/System/Formats/Tar/index.d.ts.map +1 -0
  180. package/dist/src/builtins/System/Formats/Tar/index.js +436 -0
  181. package/dist/src/builtins/System/Formats/Tar/index.js.map +1 -0
  182. package/dist/src/builtins/System/Formats/index.d.ts +7 -0
  183. package/dist/src/builtins/System/Formats/index.d.ts.map +1 -0
  184. package/dist/src/builtins/System/Formats/index.js +6 -0
  185. package/dist/src/builtins/System/Formats/index.js.map +1 -0
  186. package/dist/src/builtins/System/Globalization/index.d.ts +737 -0
  187. package/dist/src/builtins/System/Globalization/index.d.ts.map +1 -0
  188. package/dist/src/builtins/System/Globalization/index.js +3848 -0
  189. package/dist/src/builtins/System/Globalization/index.js.map +1 -0
  190. package/dist/src/builtins/System/IO/Compression/index.d.ts +186 -0
  191. package/dist/src/builtins/System/IO/Compression/index.d.ts.map +1 -0
  192. package/dist/src/builtins/System/IO/Compression/index.js +894 -0
  193. package/dist/src/builtins/System/IO/Compression/index.js.map +1 -0
  194. package/dist/src/builtins/System/IO/Enumeration/index.d.ts +53 -0
  195. package/dist/src/builtins/System/IO/Enumeration/index.d.ts.map +1 -0
  196. package/dist/src/builtins/System/IO/Enumeration/index.js +218 -0
  197. package/dist/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  198. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts +103 -0
  199. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts.map +1 -0
  200. package/dist/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  201. package/dist/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  202. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts +56 -0
  203. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts.map +1 -0
  204. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  205. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  206. package/dist/src/builtins/System/IO/Pipelines/index.d.ts +93 -0
  207. package/dist/src/builtins/System/IO/Pipelines/index.d.ts.map +1 -0
  208. package/dist/src/builtins/System/IO/Pipelines/index.js +415 -0
  209. package/dist/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  210. package/dist/src/builtins/System/IO/Pipes/index.d.ts +157 -0
  211. package/dist/src/builtins/System/IO/Pipes/index.d.ts.map +1 -0
  212. package/dist/src/builtins/System/IO/Pipes/index.js +723 -0
  213. package/dist/src/builtins/System/IO/Pipes/index.js.map +1 -0
  214. package/dist/src/builtins/System/IO/index.d.ts +762 -0
  215. package/dist/src/builtins/System/IO/index.d.ts.map +1 -0
  216. package/dist/src/builtins/System/IO/index.js +3713 -0
  217. package/dist/src/builtins/System/IO/index.js.map +1 -0
  218. package/dist/src/builtins/System/Linq/Expressions/index.d.ts +429 -0
  219. package/dist/src/builtins/System/Linq/Expressions/index.d.ts.map +1 -0
  220. package/dist/src/builtins/System/Linq/Expressions/index.js +2253 -0
  221. package/dist/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  222. package/dist/src/builtins/System/Linq/index.d.ts +73 -0
  223. package/dist/src/builtins/System/Linq/index.d.ts.map +1 -0
  224. package/dist/src/builtins/System/Linq/index.js +275 -0
  225. package/dist/src/builtins/System/Linq/index.js.map +1 -0
  226. package/dist/src/builtins/System/Net/Cache/index.d.ts +48 -0
  227. package/dist/src/builtins/System/Net/Cache/index.d.ts.map +1 -0
  228. package/dist/src/builtins/System/Net/Cache/index.js +217 -0
  229. package/dist/src/builtins/System/Net/Cache/index.js.map +1 -0
  230. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts +335 -0
  231. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts.map +1 -0
  232. package/dist/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  233. package/dist/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  234. package/dist/src/builtins/System/Net/Http/Json/index.d.ts +21 -0
  235. package/dist/src/builtins/System/Net/Http/Json/index.d.ts.map +1 -0
  236. package/dist/src/builtins/System/Net/Http/Json/index.js +72 -0
  237. package/dist/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  238. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts +13 -0
  239. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts.map +1 -0
  240. package/dist/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  241. package/dist/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  242. package/dist/src/builtins/System/Net/Http/index.d.ts +305 -0
  243. package/dist/src/builtins/System/Net/Http/index.d.ts.map +1 -0
  244. package/dist/src/builtins/System/Net/Http/index.js +1458 -0
  245. package/dist/src/builtins/System/Net/Http/index.js.map +1 -0
  246. package/dist/src/builtins/System/Net/Mail/index.d.ts +182 -0
  247. package/dist/src/builtins/System/Net/Mail/index.d.ts.map +1 -0
  248. package/dist/src/builtins/System/Net/Mail/index.js +871 -0
  249. package/dist/src/builtins/System/Net/Mail/index.js.map +1 -0
  250. package/dist/src/builtins/System/Net/Mime/index.d.ts +100 -0
  251. package/dist/src/builtins/System/Net/Mime/index.d.ts.map +1 -0
  252. package/dist/src/builtins/System/Net/Mime/index.js +500 -0
  253. package/dist/src/builtins/System/Net/Mime/index.js.map +1 -0
  254. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts +506 -0
  255. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts.map +1 -0
  256. package/dist/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  257. package/dist/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  258. package/dist/src/builtins/System/Net/Quic/index.d.ts +129 -0
  259. package/dist/src/builtins/System/Net/Quic/index.d.ts.map +1 -0
  260. package/dist/src/builtins/System/Net/Quic/index.js +635 -0
  261. package/dist/src/builtins/System/Net/Quic/index.js.map +1 -0
  262. package/dist/src/builtins/System/Net/Security/index.d.ts +277 -0
  263. package/dist/src/builtins/System/Net/Security/index.d.ts.map +1 -0
  264. package/dist/src/builtins/System/Net/Security/index.js +1432 -0
  265. package/dist/src/builtins/System/Net/Security/index.js.map +1 -0
  266. package/dist/src/builtins/System/Net/Sockets/index.d.ts +593 -0
  267. package/dist/src/builtins/System/Net/Sockets/index.d.ts.map +1 -0
  268. package/dist/src/builtins/System/Net/Sockets/index.js +3095 -0
  269. package/dist/src/builtins/System/Net/Sockets/index.js.map +1 -0
  270. package/dist/src/builtins/System/Net/WebSockets/index.d.ts +165 -0
  271. package/dist/src/builtins/System/Net/WebSockets/index.d.ts.map +1 -0
  272. package/dist/src/builtins/System/Net/WebSockets/index.js +876 -0
  273. package/dist/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  274. package/dist/src/builtins/System/Net/index.d.ts +1066 -0
  275. package/dist/src/builtins/System/Net/index.d.ts.map +1 -0
  276. package/dist/src/builtins/System/Net/index.js +5481 -0
  277. package/dist/src/builtins/System/Net/index.js.map +1 -0
  278. package/dist/src/builtins/System/Numerics/index.d.ts +673 -0
  279. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -0
  280. package/dist/src/builtins/System/Numerics/index.js +3425 -0
  281. package/dist/src/builtins/System/Numerics/index.js.map +1 -0
  282. package/dist/src/builtins/System/Reflection/Emit/index.d.ts +769 -0
  283. package/dist/src/builtins/System/Reflection/Emit/index.d.ts.map +1 -0
  284. package/dist/src/builtins/System/Reflection/Emit/index.js +4293 -0
  285. package/dist/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  286. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts +513 -0
  287. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts.map +1 -0
  288. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  289. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  290. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts +1333 -0
  291. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts.map +1 -0
  292. package/dist/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  293. package/dist/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  294. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts +383 -0
  295. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts.map +1 -0
  296. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  297. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  298. package/dist/src/builtins/System/Reflection/index.d.ts +1038 -0
  299. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -0
  300. package/dist/src/builtins/System/Reflection/index.js +5244 -0
  301. package/dist/src/builtins/System/Reflection/index.js.map +1 -0
  302. package/dist/src/builtins/System/Resources/index.d.ts +70 -0
  303. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -0
  304. package/dist/src/builtins/System/Resources/index.js +289 -0
  305. package/dist/src/builtins/System/Resources/index.js.map +1 -0
  306. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +486 -0
  307. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -0
  308. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  309. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  310. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts +29 -0
  311. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts.map +1 -0
  312. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  313. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  314. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts +20 -0
  315. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts.map +1 -0
  316. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  317. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  318. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts +23 -0
  319. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts.map +1 -0
  320. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  321. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  322. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts +54 -0
  323. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts.map +1 -0
  324. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  325. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  326. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +259 -0
  327. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -0
  328. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  329. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  330. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts +24 -0
  331. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts.map +1 -0
  332. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  333. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  334. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts +18 -0
  335. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts.map +1 -0
  336. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  337. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  338. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +781 -0
  339. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -0
  340. package/dist/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  341. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  342. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts +273 -0
  343. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts.map +1 -0
  344. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  345. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  346. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts +73 -0
  347. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts.map +1 -0
  348. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  349. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  350. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts +311 -0
  351. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts.map +1 -0
  352. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  353. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  354. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts +57 -0
  355. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts.map +1 -0
  356. package/dist/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  357. package/dist/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  358. package/dist/src/builtins/System/Runtime/Loader/index.d.ts +35 -0
  359. package/dist/src/builtins/System/Runtime/Loader/index.d.ts.map +1 -0
  360. package/dist/src/builtins/System/Runtime/Loader/index.js +140 -0
  361. package/dist/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  362. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts +10 -0
  363. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts.map +1 -0
  364. package/dist/src/builtins/System/Runtime/Remoting/index.js +18 -0
  365. package/dist/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  366. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts +51 -0
  367. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts.map +1 -0
  368. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  369. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  370. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts +17 -0
  371. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts.map +1 -0
  372. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  373. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  374. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts +24 -0
  375. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts.map +1 -0
  376. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  377. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  378. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts +45 -0
  379. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts.map +1 -0
  380. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  381. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  382. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +374 -0
  383. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -0
  384. package/dist/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  385. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  386. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts +81 -0
  387. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts.map +1 -0
  388. package/dist/src/builtins/System/Runtime/Versioning/index.js +336 -0
  389. package/dist/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  390. package/dist/src/builtins/System/Runtime/index.d.ts +67 -0
  391. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -0
  392. package/dist/src/builtins/System/Runtime/index.js +245 -0
  393. package/dist/src/builtins/System/Runtime/index.js.map +1 -0
  394. package/dist/src/builtins/System/Security/AccessControl/index.d.ts +485 -0
  395. package/dist/src/builtins/System/Security/AccessControl/index.d.ts.map +1 -0
  396. package/dist/src/builtins/System/Security/AccessControl/index.js +2343 -0
  397. package/dist/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  398. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts +43 -0
  399. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts.map +1 -0
  400. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  401. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  402. package/dist/src/builtins/System/Security/Authentication/index.d.ts +49 -0
  403. package/dist/src/builtins/System/Security/Authentication/index.d.ts.map +1 -0
  404. package/dist/src/builtins/System/Security/Authentication/index.js +212 -0
  405. package/dist/src/builtins/System/Security/Authentication/index.js.map +1 -0
  406. package/dist/src/builtins/System/Security/Claims/index.d.ts +152 -0
  407. package/dist/src/builtins/System/Security/Claims/index.d.ts.map +1 -0
  408. package/dist/src/builtins/System/Security/Claims/index.js +844 -0
  409. package/dist/src/builtins/System/Security/Claims/index.js.map +1 -0
  410. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts +551 -0
  411. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts.map +1 -0
  412. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  413. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  414. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +1378 -0
  415. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -0
  416. package/dist/src/builtins/System/Security/Cryptography/index.js +6673 -0
  417. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  418. package/dist/src/builtins/System/Security/Permissions/index.d.ts +67 -0
  419. package/dist/src/builtins/System/Security/Permissions/index.d.ts.map +1 -0
  420. package/dist/src/builtins/System/Security/Permissions/index.js +325 -0
  421. package/dist/src/builtins/System/Security/Permissions/index.js.map +1 -0
  422. package/dist/src/builtins/System/Security/Policy/index.d.ts +28 -0
  423. package/dist/src/builtins/System/Security/Policy/index.d.ts.map +1 -0
  424. package/dist/src/builtins/System/Security/Policy/index.js +101 -0
  425. package/dist/src/builtins/System/Security/Policy/index.js.map +1 -0
  426. package/dist/src/builtins/System/Security/Principal/index.d.ts +252 -0
  427. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -0
  428. package/dist/src/builtins/System/Security/Principal/index.js +1338 -0
  429. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -0
  430. package/dist/src/builtins/System/Security/index.d.ts +164 -0
  431. package/dist/src/builtins/System/Security/index.d.ts.map +1 -0
  432. package/dist/src/builtins/System/Security/index.js +672 -0
  433. package/dist/src/builtins/System/Security/index.js.map +1 -0
  434. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts +41 -0
  435. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts.map +1 -0
  436. package/dist/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  437. package/dist/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  438. package/dist/src/builtins/System/Text/Encodings/index.d.ts +6 -0
  439. package/dist/src/builtins/System/Text/Encodings/index.d.ts.map +1 -0
  440. package/dist/src/builtins/System/Text/Encodings/index.js +5 -0
  441. package/dist/src/builtins/System/Text/Encodings/index.js.map +1 -0
  442. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts +63 -0
  443. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts.map +1 -0
  444. package/dist/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  445. package/dist/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  446. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts +21 -0
  447. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts.map +1 -0
  448. package/dist/src/builtins/System/Text/Json/Schema/index.js +78 -0
  449. package/dist/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  450. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts +69 -0
  451. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts.map +1 -0
  452. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  453. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  454. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts +194 -0
  455. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts.map +1 -0
  456. package/dist/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  457. package/dist/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  458. package/dist/src/builtins/System/Text/Json/index.d.ts +251 -0
  459. package/dist/src/builtins/System/Text/Json/index.d.ts.map +1 -0
  460. package/dist/src/builtins/System/Text/Json/index.js +1185 -0
  461. package/dist/src/builtins/System/Text/Json/index.js.map +1 -0
  462. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts +152 -0
  463. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts.map +1 -0
  464. package/dist/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  465. package/dist/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  466. package/dist/src/builtins/System/Text/Unicode/index.d.ts +182 -0
  467. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -0
  468. package/dist/src/builtins/System/Text/Unicode/index.js +1199 -0
  469. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -0
  470. package/dist/src/builtins/System/Text/index.d.ts +372 -0
  471. package/dist/src/builtins/System/Text/index.d.ts.map +1 -0
  472. package/dist/src/builtins/System/Text/index.js +1748 -0
  473. package/dist/src/builtins/System/Text/index.js.map +1 -0
  474. package/dist/src/builtins/System/Threading/Channels/index.d.ts +56 -0
  475. package/dist/src/builtins/System/Threading/Channels/index.d.ts.map +1 -0
  476. package/dist/src/builtins/System/Threading/Channels/index.js +229 -0
  477. package/dist/src/builtins/System/Threading/Channels/index.js.map +1 -0
  478. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts +159 -0
  479. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts.map +1 -0
  480. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  481. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  482. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts +32 -0
  483. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts.map +1 -0
  484. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  485. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  486. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +163 -0
  487. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -0
  488. package/dist/src/builtins/System/Threading/Tasks/index.js +721 -0
  489. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  490. package/dist/src/builtins/System/Threading/index.d.ts +533 -0
  491. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -0
  492. package/dist/src/builtins/System/Threading/index.js +2292 -0
  493. package/dist/src/builtins/System/Threading/index.js.map +1 -0
  494. package/dist/src/builtins/System/Timers/index.d.ts +34 -0
  495. package/dist/src/builtins/System/Timers/index.d.ts.map +1 -0
  496. package/dist/src/builtins/System/Timers/index.js +129 -0
  497. package/dist/src/builtins/System/Timers/index.js.map +1 -0
  498. package/dist/src/builtins/System/Transactions/index.d.ts +183 -0
  499. package/dist/src/builtins/System/Transactions/index.d.ts.map +1 -0
  500. package/dist/src/builtins/System/Transactions/index.js +727 -0
  501. package/dist/src/builtins/System/Transactions/index.js.map +1 -0
  502. package/dist/src/builtins/System/Web/index.d.ts +24 -0
  503. package/dist/src/builtins/System/Web/index.d.ts.map +1 -0
  504. package/dist/src/builtins/System/Web/index.js +84 -0
  505. package/dist/src/builtins/System/Web/index.js.map +1 -0
  506. package/dist/src/builtins/System/Windows/Input/index.d.ts +10 -0
  507. package/dist/src/builtins/System/Windows/Input/index.d.ts.map +1 -0
  508. package/dist/src/builtins/System/Windows/Input/index.js +18 -0
  509. package/dist/src/builtins/System/Windows/Input/index.js.map +1 -0
  510. package/dist/src/builtins/System/Windows/Markup/index.d.ts +11 -0
  511. package/dist/src/builtins/System/Windows/Markup/index.d.ts.map +1 -0
  512. package/dist/src/builtins/System/Windows/Markup/index.js +28 -0
  513. package/dist/src/builtins/System/Windows/Markup/index.js.map +1 -0
  514. package/dist/src/builtins/System/Windows/index.d.ts +7 -0
  515. package/dist/src/builtins/System/Windows/index.d.ts.map +1 -0
  516. package/dist/src/builtins/System/Windows/index.js +6 -0
  517. package/dist/src/builtins/System/Windows/index.js.map +1 -0
  518. package/dist/src/builtins/System/Xml/Linq/index.d.ts +234 -0
  519. package/dist/src/builtins/System/Xml/Linq/index.d.ts.map +1 -0
  520. package/dist/src/builtins/System/Xml/Linq/index.js +1086 -0
  521. package/dist/src/builtins/System/Xml/Linq/index.js.map +1 -0
  522. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts +23 -0
  523. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts.map +1 -0
  524. package/dist/src/builtins/System/Xml/Resolvers/index.js +86 -0
  525. package/dist/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  526. package/dist/src/builtins/System/Xml/Schema/index.d.ts +630 -0
  527. package/dist/src/builtins/System/Xml/Schema/index.d.ts.map +1 -0
  528. package/dist/src/builtins/System/Xml/Schema/index.js +2993 -0
  529. package/dist/src/builtins/System/Xml/Schema/index.js.map +1 -0
  530. package/dist/src/builtins/System/Xml/Serialization/index.d.ts +534 -0
  531. package/dist/src/builtins/System/Xml/Serialization/index.d.ts.map +1 -0
  532. package/dist/src/builtins/System/Xml/Serialization/index.js +2356 -0
  533. package/dist/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  534. package/dist/src/builtins/System/Xml/XPath/index.d.ts +180 -0
  535. package/dist/src/builtins/System/Xml/XPath/index.d.ts.map +1 -0
  536. package/dist/src/builtins/System/Xml/XPath/index.js +917 -0
  537. package/dist/src/builtins/System/Xml/XPath/index.js.map +1 -0
  538. package/dist/src/builtins/System/Xml/Xsl/index.d.ts +76 -0
  539. package/dist/src/builtins/System/Xml/Xsl/index.d.ts.map +1 -0
  540. package/dist/src/builtins/System/Xml/Xsl/index.js +315 -0
  541. package/dist/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  542. package/dist/src/builtins/System/Xml/index.d.ts +1114 -0
  543. package/dist/src/builtins/System/Xml/index.d.ts.map +1 -0
  544. package/dist/src/builtins/System/Xml/index.js +5736 -0
  545. package/dist/src/builtins/System/Xml/index.js.map +1 -0
  546. package/dist/src/builtins/System/index.d.ts +3029 -0
  547. package/dist/src/builtins/System/index.d.ts.map +1 -0
  548. package/dist/src/builtins/System/index.js +14587 -0
  549. package/dist/src/builtins/System/index.js.map +1 -0
  550. package/dist/src/builtins/index.d.ts +3 -0
  551. package/dist/src/builtins/index.d.ts.map +1 -0
  552. package/dist/src/builtins/index.js +3 -0
  553. package/dist/src/builtins/index.js.map +1 -0
  554. package/dist/src/components/access-expression/access-expression.d.ts +8 -3
  555. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  556. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  557. package/dist/src/components/access-expression/part-descriptors.d.ts +8 -0
  558. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  559. package/dist/src/components/access-expression/part-descriptors.js +22 -2
  560. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  561. package/dist/src/components/attributes/attributes.d.ts +2 -6
  562. package/dist/src/components/attributes/attributes.d.ts.map +1 -1
  563. package/dist/src/components/attributes/attributes.js +15 -1
  564. package/dist/src/components/attributes/attributes.js.map +1 -1
  565. package/dist/src/components/attributes/attributes.test.js +54 -1
  566. package/dist/src/components/attributes/attributes.test.js.map +1 -1
  567. package/dist/src/components/csproj-file/csproj-file.d.ts +15 -0
  568. package/dist/src/components/csproj-file/csproj-file.d.ts.map +1 -0
  569. package/dist/src/components/csproj-file/csproj-file.js +24 -0
  570. package/dist/src/components/csproj-file/csproj-file.js.map +1 -0
  571. package/dist/src/components/csproj-file/csproj-file.test.d.ts +2 -0
  572. package/dist/src/components/csproj-file/csproj-file.test.d.ts.map +1 -0
  573. package/dist/src/components/csproj-file/csproj-file.test.js +46 -0
  574. package/dist/src/components/csproj-file/csproj-file.test.js.map +1 -0
  575. package/dist/src/components/index.d.ts +3 -1
  576. package/dist/src/components/index.d.ts.map +1 -1
  577. package/dist/src/components/index.js +3 -1
  578. package/dist/src/components/index.js.map +1 -1
  579. package/dist/src/components/parameters/parameters.d.ts +35 -0
  580. package/dist/src/components/parameters/parameters.d.ts.map +1 -1
  581. package/dist/src/components/parameters/parameters.js +14 -1
  582. package/dist/src/components/parameters/parameters.js.map +1 -1
  583. package/dist/src/components/parameters/parameters.test.js +67 -0
  584. package/dist/src/components/parameters/parameters.test.js.map +1 -1
  585. package/dist/src/components/region/region.d.ts +7 -0
  586. package/dist/src/components/region/region.d.ts.map +1 -0
  587. package/dist/src/components/region/region.js +10 -0
  588. package/dist/src/components/region/region.js.map +1 -0
  589. package/dist/src/components/region/region.test.d.ts +2 -0
  590. package/dist/src/components/region/region.test.d.ts.map +1 -0
  591. package/dist/src/components/region/region.test.js +27 -0
  592. package/dist/src/components/region/region.test.js.map +1 -0
  593. package/dist/src/components/stc/index.d.ts +0 -1
  594. package/dist/src/components/stc/index.d.ts.map +1 -1
  595. package/dist/src/components/stc/index.js +0 -1
  596. package/dist/src/components/stc/index.js.map +1 -1
  597. package/dist/src/components/var/declaration.d.ts +6 -2
  598. package/dist/src/components/var/declaration.d.ts.map +1 -1
  599. package/dist/src/components/var/declaration.js +17 -3
  600. package/dist/src/components/var/declaration.js.map +1 -1
  601. package/dist/src/components/var/declaration.test.js +19 -2
  602. package/dist/src/components/var/declaration.test.js.map +1 -1
  603. package/dist/src/contexts/global-namespace.d.ts +1 -0
  604. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  605. package/dist/src/contexts/global-namespace.js +6 -1
  606. package/dist/src/contexts/global-namespace.js.map +1 -1
  607. package/dist/src/contexts/reference-context.d.ts +12 -0
  608. package/dist/src/contexts/reference-context.d.ts.map +1 -0
  609. package/dist/src/contexts/reference-context.js +15 -0
  610. package/dist/src/contexts/reference-context.js.map +1 -0
  611. package/dist/src/create-library.d.ts +62 -0
  612. package/dist/src/create-library.d.ts.map +1 -0
  613. package/dist/src/create-library.js +136 -0
  614. package/dist/src/create-library.js.map +1 -0
  615. package/dist/src/create-library.test.d.ts +2 -0
  616. package/dist/src/create-library.test.d.ts.map +1 -0
  617. package/dist/src/create-library.test.js +237 -0
  618. package/dist/src/create-library.test.js.map +1 -0
  619. package/dist/src/index.d.ts +2 -0
  620. package/dist/src/index.d.ts.map +1 -1
  621. package/dist/src/index.js +2 -0
  622. package/dist/src/index.js.map +1 -1
  623. package/dist/src/symbols/named-type.d.ts +3 -3
  624. package/dist/src/symbols/named-type.d.ts.map +1 -1
  625. package/dist/src/symbols/named-type.js.map +1 -1
  626. package/dist/src/symbols/reference.d.ts.map +1 -1
  627. package/dist/src/symbols/reference.js +7 -4
  628. package/dist/src/symbols/reference.js.map +1 -1
  629. package/dist/testing/create-wrapper.d.ts +3 -0
  630. package/dist/testing/create-wrapper.d.ts.map +1 -0
  631. package/dist/testing/create-wrapper.js +12 -0
  632. package/dist/testing/create-wrapper.js.map +1 -0
  633. package/dist/testing/create-wrapper.test.d.ts +2 -0
  634. package/dist/testing/create-wrapper.test.d.ts.map +1 -0
  635. package/dist/testing/create-wrapper.test.js +212 -0
  636. package/dist/testing/create-wrapper.test.js.map +1 -0
  637. package/dist/testing/index.d.ts +2 -0
  638. package/dist/testing/index.d.ts.map +1 -0
  639. package/dist/testing/index.js +2 -0
  640. package/dist/testing/index.js.map +1 -0
  641. package/dist/tsconfig.tsbuildinfo +1 -1
  642. package/package.json +22 -6
  643. package/scripts/components/library-interface.tsx +41 -0
  644. package/scripts/components/namespace-directory.tsx +104 -0
  645. package/scripts/generate-builtins.tsx +36 -0
  646. package/scripts/process-docfx.tsx +321 -0
  647. package/src/access.test.tsx +49 -0
  648. package/src/access.tsx +70 -0
  649. package/src/builtins/Microsoft/CSharp/RuntimeBinder/index.ts +32 -0
  650. package/src/builtins/Microsoft/CSharp/index.ts +8 -0
  651. package/src/builtins/Microsoft/VisualBasic/FileIO/index.ts +573 -0
  652. package/src/builtins/Microsoft/VisualBasic/index.ts +3021 -0
  653. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +400 -0
  654. package/src/builtins/Microsoft/Win32/index.ts +437 -0
  655. package/src/builtins/Microsoft/index.ts +10 -0
  656. package/src/builtins/System/Buffers/Binary/index.ts +646 -0
  657. package/src/builtins/System/Buffers/Text/index.ts +178 -0
  658. package/src/builtins/System/Buffers/index.ts +744 -0
  659. package/src/builtins/System/CodeDom/Compiler/index.ts +160 -0
  660. package/src/builtins/System/CodeDom/index.ts +8 -0
  661. package/src/builtins/System/Collections/Concurrent/index.ts +497 -0
  662. package/src/builtins/System/Collections/Frozen/index.ts +115 -0
  663. package/src/builtins/System/Collections/Generic/index.ts +1253 -0
  664. package/src/builtins/System/Collections/Immutable/index.ts +1322 -0
  665. package/src/builtins/System/Collections/ObjectModel/index.ts +489 -0
  666. package/src/builtins/System/Collections/Specialized/index.ts +878 -0
  667. package/src/builtins/System/Collections/index.ts +1639 -0
  668. package/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.ts +181 -0
  669. package/src/builtins/System/ComponentModel/DataAnnotations/index.ts +1507 -0
  670. package/src/builtins/System/ComponentModel/Design/Serialization/index.ts +661 -0
  671. package/src/builtins/System/ComponentModel/Design/index.ts +2432 -0
  672. package/src/builtins/System/ComponentModel/index.ts +8079 -0
  673. package/src/builtins/System/Configuration/Assemblies/index.ts +85 -0
  674. package/src/builtins/System/Configuration/index.ts +8 -0
  675. package/src/builtins/System/Data/Common/index.ts +3888 -0
  676. package/src/builtins/System/Data/SqlTypes/index.ts +3194 -0
  677. package/src/builtins/System/Data/index.ts +5476 -0
  678. package/src/builtins/System/Diagnostics/CodeAnalysis/index.ts +858 -0
  679. package/src/builtins/System/Diagnostics/Contracts/index.ts +383 -0
  680. package/src/builtins/System/Diagnostics/Metrics/index.ts +404 -0
  681. package/src/builtins/System/Diagnostics/SymbolStore/index.ts +746 -0
  682. package/src/builtins/System/Diagnostics/Tracing/index.ts +1160 -0
  683. package/src/builtins/System/Diagnostics/index.ts +4618 -0
  684. package/src/builtins/System/Drawing/index.ts +3861 -0
  685. package/src/builtins/System/Dynamic/index.ts +963 -0
  686. package/src/builtins/System/Formats/Asn1/index.ts +1014 -0
  687. package/src/builtins/System/Formats/Tar/index.ts +530 -0
  688. package/src/builtins/System/Formats/index.ts +9 -0
  689. package/src/builtins/System/Globalization/index.ts +4583 -0
  690. package/src/builtins/System/IO/Compression/index.ts +1078 -0
  691. package/src/builtins/System/IO/Enumeration/index.ts +269 -0
  692. package/src/builtins/System/IO/IsolatedStorage/index.ts +596 -0
  693. package/src/builtins/System/IO/MemoryMappedFiles/index.ts +305 -0
  694. package/src/builtins/System/IO/Pipelines/index.ts +506 -0
  695. package/src/builtins/System/IO/Pipes/index.ts +878 -0
  696. package/src/builtins/System/IO/index.ts +4466 -0
  697. package/src/builtins/System/Linq/Expressions/index.ts +2680 -0
  698. package/src/builtins/System/Linq/index.ts +352 -0
  699. package/src/builtins/System/Net/Cache/index.ts +263 -0
  700. package/src/builtins/System/Net/Http/Headers/index.ts +2001 -0
  701. package/src/builtins/System/Net/Http/Json/index.ts +91 -0
  702. package/src/builtins/System/Net/Http/Metrics/index.ts +51 -0
  703. package/src/builtins/System/Net/Http/index.ts +1757 -0
  704. package/src/builtins/System/Net/Mail/index.ts +1051 -0
  705. package/src/builtins/System/Net/Mime/index.ts +598 -0
  706. package/src/builtins/System/Net/NetworkInformation/index.ts +3282 -0
  707. package/src/builtins/System/Net/Quic/index.ts +762 -0
  708. package/src/builtins/System/Net/Security/index.ts +1709 -0
  709. package/src/builtins/System/Net/Sockets/index.ts +3686 -0
  710. package/src/builtins/System/Net/WebSockets/index.ts +1039 -0
  711. package/src/builtins/System/Net/index.ts +6535 -0
  712. package/src/builtins/System/Numerics/index.ts +4126 -0
  713. package/src/builtins/System/Reflection/Emit/index.ts +5060 -0
  714. package/src/builtins/System/Reflection/Metadata/Ecma335/index.ts +2729 -0
  715. package/src/builtins/System/Reflection/Metadata/index.ts +7374 -0
  716. package/src/builtins/System/Reflection/PortableExecutable/index.ts +2401 -0
  717. package/src/builtins/System/Reflection/index.ts +6276 -0
  718. package/src/builtins/System/Resources/index.ts +357 -0
  719. package/src/builtins/System/Runtime/CompilerServices/index.ts +2406 -0
  720. package/src/builtins/System/Runtime/ConstrainedExecution/index.ts +129 -0
  721. package/src/builtins/System/Runtime/ExceptionServices/index.ts +80 -0
  722. package/src/builtins/System/Runtime/InteropServices/ComTypes/index.ts +87 -0
  723. package/src/builtins/System/Runtime/InteropServices/JavaScript/index.ts +290 -0
  724. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +1271 -0
  725. package/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.ts +100 -0
  726. package/src/builtins/System/Runtime/InteropServices/Swift/index.ts +65 -0
  727. package/src/builtins/System/Runtime/InteropServices/index.ts +4405 -0
  728. package/src/builtins/System/Runtime/Intrinsics/Arm/index.ts +1568 -0
  729. package/src/builtins/System/Runtime/Intrinsics/Wasm/index.ts +409 -0
  730. package/src/builtins/System/Runtime/Intrinsics/X86/index.ts +1681 -0
  731. package/src/builtins/System/Runtime/Intrinsics/index.ts +324 -0
  732. package/src/builtins/System/Runtime/Loader/index.ts +173 -0
  733. package/src/builtins/System/Runtime/Remoting/index.ts +25 -0
  734. package/src/builtins/System/Runtime/Serialization/DataContracts/index.ts +314 -0
  735. package/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.ts +76 -0
  736. package/src/builtins/System/Runtime/Serialization/Formatters/index.ts +103 -0
  737. package/src/builtins/System/Runtime/Serialization/Json/index.ts +235 -0
  738. package/src/builtins/System/Runtime/Serialization/index.ts +1981 -0
  739. package/src/builtins/System/Runtime/Versioning/index.ts +415 -0
  740. package/src/builtins/System/Runtime/index.ts +300 -0
  741. package/src/builtins/System/Security/AccessControl/index.ts +2826 -0
  742. package/src/builtins/System/Security/Authentication/ExtendedProtection/index.ts +210 -0
  743. package/src/builtins/System/Security/Authentication/index.ts +256 -0
  744. package/src/builtins/System/Security/Claims/index.ts +994 -0
  745. package/src/builtins/System/Security/Cryptography/X509Certificates/index.ts +3182 -0
  746. package/src/builtins/System/Security/Cryptography/index.ts +8047 -0
  747. package/src/builtins/System/Security/Permissions/index.ts +390 -0
  748. package/src/builtins/System/Security/Policy/index.ts +127 -0
  749. package/src/builtins/System/Security/Principal/index.ts +1588 -0
  750. package/src/builtins/System/Security/index.ts +826 -0
  751. package/src/builtins/System/Text/Encodings/Web/index.ts +200 -0
  752. package/src/builtins/System/Text/Encodings/index.ts +8 -0
  753. package/src/builtins/System/Text/Json/Nodes/index.ts +311 -0
  754. package/src/builtins/System/Text/Json/Schema/index.ts +97 -0
  755. package/src/builtins/System/Text/Json/Serialization/Metadata/index.ts +395 -0
  756. package/src/builtins/System/Text/Json/Serialization/index.ts +1030 -0
  757. package/src/builtins/System/Text/Json/index.ts +1430 -0
  758. package/src/builtins/System/Text/RegularExpressions/index.ts +882 -0
  759. package/src/builtins/System/Text/Unicode/index.ts +1379 -0
  760. package/src/builtins/System/Text/index.ts +2113 -0
  761. package/src/builtins/System/Threading/Channels/index.ts +283 -0
  762. package/src/builtins/System/Threading/Tasks/Dataflow/index.ts +837 -0
  763. package/src/builtins/System/Threading/Tasks/Sources/index.ts +147 -0
  764. package/src/builtins/System/Threading/Tasks/index.ts +879 -0
  765. package/src/builtins/System/Threading/index.ts +2824 -0
  766. package/src/builtins/System/Timers/index.ts +161 -0
  767. package/src/builtins/System/Transactions/index.ts +908 -0
  768. package/src/builtins/System/Web/index.ts +105 -0
  769. package/src/builtins/System/Windows/Input/index.ts +25 -0
  770. package/src/builtins/System/Windows/Markup/index.ts +37 -0
  771. package/src/builtins/System/Windows/index.ts +9 -0
  772. package/src/builtins/System/Xml/Linq/index.ts +1318 -0
  773. package/src/builtins/System/Xml/Resolvers/index.ts +107 -0
  774. package/src/builtins/System/Xml/Schema/index.ts +3621 -0
  775. package/src/builtins/System/Xml/Serialization/index.ts +2890 -0
  776. package/src/builtins/System/Xml/XPath/index.ts +1095 -0
  777. package/src/builtins/System/Xml/Xsl/index.ts +389 -0
  778. package/src/builtins/System/Xml/index.ts +6841 -0
  779. package/src/builtins/System/index.ts +17593 -0
  780. package/src/builtins/index.ts +2 -0
  781. package/src/components/access-expression/access-expression.tsx +8 -2
  782. package/src/components/access-expression/part-descriptors.ts +26 -2
  783. package/src/components/attributes/attributes.test.tsx +43 -2
  784. package/src/components/attributes/attributes.tsx +14 -7
  785. package/src/components/csproj-file/csproj-file.test.tsx +38 -0
  786. package/src/components/csproj-file/csproj-file.tsx +32 -0
  787. package/src/components/index.ts +3 -1
  788. package/src/components/parameters/parameters.test.tsx +70 -0
  789. package/src/components/parameters/parameters.tsx +55 -0
  790. package/src/components/region/region.test.tsx +19 -0
  791. package/src/components/region/region.tsx +16 -0
  792. package/src/components/stc/index.ts +0 -1
  793. package/src/components/var/declaration.test.tsx +15 -1
  794. package/src/components/var/declaration.tsx +20 -4
  795. package/src/contexts/global-namespace.ts +8 -1
  796. package/src/contexts/reference-context.ts +18 -0
  797. package/src/create-library.test.tsx +213 -0
  798. package/src/create-library.ts +306 -0
  799. package/src/index.ts +2 -0
  800. package/src/symbols/named-type.ts +3 -3
  801. package/src/symbols/reference.tsx +19 -4
  802. package/temp/api.json +4219 -1416
  803. package/testing/create-wrapper.test.tsx +145 -0
  804. package/testing/create-wrapper.tsx +12 -0
  805. package/testing/index.ts +1 -0
  806. package/tsconfig.json +13 -2
  807. package/tsdoc.json +4 -0
  808. package/dist/src/components/ProjectDirectory.d.ts +0 -12
  809. package/dist/src/components/ProjectDirectory.d.ts.map +0 -1
  810. package/dist/src/components/ProjectDirectory.js +0 -47
  811. package/dist/src/components/ProjectDirectory.js.map +0 -1
  812. package/dist/test/project-directory.test.d.ts +0 -2
  813. package/dist/test/project-directory.test.d.ts.map +0 -1
  814. package/dist/test/project-directory.test.js +0 -133
  815. package/dist/test/project-directory.test.js.map +0 -1
  816. package/src/components/ProjectDirectory.tsx +0 -56
  817. package/test/project-directory.test.tsx +0 -121
@@ -0,0 +1,3861 @@
1
+ import System from "../index.js";
2
+
3
+ import { createLibrary } from "#createLibrary";
4
+ import { LibrarySymbolReference } from "@alloy-js/core";
5
+
6
+ type DrawingLibrary = LibrarySymbolReference & {
7
+ Color: LibrarySymbolReference & {
8
+ Empty: LibrarySymbolReference;
9
+ Equals: LibrarySymbolReference;
10
+ FromArgb: LibrarySymbolReference;
11
+ FromKnownColor: LibrarySymbolReference;
12
+ FromName: LibrarySymbolReference;
13
+ GetBrightness: LibrarySymbolReference;
14
+ GetHashCode: LibrarySymbolReference;
15
+ GetHue: LibrarySymbolReference;
16
+ GetSaturation: LibrarySymbolReference;
17
+ ToArgb: LibrarySymbolReference;
18
+ ToKnownColor: LibrarySymbolReference;
19
+ ToString: LibrarySymbolReference;
20
+ A: LibrarySymbolReference;
21
+ AliceBlue: LibrarySymbolReference;
22
+ AntiqueWhite: LibrarySymbolReference;
23
+ Aqua: LibrarySymbolReference;
24
+ Aquamarine: LibrarySymbolReference;
25
+ Azure: LibrarySymbolReference;
26
+ B: LibrarySymbolReference;
27
+ Beige: LibrarySymbolReference;
28
+ Bisque: LibrarySymbolReference;
29
+ Black: LibrarySymbolReference;
30
+ BlanchedAlmond: LibrarySymbolReference;
31
+ Blue: LibrarySymbolReference;
32
+ BlueViolet: LibrarySymbolReference;
33
+ Brown: LibrarySymbolReference;
34
+ BurlyWood: LibrarySymbolReference;
35
+ CadetBlue: LibrarySymbolReference;
36
+ Chartreuse: LibrarySymbolReference;
37
+ Chocolate: LibrarySymbolReference;
38
+ Coral: LibrarySymbolReference;
39
+ CornflowerBlue: LibrarySymbolReference;
40
+ Cornsilk: LibrarySymbolReference;
41
+ Crimson: LibrarySymbolReference;
42
+ Cyan: LibrarySymbolReference;
43
+ DarkBlue: LibrarySymbolReference;
44
+ DarkCyan: LibrarySymbolReference;
45
+ DarkGoldenrod: LibrarySymbolReference;
46
+ DarkGray: LibrarySymbolReference;
47
+ DarkGreen: LibrarySymbolReference;
48
+ DarkKhaki: LibrarySymbolReference;
49
+ DarkMagenta: LibrarySymbolReference;
50
+ DarkOliveGreen: LibrarySymbolReference;
51
+ DarkOrange: LibrarySymbolReference;
52
+ DarkOrchid: LibrarySymbolReference;
53
+ DarkRed: LibrarySymbolReference;
54
+ DarkSalmon: LibrarySymbolReference;
55
+ DarkSeaGreen: LibrarySymbolReference;
56
+ DarkSlateBlue: LibrarySymbolReference;
57
+ DarkSlateGray: LibrarySymbolReference;
58
+ DarkTurquoise: LibrarySymbolReference;
59
+ DarkViolet: LibrarySymbolReference;
60
+ DeepPink: LibrarySymbolReference;
61
+ DeepSkyBlue: LibrarySymbolReference;
62
+ DimGray: LibrarySymbolReference;
63
+ DodgerBlue: LibrarySymbolReference;
64
+ Firebrick: LibrarySymbolReference;
65
+ FloralWhite: LibrarySymbolReference;
66
+ ForestGreen: LibrarySymbolReference;
67
+ Fuchsia: LibrarySymbolReference;
68
+ G: LibrarySymbolReference;
69
+ Gainsboro: LibrarySymbolReference;
70
+ GhostWhite: LibrarySymbolReference;
71
+ Gold: LibrarySymbolReference;
72
+ Goldenrod: LibrarySymbolReference;
73
+ Gray: LibrarySymbolReference;
74
+ Green: LibrarySymbolReference;
75
+ GreenYellow: LibrarySymbolReference;
76
+ Honeydew: LibrarySymbolReference;
77
+ HotPink: LibrarySymbolReference;
78
+ IndianRed: LibrarySymbolReference;
79
+ Indigo: LibrarySymbolReference;
80
+ IsEmpty: LibrarySymbolReference;
81
+ IsKnownColor: LibrarySymbolReference;
82
+ IsNamedColor: LibrarySymbolReference;
83
+ IsSystemColor: LibrarySymbolReference;
84
+ Ivory: LibrarySymbolReference;
85
+ Khaki: LibrarySymbolReference;
86
+ Lavender: LibrarySymbolReference;
87
+ LavenderBlush: LibrarySymbolReference;
88
+ LawnGreen: LibrarySymbolReference;
89
+ LemonChiffon: LibrarySymbolReference;
90
+ LightBlue: LibrarySymbolReference;
91
+ LightCoral: LibrarySymbolReference;
92
+ LightCyan: LibrarySymbolReference;
93
+ LightGoldenrodYellow: LibrarySymbolReference;
94
+ LightGray: LibrarySymbolReference;
95
+ LightGreen: LibrarySymbolReference;
96
+ LightPink: LibrarySymbolReference;
97
+ LightSalmon: LibrarySymbolReference;
98
+ LightSeaGreen: LibrarySymbolReference;
99
+ LightSkyBlue: LibrarySymbolReference;
100
+ LightSlateGray: LibrarySymbolReference;
101
+ LightSteelBlue: LibrarySymbolReference;
102
+ LightYellow: LibrarySymbolReference;
103
+ Lime: LibrarySymbolReference;
104
+ LimeGreen: LibrarySymbolReference;
105
+ Linen: LibrarySymbolReference;
106
+ Magenta: LibrarySymbolReference;
107
+ Maroon: LibrarySymbolReference;
108
+ MediumAquamarine: LibrarySymbolReference;
109
+ MediumBlue: LibrarySymbolReference;
110
+ MediumOrchid: LibrarySymbolReference;
111
+ MediumPurple: LibrarySymbolReference;
112
+ MediumSeaGreen: LibrarySymbolReference;
113
+ MediumSlateBlue: LibrarySymbolReference;
114
+ MediumSpringGreen: LibrarySymbolReference;
115
+ MediumTurquoise: LibrarySymbolReference;
116
+ MediumVioletRed: LibrarySymbolReference;
117
+ MidnightBlue: LibrarySymbolReference;
118
+ MintCream: LibrarySymbolReference;
119
+ MistyRose: LibrarySymbolReference;
120
+ Moccasin: LibrarySymbolReference;
121
+ Name: LibrarySymbolReference;
122
+ NavajoWhite: LibrarySymbolReference;
123
+ Navy: LibrarySymbolReference;
124
+ OldLace: LibrarySymbolReference;
125
+ Olive: LibrarySymbolReference;
126
+ OliveDrab: LibrarySymbolReference;
127
+ Orange: LibrarySymbolReference;
128
+ OrangeRed: LibrarySymbolReference;
129
+ Orchid: LibrarySymbolReference;
130
+ PaleGoldenrod: LibrarySymbolReference;
131
+ PaleGreen: LibrarySymbolReference;
132
+ PaleTurquoise: LibrarySymbolReference;
133
+ PaleVioletRed: LibrarySymbolReference;
134
+ PapayaWhip: LibrarySymbolReference;
135
+ PeachPuff: LibrarySymbolReference;
136
+ Peru: LibrarySymbolReference;
137
+ Pink: LibrarySymbolReference;
138
+ Plum: LibrarySymbolReference;
139
+ PowderBlue: LibrarySymbolReference;
140
+ Purple: LibrarySymbolReference;
141
+ R: LibrarySymbolReference;
142
+ RebeccaPurple: LibrarySymbolReference;
143
+ Red: LibrarySymbolReference;
144
+ RosyBrown: LibrarySymbolReference;
145
+ RoyalBlue: LibrarySymbolReference;
146
+ SaddleBrown: LibrarySymbolReference;
147
+ Salmon: LibrarySymbolReference;
148
+ SandyBrown: LibrarySymbolReference;
149
+ SeaGreen: LibrarySymbolReference;
150
+ SeaShell: LibrarySymbolReference;
151
+ Sienna: LibrarySymbolReference;
152
+ Silver: LibrarySymbolReference;
153
+ SkyBlue: LibrarySymbolReference;
154
+ SlateBlue: LibrarySymbolReference;
155
+ SlateGray: LibrarySymbolReference;
156
+ Snow: LibrarySymbolReference;
157
+ SpringGreen: LibrarySymbolReference;
158
+ SteelBlue: LibrarySymbolReference;
159
+ Tan: LibrarySymbolReference;
160
+ Teal: LibrarySymbolReference;
161
+ Thistle: LibrarySymbolReference;
162
+ Tomato: LibrarySymbolReference;
163
+ Transparent: LibrarySymbolReference;
164
+ Turquoise: LibrarySymbolReference;
165
+ Violet: LibrarySymbolReference;
166
+ Wheat: LibrarySymbolReference;
167
+ White: LibrarySymbolReference;
168
+ WhiteSmoke: LibrarySymbolReference;
169
+ Yellow: LibrarySymbolReference;
170
+ YellowGreen: LibrarySymbolReference
171
+ };
172
+ ColorConverter: LibrarySymbolReference & {
173
+ ColorConverter: LibrarySymbolReference;
174
+ CanConvertFrom: LibrarySymbolReference;
175
+ CanConvertTo: LibrarySymbolReference;
176
+ ConvertFrom: LibrarySymbolReference;
177
+ ConvertTo: LibrarySymbolReference;
178
+ GetStandardValues: LibrarySymbolReference;
179
+ GetStandardValuesSupported: LibrarySymbolReference
180
+ };
181
+ ColorTranslator: LibrarySymbolReference & {
182
+ FromHtml: LibrarySymbolReference;
183
+ FromOle: LibrarySymbolReference;
184
+ FromWin32: LibrarySymbolReference;
185
+ ToHtml: LibrarySymbolReference;
186
+ ToOle: LibrarySymbolReference;
187
+ ToWin32: LibrarySymbolReference
188
+ };
189
+ KnownColor: LibrarySymbolReference & {
190
+ ActiveBorder: LibrarySymbolReference;
191
+ ActiveCaption: LibrarySymbolReference;
192
+ ActiveCaptionText: LibrarySymbolReference;
193
+ AppWorkspace: LibrarySymbolReference;
194
+ Control: LibrarySymbolReference;
195
+ ControlDark: LibrarySymbolReference;
196
+ ControlDarkDark: LibrarySymbolReference;
197
+ ControlLight: LibrarySymbolReference;
198
+ ControlLightLight: LibrarySymbolReference;
199
+ ControlText: LibrarySymbolReference;
200
+ Desktop: LibrarySymbolReference;
201
+ GrayText: LibrarySymbolReference;
202
+ Highlight: LibrarySymbolReference;
203
+ HighlightText: LibrarySymbolReference;
204
+ HotTrack: LibrarySymbolReference;
205
+ InactiveBorder: LibrarySymbolReference;
206
+ InactiveCaption: LibrarySymbolReference;
207
+ InactiveCaptionText: LibrarySymbolReference;
208
+ Info: LibrarySymbolReference;
209
+ InfoText: LibrarySymbolReference;
210
+ Menu: LibrarySymbolReference;
211
+ MenuText: LibrarySymbolReference;
212
+ ScrollBar: LibrarySymbolReference;
213
+ Window: LibrarySymbolReference;
214
+ WindowFrame: LibrarySymbolReference;
215
+ WindowText: LibrarySymbolReference;
216
+ Transparent: LibrarySymbolReference;
217
+ AliceBlue: LibrarySymbolReference;
218
+ AntiqueWhite: LibrarySymbolReference;
219
+ Aqua: LibrarySymbolReference;
220
+ Aquamarine: LibrarySymbolReference;
221
+ Azure: LibrarySymbolReference;
222
+ Beige: LibrarySymbolReference;
223
+ Bisque: LibrarySymbolReference;
224
+ Black: LibrarySymbolReference;
225
+ BlanchedAlmond: LibrarySymbolReference;
226
+ Blue: LibrarySymbolReference;
227
+ BlueViolet: LibrarySymbolReference;
228
+ Brown: LibrarySymbolReference;
229
+ BurlyWood: LibrarySymbolReference;
230
+ CadetBlue: LibrarySymbolReference;
231
+ Chartreuse: LibrarySymbolReference;
232
+ Chocolate: LibrarySymbolReference;
233
+ Coral: LibrarySymbolReference;
234
+ CornflowerBlue: LibrarySymbolReference;
235
+ Cornsilk: LibrarySymbolReference;
236
+ Crimson: LibrarySymbolReference;
237
+ Cyan: LibrarySymbolReference;
238
+ DarkBlue: LibrarySymbolReference;
239
+ DarkCyan: LibrarySymbolReference;
240
+ DarkGoldenrod: LibrarySymbolReference;
241
+ DarkGray: LibrarySymbolReference;
242
+ DarkGreen: LibrarySymbolReference;
243
+ DarkKhaki: LibrarySymbolReference;
244
+ DarkMagenta: LibrarySymbolReference;
245
+ DarkOliveGreen: LibrarySymbolReference;
246
+ DarkOrange: LibrarySymbolReference;
247
+ DarkOrchid: LibrarySymbolReference;
248
+ DarkRed: LibrarySymbolReference;
249
+ DarkSalmon: LibrarySymbolReference;
250
+ DarkSeaGreen: LibrarySymbolReference;
251
+ DarkSlateBlue: LibrarySymbolReference;
252
+ DarkSlateGray: LibrarySymbolReference;
253
+ DarkTurquoise: LibrarySymbolReference;
254
+ DarkViolet: LibrarySymbolReference;
255
+ DeepPink: LibrarySymbolReference;
256
+ DeepSkyBlue: LibrarySymbolReference;
257
+ DimGray: LibrarySymbolReference;
258
+ DodgerBlue: LibrarySymbolReference;
259
+ Firebrick: LibrarySymbolReference;
260
+ FloralWhite: LibrarySymbolReference;
261
+ ForestGreen: LibrarySymbolReference;
262
+ Fuchsia: LibrarySymbolReference;
263
+ Gainsboro: LibrarySymbolReference;
264
+ GhostWhite: LibrarySymbolReference;
265
+ Gold: LibrarySymbolReference;
266
+ Goldenrod: LibrarySymbolReference;
267
+ Gray: LibrarySymbolReference;
268
+ Green: LibrarySymbolReference;
269
+ GreenYellow: LibrarySymbolReference;
270
+ Honeydew: LibrarySymbolReference;
271
+ HotPink: LibrarySymbolReference;
272
+ IndianRed: LibrarySymbolReference;
273
+ Indigo: LibrarySymbolReference;
274
+ Ivory: LibrarySymbolReference;
275
+ Khaki: LibrarySymbolReference;
276
+ Lavender: LibrarySymbolReference;
277
+ LavenderBlush: LibrarySymbolReference;
278
+ LawnGreen: LibrarySymbolReference;
279
+ LemonChiffon: LibrarySymbolReference;
280
+ LightBlue: LibrarySymbolReference;
281
+ LightCoral: LibrarySymbolReference;
282
+ LightCyan: LibrarySymbolReference;
283
+ LightGoldenrodYellow: LibrarySymbolReference;
284
+ LightGray: LibrarySymbolReference;
285
+ LightGreen: LibrarySymbolReference;
286
+ LightPink: LibrarySymbolReference;
287
+ LightSalmon: LibrarySymbolReference;
288
+ LightSeaGreen: LibrarySymbolReference;
289
+ LightSkyBlue: LibrarySymbolReference;
290
+ LightSlateGray: LibrarySymbolReference;
291
+ LightSteelBlue: LibrarySymbolReference;
292
+ LightYellow: LibrarySymbolReference;
293
+ Lime: LibrarySymbolReference;
294
+ LimeGreen: LibrarySymbolReference;
295
+ Linen: LibrarySymbolReference;
296
+ Magenta: LibrarySymbolReference;
297
+ Maroon: LibrarySymbolReference;
298
+ MediumAquamarine: LibrarySymbolReference;
299
+ MediumBlue: LibrarySymbolReference;
300
+ MediumOrchid: LibrarySymbolReference;
301
+ MediumPurple: LibrarySymbolReference;
302
+ MediumSeaGreen: LibrarySymbolReference;
303
+ MediumSlateBlue: LibrarySymbolReference;
304
+ MediumSpringGreen: LibrarySymbolReference;
305
+ MediumTurquoise: LibrarySymbolReference;
306
+ MediumVioletRed: LibrarySymbolReference;
307
+ MidnightBlue: LibrarySymbolReference;
308
+ MintCream: LibrarySymbolReference;
309
+ MistyRose: LibrarySymbolReference;
310
+ Moccasin: LibrarySymbolReference;
311
+ NavajoWhite: LibrarySymbolReference;
312
+ Navy: LibrarySymbolReference;
313
+ OldLace: LibrarySymbolReference;
314
+ Olive: LibrarySymbolReference;
315
+ OliveDrab: LibrarySymbolReference;
316
+ Orange: LibrarySymbolReference;
317
+ OrangeRed: LibrarySymbolReference;
318
+ Orchid: LibrarySymbolReference;
319
+ PaleGoldenrod: LibrarySymbolReference;
320
+ PaleGreen: LibrarySymbolReference;
321
+ PaleTurquoise: LibrarySymbolReference;
322
+ PaleVioletRed: LibrarySymbolReference;
323
+ PapayaWhip: LibrarySymbolReference;
324
+ PeachPuff: LibrarySymbolReference;
325
+ Peru: LibrarySymbolReference;
326
+ Pink: LibrarySymbolReference;
327
+ Plum: LibrarySymbolReference;
328
+ PowderBlue: LibrarySymbolReference;
329
+ Purple: LibrarySymbolReference;
330
+ Red: LibrarySymbolReference;
331
+ RosyBrown: LibrarySymbolReference;
332
+ RoyalBlue: LibrarySymbolReference;
333
+ SaddleBrown: LibrarySymbolReference;
334
+ Salmon: LibrarySymbolReference;
335
+ SandyBrown: LibrarySymbolReference;
336
+ SeaGreen: LibrarySymbolReference;
337
+ SeaShell: LibrarySymbolReference;
338
+ Sienna: LibrarySymbolReference;
339
+ Silver: LibrarySymbolReference;
340
+ SkyBlue: LibrarySymbolReference;
341
+ SlateBlue: LibrarySymbolReference;
342
+ SlateGray: LibrarySymbolReference;
343
+ Snow: LibrarySymbolReference;
344
+ SpringGreen: LibrarySymbolReference;
345
+ SteelBlue: LibrarySymbolReference;
346
+ Tan: LibrarySymbolReference;
347
+ Teal: LibrarySymbolReference;
348
+ Thistle: LibrarySymbolReference;
349
+ Tomato: LibrarySymbolReference;
350
+ Turquoise: LibrarySymbolReference;
351
+ Violet: LibrarySymbolReference;
352
+ Wheat: LibrarySymbolReference;
353
+ White: LibrarySymbolReference;
354
+ WhiteSmoke: LibrarySymbolReference;
355
+ Yellow: LibrarySymbolReference;
356
+ YellowGreen: LibrarySymbolReference;
357
+ ButtonFace: LibrarySymbolReference;
358
+ ButtonHighlight: LibrarySymbolReference;
359
+ ButtonShadow: LibrarySymbolReference;
360
+ GradientActiveCaption: LibrarySymbolReference;
361
+ GradientInactiveCaption: LibrarySymbolReference;
362
+ MenuBar: LibrarySymbolReference;
363
+ MenuHighlight: LibrarySymbolReference;
364
+ RebeccaPurple: LibrarySymbolReference
365
+ };
366
+ Point: LibrarySymbolReference & {
367
+ Empty: LibrarySymbolReference;
368
+ Point: LibrarySymbolReference;
369
+ Add: LibrarySymbolReference;
370
+ Ceiling: LibrarySymbolReference;
371
+ Equals: LibrarySymbolReference;
372
+ GetHashCode: LibrarySymbolReference;
373
+ Offset: LibrarySymbolReference;
374
+ Round: LibrarySymbolReference;
375
+ Subtract: LibrarySymbolReference;
376
+ ToString: LibrarySymbolReference;
377
+ Truncate: LibrarySymbolReference;
378
+ IsEmpty: LibrarySymbolReference;
379
+ X: LibrarySymbolReference;
380
+ Y: LibrarySymbolReference
381
+ };
382
+ PointConverter: LibrarySymbolReference & {
383
+ PointConverter: LibrarySymbolReference;
384
+ CanConvertFrom: LibrarySymbolReference;
385
+ CanConvertTo: LibrarySymbolReference;
386
+ ConvertFrom: LibrarySymbolReference;
387
+ ConvertTo: LibrarySymbolReference;
388
+ CreateInstance: LibrarySymbolReference;
389
+ GetCreateInstanceSupported: LibrarySymbolReference;
390
+ GetProperties: LibrarySymbolReference;
391
+ GetPropertiesSupported: LibrarySymbolReference
392
+ };
393
+ PointF: LibrarySymbolReference & {
394
+ Empty: LibrarySymbolReference;
395
+ PointF: LibrarySymbolReference;
396
+ Add: LibrarySymbolReference;
397
+ Equals: LibrarySymbolReference;
398
+ GetHashCode: LibrarySymbolReference;
399
+ Subtract: LibrarySymbolReference;
400
+ ToString: LibrarySymbolReference;
401
+ ToVector2: LibrarySymbolReference;
402
+ IsEmpty: LibrarySymbolReference;
403
+ X: LibrarySymbolReference;
404
+ Y: LibrarySymbolReference
405
+ };
406
+ Rectangle: LibrarySymbolReference & {
407
+ Empty: LibrarySymbolReference;
408
+ Rectangle: LibrarySymbolReference;
409
+ Ceiling: LibrarySymbolReference;
410
+ Contains: LibrarySymbolReference;
411
+ Equals: LibrarySymbolReference;
412
+ FromLTRB: LibrarySymbolReference;
413
+ GetHashCode: LibrarySymbolReference;
414
+ Inflate: LibrarySymbolReference;
415
+ Intersect: LibrarySymbolReference;
416
+ IntersectsWith: LibrarySymbolReference;
417
+ Offset: LibrarySymbolReference;
418
+ Round: LibrarySymbolReference;
419
+ ToString: LibrarySymbolReference;
420
+ Truncate: LibrarySymbolReference;
421
+ Union: LibrarySymbolReference;
422
+ Bottom: LibrarySymbolReference;
423
+ Height: LibrarySymbolReference;
424
+ IsEmpty: LibrarySymbolReference;
425
+ Left: LibrarySymbolReference;
426
+ Location: LibrarySymbolReference;
427
+ Right: LibrarySymbolReference;
428
+ Size: LibrarySymbolReference;
429
+ Top: LibrarySymbolReference;
430
+ Width: LibrarySymbolReference;
431
+ X: LibrarySymbolReference;
432
+ Y: LibrarySymbolReference
433
+ };
434
+ RectangleConverter: LibrarySymbolReference & {
435
+ RectangleConverter: LibrarySymbolReference;
436
+ CanConvertFrom: LibrarySymbolReference;
437
+ CanConvertTo: LibrarySymbolReference;
438
+ ConvertFrom: LibrarySymbolReference;
439
+ ConvertTo: LibrarySymbolReference;
440
+ CreateInstance: LibrarySymbolReference;
441
+ GetCreateInstanceSupported: LibrarySymbolReference;
442
+ GetProperties: LibrarySymbolReference;
443
+ GetPropertiesSupported: LibrarySymbolReference
444
+ };
445
+ RectangleF: LibrarySymbolReference & {
446
+ Empty: LibrarySymbolReference;
447
+ RectangleF: LibrarySymbolReference;
448
+ Contains: LibrarySymbolReference;
449
+ Equals: LibrarySymbolReference;
450
+ FromLTRB: LibrarySymbolReference;
451
+ GetHashCode: LibrarySymbolReference;
452
+ Inflate: LibrarySymbolReference;
453
+ Intersect: LibrarySymbolReference;
454
+ IntersectsWith: LibrarySymbolReference;
455
+ Offset: LibrarySymbolReference;
456
+ ToString: LibrarySymbolReference;
457
+ ToVector4: LibrarySymbolReference;
458
+ Union: LibrarySymbolReference;
459
+ Bottom: LibrarySymbolReference;
460
+ Height: LibrarySymbolReference;
461
+ IsEmpty: LibrarySymbolReference;
462
+ Left: LibrarySymbolReference;
463
+ Location: LibrarySymbolReference;
464
+ Right: LibrarySymbolReference;
465
+ Size: LibrarySymbolReference;
466
+ Top: LibrarySymbolReference;
467
+ Width: LibrarySymbolReference;
468
+ X: LibrarySymbolReference;
469
+ Y: LibrarySymbolReference
470
+ };
471
+ Size: LibrarySymbolReference & {
472
+ Empty: LibrarySymbolReference;
473
+ Size: LibrarySymbolReference;
474
+ Add: LibrarySymbolReference;
475
+ Ceiling: LibrarySymbolReference;
476
+ Equals: LibrarySymbolReference;
477
+ GetHashCode: LibrarySymbolReference;
478
+ Round: LibrarySymbolReference;
479
+ Subtract: LibrarySymbolReference;
480
+ ToString: LibrarySymbolReference;
481
+ Truncate: LibrarySymbolReference;
482
+ Height: LibrarySymbolReference;
483
+ IsEmpty: LibrarySymbolReference;
484
+ Width: LibrarySymbolReference
485
+ };
486
+ SizeConverter: LibrarySymbolReference & {
487
+ SizeConverter: LibrarySymbolReference;
488
+ CanConvertFrom: LibrarySymbolReference;
489
+ CanConvertTo: LibrarySymbolReference;
490
+ ConvertFrom: LibrarySymbolReference;
491
+ ConvertTo: LibrarySymbolReference;
492
+ CreateInstance: LibrarySymbolReference;
493
+ GetCreateInstanceSupported: LibrarySymbolReference;
494
+ GetProperties: LibrarySymbolReference;
495
+ GetPropertiesSupported: LibrarySymbolReference
496
+ };
497
+ SizeF: LibrarySymbolReference & {
498
+ Empty: LibrarySymbolReference;
499
+ SizeF: LibrarySymbolReference;
500
+ Add: LibrarySymbolReference;
501
+ Equals: LibrarySymbolReference;
502
+ GetHashCode: LibrarySymbolReference;
503
+ Subtract: LibrarySymbolReference;
504
+ ToPointF: LibrarySymbolReference;
505
+ ToSize: LibrarySymbolReference;
506
+ ToString: LibrarySymbolReference;
507
+ ToVector2: LibrarySymbolReference;
508
+ Height: LibrarySymbolReference;
509
+ IsEmpty: LibrarySymbolReference;
510
+ Width: LibrarySymbolReference
511
+ };
512
+ SizeFConverter: LibrarySymbolReference & {
513
+ SizeFConverter: LibrarySymbolReference;
514
+ CanConvertFrom: LibrarySymbolReference;
515
+ CanConvertTo: LibrarySymbolReference;
516
+ ConvertFrom: LibrarySymbolReference;
517
+ ConvertTo: LibrarySymbolReference;
518
+ CreateInstance: LibrarySymbolReference;
519
+ GetCreateInstanceSupported: LibrarySymbolReference;
520
+ GetProperties: LibrarySymbolReference;
521
+ GetPropertiesSupported: LibrarySymbolReference
522
+ };
523
+ SystemColors: LibrarySymbolReference & {
524
+ ActiveBorder: LibrarySymbolReference;
525
+ ActiveCaption: LibrarySymbolReference;
526
+ ActiveCaptionText: LibrarySymbolReference;
527
+ AppWorkspace: LibrarySymbolReference;
528
+ ButtonFace: LibrarySymbolReference;
529
+ ButtonHighlight: LibrarySymbolReference;
530
+ ButtonShadow: LibrarySymbolReference;
531
+ Control: LibrarySymbolReference;
532
+ ControlDark: LibrarySymbolReference;
533
+ ControlDarkDark: LibrarySymbolReference;
534
+ ControlLight: LibrarySymbolReference;
535
+ ControlLightLight: LibrarySymbolReference;
536
+ ControlText: LibrarySymbolReference;
537
+ Desktop: LibrarySymbolReference;
538
+ GradientActiveCaption: LibrarySymbolReference;
539
+ GradientInactiveCaption: LibrarySymbolReference;
540
+ GrayText: LibrarySymbolReference;
541
+ Highlight: LibrarySymbolReference;
542
+ HighlightText: LibrarySymbolReference;
543
+ HotTrack: LibrarySymbolReference;
544
+ InactiveBorder: LibrarySymbolReference;
545
+ InactiveCaption: LibrarySymbolReference;
546
+ InactiveCaptionText: LibrarySymbolReference;
547
+ Info: LibrarySymbolReference;
548
+ InfoText: LibrarySymbolReference;
549
+ Menu: LibrarySymbolReference;
550
+ MenuBar: LibrarySymbolReference;
551
+ MenuHighlight: LibrarySymbolReference;
552
+ MenuText: LibrarySymbolReference;
553
+ ScrollBar: LibrarySymbolReference;
554
+ Window: LibrarySymbolReference;
555
+ WindowFrame: LibrarySymbolReference;
556
+ WindowText: LibrarySymbolReference;
557
+ UseAlternativeColorSet: LibrarySymbolReference
558
+ }
559
+ };
560
+ const Drawing: DrawingLibrary = createLibrary("System.Drawing", {
561
+ Color: {
562
+ kind: "struct",
563
+ members: {
564
+ Empty: {
565
+ kind: "field",
566
+ type: () => {
567
+ return Drawing.Color;
568
+ },
569
+ isStatic: true,
570
+ isReadOnly: true,
571
+ },
572
+ Equals: {
573
+ kind: "method",
574
+ methodKind: "ordinary",
575
+ },
576
+ FromArgb: {
577
+ kind: "method",
578
+ methodKind: "ordinary",
579
+ isStatic: true,
580
+ },
581
+ FromKnownColor: {
582
+ kind: "method",
583
+ methodKind: "ordinary",
584
+ isStatic: true,
585
+ },
586
+ FromName: {
587
+ kind: "method",
588
+ methodKind: "ordinary",
589
+ isStatic: true,
590
+ },
591
+ GetBrightness: {
592
+ kind: "method",
593
+ methodKind: "ordinary",
594
+ },
595
+ GetHashCode: {
596
+ kind: "method",
597
+ methodKind: "ordinary",
598
+ isOverride: true,
599
+ },
600
+ GetHue: {
601
+ kind: "method",
602
+ methodKind: "ordinary",
603
+ },
604
+ GetSaturation: {
605
+ kind: "method",
606
+ methodKind: "ordinary",
607
+ },
608
+ ToArgb: {
609
+ kind: "method",
610
+ methodKind: "ordinary",
611
+ },
612
+ ToKnownColor: {
613
+ kind: "method",
614
+ methodKind: "ordinary",
615
+ },
616
+ ToString: {
617
+ kind: "method",
618
+ methodKind: "ordinary",
619
+ isOverride: true,
620
+ },
621
+ A: {
622
+ kind: "property",
623
+ type: () => {
624
+ return System.Byte;
625
+ },
626
+ },
627
+ AliceBlue: {
628
+ kind: "property",
629
+ type: () => {
630
+ return Drawing.Color;
631
+ },
632
+ isStatic: true,
633
+ },
634
+ AntiqueWhite: {
635
+ kind: "property",
636
+ type: () => {
637
+ return Drawing.Color;
638
+ },
639
+ isStatic: true,
640
+ },
641
+ Aqua: {
642
+ kind: "property",
643
+ type: () => {
644
+ return Drawing.Color;
645
+ },
646
+ isStatic: true,
647
+ },
648
+ Aquamarine: {
649
+ kind: "property",
650
+ type: () => {
651
+ return Drawing.Color;
652
+ },
653
+ isStatic: true,
654
+ },
655
+ Azure: {
656
+ kind: "property",
657
+ type: () => {
658
+ return Drawing.Color;
659
+ },
660
+ isStatic: true,
661
+ },
662
+ B: {
663
+ kind: "property",
664
+ type: () => {
665
+ return System.Byte;
666
+ },
667
+ },
668
+ Beige: {
669
+ kind: "property",
670
+ type: () => {
671
+ return Drawing.Color;
672
+ },
673
+ isStatic: true,
674
+ },
675
+ Bisque: {
676
+ kind: "property",
677
+ type: () => {
678
+ return Drawing.Color;
679
+ },
680
+ isStatic: true,
681
+ },
682
+ Black: {
683
+ kind: "property",
684
+ type: () => {
685
+ return Drawing.Color;
686
+ },
687
+ isStatic: true,
688
+ },
689
+ BlanchedAlmond: {
690
+ kind: "property",
691
+ type: () => {
692
+ return Drawing.Color;
693
+ },
694
+ isStatic: true,
695
+ },
696
+ Blue: {
697
+ kind: "property",
698
+ type: () => {
699
+ return Drawing.Color;
700
+ },
701
+ isStatic: true,
702
+ },
703
+ BlueViolet: {
704
+ kind: "property",
705
+ type: () => {
706
+ return Drawing.Color;
707
+ },
708
+ isStatic: true,
709
+ },
710
+ Brown: {
711
+ kind: "property",
712
+ type: () => {
713
+ return Drawing.Color;
714
+ },
715
+ isStatic: true,
716
+ },
717
+ BurlyWood: {
718
+ kind: "property",
719
+ type: () => {
720
+ return Drawing.Color;
721
+ },
722
+ isStatic: true,
723
+ },
724
+ CadetBlue: {
725
+ kind: "property",
726
+ type: () => {
727
+ return Drawing.Color;
728
+ },
729
+ isStatic: true,
730
+ },
731
+ Chartreuse: {
732
+ kind: "property",
733
+ type: () => {
734
+ return Drawing.Color;
735
+ },
736
+ isStatic: true,
737
+ },
738
+ Chocolate: {
739
+ kind: "property",
740
+ type: () => {
741
+ return Drawing.Color;
742
+ },
743
+ isStatic: true,
744
+ },
745
+ Coral: {
746
+ kind: "property",
747
+ type: () => {
748
+ return Drawing.Color;
749
+ },
750
+ isStatic: true,
751
+ },
752
+ CornflowerBlue: {
753
+ kind: "property",
754
+ type: () => {
755
+ return Drawing.Color;
756
+ },
757
+ isStatic: true,
758
+ },
759
+ Cornsilk: {
760
+ kind: "property",
761
+ type: () => {
762
+ return Drawing.Color;
763
+ },
764
+ isStatic: true,
765
+ },
766
+ Crimson: {
767
+ kind: "property",
768
+ type: () => {
769
+ return Drawing.Color;
770
+ },
771
+ isStatic: true,
772
+ },
773
+ Cyan: {
774
+ kind: "property",
775
+ type: () => {
776
+ return Drawing.Color;
777
+ },
778
+ isStatic: true,
779
+ },
780
+ DarkBlue: {
781
+ kind: "property",
782
+ type: () => {
783
+ return Drawing.Color;
784
+ },
785
+ isStatic: true,
786
+ },
787
+ DarkCyan: {
788
+ kind: "property",
789
+ type: () => {
790
+ return Drawing.Color;
791
+ },
792
+ isStatic: true,
793
+ },
794
+ DarkGoldenrod: {
795
+ kind: "property",
796
+ type: () => {
797
+ return Drawing.Color;
798
+ },
799
+ isStatic: true,
800
+ },
801
+ DarkGray: {
802
+ kind: "property",
803
+ type: () => {
804
+ return Drawing.Color;
805
+ },
806
+ isStatic: true,
807
+ },
808
+ DarkGreen: {
809
+ kind: "property",
810
+ type: () => {
811
+ return Drawing.Color;
812
+ },
813
+ isStatic: true,
814
+ },
815
+ DarkKhaki: {
816
+ kind: "property",
817
+ type: () => {
818
+ return Drawing.Color;
819
+ },
820
+ isStatic: true,
821
+ },
822
+ DarkMagenta: {
823
+ kind: "property",
824
+ type: () => {
825
+ return Drawing.Color;
826
+ },
827
+ isStatic: true,
828
+ },
829
+ DarkOliveGreen: {
830
+ kind: "property",
831
+ type: () => {
832
+ return Drawing.Color;
833
+ },
834
+ isStatic: true,
835
+ },
836
+ DarkOrange: {
837
+ kind: "property",
838
+ type: () => {
839
+ return Drawing.Color;
840
+ },
841
+ isStatic: true,
842
+ },
843
+ DarkOrchid: {
844
+ kind: "property",
845
+ type: () => {
846
+ return Drawing.Color;
847
+ },
848
+ isStatic: true,
849
+ },
850
+ DarkRed: {
851
+ kind: "property",
852
+ type: () => {
853
+ return Drawing.Color;
854
+ },
855
+ isStatic: true,
856
+ },
857
+ DarkSalmon: {
858
+ kind: "property",
859
+ type: () => {
860
+ return Drawing.Color;
861
+ },
862
+ isStatic: true,
863
+ },
864
+ DarkSeaGreen: {
865
+ kind: "property",
866
+ type: () => {
867
+ return Drawing.Color;
868
+ },
869
+ isStatic: true,
870
+ },
871
+ DarkSlateBlue: {
872
+ kind: "property",
873
+ type: () => {
874
+ return Drawing.Color;
875
+ },
876
+ isStatic: true,
877
+ },
878
+ DarkSlateGray: {
879
+ kind: "property",
880
+ type: () => {
881
+ return Drawing.Color;
882
+ },
883
+ isStatic: true,
884
+ },
885
+ DarkTurquoise: {
886
+ kind: "property",
887
+ type: () => {
888
+ return Drawing.Color;
889
+ },
890
+ isStatic: true,
891
+ },
892
+ DarkViolet: {
893
+ kind: "property",
894
+ type: () => {
895
+ return Drawing.Color;
896
+ },
897
+ isStatic: true,
898
+ },
899
+ DeepPink: {
900
+ kind: "property",
901
+ type: () => {
902
+ return Drawing.Color;
903
+ },
904
+ isStatic: true,
905
+ },
906
+ DeepSkyBlue: {
907
+ kind: "property",
908
+ type: () => {
909
+ return Drawing.Color;
910
+ },
911
+ isStatic: true,
912
+ },
913
+ DimGray: {
914
+ kind: "property",
915
+ type: () => {
916
+ return Drawing.Color;
917
+ },
918
+ isStatic: true,
919
+ },
920
+ DodgerBlue: {
921
+ kind: "property",
922
+ type: () => {
923
+ return Drawing.Color;
924
+ },
925
+ isStatic: true,
926
+ },
927
+ Firebrick: {
928
+ kind: "property",
929
+ type: () => {
930
+ return Drawing.Color;
931
+ },
932
+ isStatic: true,
933
+ },
934
+ FloralWhite: {
935
+ kind: "property",
936
+ type: () => {
937
+ return Drawing.Color;
938
+ },
939
+ isStatic: true,
940
+ },
941
+ ForestGreen: {
942
+ kind: "property",
943
+ type: () => {
944
+ return Drawing.Color;
945
+ },
946
+ isStatic: true,
947
+ },
948
+ Fuchsia: {
949
+ kind: "property",
950
+ type: () => {
951
+ return Drawing.Color;
952
+ },
953
+ isStatic: true,
954
+ },
955
+ G: {
956
+ kind: "property",
957
+ type: () => {
958
+ return System.Byte;
959
+ },
960
+ },
961
+ Gainsboro: {
962
+ kind: "property",
963
+ type: () => {
964
+ return Drawing.Color;
965
+ },
966
+ isStatic: true,
967
+ },
968
+ GhostWhite: {
969
+ kind: "property",
970
+ type: () => {
971
+ return Drawing.Color;
972
+ },
973
+ isStatic: true,
974
+ },
975
+ Gold: {
976
+ kind: "property",
977
+ type: () => {
978
+ return Drawing.Color;
979
+ },
980
+ isStatic: true,
981
+ },
982
+ Goldenrod: {
983
+ kind: "property",
984
+ type: () => {
985
+ return Drawing.Color;
986
+ },
987
+ isStatic: true,
988
+ },
989
+ Gray: {
990
+ kind: "property",
991
+ type: () => {
992
+ return Drawing.Color;
993
+ },
994
+ isStatic: true,
995
+ },
996
+ Green: {
997
+ kind: "property",
998
+ type: () => {
999
+ return Drawing.Color;
1000
+ },
1001
+ isStatic: true,
1002
+ },
1003
+ GreenYellow: {
1004
+ kind: "property",
1005
+ type: () => {
1006
+ return Drawing.Color;
1007
+ },
1008
+ isStatic: true,
1009
+ },
1010
+ Honeydew: {
1011
+ kind: "property",
1012
+ type: () => {
1013
+ return Drawing.Color;
1014
+ },
1015
+ isStatic: true,
1016
+ },
1017
+ HotPink: {
1018
+ kind: "property",
1019
+ type: () => {
1020
+ return Drawing.Color;
1021
+ },
1022
+ isStatic: true,
1023
+ },
1024
+ IndianRed: {
1025
+ kind: "property",
1026
+ type: () => {
1027
+ return Drawing.Color;
1028
+ },
1029
+ isStatic: true,
1030
+ },
1031
+ Indigo: {
1032
+ kind: "property",
1033
+ type: () => {
1034
+ return Drawing.Color;
1035
+ },
1036
+ isStatic: true,
1037
+ },
1038
+ IsEmpty: {
1039
+ kind: "property",
1040
+ type: () => {
1041
+ return System.Boolean;
1042
+ },
1043
+ },
1044
+ IsKnownColor: {
1045
+ kind: "property",
1046
+ type: () => {
1047
+ return System.Boolean;
1048
+ },
1049
+ },
1050
+ IsNamedColor: {
1051
+ kind: "property",
1052
+ type: () => {
1053
+ return System.Boolean;
1054
+ },
1055
+ },
1056
+ IsSystemColor: {
1057
+ kind: "property",
1058
+ type: () => {
1059
+ return System.Boolean;
1060
+ },
1061
+ },
1062
+ Ivory: {
1063
+ kind: "property",
1064
+ type: () => {
1065
+ return Drawing.Color;
1066
+ },
1067
+ isStatic: true,
1068
+ },
1069
+ Khaki: {
1070
+ kind: "property",
1071
+ type: () => {
1072
+ return Drawing.Color;
1073
+ },
1074
+ isStatic: true,
1075
+ },
1076
+ Lavender: {
1077
+ kind: "property",
1078
+ type: () => {
1079
+ return Drawing.Color;
1080
+ },
1081
+ isStatic: true,
1082
+ },
1083
+ LavenderBlush: {
1084
+ kind: "property",
1085
+ type: () => {
1086
+ return Drawing.Color;
1087
+ },
1088
+ isStatic: true,
1089
+ },
1090
+ LawnGreen: {
1091
+ kind: "property",
1092
+ type: () => {
1093
+ return Drawing.Color;
1094
+ },
1095
+ isStatic: true,
1096
+ },
1097
+ LemonChiffon: {
1098
+ kind: "property",
1099
+ type: () => {
1100
+ return Drawing.Color;
1101
+ },
1102
+ isStatic: true,
1103
+ },
1104
+ LightBlue: {
1105
+ kind: "property",
1106
+ type: () => {
1107
+ return Drawing.Color;
1108
+ },
1109
+ isStatic: true,
1110
+ },
1111
+ LightCoral: {
1112
+ kind: "property",
1113
+ type: () => {
1114
+ return Drawing.Color;
1115
+ },
1116
+ isStatic: true,
1117
+ },
1118
+ LightCyan: {
1119
+ kind: "property",
1120
+ type: () => {
1121
+ return Drawing.Color;
1122
+ },
1123
+ isStatic: true,
1124
+ },
1125
+ LightGoldenrodYellow: {
1126
+ kind: "property",
1127
+ type: () => {
1128
+ return Drawing.Color;
1129
+ },
1130
+ isStatic: true,
1131
+ },
1132
+ LightGray: {
1133
+ kind: "property",
1134
+ type: () => {
1135
+ return Drawing.Color;
1136
+ },
1137
+ isStatic: true,
1138
+ },
1139
+ LightGreen: {
1140
+ kind: "property",
1141
+ type: () => {
1142
+ return Drawing.Color;
1143
+ },
1144
+ isStatic: true,
1145
+ },
1146
+ LightPink: {
1147
+ kind: "property",
1148
+ type: () => {
1149
+ return Drawing.Color;
1150
+ },
1151
+ isStatic: true,
1152
+ },
1153
+ LightSalmon: {
1154
+ kind: "property",
1155
+ type: () => {
1156
+ return Drawing.Color;
1157
+ },
1158
+ isStatic: true,
1159
+ },
1160
+ LightSeaGreen: {
1161
+ kind: "property",
1162
+ type: () => {
1163
+ return Drawing.Color;
1164
+ },
1165
+ isStatic: true,
1166
+ },
1167
+ LightSkyBlue: {
1168
+ kind: "property",
1169
+ type: () => {
1170
+ return Drawing.Color;
1171
+ },
1172
+ isStatic: true,
1173
+ },
1174
+ LightSlateGray: {
1175
+ kind: "property",
1176
+ type: () => {
1177
+ return Drawing.Color;
1178
+ },
1179
+ isStatic: true,
1180
+ },
1181
+ LightSteelBlue: {
1182
+ kind: "property",
1183
+ type: () => {
1184
+ return Drawing.Color;
1185
+ },
1186
+ isStatic: true,
1187
+ },
1188
+ LightYellow: {
1189
+ kind: "property",
1190
+ type: () => {
1191
+ return Drawing.Color;
1192
+ },
1193
+ isStatic: true,
1194
+ },
1195
+ Lime: {
1196
+ kind: "property",
1197
+ type: () => {
1198
+ return Drawing.Color;
1199
+ },
1200
+ isStatic: true,
1201
+ },
1202
+ LimeGreen: {
1203
+ kind: "property",
1204
+ type: () => {
1205
+ return Drawing.Color;
1206
+ },
1207
+ isStatic: true,
1208
+ },
1209
+ Linen: {
1210
+ kind: "property",
1211
+ type: () => {
1212
+ return Drawing.Color;
1213
+ },
1214
+ isStatic: true,
1215
+ },
1216
+ Magenta: {
1217
+ kind: "property",
1218
+ type: () => {
1219
+ return Drawing.Color;
1220
+ },
1221
+ isStatic: true,
1222
+ },
1223
+ Maroon: {
1224
+ kind: "property",
1225
+ type: () => {
1226
+ return Drawing.Color;
1227
+ },
1228
+ isStatic: true,
1229
+ },
1230
+ MediumAquamarine: {
1231
+ kind: "property",
1232
+ type: () => {
1233
+ return Drawing.Color;
1234
+ },
1235
+ isStatic: true,
1236
+ },
1237
+ MediumBlue: {
1238
+ kind: "property",
1239
+ type: () => {
1240
+ return Drawing.Color;
1241
+ },
1242
+ isStatic: true,
1243
+ },
1244
+ MediumOrchid: {
1245
+ kind: "property",
1246
+ type: () => {
1247
+ return Drawing.Color;
1248
+ },
1249
+ isStatic: true,
1250
+ },
1251
+ MediumPurple: {
1252
+ kind: "property",
1253
+ type: () => {
1254
+ return Drawing.Color;
1255
+ },
1256
+ isStatic: true,
1257
+ },
1258
+ MediumSeaGreen: {
1259
+ kind: "property",
1260
+ type: () => {
1261
+ return Drawing.Color;
1262
+ },
1263
+ isStatic: true,
1264
+ },
1265
+ MediumSlateBlue: {
1266
+ kind: "property",
1267
+ type: () => {
1268
+ return Drawing.Color;
1269
+ },
1270
+ isStatic: true,
1271
+ },
1272
+ MediumSpringGreen: {
1273
+ kind: "property",
1274
+ type: () => {
1275
+ return Drawing.Color;
1276
+ },
1277
+ isStatic: true,
1278
+ },
1279
+ MediumTurquoise: {
1280
+ kind: "property",
1281
+ type: () => {
1282
+ return Drawing.Color;
1283
+ },
1284
+ isStatic: true,
1285
+ },
1286
+ MediumVioletRed: {
1287
+ kind: "property",
1288
+ type: () => {
1289
+ return Drawing.Color;
1290
+ },
1291
+ isStatic: true,
1292
+ },
1293
+ MidnightBlue: {
1294
+ kind: "property",
1295
+ type: () => {
1296
+ return Drawing.Color;
1297
+ },
1298
+ isStatic: true,
1299
+ },
1300
+ MintCream: {
1301
+ kind: "property",
1302
+ type: () => {
1303
+ return Drawing.Color;
1304
+ },
1305
+ isStatic: true,
1306
+ },
1307
+ MistyRose: {
1308
+ kind: "property",
1309
+ type: () => {
1310
+ return Drawing.Color;
1311
+ },
1312
+ isStatic: true,
1313
+ },
1314
+ Moccasin: {
1315
+ kind: "property",
1316
+ type: () => {
1317
+ return Drawing.Color;
1318
+ },
1319
+ isStatic: true,
1320
+ },
1321
+ Name: {
1322
+ kind: "property",
1323
+ type: () => {
1324
+ return System.String;
1325
+ },
1326
+ },
1327
+ NavajoWhite: {
1328
+ kind: "property",
1329
+ type: () => {
1330
+ return Drawing.Color;
1331
+ },
1332
+ isStatic: true,
1333
+ },
1334
+ Navy: {
1335
+ kind: "property",
1336
+ type: () => {
1337
+ return Drawing.Color;
1338
+ },
1339
+ isStatic: true,
1340
+ },
1341
+ OldLace: {
1342
+ kind: "property",
1343
+ type: () => {
1344
+ return Drawing.Color;
1345
+ },
1346
+ isStatic: true,
1347
+ },
1348
+ Olive: {
1349
+ kind: "property",
1350
+ type: () => {
1351
+ return Drawing.Color;
1352
+ },
1353
+ isStatic: true,
1354
+ },
1355
+ OliveDrab: {
1356
+ kind: "property",
1357
+ type: () => {
1358
+ return Drawing.Color;
1359
+ },
1360
+ isStatic: true,
1361
+ },
1362
+ Orange: {
1363
+ kind: "property",
1364
+ type: () => {
1365
+ return Drawing.Color;
1366
+ },
1367
+ isStatic: true,
1368
+ },
1369
+ OrangeRed: {
1370
+ kind: "property",
1371
+ type: () => {
1372
+ return Drawing.Color;
1373
+ },
1374
+ isStatic: true,
1375
+ },
1376
+ Orchid: {
1377
+ kind: "property",
1378
+ type: () => {
1379
+ return Drawing.Color;
1380
+ },
1381
+ isStatic: true,
1382
+ },
1383
+ PaleGoldenrod: {
1384
+ kind: "property",
1385
+ type: () => {
1386
+ return Drawing.Color;
1387
+ },
1388
+ isStatic: true,
1389
+ },
1390
+ PaleGreen: {
1391
+ kind: "property",
1392
+ type: () => {
1393
+ return Drawing.Color;
1394
+ },
1395
+ isStatic: true,
1396
+ },
1397
+ PaleTurquoise: {
1398
+ kind: "property",
1399
+ type: () => {
1400
+ return Drawing.Color;
1401
+ },
1402
+ isStatic: true,
1403
+ },
1404
+ PaleVioletRed: {
1405
+ kind: "property",
1406
+ type: () => {
1407
+ return Drawing.Color;
1408
+ },
1409
+ isStatic: true,
1410
+ },
1411
+ PapayaWhip: {
1412
+ kind: "property",
1413
+ type: () => {
1414
+ return Drawing.Color;
1415
+ },
1416
+ isStatic: true,
1417
+ },
1418
+ PeachPuff: {
1419
+ kind: "property",
1420
+ type: () => {
1421
+ return Drawing.Color;
1422
+ },
1423
+ isStatic: true,
1424
+ },
1425
+ Peru: {
1426
+ kind: "property",
1427
+ type: () => {
1428
+ return Drawing.Color;
1429
+ },
1430
+ isStatic: true,
1431
+ },
1432
+ Pink: {
1433
+ kind: "property",
1434
+ type: () => {
1435
+ return Drawing.Color;
1436
+ },
1437
+ isStatic: true,
1438
+ },
1439
+ Plum: {
1440
+ kind: "property",
1441
+ type: () => {
1442
+ return Drawing.Color;
1443
+ },
1444
+ isStatic: true,
1445
+ },
1446
+ PowderBlue: {
1447
+ kind: "property",
1448
+ type: () => {
1449
+ return Drawing.Color;
1450
+ },
1451
+ isStatic: true,
1452
+ },
1453
+ Purple: {
1454
+ kind: "property",
1455
+ type: () => {
1456
+ return Drawing.Color;
1457
+ },
1458
+ isStatic: true,
1459
+ },
1460
+ R: {
1461
+ kind: "property",
1462
+ type: () => {
1463
+ return System.Byte;
1464
+ },
1465
+ },
1466
+ RebeccaPurple: {
1467
+ kind: "property",
1468
+ type: () => {
1469
+ return Drawing.Color;
1470
+ },
1471
+ isStatic: true,
1472
+ },
1473
+ Red: {
1474
+ kind: "property",
1475
+ type: () => {
1476
+ return Drawing.Color;
1477
+ },
1478
+ isStatic: true,
1479
+ },
1480
+ RosyBrown: {
1481
+ kind: "property",
1482
+ type: () => {
1483
+ return Drawing.Color;
1484
+ },
1485
+ isStatic: true,
1486
+ },
1487
+ RoyalBlue: {
1488
+ kind: "property",
1489
+ type: () => {
1490
+ return Drawing.Color;
1491
+ },
1492
+ isStatic: true,
1493
+ },
1494
+ SaddleBrown: {
1495
+ kind: "property",
1496
+ type: () => {
1497
+ return Drawing.Color;
1498
+ },
1499
+ isStatic: true,
1500
+ },
1501
+ Salmon: {
1502
+ kind: "property",
1503
+ type: () => {
1504
+ return Drawing.Color;
1505
+ },
1506
+ isStatic: true,
1507
+ },
1508
+ SandyBrown: {
1509
+ kind: "property",
1510
+ type: () => {
1511
+ return Drawing.Color;
1512
+ },
1513
+ isStatic: true,
1514
+ },
1515
+ SeaGreen: {
1516
+ kind: "property",
1517
+ type: () => {
1518
+ return Drawing.Color;
1519
+ },
1520
+ isStatic: true,
1521
+ },
1522
+ SeaShell: {
1523
+ kind: "property",
1524
+ type: () => {
1525
+ return Drawing.Color;
1526
+ },
1527
+ isStatic: true,
1528
+ },
1529
+ Sienna: {
1530
+ kind: "property",
1531
+ type: () => {
1532
+ return Drawing.Color;
1533
+ },
1534
+ isStatic: true,
1535
+ },
1536
+ Silver: {
1537
+ kind: "property",
1538
+ type: () => {
1539
+ return Drawing.Color;
1540
+ },
1541
+ isStatic: true,
1542
+ },
1543
+ SkyBlue: {
1544
+ kind: "property",
1545
+ type: () => {
1546
+ return Drawing.Color;
1547
+ },
1548
+ isStatic: true,
1549
+ },
1550
+ SlateBlue: {
1551
+ kind: "property",
1552
+ type: () => {
1553
+ return Drawing.Color;
1554
+ },
1555
+ isStatic: true,
1556
+ },
1557
+ SlateGray: {
1558
+ kind: "property",
1559
+ type: () => {
1560
+ return Drawing.Color;
1561
+ },
1562
+ isStatic: true,
1563
+ },
1564
+ Snow: {
1565
+ kind: "property",
1566
+ type: () => {
1567
+ return Drawing.Color;
1568
+ },
1569
+ isStatic: true,
1570
+ },
1571
+ SpringGreen: {
1572
+ kind: "property",
1573
+ type: () => {
1574
+ return Drawing.Color;
1575
+ },
1576
+ isStatic: true,
1577
+ },
1578
+ SteelBlue: {
1579
+ kind: "property",
1580
+ type: () => {
1581
+ return Drawing.Color;
1582
+ },
1583
+ isStatic: true,
1584
+ },
1585
+ Tan: {
1586
+ kind: "property",
1587
+ type: () => {
1588
+ return Drawing.Color;
1589
+ },
1590
+ isStatic: true,
1591
+ },
1592
+ Teal: {
1593
+ kind: "property",
1594
+ type: () => {
1595
+ return Drawing.Color;
1596
+ },
1597
+ isStatic: true,
1598
+ },
1599
+ Thistle: {
1600
+ kind: "property",
1601
+ type: () => {
1602
+ return Drawing.Color;
1603
+ },
1604
+ isStatic: true,
1605
+ },
1606
+ Tomato: {
1607
+ kind: "property",
1608
+ type: () => {
1609
+ return Drawing.Color;
1610
+ },
1611
+ isStatic: true,
1612
+ },
1613
+ Transparent: {
1614
+ kind: "property",
1615
+ type: () => {
1616
+ return Drawing.Color;
1617
+ },
1618
+ isStatic: true,
1619
+ },
1620
+ Turquoise: {
1621
+ kind: "property",
1622
+ type: () => {
1623
+ return Drawing.Color;
1624
+ },
1625
+ isStatic: true,
1626
+ },
1627
+ Violet: {
1628
+ kind: "property",
1629
+ type: () => {
1630
+ return Drawing.Color;
1631
+ },
1632
+ isStatic: true,
1633
+ },
1634
+ Wheat: {
1635
+ kind: "property",
1636
+ type: () => {
1637
+ return Drawing.Color;
1638
+ },
1639
+ isStatic: true,
1640
+ },
1641
+ White: {
1642
+ kind: "property",
1643
+ type: () => {
1644
+ return Drawing.Color;
1645
+ },
1646
+ isStatic: true,
1647
+ },
1648
+ WhiteSmoke: {
1649
+ kind: "property",
1650
+ type: () => {
1651
+ return Drawing.Color;
1652
+ },
1653
+ isStatic: true,
1654
+ },
1655
+ Yellow: {
1656
+ kind: "property",
1657
+ type: () => {
1658
+ return Drawing.Color;
1659
+ },
1660
+ isStatic: true,
1661
+ },
1662
+ YellowGreen: {
1663
+ kind: "property",
1664
+ type: () => {
1665
+ return Drawing.Color;
1666
+ },
1667
+ isStatic: true,
1668
+ },
1669
+ },
1670
+ },
1671
+ ColorConverter: {
1672
+ kind: "class",
1673
+ members: {
1674
+ ColorConverter: {
1675
+ kind: "method",
1676
+ methodKind: "constructor",
1677
+ },
1678
+ CanConvertFrom: {
1679
+ kind: "method",
1680
+ methodKind: "ordinary",
1681
+ isOverride: true,
1682
+ },
1683
+ CanConvertTo: {
1684
+ kind: "method",
1685
+ methodKind: "ordinary",
1686
+ isOverride: true,
1687
+ },
1688
+ ConvertFrom: {
1689
+ kind: "method",
1690
+ methodKind: "ordinary",
1691
+ isOverride: true,
1692
+ },
1693
+ ConvertTo: {
1694
+ kind: "method",
1695
+ methodKind: "ordinary",
1696
+ isOverride: true,
1697
+ },
1698
+ GetStandardValues: {
1699
+ kind: "method",
1700
+ methodKind: "ordinary",
1701
+ isOverride: true,
1702
+ },
1703
+ GetStandardValuesSupported: {
1704
+ kind: "method",
1705
+ methodKind: "ordinary",
1706
+ isOverride: true,
1707
+ },
1708
+ },
1709
+ },
1710
+ ColorTranslator: {
1711
+ kind: "class",
1712
+ members: {
1713
+ FromHtml: {
1714
+ kind: "method",
1715
+ methodKind: "ordinary",
1716
+ isStatic: true,
1717
+ },
1718
+ FromOle: {
1719
+ kind: "method",
1720
+ methodKind: "ordinary",
1721
+ isStatic: true,
1722
+ },
1723
+ FromWin32: {
1724
+ kind: "method",
1725
+ methodKind: "ordinary",
1726
+ isStatic: true,
1727
+ },
1728
+ ToHtml: {
1729
+ kind: "method",
1730
+ methodKind: "ordinary",
1731
+ isStatic: true,
1732
+ },
1733
+ ToOle: {
1734
+ kind: "method",
1735
+ methodKind: "ordinary",
1736
+ isStatic: true,
1737
+ },
1738
+ ToWin32: {
1739
+ kind: "method",
1740
+ methodKind: "ordinary",
1741
+ isStatic: true,
1742
+ },
1743
+ },
1744
+ isStatic: true,
1745
+ },
1746
+ KnownColor: {
1747
+ kind: "enum",
1748
+ members: {
1749
+ ActiveBorder: {
1750
+ kind: "field",
1751
+ type: () => {
1752
+ return Drawing.KnownColor;
1753
+ },
1754
+ },
1755
+ ActiveCaption: {
1756
+ kind: "field",
1757
+ type: () => {
1758
+ return Drawing.KnownColor;
1759
+ },
1760
+ },
1761
+ ActiveCaptionText: {
1762
+ kind: "field",
1763
+ type: () => {
1764
+ return Drawing.KnownColor;
1765
+ },
1766
+ },
1767
+ AppWorkspace: {
1768
+ kind: "field",
1769
+ type: () => {
1770
+ return Drawing.KnownColor;
1771
+ },
1772
+ },
1773
+ Control: {
1774
+ kind: "field",
1775
+ type: () => {
1776
+ return Drawing.KnownColor;
1777
+ },
1778
+ },
1779
+ ControlDark: {
1780
+ kind: "field",
1781
+ type: () => {
1782
+ return Drawing.KnownColor;
1783
+ },
1784
+ },
1785
+ ControlDarkDark: {
1786
+ kind: "field",
1787
+ type: () => {
1788
+ return Drawing.KnownColor;
1789
+ },
1790
+ },
1791
+ ControlLight: {
1792
+ kind: "field",
1793
+ type: () => {
1794
+ return Drawing.KnownColor;
1795
+ },
1796
+ },
1797
+ ControlLightLight: {
1798
+ kind: "field",
1799
+ type: () => {
1800
+ return Drawing.KnownColor;
1801
+ },
1802
+ },
1803
+ ControlText: {
1804
+ kind: "field",
1805
+ type: () => {
1806
+ return Drawing.KnownColor;
1807
+ },
1808
+ },
1809
+ Desktop: {
1810
+ kind: "field",
1811
+ type: () => {
1812
+ return Drawing.KnownColor;
1813
+ },
1814
+ },
1815
+ GrayText: {
1816
+ kind: "field",
1817
+ type: () => {
1818
+ return Drawing.KnownColor;
1819
+ },
1820
+ },
1821
+ Highlight: {
1822
+ kind: "field",
1823
+ type: () => {
1824
+ return Drawing.KnownColor;
1825
+ },
1826
+ },
1827
+ HighlightText: {
1828
+ kind: "field",
1829
+ type: () => {
1830
+ return Drawing.KnownColor;
1831
+ },
1832
+ },
1833
+ HotTrack: {
1834
+ kind: "field",
1835
+ type: () => {
1836
+ return Drawing.KnownColor;
1837
+ },
1838
+ },
1839
+ InactiveBorder: {
1840
+ kind: "field",
1841
+ type: () => {
1842
+ return Drawing.KnownColor;
1843
+ },
1844
+ },
1845
+ InactiveCaption: {
1846
+ kind: "field",
1847
+ type: () => {
1848
+ return Drawing.KnownColor;
1849
+ },
1850
+ },
1851
+ InactiveCaptionText: {
1852
+ kind: "field",
1853
+ type: () => {
1854
+ return Drawing.KnownColor;
1855
+ },
1856
+ },
1857
+ Info: {
1858
+ kind: "field",
1859
+ type: () => {
1860
+ return Drawing.KnownColor;
1861
+ },
1862
+ },
1863
+ InfoText: {
1864
+ kind: "field",
1865
+ type: () => {
1866
+ return Drawing.KnownColor;
1867
+ },
1868
+ },
1869
+ Menu: {
1870
+ kind: "field",
1871
+ type: () => {
1872
+ return Drawing.KnownColor;
1873
+ },
1874
+ },
1875
+ MenuText: {
1876
+ kind: "field",
1877
+ type: () => {
1878
+ return Drawing.KnownColor;
1879
+ },
1880
+ },
1881
+ ScrollBar: {
1882
+ kind: "field",
1883
+ type: () => {
1884
+ return Drawing.KnownColor;
1885
+ },
1886
+ },
1887
+ Window: {
1888
+ kind: "field",
1889
+ type: () => {
1890
+ return Drawing.KnownColor;
1891
+ },
1892
+ },
1893
+ WindowFrame: {
1894
+ kind: "field",
1895
+ type: () => {
1896
+ return Drawing.KnownColor;
1897
+ },
1898
+ },
1899
+ WindowText: {
1900
+ kind: "field",
1901
+ type: () => {
1902
+ return Drawing.KnownColor;
1903
+ },
1904
+ },
1905
+ Transparent: {
1906
+ kind: "field",
1907
+ type: () => {
1908
+ return Drawing.KnownColor;
1909
+ },
1910
+ },
1911
+ AliceBlue: {
1912
+ kind: "field",
1913
+ type: () => {
1914
+ return Drawing.KnownColor;
1915
+ },
1916
+ },
1917
+ AntiqueWhite: {
1918
+ kind: "field",
1919
+ type: () => {
1920
+ return Drawing.KnownColor;
1921
+ },
1922
+ },
1923
+ Aqua: {
1924
+ kind: "field",
1925
+ type: () => {
1926
+ return Drawing.KnownColor;
1927
+ },
1928
+ },
1929
+ Aquamarine: {
1930
+ kind: "field",
1931
+ type: () => {
1932
+ return Drawing.KnownColor;
1933
+ },
1934
+ },
1935
+ Azure: {
1936
+ kind: "field",
1937
+ type: () => {
1938
+ return Drawing.KnownColor;
1939
+ },
1940
+ },
1941
+ Beige: {
1942
+ kind: "field",
1943
+ type: () => {
1944
+ return Drawing.KnownColor;
1945
+ },
1946
+ },
1947
+ Bisque: {
1948
+ kind: "field",
1949
+ type: () => {
1950
+ return Drawing.KnownColor;
1951
+ },
1952
+ },
1953
+ Black: {
1954
+ kind: "field",
1955
+ type: () => {
1956
+ return Drawing.KnownColor;
1957
+ },
1958
+ },
1959
+ BlanchedAlmond: {
1960
+ kind: "field",
1961
+ type: () => {
1962
+ return Drawing.KnownColor;
1963
+ },
1964
+ },
1965
+ Blue: {
1966
+ kind: "field",
1967
+ type: () => {
1968
+ return Drawing.KnownColor;
1969
+ },
1970
+ },
1971
+ BlueViolet: {
1972
+ kind: "field",
1973
+ type: () => {
1974
+ return Drawing.KnownColor;
1975
+ },
1976
+ },
1977
+ Brown: {
1978
+ kind: "field",
1979
+ type: () => {
1980
+ return Drawing.KnownColor;
1981
+ },
1982
+ },
1983
+ BurlyWood: {
1984
+ kind: "field",
1985
+ type: () => {
1986
+ return Drawing.KnownColor;
1987
+ },
1988
+ },
1989
+ CadetBlue: {
1990
+ kind: "field",
1991
+ type: () => {
1992
+ return Drawing.KnownColor;
1993
+ },
1994
+ },
1995
+ Chartreuse: {
1996
+ kind: "field",
1997
+ type: () => {
1998
+ return Drawing.KnownColor;
1999
+ },
2000
+ },
2001
+ Chocolate: {
2002
+ kind: "field",
2003
+ type: () => {
2004
+ return Drawing.KnownColor;
2005
+ },
2006
+ },
2007
+ Coral: {
2008
+ kind: "field",
2009
+ type: () => {
2010
+ return Drawing.KnownColor;
2011
+ },
2012
+ },
2013
+ CornflowerBlue: {
2014
+ kind: "field",
2015
+ type: () => {
2016
+ return Drawing.KnownColor;
2017
+ },
2018
+ },
2019
+ Cornsilk: {
2020
+ kind: "field",
2021
+ type: () => {
2022
+ return Drawing.KnownColor;
2023
+ },
2024
+ },
2025
+ Crimson: {
2026
+ kind: "field",
2027
+ type: () => {
2028
+ return Drawing.KnownColor;
2029
+ },
2030
+ },
2031
+ Cyan: {
2032
+ kind: "field",
2033
+ type: () => {
2034
+ return Drawing.KnownColor;
2035
+ },
2036
+ },
2037
+ DarkBlue: {
2038
+ kind: "field",
2039
+ type: () => {
2040
+ return Drawing.KnownColor;
2041
+ },
2042
+ },
2043
+ DarkCyan: {
2044
+ kind: "field",
2045
+ type: () => {
2046
+ return Drawing.KnownColor;
2047
+ },
2048
+ },
2049
+ DarkGoldenrod: {
2050
+ kind: "field",
2051
+ type: () => {
2052
+ return Drawing.KnownColor;
2053
+ },
2054
+ },
2055
+ DarkGray: {
2056
+ kind: "field",
2057
+ type: () => {
2058
+ return Drawing.KnownColor;
2059
+ },
2060
+ },
2061
+ DarkGreen: {
2062
+ kind: "field",
2063
+ type: () => {
2064
+ return Drawing.KnownColor;
2065
+ },
2066
+ },
2067
+ DarkKhaki: {
2068
+ kind: "field",
2069
+ type: () => {
2070
+ return Drawing.KnownColor;
2071
+ },
2072
+ },
2073
+ DarkMagenta: {
2074
+ kind: "field",
2075
+ type: () => {
2076
+ return Drawing.KnownColor;
2077
+ },
2078
+ },
2079
+ DarkOliveGreen: {
2080
+ kind: "field",
2081
+ type: () => {
2082
+ return Drawing.KnownColor;
2083
+ },
2084
+ },
2085
+ DarkOrange: {
2086
+ kind: "field",
2087
+ type: () => {
2088
+ return Drawing.KnownColor;
2089
+ },
2090
+ },
2091
+ DarkOrchid: {
2092
+ kind: "field",
2093
+ type: () => {
2094
+ return Drawing.KnownColor;
2095
+ },
2096
+ },
2097
+ DarkRed: {
2098
+ kind: "field",
2099
+ type: () => {
2100
+ return Drawing.KnownColor;
2101
+ },
2102
+ },
2103
+ DarkSalmon: {
2104
+ kind: "field",
2105
+ type: () => {
2106
+ return Drawing.KnownColor;
2107
+ },
2108
+ },
2109
+ DarkSeaGreen: {
2110
+ kind: "field",
2111
+ type: () => {
2112
+ return Drawing.KnownColor;
2113
+ },
2114
+ },
2115
+ DarkSlateBlue: {
2116
+ kind: "field",
2117
+ type: () => {
2118
+ return Drawing.KnownColor;
2119
+ },
2120
+ },
2121
+ DarkSlateGray: {
2122
+ kind: "field",
2123
+ type: () => {
2124
+ return Drawing.KnownColor;
2125
+ },
2126
+ },
2127
+ DarkTurquoise: {
2128
+ kind: "field",
2129
+ type: () => {
2130
+ return Drawing.KnownColor;
2131
+ },
2132
+ },
2133
+ DarkViolet: {
2134
+ kind: "field",
2135
+ type: () => {
2136
+ return Drawing.KnownColor;
2137
+ },
2138
+ },
2139
+ DeepPink: {
2140
+ kind: "field",
2141
+ type: () => {
2142
+ return Drawing.KnownColor;
2143
+ },
2144
+ },
2145
+ DeepSkyBlue: {
2146
+ kind: "field",
2147
+ type: () => {
2148
+ return Drawing.KnownColor;
2149
+ },
2150
+ },
2151
+ DimGray: {
2152
+ kind: "field",
2153
+ type: () => {
2154
+ return Drawing.KnownColor;
2155
+ },
2156
+ },
2157
+ DodgerBlue: {
2158
+ kind: "field",
2159
+ type: () => {
2160
+ return Drawing.KnownColor;
2161
+ },
2162
+ },
2163
+ Firebrick: {
2164
+ kind: "field",
2165
+ type: () => {
2166
+ return Drawing.KnownColor;
2167
+ },
2168
+ },
2169
+ FloralWhite: {
2170
+ kind: "field",
2171
+ type: () => {
2172
+ return Drawing.KnownColor;
2173
+ },
2174
+ },
2175
+ ForestGreen: {
2176
+ kind: "field",
2177
+ type: () => {
2178
+ return Drawing.KnownColor;
2179
+ },
2180
+ },
2181
+ Fuchsia: {
2182
+ kind: "field",
2183
+ type: () => {
2184
+ return Drawing.KnownColor;
2185
+ },
2186
+ },
2187
+ Gainsboro: {
2188
+ kind: "field",
2189
+ type: () => {
2190
+ return Drawing.KnownColor;
2191
+ },
2192
+ },
2193
+ GhostWhite: {
2194
+ kind: "field",
2195
+ type: () => {
2196
+ return Drawing.KnownColor;
2197
+ },
2198
+ },
2199
+ Gold: {
2200
+ kind: "field",
2201
+ type: () => {
2202
+ return Drawing.KnownColor;
2203
+ },
2204
+ },
2205
+ Goldenrod: {
2206
+ kind: "field",
2207
+ type: () => {
2208
+ return Drawing.KnownColor;
2209
+ },
2210
+ },
2211
+ Gray: {
2212
+ kind: "field",
2213
+ type: () => {
2214
+ return Drawing.KnownColor;
2215
+ },
2216
+ },
2217
+ Green: {
2218
+ kind: "field",
2219
+ type: () => {
2220
+ return Drawing.KnownColor;
2221
+ },
2222
+ },
2223
+ GreenYellow: {
2224
+ kind: "field",
2225
+ type: () => {
2226
+ return Drawing.KnownColor;
2227
+ },
2228
+ },
2229
+ Honeydew: {
2230
+ kind: "field",
2231
+ type: () => {
2232
+ return Drawing.KnownColor;
2233
+ },
2234
+ },
2235
+ HotPink: {
2236
+ kind: "field",
2237
+ type: () => {
2238
+ return Drawing.KnownColor;
2239
+ },
2240
+ },
2241
+ IndianRed: {
2242
+ kind: "field",
2243
+ type: () => {
2244
+ return Drawing.KnownColor;
2245
+ },
2246
+ },
2247
+ Indigo: {
2248
+ kind: "field",
2249
+ type: () => {
2250
+ return Drawing.KnownColor;
2251
+ },
2252
+ },
2253
+ Ivory: {
2254
+ kind: "field",
2255
+ type: () => {
2256
+ return Drawing.KnownColor;
2257
+ },
2258
+ },
2259
+ Khaki: {
2260
+ kind: "field",
2261
+ type: () => {
2262
+ return Drawing.KnownColor;
2263
+ },
2264
+ },
2265
+ Lavender: {
2266
+ kind: "field",
2267
+ type: () => {
2268
+ return Drawing.KnownColor;
2269
+ },
2270
+ },
2271
+ LavenderBlush: {
2272
+ kind: "field",
2273
+ type: () => {
2274
+ return Drawing.KnownColor;
2275
+ },
2276
+ },
2277
+ LawnGreen: {
2278
+ kind: "field",
2279
+ type: () => {
2280
+ return Drawing.KnownColor;
2281
+ },
2282
+ },
2283
+ LemonChiffon: {
2284
+ kind: "field",
2285
+ type: () => {
2286
+ return Drawing.KnownColor;
2287
+ },
2288
+ },
2289
+ LightBlue: {
2290
+ kind: "field",
2291
+ type: () => {
2292
+ return Drawing.KnownColor;
2293
+ },
2294
+ },
2295
+ LightCoral: {
2296
+ kind: "field",
2297
+ type: () => {
2298
+ return Drawing.KnownColor;
2299
+ },
2300
+ },
2301
+ LightCyan: {
2302
+ kind: "field",
2303
+ type: () => {
2304
+ return Drawing.KnownColor;
2305
+ },
2306
+ },
2307
+ LightGoldenrodYellow: {
2308
+ kind: "field",
2309
+ type: () => {
2310
+ return Drawing.KnownColor;
2311
+ },
2312
+ },
2313
+ LightGray: {
2314
+ kind: "field",
2315
+ type: () => {
2316
+ return Drawing.KnownColor;
2317
+ },
2318
+ },
2319
+ LightGreen: {
2320
+ kind: "field",
2321
+ type: () => {
2322
+ return Drawing.KnownColor;
2323
+ },
2324
+ },
2325
+ LightPink: {
2326
+ kind: "field",
2327
+ type: () => {
2328
+ return Drawing.KnownColor;
2329
+ },
2330
+ },
2331
+ LightSalmon: {
2332
+ kind: "field",
2333
+ type: () => {
2334
+ return Drawing.KnownColor;
2335
+ },
2336
+ },
2337
+ LightSeaGreen: {
2338
+ kind: "field",
2339
+ type: () => {
2340
+ return Drawing.KnownColor;
2341
+ },
2342
+ },
2343
+ LightSkyBlue: {
2344
+ kind: "field",
2345
+ type: () => {
2346
+ return Drawing.KnownColor;
2347
+ },
2348
+ },
2349
+ LightSlateGray: {
2350
+ kind: "field",
2351
+ type: () => {
2352
+ return Drawing.KnownColor;
2353
+ },
2354
+ },
2355
+ LightSteelBlue: {
2356
+ kind: "field",
2357
+ type: () => {
2358
+ return Drawing.KnownColor;
2359
+ },
2360
+ },
2361
+ LightYellow: {
2362
+ kind: "field",
2363
+ type: () => {
2364
+ return Drawing.KnownColor;
2365
+ },
2366
+ },
2367
+ Lime: {
2368
+ kind: "field",
2369
+ type: () => {
2370
+ return Drawing.KnownColor;
2371
+ },
2372
+ },
2373
+ LimeGreen: {
2374
+ kind: "field",
2375
+ type: () => {
2376
+ return Drawing.KnownColor;
2377
+ },
2378
+ },
2379
+ Linen: {
2380
+ kind: "field",
2381
+ type: () => {
2382
+ return Drawing.KnownColor;
2383
+ },
2384
+ },
2385
+ Magenta: {
2386
+ kind: "field",
2387
+ type: () => {
2388
+ return Drawing.KnownColor;
2389
+ },
2390
+ },
2391
+ Maroon: {
2392
+ kind: "field",
2393
+ type: () => {
2394
+ return Drawing.KnownColor;
2395
+ },
2396
+ },
2397
+ MediumAquamarine: {
2398
+ kind: "field",
2399
+ type: () => {
2400
+ return Drawing.KnownColor;
2401
+ },
2402
+ },
2403
+ MediumBlue: {
2404
+ kind: "field",
2405
+ type: () => {
2406
+ return Drawing.KnownColor;
2407
+ },
2408
+ },
2409
+ MediumOrchid: {
2410
+ kind: "field",
2411
+ type: () => {
2412
+ return Drawing.KnownColor;
2413
+ },
2414
+ },
2415
+ MediumPurple: {
2416
+ kind: "field",
2417
+ type: () => {
2418
+ return Drawing.KnownColor;
2419
+ },
2420
+ },
2421
+ MediumSeaGreen: {
2422
+ kind: "field",
2423
+ type: () => {
2424
+ return Drawing.KnownColor;
2425
+ },
2426
+ },
2427
+ MediumSlateBlue: {
2428
+ kind: "field",
2429
+ type: () => {
2430
+ return Drawing.KnownColor;
2431
+ },
2432
+ },
2433
+ MediumSpringGreen: {
2434
+ kind: "field",
2435
+ type: () => {
2436
+ return Drawing.KnownColor;
2437
+ },
2438
+ },
2439
+ MediumTurquoise: {
2440
+ kind: "field",
2441
+ type: () => {
2442
+ return Drawing.KnownColor;
2443
+ },
2444
+ },
2445
+ MediumVioletRed: {
2446
+ kind: "field",
2447
+ type: () => {
2448
+ return Drawing.KnownColor;
2449
+ },
2450
+ },
2451
+ MidnightBlue: {
2452
+ kind: "field",
2453
+ type: () => {
2454
+ return Drawing.KnownColor;
2455
+ },
2456
+ },
2457
+ MintCream: {
2458
+ kind: "field",
2459
+ type: () => {
2460
+ return Drawing.KnownColor;
2461
+ },
2462
+ },
2463
+ MistyRose: {
2464
+ kind: "field",
2465
+ type: () => {
2466
+ return Drawing.KnownColor;
2467
+ },
2468
+ },
2469
+ Moccasin: {
2470
+ kind: "field",
2471
+ type: () => {
2472
+ return Drawing.KnownColor;
2473
+ },
2474
+ },
2475
+ NavajoWhite: {
2476
+ kind: "field",
2477
+ type: () => {
2478
+ return Drawing.KnownColor;
2479
+ },
2480
+ },
2481
+ Navy: {
2482
+ kind: "field",
2483
+ type: () => {
2484
+ return Drawing.KnownColor;
2485
+ },
2486
+ },
2487
+ OldLace: {
2488
+ kind: "field",
2489
+ type: () => {
2490
+ return Drawing.KnownColor;
2491
+ },
2492
+ },
2493
+ Olive: {
2494
+ kind: "field",
2495
+ type: () => {
2496
+ return Drawing.KnownColor;
2497
+ },
2498
+ },
2499
+ OliveDrab: {
2500
+ kind: "field",
2501
+ type: () => {
2502
+ return Drawing.KnownColor;
2503
+ },
2504
+ },
2505
+ Orange: {
2506
+ kind: "field",
2507
+ type: () => {
2508
+ return Drawing.KnownColor;
2509
+ },
2510
+ },
2511
+ OrangeRed: {
2512
+ kind: "field",
2513
+ type: () => {
2514
+ return Drawing.KnownColor;
2515
+ },
2516
+ },
2517
+ Orchid: {
2518
+ kind: "field",
2519
+ type: () => {
2520
+ return Drawing.KnownColor;
2521
+ },
2522
+ },
2523
+ PaleGoldenrod: {
2524
+ kind: "field",
2525
+ type: () => {
2526
+ return Drawing.KnownColor;
2527
+ },
2528
+ },
2529
+ PaleGreen: {
2530
+ kind: "field",
2531
+ type: () => {
2532
+ return Drawing.KnownColor;
2533
+ },
2534
+ },
2535
+ PaleTurquoise: {
2536
+ kind: "field",
2537
+ type: () => {
2538
+ return Drawing.KnownColor;
2539
+ },
2540
+ },
2541
+ PaleVioletRed: {
2542
+ kind: "field",
2543
+ type: () => {
2544
+ return Drawing.KnownColor;
2545
+ },
2546
+ },
2547
+ PapayaWhip: {
2548
+ kind: "field",
2549
+ type: () => {
2550
+ return Drawing.KnownColor;
2551
+ },
2552
+ },
2553
+ PeachPuff: {
2554
+ kind: "field",
2555
+ type: () => {
2556
+ return Drawing.KnownColor;
2557
+ },
2558
+ },
2559
+ Peru: {
2560
+ kind: "field",
2561
+ type: () => {
2562
+ return Drawing.KnownColor;
2563
+ },
2564
+ },
2565
+ Pink: {
2566
+ kind: "field",
2567
+ type: () => {
2568
+ return Drawing.KnownColor;
2569
+ },
2570
+ },
2571
+ Plum: {
2572
+ kind: "field",
2573
+ type: () => {
2574
+ return Drawing.KnownColor;
2575
+ },
2576
+ },
2577
+ PowderBlue: {
2578
+ kind: "field",
2579
+ type: () => {
2580
+ return Drawing.KnownColor;
2581
+ },
2582
+ },
2583
+ Purple: {
2584
+ kind: "field",
2585
+ type: () => {
2586
+ return Drawing.KnownColor;
2587
+ },
2588
+ },
2589
+ Red: {
2590
+ kind: "field",
2591
+ type: () => {
2592
+ return Drawing.KnownColor;
2593
+ },
2594
+ },
2595
+ RosyBrown: {
2596
+ kind: "field",
2597
+ type: () => {
2598
+ return Drawing.KnownColor;
2599
+ },
2600
+ },
2601
+ RoyalBlue: {
2602
+ kind: "field",
2603
+ type: () => {
2604
+ return Drawing.KnownColor;
2605
+ },
2606
+ },
2607
+ SaddleBrown: {
2608
+ kind: "field",
2609
+ type: () => {
2610
+ return Drawing.KnownColor;
2611
+ },
2612
+ },
2613
+ Salmon: {
2614
+ kind: "field",
2615
+ type: () => {
2616
+ return Drawing.KnownColor;
2617
+ },
2618
+ },
2619
+ SandyBrown: {
2620
+ kind: "field",
2621
+ type: () => {
2622
+ return Drawing.KnownColor;
2623
+ },
2624
+ },
2625
+ SeaGreen: {
2626
+ kind: "field",
2627
+ type: () => {
2628
+ return Drawing.KnownColor;
2629
+ },
2630
+ },
2631
+ SeaShell: {
2632
+ kind: "field",
2633
+ type: () => {
2634
+ return Drawing.KnownColor;
2635
+ },
2636
+ },
2637
+ Sienna: {
2638
+ kind: "field",
2639
+ type: () => {
2640
+ return Drawing.KnownColor;
2641
+ },
2642
+ },
2643
+ Silver: {
2644
+ kind: "field",
2645
+ type: () => {
2646
+ return Drawing.KnownColor;
2647
+ },
2648
+ },
2649
+ SkyBlue: {
2650
+ kind: "field",
2651
+ type: () => {
2652
+ return Drawing.KnownColor;
2653
+ },
2654
+ },
2655
+ SlateBlue: {
2656
+ kind: "field",
2657
+ type: () => {
2658
+ return Drawing.KnownColor;
2659
+ },
2660
+ },
2661
+ SlateGray: {
2662
+ kind: "field",
2663
+ type: () => {
2664
+ return Drawing.KnownColor;
2665
+ },
2666
+ },
2667
+ Snow: {
2668
+ kind: "field",
2669
+ type: () => {
2670
+ return Drawing.KnownColor;
2671
+ },
2672
+ },
2673
+ SpringGreen: {
2674
+ kind: "field",
2675
+ type: () => {
2676
+ return Drawing.KnownColor;
2677
+ },
2678
+ },
2679
+ SteelBlue: {
2680
+ kind: "field",
2681
+ type: () => {
2682
+ return Drawing.KnownColor;
2683
+ },
2684
+ },
2685
+ Tan: {
2686
+ kind: "field",
2687
+ type: () => {
2688
+ return Drawing.KnownColor;
2689
+ },
2690
+ },
2691
+ Teal: {
2692
+ kind: "field",
2693
+ type: () => {
2694
+ return Drawing.KnownColor;
2695
+ },
2696
+ },
2697
+ Thistle: {
2698
+ kind: "field",
2699
+ type: () => {
2700
+ return Drawing.KnownColor;
2701
+ },
2702
+ },
2703
+ Tomato: {
2704
+ kind: "field",
2705
+ type: () => {
2706
+ return Drawing.KnownColor;
2707
+ },
2708
+ },
2709
+ Turquoise: {
2710
+ kind: "field",
2711
+ type: () => {
2712
+ return Drawing.KnownColor;
2713
+ },
2714
+ },
2715
+ Violet: {
2716
+ kind: "field",
2717
+ type: () => {
2718
+ return Drawing.KnownColor;
2719
+ },
2720
+ },
2721
+ Wheat: {
2722
+ kind: "field",
2723
+ type: () => {
2724
+ return Drawing.KnownColor;
2725
+ },
2726
+ },
2727
+ White: {
2728
+ kind: "field",
2729
+ type: () => {
2730
+ return Drawing.KnownColor;
2731
+ },
2732
+ },
2733
+ WhiteSmoke: {
2734
+ kind: "field",
2735
+ type: () => {
2736
+ return Drawing.KnownColor;
2737
+ },
2738
+ },
2739
+ Yellow: {
2740
+ kind: "field",
2741
+ type: () => {
2742
+ return Drawing.KnownColor;
2743
+ },
2744
+ },
2745
+ YellowGreen: {
2746
+ kind: "field",
2747
+ type: () => {
2748
+ return Drawing.KnownColor;
2749
+ },
2750
+ },
2751
+ ButtonFace: {
2752
+ kind: "field",
2753
+ type: () => {
2754
+ return Drawing.KnownColor;
2755
+ },
2756
+ },
2757
+ ButtonHighlight: {
2758
+ kind: "field",
2759
+ type: () => {
2760
+ return Drawing.KnownColor;
2761
+ },
2762
+ },
2763
+ ButtonShadow: {
2764
+ kind: "field",
2765
+ type: () => {
2766
+ return Drawing.KnownColor;
2767
+ },
2768
+ },
2769
+ GradientActiveCaption: {
2770
+ kind: "field",
2771
+ type: () => {
2772
+ return Drawing.KnownColor;
2773
+ },
2774
+ },
2775
+ GradientInactiveCaption: {
2776
+ kind: "field",
2777
+ type: () => {
2778
+ return Drawing.KnownColor;
2779
+ },
2780
+ },
2781
+ MenuBar: {
2782
+ kind: "field",
2783
+ type: () => {
2784
+ return Drawing.KnownColor;
2785
+ },
2786
+ },
2787
+ MenuHighlight: {
2788
+ kind: "field",
2789
+ type: () => {
2790
+ return Drawing.KnownColor;
2791
+ },
2792
+ },
2793
+ RebeccaPurple: {
2794
+ kind: "field",
2795
+ type: () => {
2796
+ return Drawing.KnownColor;
2797
+ },
2798
+ },
2799
+ },
2800
+ },
2801
+ Point: {
2802
+ kind: "struct",
2803
+ members: {
2804
+ Empty: {
2805
+ kind: "field",
2806
+ type: () => {
2807
+ return Drawing.Point;
2808
+ },
2809
+ isStatic: true,
2810
+ isReadOnly: true,
2811
+ },
2812
+ Point: {
2813
+ kind: "method",
2814
+ methodKind: "constructor",
2815
+ },
2816
+ Add: {
2817
+ kind: "method",
2818
+ methodKind: "ordinary",
2819
+ isStatic: true,
2820
+ },
2821
+ Ceiling: {
2822
+ kind: "method",
2823
+ methodKind: "ordinary",
2824
+ isStatic: true,
2825
+ },
2826
+ Equals: {
2827
+ kind: "method",
2828
+ methodKind: "ordinary",
2829
+ isReadOnly: true,
2830
+ },
2831
+ GetHashCode: {
2832
+ kind: "method",
2833
+ methodKind: "ordinary",
2834
+ isOverride: true,
2835
+ isReadOnly: true,
2836
+ },
2837
+ Offset: {
2838
+ kind: "method",
2839
+ methodKind: "ordinary",
2840
+ },
2841
+ Round: {
2842
+ kind: "method",
2843
+ methodKind: "ordinary",
2844
+ isStatic: true,
2845
+ },
2846
+ Subtract: {
2847
+ kind: "method",
2848
+ methodKind: "ordinary",
2849
+ isStatic: true,
2850
+ },
2851
+ ToString: {
2852
+ kind: "method",
2853
+ methodKind: "ordinary",
2854
+ isOverride: true,
2855
+ isReadOnly: true,
2856
+ },
2857
+ Truncate: {
2858
+ kind: "method",
2859
+ methodKind: "ordinary",
2860
+ isStatic: true,
2861
+ },
2862
+ IsEmpty: {
2863
+ kind: "property",
2864
+ type: () => {
2865
+ return System.Boolean;
2866
+ },
2867
+ isReadOnly: true,
2868
+ },
2869
+ X: {
2870
+ kind: "property",
2871
+ type: () => {
2872
+ return System.Int32;
2873
+ },
2874
+ isReadOnly: true,
2875
+ },
2876
+ Y: {
2877
+ kind: "property",
2878
+ type: () => {
2879
+ return System.Int32;
2880
+ },
2881
+ isReadOnly: true,
2882
+ },
2883
+ },
2884
+ },
2885
+ PointConverter: {
2886
+ kind: "class",
2887
+ members: {
2888
+ PointConverter: {
2889
+ kind: "method",
2890
+ methodKind: "constructor",
2891
+ },
2892
+ CanConvertFrom: {
2893
+ kind: "method",
2894
+ methodKind: "ordinary",
2895
+ isOverride: true,
2896
+ },
2897
+ CanConvertTo: {
2898
+ kind: "method",
2899
+ methodKind: "ordinary",
2900
+ isOverride: true,
2901
+ },
2902
+ ConvertFrom: {
2903
+ kind: "method",
2904
+ methodKind: "ordinary",
2905
+ isOverride: true,
2906
+ },
2907
+ ConvertTo: {
2908
+ kind: "method",
2909
+ methodKind: "ordinary",
2910
+ isOverride: true,
2911
+ },
2912
+ CreateInstance: {
2913
+ kind: "method",
2914
+ methodKind: "ordinary",
2915
+ isOverride: true,
2916
+ },
2917
+ GetCreateInstanceSupported: {
2918
+ kind: "method",
2919
+ methodKind: "ordinary",
2920
+ isOverride: true,
2921
+ },
2922
+ GetProperties: {
2923
+ kind: "method",
2924
+ methodKind: "ordinary",
2925
+ isOverride: true,
2926
+ },
2927
+ GetPropertiesSupported: {
2928
+ kind: "method",
2929
+ methodKind: "ordinary",
2930
+ isOverride: true,
2931
+ },
2932
+ },
2933
+ },
2934
+ PointF: {
2935
+ kind: "struct",
2936
+ members: {
2937
+ Empty: {
2938
+ kind: "field",
2939
+ type: () => {
2940
+ return Drawing.PointF;
2941
+ },
2942
+ isStatic: true,
2943
+ isReadOnly: true,
2944
+ },
2945
+ PointF: {
2946
+ kind: "method",
2947
+ methodKind: "constructor",
2948
+ },
2949
+ Add: {
2950
+ kind: "method",
2951
+ methodKind: "ordinary",
2952
+ isStatic: true,
2953
+ },
2954
+ Equals: {
2955
+ kind: "method",
2956
+ methodKind: "ordinary",
2957
+ isReadOnly: true,
2958
+ },
2959
+ GetHashCode: {
2960
+ kind: "method",
2961
+ methodKind: "ordinary",
2962
+ isOverride: true,
2963
+ isReadOnly: true,
2964
+ },
2965
+ Subtract: {
2966
+ kind: "method",
2967
+ methodKind: "ordinary",
2968
+ isStatic: true,
2969
+ },
2970
+ ToString: {
2971
+ kind: "method",
2972
+ methodKind: "ordinary",
2973
+ isOverride: true,
2974
+ isReadOnly: true,
2975
+ },
2976
+ ToVector2: {
2977
+ kind: "method",
2978
+ methodKind: "ordinary",
2979
+ },
2980
+ IsEmpty: {
2981
+ kind: "property",
2982
+ type: () => {
2983
+ return System.Boolean;
2984
+ },
2985
+ isReadOnly: true,
2986
+ },
2987
+ X: {
2988
+ kind: "property",
2989
+ type: () => {
2990
+ return System.Single;
2991
+ },
2992
+ isReadOnly: true,
2993
+ },
2994
+ Y: {
2995
+ kind: "property",
2996
+ type: () => {
2997
+ return System.Single;
2998
+ },
2999
+ isReadOnly: true,
3000
+ },
3001
+ },
3002
+ },
3003
+ Rectangle: {
3004
+ kind: "struct",
3005
+ members: {
3006
+ Empty: {
3007
+ kind: "field",
3008
+ type: () => {
3009
+ return Drawing.Rectangle;
3010
+ },
3011
+ isStatic: true,
3012
+ isReadOnly: true,
3013
+ },
3014
+ Rectangle: {
3015
+ kind: "method",
3016
+ methodKind: "constructor",
3017
+ },
3018
+ Ceiling: {
3019
+ kind: "method",
3020
+ methodKind: "ordinary",
3021
+ isStatic: true,
3022
+ },
3023
+ Contains: {
3024
+ kind: "method",
3025
+ methodKind: "ordinary",
3026
+ isReadOnly: true,
3027
+ },
3028
+ Equals: {
3029
+ kind: "method",
3030
+ methodKind: "ordinary",
3031
+ isReadOnly: true,
3032
+ },
3033
+ FromLTRB: {
3034
+ kind: "method",
3035
+ methodKind: "ordinary",
3036
+ isStatic: true,
3037
+ },
3038
+ GetHashCode: {
3039
+ kind: "method",
3040
+ methodKind: "ordinary",
3041
+ isOverride: true,
3042
+ isReadOnly: true,
3043
+ },
3044
+ Inflate: {
3045
+ kind: "method",
3046
+ methodKind: "ordinary",
3047
+ isStatic: true,
3048
+ },
3049
+ Intersect: {
3050
+ kind: "method",
3051
+ methodKind: "ordinary",
3052
+ },
3053
+ IntersectsWith: {
3054
+ kind: "method",
3055
+ methodKind: "ordinary",
3056
+ isReadOnly: true,
3057
+ },
3058
+ Offset: {
3059
+ kind: "method",
3060
+ methodKind: "ordinary",
3061
+ },
3062
+ Round: {
3063
+ kind: "method",
3064
+ methodKind: "ordinary",
3065
+ isStatic: true,
3066
+ },
3067
+ ToString: {
3068
+ kind: "method",
3069
+ methodKind: "ordinary",
3070
+ isOverride: true,
3071
+ isReadOnly: true,
3072
+ },
3073
+ Truncate: {
3074
+ kind: "method",
3075
+ methodKind: "ordinary",
3076
+ isStatic: true,
3077
+ },
3078
+ Union: {
3079
+ kind: "method",
3080
+ methodKind: "ordinary",
3081
+ isStatic: true,
3082
+ },
3083
+ Bottom: {
3084
+ kind: "property",
3085
+ type: () => {
3086
+ return System.Int32;
3087
+ },
3088
+ isReadOnly: true,
3089
+ },
3090
+ Height: {
3091
+ kind: "property",
3092
+ type: () => {
3093
+ return System.Int32;
3094
+ },
3095
+ isReadOnly: true,
3096
+ },
3097
+ IsEmpty: {
3098
+ kind: "property",
3099
+ type: () => {
3100
+ return System.Boolean;
3101
+ },
3102
+ isReadOnly: true,
3103
+ },
3104
+ Left: {
3105
+ kind: "property",
3106
+ type: () => {
3107
+ return System.Int32;
3108
+ },
3109
+ isReadOnly: true,
3110
+ },
3111
+ Location: {
3112
+ kind: "property",
3113
+ type: () => {
3114
+ return Drawing.Point;
3115
+ },
3116
+ isReadOnly: true,
3117
+ },
3118
+ Right: {
3119
+ kind: "property",
3120
+ type: () => {
3121
+ return System.Int32;
3122
+ },
3123
+ isReadOnly: true,
3124
+ },
3125
+ Size: {
3126
+ kind: "property",
3127
+ type: () => {
3128
+ return Drawing.Size;
3129
+ },
3130
+ isReadOnly: true,
3131
+ },
3132
+ Top: {
3133
+ kind: "property",
3134
+ type: () => {
3135
+ return System.Int32;
3136
+ },
3137
+ isReadOnly: true,
3138
+ },
3139
+ Width: {
3140
+ kind: "property",
3141
+ type: () => {
3142
+ return System.Int32;
3143
+ },
3144
+ isReadOnly: true,
3145
+ },
3146
+ X: {
3147
+ kind: "property",
3148
+ type: () => {
3149
+ return System.Int32;
3150
+ },
3151
+ isReadOnly: true,
3152
+ },
3153
+ Y: {
3154
+ kind: "property",
3155
+ type: () => {
3156
+ return System.Int32;
3157
+ },
3158
+ isReadOnly: true,
3159
+ },
3160
+ },
3161
+ },
3162
+ RectangleConverter: {
3163
+ kind: "class",
3164
+ members: {
3165
+ RectangleConverter: {
3166
+ kind: "method",
3167
+ methodKind: "constructor",
3168
+ },
3169
+ CanConvertFrom: {
3170
+ kind: "method",
3171
+ methodKind: "ordinary",
3172
+ isOverride: true,
3173
+ },
3174
+ CanConvertTo: {
3175
+ kind: "method",
3176
+ methodKind: "ordinary",
3177
+ isOverride: true,
3178
+ },
3179
+ ConvertFrom: {
3180
+ kind: "method",
3181
+ methodKind: "ordinary",
3182
+ isOverride: true,
3183
+ },
3184
+ ConvertTo: {
3185
+ kind: "method",
3186
+ methodKind: "ordinary",
3187
+ isOverride: true,
3188
+ },
3189
+ CreateInstance: {
3190
+ kind: "method",
3191
+ methodKind: "ordinary",
3192
+ isOverride: true,
3193
+ },
3194
+ GetCreateInstanceSupported: {
3195
+ kind: "method",
3196
+ methodKind: "ordinary",
3197
+ isOverride: true,
3198
+ },
3199
+ GetProperties: {
3200
+ kind: "method",
3201
+ methodKind: "ordinary",
3202
+ isOverride: true,
3203
+ },
3204
+ GetPropertiesSupported: {
3205
+ kind: "method",
3206
+ methodKind: "ordinary",
3207
+ isOverride: true,
3208
+ },
3209
+ },
3210
+ },
3211
+ RectangleF: {
3212
+ kind: "struct",
3213
+ members: {
3214
+ Empty: {
3215
+ kind: "field",
3216
+ type: () => {
3217
+ return Drawing.RectangleF;
3218
+ },
3219
+ isStatic: true,
3220
+ isReadOnly: true,
3221
+ },
3222
+ RectangleF: {
3223
+ kind: "method",
3224
+ methodKind: "constructor",
3225
+ },
3226
+ Contains: {
3227
+ kind: "method",
3228
+ methodKind: "ordinary",
3229
+ isReadOnly: true,
3230
+ },
3231
+ Equals: {
3232
+ kind: "method",
3233
+ methodKind: "ordinary",
3234
+ isReadOnly: true,
3235
+ },
3236
+ FromLTRB: {
3237
+ kind: "method",
3238
+ methodKind: "ordinary",
3239
+ isStatic: true,
3240
+ },
3241
+ GetHashCode: {
3242
+ kind: "method",
3243
+ methodKind: "ordinary",
3244
+ isOverride: true,
3245
+ isReadOnly: true,
3246
+ },
3247
+ Inflate: {
3248
+ kind: "method",
3249
+ methodKind: "ordinary",
3250
+ isStatic: true,
3251
+ },
3252
+ Intersect: {
3253
+ kind: "method",
3254
+ methodKind: "ordinary",
3255
+ },
3256
+ IntersectsWith: {
3257
+ kind: "method",
3258
+ methodKind: "ordinary",
3259
+ isReadOnly: true,
3260
+ },
3261
+ Offset: {
3262
+ kind: "method",
3263
+ methodKind: "ordinary",
3264
+ },
3265
+ ToString: {
3266
+ kind: "method",
3267
+ methodKind: "ordinary",
3268
+ isOverride: true,
3269
+ isReadOnly: true,
3270
+ },
3271
+ ToVector4: {
3272
+ kind: "method",
3273
+ methodKind: "ordinary",
3274
+ },
3275
+ Union: {
3276
+ kind: "method",
3277
+ methodKind: "ordinary",
3278
+ isStatic: true,
3279
+ },
3280
+ Bottom: {
3281
+ kind: "property",
3282
+ type: () => {
3283
+ return System.Single;
3284
+ },
3285
+ isReadOnly: true,
3286
+ },
3287
+ Height: {
3288
+ kind: "property",
3289
+ type: () => {
3290
+ return System.Single;
3291
+ },
3292
+ isReadOnly: true,
3293
+ },
3294
+ IsEmpty: {
3295
+ kind: "property",
3296
+ type: () => {
3297
+ return System.Boolean;
3298
+ },
3299
+ isReadOnly: true,
3300
+ },
3301
+ Left: {
3302
+ kind: "property",
3303
+ type: () => {
3304
+ return System.Single;
3305
+ },
3306
+ isReadOnly: true,
3307
+ },
3308
+ Location: {
3309
+ kind: "property",
3310
+ type: () => {
3311
+ return Drawing.PointF;
3312
+ },
3313
+ isReadOnly: true,
3314
+ },
3315
+ Right: {
3316
+ kind: "property",
3317
+ type: () => {
3318
+ return System.Single;
3319
+ },
3320
+ isReadOnly: true,
3321
+ },
3322
+ Size: {
3323
+ kind: "property",
3324
+ type: () => {
3325
+ return Drawing.SizeF;
3326
+ },
3327
+ isReadOnly: true,
3328
+ },
3329
+ Top: {
3330
+ kind: "property",
3331
+ type: () => {
3332
+ return System.Single;
3333
+ },
3334
+ isReadOnly: true,
3335
+ },
3336
+ Width: {
3337
+ kind: "property",
3338
+ type: () => {
3339
+ return System.Single;
3340
+ },
3341
+ isReadOnly: true,
3342
+ },
3343
+ X: {
3344
+ kind: "property",
3345
+ type: () => {
3346
+ return System.Single;
3347
+ },
3348
+ isReadOnly: true,
3349
+ },
3350
+ Y: {
3351
+ kind: "property",
3352
+ type: () => {
3353
+ return System.Single;
3354
+ },
3355
+ isReadOnly: true,
3356
+ },
3357
+ },
3358
+ },
3359
+ Size: {
3360
+ kind: "struct",
3361
+ members: {
3362
+ Empty: {
3363
+ kind: "field",
3364
+ type: () => {
3365
+ return Drawing.Size;
3366
+ },
3367
+ isStatic: true,
3368
+ isReadOnly: true,
3369
+ },
3370
+ Size: {
3371
+ kind: "method",
3372
+ methodKind: "constructor",
3373
+ },
3374
+ Add: {
3375
+ kind: "method",
3376
+ methodKind: "ordinary",
3377
+ isStatic: true,
3378
+ },
3379
+ Ceiling: {
3380
+ kind: "method",
3381
+ methodKind: "ordinary",
3382
+ isStatic: true,
3383
+ },
3384
+ Equals: {
3385
+ kind: "method",
3386
+ methodKind: "ordinary",
3387
+ isReadOnly: true,
3388
+ },
3389
+ GetHashCode: {
3390
+ kind: "method",
3391
+ methodKind: "ordinary",
3392
+ isOverride: true,
3393
+ isReadOnly: true,
3394
+ },
3395
+ Round: {
3396
+ kind: "method",
3397
+ methodKind: "ordinary",
3398
+ isStatic: true,
3399
+ },
3400
+ Subtract: {
3401
+ kind: "method",
3402
+ methodKind: "ordinary",
3403
+ isStatic: true,
3404
+ },
3405
+ ToString: {
3406
+ kind: "method",
3407
+ methodKind: "ordinary",
3408
+ isOverride: true,
3409
+ isReadOnly: true,
3410
+ },
3411
+ Truncate: {
3412
+ kind: "method",
3413
+ methodKind: "ordinary",
3414
+ isStatic: true,
3415
+ },
3416
+ Height: {
3417
+ kind: "property",
3418
+ type: () => {
3419
+ return System.Int32;
3420
+ },
3421
+ isReadOnly: true,
3422
+ },
3423
+ IsEmpty: {
3424
+ kind: "property",
3425
+ type: () => {
3426
+ return System.Boolean;
3427
+ },
3428
+ isReadOnly: true,
3429
+ },
3430
+ Width: {
3431
+ kind: "property",
3432
+ type: () => {
3433
+ return System.Int32;
3434
+ },
3435
+ isReadOnly: true,
3436
+ },
3437
+ },
3438
+ },
3439
+ SizeConverter: {
3440
+ kind: "class",
3441
+ members: {
3442
+ SizeConverter: {
3443
+ kind: "method",
3444
+ methodKind: "constructor",
3445
+ },
3446
+ CanConvertFrom: {
3447
+ kind: "method",
3448
+ methodKind: "ordinary",
3449
+ isOverride: true,
3450
+ },
3451
+ CanConvertTo: {
3452
+ kind: "method",
3453
+ methodKind: "ordinary",
3454
+ isOverride: true,
3455
+ },
3456
+ ConvertFrom: {
3457
+ kind: "method",
3458
+ methodKind: "ordinary",
3459
+ isOverride: true,
3460
+ },
3461
+ ConvertTo: {
3462
+ kind: "method",
3463
+ methodKind: "ordinary",
3464
+ isOverride: true,
3465
+ },
3466
+ CreateInstance: {
3467
+ kind: "method",
3468
+ methodKind: "ordinary",
3469
+ isOverride: true,
3470
+ },
3471
+ GetCreateInstanceSupported: {
3472
+ kind: "method",
3473
+ methodKind: "ordinary",
3474
+ isOverride: true,
3475
+ },
3476
+ GetProperties: {
3477
+ kind: "method",
3478
+ methodKind: "ordinary",
3479
+ isOverride: true,
3480
+ },
3481
+ GetPropertiesSupported: {
3482
+ kind: "method",
3483
+ methodKind: "ordinary",
3484
+ isOverride: true,
3485
+ },
3486
+ },
3487
+ },
3488
+ SizeF: {
3489
+ kind: "struct",
3490
+ members: {
3491
+ Empty: {
3492
+ kind: "field",
3493
+ type: () => {
3494
+ return Drawing.SizeF;
3495
+ },
3496
+ isStatic: true,
3497
+ isReadOnly: true,
3498
+ },
3499
+ SizeF: {
3500
+ kind: "method",
3501
+ methodKind: "constructor",
3502
+ },
3503
+ Add: {
3504
+ kind: "method",
3505
+ methodKind: "ordinary",
3506
+ isStatic: true,
3507
+ },
3508
+ Equals: {
3509
+ kind: "method",
3510
+ methodKind: "ordinary",
3511
+ isReadOnly: true,
3512
+ },
3513
+ GetHashCode: {
3514
+ kind: "method",
3515
+ methodKind: "ordinary",
3516
+ isOverride: true,
3517
+ isReadOnly: true,
3518
+ },
3519
+ Subtract: {
3520
+ kind: "method",
3521
+ methodKind: "ordinary",
3522
+ isStatic: true,
3523
+ },
3524
+ ToPointF: {
3525
+ kind: "method",
3526
+ methodKind: "ordinary",
3527
+ isReadOnly: true,
3528
+ },
3529
+ ToSize: {
3530
+ kind: "method",
3531
+ methodKind: "ordinary",
3532
+ isReadOnly: true,
3533
+ },
3534
+ ToString: {
3535
+ kind: "method",
3536
+ methodKind: "ordinary",
3537
+ isOverride: true,
3538
+ isReadOnly: true,
3539
+ },
3540
+ ToVector2: {
3541
+ kind: "method",
3542
+ methodKind: "ordinary",
3543
+ },
3544
+ Height: {
3545
+ kind: "property",
3546
+ type: () => {
3547
+ return System.Single;
3548
+ },
3549
+ isReadOnly: true,
3550
+ },
3551
+ IsEmpty: {
3552
+ kind: "property",
3553
+ type: () => {
3554
+ return System.Boolean;
3555
+ },
3556
+ isReadOnly: true,
3557
+ },
3558
+ Width: {
3559
+ kind: "property",
3560
+ type: () => {
3561
+ return System.Single;
3562
+ },
3563
+ isReadOnly: true,
3564
+ },
3565
+ },
3566
+ },
3567
+ SizeFConverter: {
3568
+ kind: "class",
3569
+ members: {
3570
+ SizeFConverter: {
3571
+ kind: "method",
3572
+ methodKind: "constructor",
3573
+ },
3574
+ CanConvertFrom: {
3575
+ kind: "method",
3576
+ methodKind: "ordinary",
3577
+ isOverride: true,
3578
+ },
3579
+ CanConvertTo: {
3580
+ kind: "method",
3581
+ methodKind: "ordinary",
3582
+ isOverride: true,
3583
+ },
3584
+ ConvertFrom: {
3585
+ kind: "method",
3586
+ methodKind: "ordinary",
3587
+ isOverride: true,
3588
+ },
3589
+ ConvertTo: {
3590
+ kind: "method",
3591
+ methodKind: "ordinary",
3592
+ isOverride: true,
3593
+ },
3594
+ CreateInstance: {
3595
+ kind: "method",
3596
+ methodKind: "ordinary",
3597
+ isOverride: true,
3598
+ },
3599
+ GetCreateInstanceSupported: {
3600
+ kind: "method",
3601
+ methodKind: "ordinary",
3602
+ isOverride: true,
3603
+ },
3604
+ GetProperties: {
3605
+ kind: "method",
3606
+ methodKind: "ordinary",
3607
+ isOverride: true,
3608
+ },
3609
+ GetPropertiesSupported: {
3610
+ kind: "method",
3611
+ methodKind: "ordinary",
3612
+ isOverride: true,
3613
+ },
3614
+ },
3615
+ },
3616
+ SystemColors: {
3617
+ kind: "class",
3618
+ members: {
3619
+ ActiveBorder: {
3620
+ kind: "property",
3621
+ type: () => {
3622
+ return Drawing.Color;
3623
+ },
3624
+ isStatic: true,
3625
+ },
3626
+ ActiveCaption: {
3627
+ kind: "property",
3628
+ type: () => {
3629
+ return Drawing.Color;
3630
+ },
3631
+ isStatic: true,
3632
+ },
3633
+ ActiveCaptionText: {
3634
+ kind: "property",
3635
+ type: () => {
3636
+ return Drawing.Color;
3637
+ },
3638
+ isStatic: true,
3639
+ },
3640
+ AppWorkspace: {
3641
+ kind: "property",
3642
+ type: () => {
3643
+ return Drawing.Color;
3644
+ },
3645
+ isStatic: true,
3646
+ },
3647
+ ButtonFace: {
3648
+ kind: "property",
3649
+ type: () => {
3650
+ return Drawing.Color;
3651
+ },
3652
+ isStatic: true,
3653
+ },
3654
+ ButtonHighlight: {
3655
+ kind: "property",
3656
+ type: () => {
3657
+ return Drawing.Color;
3658
+ },
3659
+ isStatic: true,
3660
+ },
3661
+ ButtonShadow: {
3662
+ kind: "property",
3663
+ type: () => {
3664
+ return Drawing.Color;
3665
+ },
3666
+ isStatic: true,
3667
+ },
3668
+ Control: {
3669
+ kind: "property",
3670
+ type: () => {
3671
+ return Drawing.Color;
3672
+ },
3673
+ isStatic: true,
3674
+ },
3675
+ ControlDark: {
3676
+ kind: "property",
3677
+ type: () => {
3678
+ return Drawing.Color;
3679
+ },
3680
+ isStatic: true,
3681
+ },
3682
+ ControlDarkDark: {
3683
+ kind: "property",
3684
+ type: () => {
3685
+ return Drawing.Color;
3686
+ },
3687
+ isStatic: true,
3688
+ },
3689
+ ControlLight: {
3690
+ kind: "property",
3691
+ type: () => {
3692
+ return Drawing.Color;
3693
+ },
3694
+ isStatic: true,
3695
+ },
3696
+ ControlLightLight: {
3697
+ kind: "property",
3698
+ type: () => {
3699
+ return Drawing.Color;
3700
+ },
3701
+ isStatic: true,
3702
+ },
3703
+ ControlText: {
3704
+ kind: "property",
3705
+ type: () => {
3706
+ return Drawing.Color;
3707
+ },
3708
+ isStatic: true,
3709
+ },
3710
+ Desktop: {
3711
+ kind: "property",
3712
+ type: () => {
3713
+ return Drawing.Color;
3714
+ },
3715
+ isStatic: true,
3716
+ },
3717
+ GradientActiveCaption: {
3718
+ kind: "property",
3719
+ type: () => {
3720
+ return Drawing.Color;
3721
+ },
3722
+ isStatic: true,
3723
+ },
3724
+ GradientInactiveCaption: {
3725
+ kind: "property",
3726
+ type: () => {
3727
+ return Drawing.Color;
3728
+ },
3729
+ isStatic: true,
3730
+ },
3731
+ GrayText: {
3732
+ kind: "property",
3733
+ type: () => {
3734
+ return Drawing.Color;
3735
+ },
3736
+ isStatic: true,
3737
+ },
3738
+ Highlight: {
3739
+ kind: "property",
3740
+ type: () => {
3741
+ return Drawing.Color;
3742
+ },
3743
+ isStatic: true,
3744
+ },
3745
+ HighlightText: {
3746
+ kind: "property",
3747
+ type: () => {
3748
+ return Drawing.Color;
3749
+ },
3750
+ isStatic: true,
3751
+ },
3752
+ HotTrack: {
3753
+ kind: "property",
3754
+ type: () => {
3755
+ return Drawing.Color;
3756
+ },
3757
+ isStatic: true,
3758
+ },
3759
+ InactiveBorder: {
3760
+ kind: "property",
3761
+ type: () => {
3762
+ return Drawing.Color;
3763
+ },
3764
+ isStatic: true,
3765
+ },
3766
+ InactiveCaption: {
3767
+ kind: "property",
3768
+ type: () => {
3769
+ return Drawing.Color;
3770
+ },
3771
+ isStatic: true,
3772
+ },
3773
+ InactiveCaptionText: {
3774
+ kind: "property",
3775
+ type: () => {
3776
+ return Drawing.Color;
3777
+ },
3778
+ isStatic: true,
3779
+ },
3780
+ Info: {
3781
+ kind: "property",
3782
+ type: () => {
3783
+ return Drawing.Color;
3784
+ },
3785
+ isStatic: true,
3786
+ },
3787
+ InfoText: {
3788
+ kind: "property",
3789
+ type: () => {
3790
+ return Drawing.Color;
3791
+ },
3792
+ isStatic: true,
3793
+ },
3794
+ Menu: {
3795
+ kind: "property",
3796
+ type: () => {
3797
+ return Drawing.Color;
3798
+ },
3799
+ isStatic: true,
3800
+ },
3801
+ MenuBar: {
3802
+ kind: "property",
3803
+ type: () => {
3804
+ return Drawing.Color;
3805
+ },
3806
+ isStatic: true,
3807
+ },
3808
+ MenuHighlight: {
3809
+ kind: "property",
3810
+ type: () => {
3811
+ return Drawing.Color;
3812
+ },
3813
+ isStatic: true,
3814
+ },
3815
+ MenuText: {
3816
+ kind: "property",
3817
+ type: () => {
3818
+ return Drawing.Color;
3819
+ },
3820
+ isStatic: true,
3821
+ },
3822
+ ScrollBar: {
3823
+ kind: "property",
3824
+ type: () => {
3825
+ return Drawing.Color;
3826
+ },
3827
+ isStatic: true,
3828
+ },
3829
+ Window: {
3830
+ kind: "property",
3831
+ type: () => {
3832
+ return Drawing.Color;
3833
+ },
3834
+ isStatic: true,
3835
+ },
3836
+ WindowFrame: {
3837
+ kind: "property",
3838
+ type: () => {
3839
+ return Drawing.Color;
3840
+ },
3841
+ isStatic: true,
3842
+ },
3843
+ WindowText: {
3844
+ kind: "property",
3845
+ type: () => {
3846
+ return Drawing.Color;
3847
+ },
3848
+ isStatic: true,
3849
+ },
3850
+ UseAlternativeColorSet: {
3851
+ kind: "property",
3852
+ type: () => {
3853
+ return System.Boolean;
3854
+ },
3855
+ isStatic: true,
3856
+ },
3857
+ },
3858
+ isStatic: true,
3859
+ },
3860
+ });
3861
+ export default Drawing