@alloy-js/csharp 0.23.0-dev.3 → 0.23.0-dev.5

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 (491) hide show
  1. package/dist/dev/scripts/components/library-interface.js +67 -0
  2. package/dist/dev/scripts/components/library-interface.js.map +1 -0
  3. package/dist/dev/scripts/components/namespace-directory.js +160 -0
  4. package/dist/dev/scripts/components/namespace-directory.js.map +1 -0
  5. package/dist/dev/scripts/generate-builtins.js +45 -0
  6. package/dist/dev/scripts/generate-builtins.js.map +1 -0
  7. package/dist/dev/scripts/process-docfx.js +316 -0
  8. package/dist/dev/scripts/process-docfx.js.map +1 -0
  9. package/dist/dev/src/access.js +73 -0
  10. package/dist/dev/src/access.js.map +1 -0
  11. package/dist/dev/src/access.test.js +43 -0
  12. package/dist/dev/src/access.test.js.map +1 -0
  13. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  14. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  15. package/dist/dev/src/builtins/Microsoft/CSharp/index.js +5 -0
  16. package/dist/dev/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  17. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  18. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  19. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  20. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  21. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  22. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  23. package/dist/dev/src/builtins/Microsoft/Win32/index.js +362 -0
  24. package/dist/dev/src/builtins/Microsoft/Win32/index.js.map +1 -0
  25. package/dist/dev/src/builtins/Microsoft/index.js +7 -0
  26. package/dist/dev/src/builtins/Microsoft/index.js.map +1 -0
  27. package/dist/dev/src/builtins/System/Buffers/Binary/index.js +536 -0
  28. package/dist/dev/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  29. package/dist/dev/src/builtins/System/Buffers/Text/index.js +144 -0
  30. package/dist/dev/src/builtins/System/Buffers/Text/index.js.map +1 -0
  31. package/dist/dev/src/builtins/System/Buffers/index.js +605 -0
  32. package/dist/dev/src/builtins/System/Buffers/index.js.map +1 -0
  33. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  34. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  35. package/dist/dev/src/builtins/System/CodeDom/index.js +5 -0
  36. package/dist/dev/src/builtins/System/CodeDom/index.js.map +1 -0
  37. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js +399 -0
  38. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  39. package/dist/dev/src/builtins/System/Collections/Frozen/index.js +88 -0
  40. package/dist/dev/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  41. package/dist/dev/src/builtins/System/Collections/Generic/index.js +978 -0
  42. package/dist/dev/src/builtins/System/Collections/Generic/index.js.map +1 -0
  43. package/dist/dev/src/builtins/System/Collections/Immutable/index.js +1049 -0
  44. package/dist/dev/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  45. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  46. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  47. package/dist/dev/src/builtins/System/Collections/Specialized/index.js +716 -0
  48. package/dist/dev/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  49. package/dist/dev/src/builtins/System/Collections/index.js +1355 -0
  50. package/dist/dev/src/builtins/System/Collections/index.js.map +1 -0
  51. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  52. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  53. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  54. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  55. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  56. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  57. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  58. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  59. package/dist/dev/src/builtins/System/ComponentModel/index.js +6649 -0
  60. package/dist/dev/src/builtins/System/ComponentModel/index.js.map +1 -0
  61. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  62. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  63. package/dist/dev/src/builtins/System/Configuration/index.js +5 -0
  64. package/dist/dev/src/builtins/System/Configuration/index.js.map +1 -0
  65. package/dist/dev/src/builtins/System/Data/Common/index.js +3279 -0
  66. package/dist/dev/src/builtins/System/Data/Common/index.js.map +1 -0
  67. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  68. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  69. package/dist/dev/src/builtins/System/Data/index.js +4504 -0
  70. package/dist/dev/src/builtins/System/Data/index.js.map +1 -0
  71. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  72. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  73. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  74. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  75. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  76. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  77. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  78. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  79. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  80. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  81. package/dist/dev/src/builtins/System/Diagnostics/index.js +3826 -0
  82. package/dist/dev/src/builtins/System/Diagnostics/index.js.map +1 -0
  83. package/dist/dev/src/builtins/System/Drawing/index.js +3305 -0
  84. package/dist/dev/src/builtins/System/Drawing/index.js.map +1 -0
  85. package/dist/dev/src/builtins/System/Dynamic/index.js +795 -0
  86. package/dist/dev/src/builtins/System/Dynamic/index.js.map +1 -0
  87. package/dist/dev/src/builtins/System/Formats/Asn1/index.js +843 -0
  88. package/dist/dev/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  89. package/dist/dev/src/builtins/System/Formats/Tar/index.js +436 -0
  90. package/dist/dev/src/builtins/System/Formats/Tar/index.js.map +1 -0
  91. package/dist/dev/src/builtins/System/Formats/index.js +6 -0
  92. package/dist/dev/src/builtins/System/Formats/index.js.map +1 -0
  93. package/dist/dev/src/builtins/System/Globalization/index.js +3848 -0
  94. package/dist/dev/src/builtins/System/Globalization/index.js.map +1 -0
  95. package/dist/dev/src/builtins/System/IO/Compression/index.js +894 -0
  96. package/dist/dev/src/builtins/System/IO/Compression/index.js.map +1 -0
  97. package/dist/dev/src/builtins/System/IO/Enumeration/index.js +218 -0
  98. package/dist/dev/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  99. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  100. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  101. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  102. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  103. package/dist/dev/src/builtins/System/IO/Pipelines/index.js +415 -0
  104. package/dist/dev/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  105. package/dist/dev/src/builtins/System/IO/Pipes/index.js +723 -0
  106. package/dist/dev/src/builtins/System/IO/Pipes/index.js.map +1 -0
  107. package/dist/dev/src/builtins/System/IO/index.js +3713 -0
  108. package/dist/dev/src/builtins/System/IO/index.js.map +1 -0
  109. package/dist/dev/src/builtins/System/Linq/Expressions/index.js +2253 -0
  110. package/dist/dev/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  111. package/dist/dev/src/builtins/System/Linq/index.js +275 -0
  112. package/dist/dev/src/builtins/System/Linq/index.js.map +1 -0
  113. package/dist/dev/src/builtins/System/Net/Cache/index.js +217 -0
  114. package/dist/dev/src/builtins/System/Net/Cache/index.js.map +1 -0
  115. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  116. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  117. package/dist/dev/src/builtins/System/Net/Http/Json/index.js +72 -0
  118. package/dist/dev/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  119. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  120. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  121. package/dist/dev/src/builtins/System/Net/Http/index.js +1458 -0
  122. package/dist/dev/src/builtins/System/Net/Http/index.js.map +1 -0
  123. package/dist/dev/src/builtins/System/Net/Mail/index.js +871 -0
  124. package/dist/dev/src/builtins/System/Net/Mail/index.js.map +1 -0
  125. package/dist/dev/src/builtins/System/Net/Mime/index.js +500 -0
  126. package/dist/dev/src/builtins/System/Net/Mime/index.js.map +1 -0
  127. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  128. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  129. package/dist/dev/src/builtins/System/Net/Quic/index.js +635 -0
  130. package/dist/dev/src/builtins/System/Net/Quic/index.js.map +1 -0
  131. package/dist/dev/src/builtins/System/Net/Security/index.js +1432 -0
  132. package/dist/dev/src/builtins/System/Net/Security/index.js.map +1 -0
  133. package/dist/dev/src/builtins/System/Net/Sockets/index.js +3095 -0
  134. package/dist/dev/src/builtins/System/Net/Sockets/index.js.map +1 -0
  135. package/dist/dev/src/builtins/System/Net/WebSockets/index.js +876 -0
  136. package/dist/dev/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  137. package/dist/dev/src/builtins/System/Net/index.js +5481 -0
  138. package/dist/dev/src/builtins/System/Net/index.js.map +1 -0
  139. package/dist/dev/src/builtins/System/Numerics/index.js +3425 -0
  140. package/dist/dev/src/builtins/System/Numerics/index.js.map +1 -0
  141. package/dist/dev/src/builtins/System/Reflection/Emit/index.js +4293 -0
  142. package/dist/dev/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  143. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  144. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  145. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  146. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  147. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  148. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  149. package/dist/dev/src/builtins/System/Reflection/index.js +5244 -0
  150. package/dist/dev/src/builtins/System/Reflection/index.js.map +1 -0
  151. package/dist/dev/src/builtins/System/Resources/index.js +289 -0
  152. package/dist/dev/src/builtins/System/Resources/index.js.map +1 -0
  153. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  154. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  155. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  156. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  157. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  158. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  159. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  160. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  161. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  162. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  163. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  164. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  165. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  166. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  167. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  168. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  169. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  170. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  171. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  172. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  173. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  174. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  175. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  176. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  177. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  178. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  179. package/dist/dev/src/builtins/System/Runtime/Loader/index.js +140 -0
  180. package/dist/dev/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  181. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js +18 -0
  182. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  183. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  184. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  185. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  186. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  187. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  188. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  189. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  190. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  191. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  192. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  193. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js +336 -0
  194. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  195. package/dist/dev/src/builtins/System/Runtime/index.js +245 -0
  196. package/dist/dev/src/builtins/System/Runtime/index.js.map +1 -0
  197. package/dist/dev/src/builtins/System/Security/AccessControl/index.js +2343 -0
  198. package/dist/dev/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  199. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  200. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  201. package/dist/dev/src/builtins/System/Security/Authentication/index.js +212 -0
  202. package/dist/dev/src/builtins/System/Security/Authentication/index.js.map +1 -0
  203. package/dist/dev/src/builtins/System/Security/Claims/index.js +844 -0
  204. package/dist/dev/src/builtins/System/Security/Claims/index.js.map +1 -0
  205. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  206. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  207. package/dist/dev/src/builtins/System/Security/Cryptography/index.js +6673 -0
  208. package/dist/dev/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  209. package/dist/dev/src/builtins/System/Security/Permissions/index.js +325 -0
  210. package/dist/dev/src/builtins/System/Security/Permissions/index.js.map +1 -0
  211. package/dist/dev/src/builtins/System/Security/Policy/index.js +101 -0
  212. package/dist/dev/src/builtins/System/Security/Policy/index.js.map +1 -0
  213. package/dist/dev/src/builtins/System/Security/Principal/index.js +1338 -0
  214. package/dist/dev/src/builtins/System/Security/Principal/index.js.map +1 -0
  215. package/dist/dev/src/builtins/System/Security/index.js +672 -0
  216. package/dist/dev/src/builtins/System/Security/index.js.map +1 -0
  217. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  218. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  219. package/dist/dev/src/builtins/System/Text/Encodings/index.js +5 -0
  220. package/dist/dev/src/builtins/System/Text/Encodings/index.js.map +1 -0
  221. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  222. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  223. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js +78 -0
  224. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  225. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  226. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  227. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  228. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  229. package/dist/dev/src/builtins/System/Text/Json/index.js +1185 -0
  230. package/dist/dev/src/builtins/System/Text/Json/index.js.map +1 -0
  231. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  232. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  233. package/dist/dev/src/builtins/System/Text/Unicode/index.js +1199 -0
  234. package/dist/dev/src/builtins/System/Text/Unicode/index.js.map +1 -0
  235. package/dist/dev/src/builtins/System/Text/index.js +1748 -0
  236. package/dist/dev/src/builtins/System/Text/index.js.map +1 -0
  237. package/dist/dev/src/builtins/System/Threading/Channels/index.js +229 -0
  238. package/dist/dev/src/builtins/System/Threading/Channels/index.js.map +1 -0
  239. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  240. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  241. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  242. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  243. package/dist/dev/src/builtins/System/Threading/Tasks/index.js +721 -0
  244. package/dist/dev/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  245. package/dist/dev/src/builtins/System/Threading/index.js +2292 -0
  246. package/dist/dev/src/builtins/System/Threading/index.js.map +1 -0
  247. package/dist/dev/src/builtins/System/Timers/index.js +129 -0
  248. package/dist/dev/src/builtins/System/Timers/index.js.map +1 -0
  249. package/dist/dev/src/builtins/System/Transactions/index.js +727 -0
  250. package/dist/dev/src/builtins/System/Transactions/index.js.map +1 -0
  251. package/dist/dev/src/builtins/System/Web/index.js +84 -0
  252. package/dist/dev/src/builtins/System/Web/index.js.map +1 -0
  253. package/dist/dev/src/builtins/System/Windows/Input/index.js +18 -0
  254. package/dist/dev/src/builtins/System/Windows/Input/index.js.map +1 -0
  255. package/dist/dev/src/builtins/System/Windows/Markup/index.js +28 -0
  256. package/dist/dev/src/builtins/System/Windows/Markup/index.js.map +1 -0
  257. package/dist/dev/src/builtins/System/Windows/index.js +6 -0
  258. package/dist/dev/src/builtins/System/Windows/index.js.map +1 -0
  259. package/dist/dev/src/builtins/System/Xml/Linq/index.js +1086 -0
  260. package/dist/dev/src/builtins/System/Xml/Linq/index.js.map +1 -0
  261. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js +86 -0
  262. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  263. package/dist/dev/src/builtins/System/Xml/Schema/index.js +2993 -0
  264. package/dist/dev/src/builtins/System/Xml/Schema/index.js.map +1 -0
  265. package/dist/dev/src/builtins/System/Xml/Serialization/index.js +2356 -0
  266. package/dist/dev/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  267. package/dist/dev/src/builtins/System/Xml/XPath/index.js +917 -0
  268. package/dist/dev/src/builtins/System/Xml/XPath/index.js.map +1 -0
  269. package/dist/dev/src/builtins/System/Xml/Xsl/index.js +315 -0
  270. package/dist/dev/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  271. package/dist/dev/src/builtins/System/Xml/index.js +5736 -0
  272. package/dist/dev/src/builtins/System/Xml/index.js.map +1 -0
  273. package/dist/dev/src/builtins/System/index.js +14587 -0
  274. package/dist/dev/src/builtins/System/index.js.map +1 -0
  275. package/dist/dev/src/builtins/index.js +3 -0
  276. package/dist/dev/src/builtins/index.js.map +1 -0
  277. package/dist/dev/src/components/Declaration.js +9 -0
  278. package/dist/dev/src/components/Declaration.js.map +1 -0
  279. package/dist/dev/src/components/Name.js +12 -0
  280. package/dist/dev/src/components/Name.js.map +1 -0
  281. package/dist/dev/src/components/Reference.js +13 -0
  282. package/dist/dev/src/components/Reference.js.map +1 -0
  283. package/dist/dev/src/components/access-expression/access-expression.js +288 -0
  284. package/dist/dev/src/components/access-expression/access-expression.js.map +1 -0
  285. package/dist/dev/src/components/access-expression/access-expression.test.js +608 -0
  286. package/dist/dev/src/components/access-expression/access-expression.test.js.map +1 -0
  287. package/dist/dev/src/components/access-expression/part-descriptors.js +14 -0
  288. package/dist/dev/src/components/access-expression/part-descriptors.js.map +1 -0
  289. package/dist/dev/src/components/attributes/attributes.js +113 -0
  290. package/dist/dev/src/components/attributes/attributes.js.map +1 -0
  291. package/dist/dev/src/components/attributes/attributes.test.js +201 -0
  292. package/dist/dev/src/components/attributes/attributes.test.js.map +1 -0
  293. package/dist/dev/src/components/class/declaration.js +123 -0
  294. package/dist/dev/src/components/class/declaration.js.map +1 -0
  295. package/dist/dev/src/components/class/declaration.test.js +893 -0
  296. package/dist/dev/src/components/class/declaration.test.js.map +1 -0
  297. package/dist/dev/src/components/constructor/constructor.js +60 -0
  298. package/dist/dev/src/components/constructor/constructor.js.map +1 -0
  299. package/dist/dev/src/components/constructor/constructor.test.js +62 -0
  300. package/dist/dev/src/components/constructor/constructor.test.js.map +1 -0
  301. package/dist/dev/src/components/csproj-file/csproj-file.js +32 -0
  302. package/dist/dev/src/components/csproj-file/csproj-file.js.map +1 -0
  303. package/dist/dev/src/components/csproj-file/csproj-file.test.js +70 -0
  304. package/dist/dev/src/components/csproj-file/csproj-file.test.js.map +1 -0
  305. package/dist/dev/src/components/doc/comment.js +129 -0
  306. package/dist/dev/src/components/doc/comment.js.map +1 -0
  307. package/dist/dev/src/components/doc/comment.test.js +577 -0
  308. package/dist/dev/src/components/doc/comment.test.js.map +1 -0
  309. package/dist/dev/src/components/doc/from-markdown.js +83 -0
  310. package/dist/dev/src/components/doc/from-markdown.js.map +1 -0
  311. package/dist/dev/src/components/doc/from-markdown.test.js +112 -0
  312. package/dist/dev/src/components/doc/from-markdown.test.js.map +1 -0
  313. package/dist/dev/src/components/enum/declaration.js +71 -0
  314. package/dist/dev/src/components/enum/declaration.js.map +1 -0
  315. package/dist/dev/src/components/enum/declaration.ref.test.js +221 -0
  316. package/dist/dev/src/components/enum/declaration.ref.test.js.map +1 -0
  317. package/dist/dev/src/components/enum/declaration.test.js +82 -0
  318. package/dist/dev/src/components/enum/declaration.test.js.map +1 -0
  319. package/dist/dev/src/components/enum/member.js +38 -0
  320. package/dist/dev/src/components/enum/member.js.map +1 -0
  321. package/dist/dev/src/components/enum/member.test.js +84 -0
  322. package/dist/dev/src/components/enum/member.test.js.map +1 -0
  323. package/dist/dev/src/components/field/field.js +43 -0
  324. package/dist/dev/src/components/field/field.js.map +1 -0
  325. package/dist/dev/src/components/field/field.test.js +242 -0
  326. package/dist/dev/src/components/field/field.test.js.map +1 -0
  327. package/dist/dev/src/components/if/if-statement.js +56 -0
  328. package/dist/dev/src/components/if/if-statement.js.map +1 -0
  329. package/dist/dev/src/components/if/if-statement.test.js +41 -0
  330. package/dist/dev/src/components/if/if-statement.test.js.map +1 -0
  331. package/dist/dev/src/components/index.js +31 -0
  332. package/dist/dev/src/components/index.js.map +1 -0
  333. package/dist/dev/src/components/interface/declaration.js +114 -0
  334. package/dist/dev/src/components/interface/declaration.js.map +1 -0
  335. package/dist/dev/src/components/interface/declaration.test.js +264 -0
  336. package/dist/dev/src/components/interface/declaration.test.js.map +1 -0
  337. package/dist/dev/src/components/interface/method.js +100 -0
  338. package/dist/dev/src/components/interface/method.js.map +1 -0
  339. package/dist/dev/src/components/interface/method.test.js +432 -0
  340. package/dist/dev/src/components/interface/method.test.js.map +1 -0
  341. package/dist/dev/src/components/interface/property.js +80 -0
  342. package/dist/dev/src/components/interface/property.js.map +1 -0
  343. package/dist/dev/src/components/interface/property.test.js +305 -0
  344. package/dist/dev/src/components/interface/property.test.js.map +1 -0
  345. package/dist/dev/src/components/invocation-expression/invocation-expression.js +94 -0
  346. package/dist/dev/src/components/invocation-expression/invocation-expression.js.map +1 -0
  347. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js +153 -0
  348. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js.map +1 -0
  349. package/dist/dev/src/components/lexical-scope.js +30 -0
  350. package/dist/dev/src/components/lexical-scope.js.map +1 -0
  351. package/dist/dev/src/components/method/method.js +134 -0
  352. package/dist/dev/src/components/method/method.js.map +1 -0
  353. package/dist/dev/src/components/method/method.test.js +358 -0
  354. package/dist/dev/src/components/method/method.test.js.map +1 -0
  355. package/dist/dev/src/components/method-scope.js +30 -0
  356. package/dist/dev/src/components/method-scope.js.map +1 -0
  357. package/dist/dev/src/components/namespace/namespace-name.js +20 -0
  358. package/dist/dev/src/components/namespace/namespace-name.js.map +1 -0
  359. package/dist/dev/src/components/namespace/namespace.js +66 -0
  360. package/dist/dev/src/components/namespace/namespace.js.map +1 -0
  361. package/dist/dev/src/components/namespace/namespace.test.js +329 -0
  362. package/dist/dev/src/components/namespace/namespace.test.js.map +1 -0
  363. package/dist/dev/src/components/namespace-scopes.js +61 -0
  364. package/dist/dev/src/components/namespace-scopes.js.map +1 -0
  365. package/dist/dev/src/components/namespace.ref.test.js +350 -0
  366. package/dist/dev/src/components/namespace.ref.test.js.map +1 -0
  367. package/dist/dev/src/components/parameters/parameters.js +96 -0
  368. package/dist/dev/src/components/parameters/parameters.js.map +1 -0
  369. package/dist/dev/src/components/parameters/parameters.test.js +317 -0
  370. package/dist/dev/src/components/parameters/parameters.test.js.map +1 -0
  371. package/dist/dev/src/components/property/property.js +115 -0
  372. package/dist/dev/src/components/property/property.js.map +1 -0
  373. package/dist/dev/src/components/property/property.test.js +395 -0
  374. package/dist/dev/src/components/property/property.test.js.map +1 -0
  375. package/dist/dev/src/components/record/declaration.js +132 -0
  376. package/dist/dev/src/components/record/declaration.js.map +1 -0
  377. package/dist/dev/src/components/record/declaration.test.js +231 -0
  378. package/dist/dev/src/components/record/declaration.test.js.map +1 -0
  379. package/dist/dev/src/components/region/region.js +14 -0
  380. package/dist/dev/src/components/region/region.js.map +1 -0
  381. package/dist/dev/src/components/region/region.test.js +39 -0
  382. package/dist/dev/src/components/region/region.test.js.map +1 -0
  383. package/dist/dev/src/components/source-file/source-file.js +163 -0
  384. package/dist/dev/src/components/source-file/source-file.js.map +1 -0
  385. package/dist/dev/src/components/source-file/source-file.test.js +271 -0
  386. package/dist/dev/src/components/source-file/source-file.test.js.map +1 -0
  387. package/dist/dev/src/components/source-file/using.test.js +201 -0
  388. package/dist/dev/src/components/source-file/using.test.js.map +1 -0
  389. package/dist/dev/src/components/stc/index.js +13 -0
  390. package/dist/dev/src/components/stc/index.js.map +1 -0
  391. package/dist/dev/src/components/struct/declaration.js +113 -0
  392. package/dist/dev/src/components/struct/declaration.js.map +1 -0
  393. package/dist/dev/src/components/struct/declaration.test.js +400 -0
  394. package/dist/dev/src/components/struct/declaration.test.js.map +1 -0
  395. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js +73 -0
  396. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js.map +1 -0
  397. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js +92 -0
  398. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js.map +1 -0
  399. package/dist/dev/src/components/type-parameters/type-parameter.js +28 -0
  400. package/dist/dev/src/components/type-parameters/type-parameter.js.map +1 -0
  401. package/dist/dev/src/components/type-parameters/type-parameters.js +71 -0
  402. package/dist/dev/src/components/type-parameters/type-parameters.js.map +1 -0
  403. package/dist/dev/src/components/type-parameters/type-parameters.test.js +103 -0
  404. package/dist/dev/src/components/type-parameters/type-parameters.test.js.map +1 -0
  405. package/dist/dev/src/components/using/using.js +45 -0
  406. package/dist/dev/src/components/using/using.js.map +1 -0
  407. package/dist/dev/src/components/using/using.test.js +27 -0
  408. package/dist/dev/src/components/using/using.test.js.map +1 -0
  409. package/dist/dev/src/components/var/declaration.js +72 -0
  410. package/dist/dev/src/components/var/declaration.js.map +1 -0
  411. package/dist/dev/src/components/var/declaration.test.js +167 -0
  412. package/dist/dev/src/components/var/declaration.test.js.map +1 -0
  413. package/dist/dev/src/contexts/format-options.js +9 -0
  414. package/dist/dev/src/contexts/format-options.js.map +1 -0
  415. package/dist/dev/src/contexts/global-namespace.js +30 -0
  416. package/dist/dev/src/contexts/global-namespace.js.map +1 -0
  417. package/dist/dev/src/contexts/namespace.js +6 -0
  418. package/dist/dev/src/contexts/namespace.js.map +1 -0
  419. package/dist/dev/src/contexts/reference-context.js +15 -0
  420. package/dist/dev/src/contexts/reference-context.js.map +1 -0
  421. package/dist/dev/src/create-library.js +136 -0
  422. package/dist/dev/src/create-library.js.map +1 -0
  423. package/dist/dev/src/create-library.test.js +289 -0
  424. package/dist/dev/src/create-library.test.js.map +1 -0
  425. package/dist/dev/src/index.js +9 -0
  426. package/dist/dev/src/index.js.map +1 -0
  427. package/dist/dev/src/modifiers.js +21 -0
  428. package/dist/dev/src/modifiers.js.map +1 -0
  429. package/dist/dev/src/name-policy.js +36 -0
  430. package/dist/dev/src/name-policy.js.map +1 -0
  431. package/dist/dev/src/scopes/class.js +11 -0
  432. package/dist/dev/src/scopes/class.js.map +1 -0
  433. package/dist/dev/src/scopes/contexts.js +34 -0
  434. package/dist/dev/src/scopes/contexts.js.map +1 -0
  435. package/dist/dev/src/scopes/csharp.js +25 -0
  436. package/dist/dev/src/scopes/csharp.js.map +1 -0
  437. package/dist/dev/src/scopes/factories.js +25 -0
  438. package/dist/dev/src/scopes/factories.js.map +1 -0
  439. package/dist/dev/src/scopes/index.js +10 -0
  440. package/dist/dev/src/scopes/index.js.map +1 -0
  441. package/dist/dev/src/scopes/lexical.js +8 -0
  442. package/dist/dev/src/scopes/lexical.js.map +1 -0
  443. package/dist/dev/src/scopes/method.js +14 -0
  444. package/dist/dev/src/scopes/method.js.map +1 -0
  445. package/dist/dev/src/scopes/named-type.js +33 -0
  446. package/dist/dev/src/scopes/named-type.js.map +1 -0
  447. package/dist/dev/src/scopes/namespace.js +39 -0
  448. package/dist/dev/src/scopes/namespace.js.map +1 -0
  449. package/dist/dev/src/scopes/source-file.js +44 -0
  450. package/dist/dev/src/scopes/source-file.js.map +1 -0
  451. package/dist/dev/src/symbols/csharp.js +263 -0
  452. package/dist/dev/src/symbols/csharp.js.map +1 -0
  453. package/dist/dev/src/symbols/factories.js +145 -0
  454. package/dist/dev/src/symbols/factories.js.map +1 -0
  455. package/dist/dev/src/symbols/index.js +7 -0
  456. package/dist/dev/src/symbols/index.js.map +1 -0
  457. package/dist/dev/src/symbols/method.js +16 -0
  458. package/dist/dev/src/symbols/method.js.map +1 -0
  459. package/dist/dev/src/symbols/named-type.js +42 -0
  460. package/dist/dev/src/symbols/named-type.js.map +1 -0
  461. package/dist/dev/src/symbols/namespace.js +55 -0
  462. package/dist/dev/src/symbols/namespace.js.map +1 -0
  463. package/dist/dev/src/symbols/reference.js +79 -0
  464. package/dist/dev/src/symbols/reference.js.map +1 -0
  465. package/dist/dev/test/utils.js +111 -0
  466. package/dist/dev/test/utils.js.map +1 -0
  467. package/dist/dev/test/vitest.setup.js +2 -0
  468. package/dist/dev/test/vitest.setup.js.map +1 -0
  469. package/dist/dev/testing/create-wrapper.js +13 -0
  470. package/dist/dev/testing/create-wrapper.js.map +1 -0
  471. package/dist/dev/testing/create-wrapper.test.js +300 -0
  472. package/dist/dev/testing/create-wrapper.test.js.map +1 -0
  473. package/dist/dev/testing/index.js +2 -0
  474. package/dist/dev/testing/index.js.map +1 -0
  475. package/dist/src/components/access-expression/access-expression.d.ts +6 -1
  476. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  477. package/dist/src/components/access-expression/access-expression.js +108 -197
  478. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  479. package/dist/src/components/access-expression/part-descriptors.d.ts +0 -31
  480. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  481. package/dist/src/components/access-expression/part-descriptors.js +0 -105
  482. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  483. package/dist/src/components/doc/from-markdown.js +1 -1
  484. package/dist/src/components/doc/from-markdown.js.map +1 -1
  485. package/dist/tsconfig.tsbuildinfo +1 -1
  486. package/package.json +13 -6
  487. package/src/components/access-expression/access-expression.tsx +146 -243
  488. package/src/components/access-expression/part-descriptors.ts +0 -186
  489. package/src/components/doc/from-markdown.tsx +4 -1
  490. package/temp/api.json +3 -3
  491. package/vitest.config.ts +8 -0
@@ -0,0 +1,2008 @@
1
+ import Collections from "../../Collections/index.js";
2
+ import ComponentModel from "../index.js";
3
+ import System from "../../index.js";
4
+ import { createLibrary } from "#createLibrary";
5
+ export { default as Serialization } from "./Serialization/index.js";
6
+ const Design = createLibrary("System.ComponentModel.Design", {
7
+ ActiveDesignerEventArgs: {
8
+ kind: "class",
9
+ members: {
10
+ ActiveDesignerEventArgs: {
11
+ kind: "method",
12
+ methodKind: "constructor"
13
+ },
14
+ NewDesigner: {
15
+ kind: "property",
16
+ type: () => {
17
+ return Design.IDesignerHost;
18
+ },
19
+ isNullable: true
20
+ },
21
+ OldDesigner: {
22
+ kind: "property",
23
+ type: () => {
24
+ return Design.IDesignerHost;
25
+ },
26
+ isNullable: true
27
+ }
28
+ }
29
+ },
30
+ ActiveDesignerEventHandler: {
31
+ kind: "generic",
32
+ members: {
33
+ ActiveDesignerEventHandler: {
34
+ kind: "method",
35
+ methodKind: "constructor"
36
+ },
37
+ Invoke: {
38
+ kind: "method",
39
+ methodKind: "ordinary",
40
+ isVirtual: true
41
+ },
42
+ BeginInvoke: {
43
+ kind: "method",
44
+ methodKind: "ordinary",
45
+ isVirtual: true
46
+ },
47
+ EndInvoke: {
48
+ kind: "method",
49
+ methodKind: "ordinary",
50
+ isVirtual: true
51
+ }
52
+ }
53
+ },
54
+ CheckoutException: {
55
+ kind: "class",
56
+ members: {
57
+ Canceled: {
58
+ kind: "field",
59
+ type: () => {
60
+ return Design.CheckoutException;
61
+ },
62
+ isStatic: true,
63
+ isReadOnly: true
64
+ },
65
+ CheckoutException: {
66
+ kind: "method",
67
+ methodKind: "constructor"
68
+ }
69
+ }
70
+ },
71
+ CommandID: {
72
+ kind: "class",
73
+ members: {
74
+ CommandID: {
75
+ kind: "method",
76
+ methodKind: "constructor"
77
+ },
78
+ Equals: {
79
+ kind: "method",
80
+ methodKind: "ordinary",
81
+ isOverride: true
82
+ },
83
+ GetHashCode: {
84
+ kind: "method",
85
+ methodKind: "ordinary",
86
+ isOverride: true
87
+ },
88
+ ToString: {
89
+ kind: "method",
90
+ methodKind: "ordinary",
91
+ isOverride: true
92
+ },
93
+ Guid: {
94
+ kind: "property",
95
+ type: () => {
96
+ return System.Guid;
97
+ },
98
+ isVirtual: true
99
+ },
100
+ ID: {
101
+ kind: "property",
102
+ type: () => {
103
+ return System.Int32;
104
+ },
105
+ isVirtual: true
106
+ }
107
+ }
108
+ },
109
+ ComponentChangedEventArgs: {
110
+ kind: "class",
111
+ members: {
112
+ ComponentChangedEventArgs: {
113
+ kind: "method",
114
+ methodKind: "constructor"
115
+ },
116
+ Component: {
117
+ kind: "property",
118
+ type: () => {
119
+ return System.Object;
120
+ },
121
+ isNullable: true
122
+ },
123
+ Member: {
124
+ kind: "property",
125
+ type: () => {
126
+ return ComponentModel.MemberDescriptor;
127
+ }
128
+ },
129
+ NewValue: {
130
+ kind: "property",
131
+ type: () => {
132
+ return System.Object;
133
+ },
134
+ isNullable: true
135
+ },
136
+ OldValue: {
137
+ kind: "property",
138
+ type: () => {
139
+ return System.Object;
140
+ },
141
+ isNullable: true
142
+ }
143
+ },
144
+ isSealed: true
145
+ },
146
+ ComponentChangedEventHandler: {
147
+ kind: "generic",
148
+ members: {
149
+ ComponentChangedEventHandler: {
150
+ kind: "method",
151
+ methodKind: "constructor"
152
+ },
153
+ Invoke: {
154
+ kind: "method",
155
+ methodKind: "ordinary",
156
+ isVirtual: true
157
+ },
158
+ BeginInvoke: {
159
+ kind: "method",
160
+ methodKind: "ordinary",
161
+ isVirtual: true
162
+ },
163
+ EndInvoke: {
164
+ kind: "method",
165
+ methodKind: "ordinary",
166
+ isVirtual: true
167
+ }
168
+ }
169
+ },
170
+ ComponentChangingEventArgs: {
171
+ kind: "class",
172
+ members: {
173
+ ComponentChangingEventArgs: {
174
+ kind: "method",
175
+ methodKind: "constructor"
176
+ },
177
+ Component: {
178
+ kind: "property",
179
+ type: () => {
180
+ return System.Object;
181
+ },
182
+ isNullable: true
183
+ },
184
+ Member: {
185
+ kind: "property",
186
+ type: () => {
187
+ return ComponentModel.MemberDescriptor;
188
+ }
189
+ }
190
+ },
191
+ isSealed: true
192
+ },
193
+ ComponentChangingEventHandler: {
194
+ kind: "generic",
195
+ members: {
196
+ ComponentChangingEventHandler: {
197
+ kind: "method",
198
+ methodKind: "constructor"
199
+ },
200
+ Invoke: {
201
+ kind: "method",
202
+ methodKind: "ordinary",
203
+ isVirtual: true
204
+ },
205
+ BeginInvoke: {
206
+ kind: "method",
207
+ methodKind: "ordinary",
208
+ isVirtual: true
209
+ },
210
+ EndInvoke: {
211
+ kind: "method",
212
+ methodKind: "ordinary",
213
+ isVirtual: true
214
+ }
215
+ }
216
+ },
217
+ ComponentEventArgs: {
218
+ kind: "class",
219
+ members: {
220
+ ComponentEventArgs: {
221
+ kind: "method",
222
+ methodKind: "constructor"
223
+ },
224
+ Component: {
225
+ kind: "property",
226
+ type: () => {
227
+ return ComponentModel.IComponent;
228
+ },
229
+ isVirtual: true
230
+ }
231
+ }
232
+ },
233
+ ComponentEventHandler: {
234
+ kind: "generic",
235
+ members: {
236
+ ComponentEventHandler: {
237
+ kind: "method",
238
+ methodKind: "constructor"
239
+ },
240
+ Invoke: {
241
+ kind: "method",
242
+ methodKind: "ordinary",
243
+ isVirtual: true
244
+ },
245
+ BeginInvoke: {
246
+ kind: "method",
247
+ methodKind: "ordinary",
248
+ isVirtual: true
249
+ },
250
+ EndInvoke: {
251
+ kind: "method",
252
+ methodKind: "ordinary",
253
+ isVirtual: true
254
+ }
255
+ }
256
+ },
257
+ ComponentRenameEventArgs: {
258
+ kind: "class",
259
+ members: {
260
+ ComponentRenameEventArgs: {
261
+ kind: "method",
262
+ methodKind: "constructor"
263
+ },
264
+ Component: {
265
+ kind: "property",
266
+ type: () => {
267
+ return System.Object;
268
+ },
269
+ isNullable: true
270
+ },
271
+ NewName: {
272
+ kind: "property",
273
+ type: () => {
274
+ return System.String;
275
+ },
276
+ isNullable: true,
277
+ isVirtual: true
278
+ },
279
+ OldName: {
280
+ kind: "property",
281
+ type: () => {
282
+ return System.String;
283
+ },
284
+ isNullable: true,
285
+ isVirtual: true
286
+ }
287
+ }
288
+ },
289
+ ComponentRenameEventHandler: {
290
+ kind: "generic",
291
+ members: {
292
+ ComponentRenameEventHandler: {
293
+ kind: "method",
294
+ methodKind: "constructor"
295
+ },
296
+ Invoke: {
297
+ kind: "method",
298
+ methodKind: "ordinary",
299
+ isVirtual: true
300
+ },
301
+ BeginInvoke: {
302
+ kind: "method",
303
+ methodKind: "ordinary",
304
+ isVirtual: true
305
+ },
306
+ EndInvoke: {
307
+ kind: "method",
308
+ methodKind: "ordinary",
309
+ isVirtual: true
310
+ }
311
+ }
312
+ },
313
+ DesignerCollection: {
314
+ kind: "class",
315
+ members: {
316
+ DesignerCollection: {
317
+ kind: "method",
318
+ methodKind: "constructor"
319
+ },
320
+ GetEnumerator: {
321
+ kind: "method",
322
+ methodKind: "ordinary"
323
+ },
324
+ Count: {
325
+ kind: "property",
326
+ type: () => {
327
+ return System.Int32;
328
+ }
329
+ },
330
+ Item: {
331
+ kind: "property",
332
+ type: () => {
333
+ return Design.IDesignerHost;
334
+ },
335
+ isVirtual: true
336
+ }
337
+ }
338
+ },
339
+ DesignerEventArgs: {
340
+ kind: "class",
341
+ members: {
342
+ DesignerEventArgs: {
343
+ kind: "method",
344
+ methodKind: "constructor"
345
+ },
346
+ Designer: {
347
+ kind: "property",
348
+ type: () => {
349
+ return Design.IDesignerHost;
350
+ }
351
+ }
352
+ }
353
+ },
354
+ DesignerEventHandler: {
355
+ kind: "generic",
356
+ members: {
357
+ DesignerEventHandler: {
358
+ kind: "method",
359
+ methodKind: "constructor"
360
+ },
361
+ Invoke: {
362
+ kind: "method",
363
+ methodKind: "ordinary",
364
+ isVirtual: true
365
+ },
366
+ BeginInvoke: {
367
+ kind: "method",
368
+ methodKind: "ordinary",
369
+ isVirtual: true
370
+ },
371
+ EndInvoke: {
372
+ kind: "method",
373
+ methodKind: "ordinary",
374
+ isVirtual: true
375
+ }
376
+ }
377
+ },
378
+ DesignerOptionService: {
379
+ kind: "class",
380
+ members: {
381
+ DesignerOptionCollection: {
382
+ kind: "class",
383
+ members: {
384
+ CopyTo: {
385
+ kind: "method",
386
+ methodKind: "ordinary"
387
+ },
388
+ GetEnumerator: {
389
+ kind: "method",
390
+ methodKind: "ordinary"
391
+ },
392
+ IndexOf: {
393
+ kind: "method",
394
+ methodKind: "ordinary"
395
+ },
396
+ ShowDialog: {
397
+ kind: "method",
398
+ methodKind: "ordinary"
399
+ },
400
+ Count: {
401
+ kind: "property",
402
+ type: () => {
403
+ return System.Int32;
404
+ }
405
+ },
406
+ Item: {
407
+ kind: "property",
408
+ type: () => {
409
+ return Design.DesignerOptionService.DesignerOptionCollection;
410
+ }
411
+ },
412
+ Name: {
413
+ kind: "property",
414
+ type: () => {
415
+ return System.String;
416
+ }
417
+ },
418
+ Parent: {
419
+ kind: "property",
420
+ type: () => {
421
+ return Design.DesignerOptionService.DesignerOptionCollection;
422
+ },
423
+ isNullable: true
424
+ },
425
+ Properties: {
426
+ kind: "property",
427
+ type: () => {
428
+ return ComponentModel.PropertyDescriptorCollection;
429
+ }
430
+ }
431
+ },
432
+ isSealed: true
433
+ }
434
+ }
435
+ },
436
+ DesignerTransaction: {
437
+ kind: "class",
438
+ members: {
439
+ DesignerTransaction: {
440
+ kind: "method",
441
+ methodKind: "constructor"
442
+ },
443
+ Cancel: {
444
+ kind: "method",
445
+ methodKind: "ordinary"
446
+ },
447
+ Commit: {
448
+ kind: "method",
449
+ methodKind: "ordinary"
450
+ },
451
+ Dispose: {
452
+ kind: "method",
453
+ methodKind: "ordinary",
454
+ isVirtual: true
455
+ },
456
+ Finalize: {
457
+ kind: "method",
458
+ methodKind: "ordinary"
459
+ },
460
+ OnCancel: {
461
+ kind: "method",
462
+ methodKind: "ordinary",
463
+ isAbstract: true
464
+ },
465
+ OnCommit: {
466
+ kind: "method",
467
+ methodKind: "ordinary",
468
+ isAbstract: true
469
+ },
470
+ Canceled: {
471
+ kind: "property",
472
+ type: () => {
473
+ return System.Boolean;
474
+ }
475
+ },
476
+ Committed: {
477
+ kind: "property",
478
+ type: () => {
479
+ return System.Boolean;
480
+ }
481
+ },
482
+ Description: {
483
+ kind: "property",
484
+ type: () => {
485
+ return System.String;
486
+ }
487
+ }
488
+ },
489
+ isAbstract: true
490
+ },
491
+ DesignerTransactionCloseEventArgs: {
492
+ kind: "class",
493
+ members: {
494
+ DesignerTransactionCloseEventArgs: {
495
+ kind: "method",
496
+ methodKind: "constructor"
497
+ },
498
+ LastTransaction: {
499
+ kind: "property",
500
+ type: () => {
501
+ return System.Boolean;
502
+ }
503
+ },
504
+ TransactionCommitted: {
505
+ kind: "property",
506
+ type: () => {
507
+ return System.Boolean;
508
+ }
509
+ }
510
+ }
511
+ },
512
+ DesignerTransactionCloseEventHandler: {
513
+ kind: "generic",
514
+ members: {
515
+ DesignerTransactionCloseEventHandler: {
516
+ kind: "method",
517
+ methodKind: "constructor"
518
+ },
519
+ Invoke: {
520
+ kind: "method",
521
+ methodKind: "ordinary",
522
+ isVirtual: true
523
+ },
524
+ BeginInvoke: {
525
+ kind: "method",
526
+ methodKind: "ordinary",
527
+ isVirtual: true
528
+ },
529
+ EndInvoke: {
530
+ kind: "method",
531
+ methodKind: "ordinary",
532
+ isVirtual: true
533
+ }
534
+ }
535
+ },
536
+ DesignerVerb: {
537
+ kind: "class",
538
+ members: {
539
+ DesignerVerb: {
540
+ kind: "method",
541
+ methodKind: "constructor"
542
+ },
543
+ ToString: {
544
+ kind: "method",
545
+ methodKind: "ordinary",
546
+ isOverride: true
547
+ },
548
+ Description: {
549
+ kind: "property",
550
+ type: () => {
551
+ return System.String;
552
+ }
553
+ },
554
+ Text: {
555
+ kind: "property",
556
+ type: () => {
557
+ return System.String;
558
+ }
559
+ }
560
+ }
561
+ },
562
+ DesignerVerbCollection: {
563
+ kind: "class",
564
+ members: {
565
+ DesignerVerbCollection: {
566
+ kind: "method",
567
+ methodKind: "constructor"
568
+ },
569
+ Add: {
570
+ kind: "method",
571
+ methodKind: "ordinary"
572
+ },
573
+ AddRange: {
574
+ kind: "method",
575
+ methodKind: "ordinary"
576
+ },
577
+ Contains: {
578
+ kind: "method",
579
+ methodKind: "ordinary"
580
+ },
581
+ CopyTo: {
582
+ kind: "method",
583
+ methodKind: "ordinary"
584
+ },
585
+ IndexOf: {
586
+ kind: "method",
587
+ methodKind: "ordinary"
588
+ },
589
+ Insert: {
590
+ kind: "method",
591
+ methodKind: "ordinary"
592
+ },
593
+ OnValidate: {
594
+ kind: "method",
595
+ methodKind: "ordinary",
596
+ isOverride: true
597
+ },
598
+ Remove: {
599
+ kind: "method",
600
+ methodKind: "ordinary"
601
+ },
602
+ Item: {
603
+ kind: "property",
604
+ type: () => {
605
+ return Design.DesignerVerb;
606
+ }
607
+ }
608
+ }
609
+ },
610
+ DesigntimeLicenseContext: {
611
+ kind: "class",
612
+ members: {
613
+ DesigntimeLicenseContext: {
614
+ kind: "method",
615
+ methodKind: "constructor"
616
+ },
617
+ GetSavedLicenseKey: {
618
+ kind: "method",
619
+ methodKind: "ordinary",
620
+ isOverride: true
621
+ },
622
+ SetSavedLicenseKey: {
623
+ kind: "method",
624
+ methodKind: "ordinary",
625
+ isOverride: true
626
+ },
627
+ UsageMode: {
628
+ kind: "property",
629
+ type: () => {
630
+ return ComponentModel.LicenseUsageMode;
631
+ },
632
+ isOverride: true
633
+ }
634
+ }
635
+ },
636
+ DesigntimeLicenseContextSerializer: {
637
+ kind: "class",
638
+ members: {
639
+ Serialize: {
640
+ kind: "method",
641
+ methodKind: "ordinary",
642
+ isStatic: true
643
+ }
644
+ }
645
+ },
646
+ HelpContextType: {
647
+ kind: "enum",
648
+ members: {
649
+ Ambient: {
650
+ kind: "field",
651
+ type: () => {
652
+ return Design.HelpContextType;
653
+ }
654
+ },
655
+ Window: {
656
+ kind: "field",
657
+ type: () => {
658
+ return Design.HelpContextType;
659
+ }
660
+ },
661
+ Selection: {
662
+ kind: "field",
663
+ type: () => {
664
+ return Design.HelpContextType;
665
+ }
666
+ },
667
+ ToolWindowSelection: {
668
+ kind: "field",
669
+ type: () => {
670
+ return Design.HelpContextType;
671
+ }
672
+ }
673
+ }
674
+ },
675
+ HelpKeywordAttribute: {
676
+ kind: "class",
677
+ members: {
678
+ Default: {
679
+ kind: "field",
680
+ type: () => {
681
+ return Design.HelpKeywordAttribute;
682
+ },
683
+ isStatic: true,
684
+ isReadOnly: true
685
+ },
686
+ HelpKeywordAttribute: {
687
+ kind: "method",
688
+ methodKind: "constructor"
689
+ },
690
+ Equals: {
691
+ kind: "method",
692
+ methodKind: "ordinary",
693
+ isOverride: true
694
+ },
695
+ GetHashCode: {
696
+ kind: "method",
697
+ methodKind: "ordinary",
698
+ isOverride: true
699
+ },
700
+ IsDefaultAttribute: {
701
+ kind: "method",
702
+ methodKind: "ordinary",
703
+ isOverride: true
704
+ },
705
+ HelpKeyword: {
706
+ kind: "property",
707
+ type: () => {
708
+ return System.String;
709
+ },
710
+ isNullable: true
711
+ }
712
+ },
713
+ isSealed: true
714
+ },
715
+ HelpKeywordType: {
716
+ kind: "enum",
717
+ members: {
718
+ F1Keyword: {
719
+ kind: "field",
720
+ type: () => {
721
+ return Design.HelpKeywordType;
722
+ }
723
+ },
724
+ GeneralKeyword: {
725
+ kind: "field",
726
+ type: () => {
727
+ return Design.HelpKeywordType;
728
+ }
729
+ },
730
+ FilterKeyword: {
731
+ kind: "field",
732
+ type: () => {
733
+ return Design.HelpKeywordType;
734
+ }
735
+ }
736
+ }
737
+ },
738
+ IComponentChangeService: {
739
+ kind: "interface",
740
+ members: {
741
+ OnComponentChanged: {
742
+ kind: "method",
743
+ methodKind: "ordinary"
744
+ },
745
+ OnComponentChanging: {
746
+ kind: "method",
747
+ methodKind: "ordinary"
748
+ }
749
+ }
750
+ },
751
+ IComponentDiscoveryService: {
752
+ kind: "interface",
753
+ members: {
754
+ GetComponentTypes: {
755
+ kind: "method",
756
+ methodKind: "ordinary"
757
+ }
758
+ }
759
+ },
760
+ IComponentInitializer: {
761
+ kind: "interface",
762
+ members: {
763
+ InitializeExistingComponent: {
764
+ kind: "method",
765
+ methodKind: "ordinary"
766
+ },
767
+ InitializeNewComponent: {
768
+ kind: "method",
769
+ methodKind: "ordinary"
770
+ }
771
+ }
772
+ },
773
+ IDesigner: {
774
+ kind: "interface",
775
+ members: {
776
+ DoDefaultAction: {
777
+ kind: "method",
778
+ methodKind: "ordinary"
779
+ },
780
+ Initialize: {
781
+ kind: "method",
782
+ methodKind: "ordinary"
783
+ },
784
+ Component: {
785
+ kind: "property",
786
+ type: () => {
787
+ return ComponentModel.IComponent;
788
+ }
789
+ },
790
+ Verbs: {
791
+ kind: "property",
792
+ type: () => {
793
+ return Design.DesignerVerbCollection;
794
+ },
795
+ isNullable: true
796
+ }
797
+ }
798
+ },
799
+ IDesignerEventService: {
800
+ kind: "interface",
801
+ members: {
802
+ ActiveDesigner: {
803
+ kind: "property",
804
+ type: () => {
805
+ return Design.IDesignerHost;
806
+ },
807
+ isNullable: true
808
+ },
809
+ Designers: {
810
+ kind: "property",
811
+ type: () => {
812
+ return Design.DesignerCollection;
813
+ }
814
+ }
815
+ }
816
+ },
817
+ IDesignerFilter: {
818
+ kind: "interface",
819
+ members: {
820
+ PostFilterAttributes: {
821
+ kind: "method",
822
+ methodKind: "ordinary"
823
+ },
824
+ PostFilterEvents: {
825
+ kind: "method",
826
+ methodKind: "ordinary"
827
+ },
828
+ PostFilterProperties: {
829
+ kind: "method",
830
+ methodKind: "ordinary"
831
+ },
832
+ PreFilterAttributes: {
833
+ kind: "method",
834
+ methodKind: "ordinary"
835
+ },
836
+ PreFilterEvents: {
837
+ kind: "method",
838
+ methodKind: "ordinary"
839
+ },
840
+ PreFilterProperties: {
841
+ kind: "method",
842
+ methodKind: "ordinary"
843
+ }
844
+ }
845
+ },
846
+ IDesignerHost: {
847
+ kind: "interface",
848
+ members: {
849
+ Activate: {
850
+ kind: "method",
851
+ methodKind: "ordinary"
852
+ },
853
+ CreateComponent: {
854
+ kind: "method",
855
+ methodKind: "ordinary"
856
+ },
857
+ CreateTransaction: {
858
+ kind: "method",
859
+ methodKind: "ordinary"
860
+ },
861
+ DestroyComponent: {
862
+ kind: "method",
863
+ methodKind: "ordinary"
864
+ },
865
+ GetDesigner: {
866
+ kind: "method",
867
+ methodKind: "ordinary"
868
+ },
869
+ GetType: {
870
+ kind: "method",
871
+ methodKind: "ordinary"
872
+ },
873
+ Container: {
874
+ kind: "property",
875
+ type: () => {
876
+ return ComponentModel.IContainer;
877
+ }
878
+ },
879
+ InTransaction: {
880
+ kind: "property",
881
+ type: () => {
882
+ return System.Boolean;
883
+ }
884
+ },
885
+ Loading: {
886
+ kind: "property",
887
+ type: () => {
888
+ return System.Boolean;
889
+ }
890
+ },
891
+ RootComponent: {
892
+ kind: "property",
893
+ type: () => {
894
+ return ComponentModel.IComponent;
895
+ }
896
+ },
897
+ RootComponentClassName: {
898
+ kind: "property",
899
+ type: () => {
900
+ return System.String;
901
+ }
902
+ },
903
+ TransactionDescription: {
904
+ kind: "property",
905
+ type: () => {
906
+ return System.String;
907
+ }
908
+ }
909
+ }
910
+ },
911
+ IDesignerHostTransactionState: {
912
+ kind: "interface",
913
+ members: {
914
+ IsClosingTransaction: {
915
+ kind: "property",
916
+ type: () => {
917
+ return System.Boolean;
918
+ }
919
+ }
920
+ }
921
+ },
922
+ IDesignerOptionService: {
923
+ kind: "interface",
924
+ members: {
925
+ GetOptionValue: {
926
+ kind: "method",
927
+ methodKind: "ordinary"
928
+ },
929
+ SetOptionValue: {
930
+ kind: "method",
931
+ methodKind: "ordinary"
932
+ }
933
+ }
934
+ },
935
+ IDictionaryService: {
936
+ kind: "interface",
937
+ members: {
938
+ GetKey: {
939
+ kind: "method",
940
+ methodKind: "ordinary"
941
+ },
942
+ GetValue: {
943
+ kind: "method",
944
+ methodKind: "ordinary"
945
+ },
946
+ SetValue: {
947
+ kind: "method",
948
+ methodKind: "ordinary"
949
+ }
950
+ }
951
+ },
952
+ IEventBindingService: {
953
+ kind: "interface",
954
+ members: {
955
+ CreateUniqueMethodName: {
956
+ kind: "method",
957
+ methodKind: "ordinary"
958
+ },
959
+ GetCompatibleMethods: {
960
+ kind: "method",
961
+ methodKind: "ordinary"
962
+ },
963
+ GetEvent: {
964
+ kind: "method",
965
+ methodKind: "ordinary"
966
+ },
967
+ GetEventProperties: {
968
+ kind: "method",
969
+ methodKind: "ordinary"
970
+ },
971
+ GetEventProperty: {
972
+ kind: "method",
973
+ methodKind: "ordinary"
974
+ },
975
+ ShowCode: {
976
+ kind: "method",
977
+ methodKind: "ordinary"
978
+ }
979
+ }
980
+ },
981
+ IExtenderListService: {
982
+ kind: "interface",
983
+ members: {
984
+ GetExtenderProviders: {
985
+ kind: "method",
986
+ methodKind: "ordinary"
987
+ }
988
+ }
989
+ },
990
+ IExtenderProviderService: {
991
+ kind: "interface",
992
+ members: {
993
+ AddExtenderProvider: {
994
+ kind: "method",
995
+ methodKind: "ordinary"
996
+ },
997
+ RemoveExtenderProvider: {
998
+ kind: "method",
999
+ methodKind: "ordinary"
1000
+ }
1001
+ }
1002
+ },
1003
+ IHelpService: {
1004
+ kind: "interface",
1005
+ members: {
1006
+ AddContextAttribute: {
1007
+ kind: "method",
1008
+ methodKind: "ordinary"
1009
+ },
1010
+ ClearContextAttributes: {
1011
+ kind: "method",
1012
+ methodKind: "ordinary"
1013
+ },
1014
+ CreateLocalContext: {
1015
+ kind: "method",
1016
+ methodKind: "ordinary"
1017
+ },
1018
+ RemoveContextAttribute: {
1019
+ kind: "method",
1020
+ methodKind: "ordinary"
1021
+ },
1022
+ RemoveLocalContext: {
1023
+ kind: "method",
1024
+ methodKind: "ordinary"
1025
+ },
1026
+ ShowHelpFromKeyword: {
1027
+ kind: "method",
1028
+ methodKind: "ordinary"
1029
+ },
1030
+ ShowHelpFromUrl: {
1031
+ kind: "method",
1032
+ methodKind: "ordinary"
1033
+ }
1034
+ }
1035
+ },
1036
+ IInheritanceService: {
1037
+ kind: "interface",
1038
+ members: {
1039
+ AddInheritedComponents: {
1040
+ kind: "method",
1041
+ methodKind: "ordinary"
1042
+ },
1043
+ GetInheritanceAttribute: {
1044
+ kind: "method",
1045
+ methodKind: "ordinary"
1046
+ }
1047
+ }
1048
+ },
1049
+ IMenuCommandService: {
1050
+ kind: "interface",
1051
+ members: {
1052
+ AddCommand: {
1053
+ kind: "method",
1054
+ methodKind: "ordinary"
1055
+ },
1056
+ AddVerb: {
1057
+ kind: "method",
1058
+ methodKind: "ordinary"
1059
+ },
1060
+ FindCommand: {
1061
+ kind: "method",
1062
+ methodKind: "ordinary"
1063
+ },
1064
+ GlobalInvoke: {
1065
+ kind: "method",
1066
+ methodKind: "ordinary"
1067
+ },
1068
+ RemoveCommand: {
1069
+ kind: "method",
1070
+ methodKind: "ordinary"
1071
+ },
1072
+ RemoveVerb: {
1073
+ kind: "method",
1074
+ methodKind: "ordinary"
1075
+ },
1076
+ ShowContextMenu: {
1077
+ kind: "method",
1078
+ methodKind: "ordinary"
1079
+ },
1080
+ Verbs: {
1081
+ kind: "property",
1082
+ type: () => {
1083
+ return Design.DesignerVerbCollection;
1084
+ }
1085
+ }
1086
+ }
1087
+ },
1088
+ IReferenceService: {
1089
+ kind: "interface",
1090
+ members: {
1091
+ GetComponent: {
1092
+ kind: "method",
1093
+ methodKind: "ordinary"
1094
+ },
1095
+ GetName: {
1096
+ kind: "method",
1097
+ methodKind: "ordinary"
1098
+ },
1099
+ GetReference: {
1100
+ kind: "method",
1101
+ methodKind: "ordinary"
1102
+ },
1103
+ GetReferences: {
1104
+ kind: "method",
1105
+ methodKind: "ordinary"
1106
+ }
1107
+ }
1108
+ },
1109
+ IResourceService: {
1110
+ kind: "interface",
1111
+ members: {
1112
+ GetResourceReader: {
1113
+ kind: "method",
1114
+ methodKind: "ordinary"
1115
+ },
1116
+ GetResourceWriter: {
1117
+ kind: "method",
1118
+ methodKind: "ordinary"
1119
+ }
1120
+ }
1121
+ },
1122
+ IRootDesigner: {
1123
+ kind: "interface",
1124
+ members: {
1125
+ GetView: {
1126
+ kind: "method",
1127
+ methodKind: "ordinary"
1128
+ },
1129
+ SupportedTechnologies: {
1130
+ kind: "property",
1131
+ type: () => {
1132
+ return System.Array;
1133
+ }
1134
+ }
1135
+ }
1136
+ },
1137
+ ISelectionService: {
1138
+ kind: "interface",
1139
+ members: {
1140
+ GetComponentSelected: {
1141
+ kind: "method",
1142
+ methodKind: "ordinary"
1143
+ },
1144
+ GetSelectedComponents: {
1145
+ kind: "method",
1146
+ methodKind: "ordinary"
1147
+ },
1148
+ SetSelectedComponents: {
1149
+ kind: "method",
1150
+ methodKind: "ordinary"
1151
+ },
1152
+ PrimarySelection: {
1153
+ kind: "property",
1154
+ type: () => {
1155
+ return System.Object;
1156
+ },
1157
+ isNullable: true
1158
+ },
1159
+ SelectionCount: {
1160
+ kind: "property",
1161
+ type: () => {
1162
+ return System.Int32;
1163
+ }
1164
+ }
1165
+ }
1166
+ },
1167
+ IServiceContainer: {
1168
+ kind: "interface",
1169
+ members: {
1170
+ AddService: {
1171
+ kind: "method",
1172
+ methodKind: "ordinary"
1173
+ },
1174
+ RemoveService: {
1175
+ kind: "method",
1176
+ methodKind: "ordinary"
1177
+ }
1178
+ }
1179
+ },
1180
+ ITreeDesigner: {
1181
+ kind: "interface",
1182
+ members: {
1183
+ Children: {
1184
+ kind: "property",
1185
+ type: () => {
1186
+ return Collections.ICollection;
1187
+ }
1188
+ },
1189
+ Parent: {
1190
+ kind: "property",
1191
+ type: () => {
1192
+ return Design.IDesigner;
1193
+ },
1194
+ isNullable: true
1195
+ }
1196
+ }
1197
+ },
1198
+ ITypeDescriptorFilterService: {
1199
+ kind: "interface",
1200
+ members: {
1201
+ FilterAttributes: {
1202
+ kind: "method",
1203
+ methodKind: "ordinary"
1204
+ },
1205
+ FilterEvents: {
1206
+ kind: "method",
1207
+ methodKind: "ordinary"
1208
+ },
1209
+ FilterProperties: {
1210
+ kind: "method",
1211
+ methodKind: "ordinary"
1212
+ }
1213
+ }
1214
+ },
1215
+ ITypeDiscoveryService: {
1216
+ kind: "interface",
1217
+ members: {
1218
+ GetTypes: {
1219
+ kind: "method",
1220
+ methodKind: "ordinary"
1221
+ }
1222
+ }
1223
+ },
1224
+ ITypeResolutionService: {
1225
+ kind: "interface",
1226
+ members: {
1227
+ GetAssembly: {
1228
+ kind: "method",
1229
+ methodKind: "ordinary"
1230
+ },
1231
+ GetPathOfAssembly: {
1232
+ kind: "method",
1233
+ methodKind: "ordinary"
1234
+ },
1235
+ GetType: {
1236
+ kind: "method",
1237
+ methodKind: "ordinary"
1238
+ },
1239
+ ReferenceAssembly: {
1240
+ kind: "method",
1241
+ methodKind: "ordinary"
1242
+ }
1243
+ }
1244
+ },
1245
+ MenuCommand: {
1246
+ kind: "class",
1247
+ members: {
1248
+ MenuCommand: {
1249
+ kind: "method",
1250
+ methodKind: "constructor"
1251
+ },
1252
+ Invoke: {
1253
+ kind: "method",
1254
+ methodKind: "ordinary",
1255
+ isVirtual: true
1256
+ },
1257
+ OnCommandChanged: {
1258
+ kind: "method",
1259
+ methodKind: "ordinary",
1260
+ isVirtual: true
1261
+ },
1262
+ ToString: {
1263
+ kind: "method",
1264
+ methodKind: "ordinary",
1265
+ isOverride: true
1266
+ },
1267
+ Checked: {
1268
+ kind: "property",
1269
+ type: () => {
1270
+ return System.Boolean;
1271
+ },
1272
+ isVirtual: true
1273
+ },
1274
+ CommandID: {
1275
+ kind: "property",
1276
+ type: () => {
1277
+ return Design.CommandID;
1278
+ },
1279
+ isVirtual: true
1280
+ },
1281
+ Enabled: {
1282
+ kind: "property",
1283
+ type: () => {
1284
+ return System.Boolean;
1285
+ },
1286
+ isVirtual: true
1287
+ },
1288
+ OleStatus: {
1289
+ kind: "property",
1290
+ type: () => {
1291
+ return System.Int32;
1292
+ },
1293
+ isVirtual: true
1294
+ },
1295
+ Properties: {
1296
+ kind: "property",
1297
+ type: () => {
1298
+ return Collections.IDictionary;
1299
+ },
1300
+ isVirtual: true
1301
+ },
1302
+ Supported: {
1303
+ kind: "property",
1304
+ type: () => {
1305
+ return System.Boolean;
1306
+ },
1307
+ isVirtual: true
1308
+ },
1309
+ Visible: {
1310
+ kind: "property",
1311
+ type: () => {
1312
+ return System.Boolean;
1313
+ },
1314
+ isVirtual: true
1315
+ }
1316
+ }
1317
+ },
1318
+ SelectionTypes: {
1319
+ kind: "enum",
1320
+ members: {
1321
+ Auto: {
1322
+ kind: "field",
1323
+ type: () => {
1324
+ return Design.SelectionTypes;
1325
+ }
1326
+ },
1327
+ Normal: {
1328
+ kind: "field",
1329
+ type: () => {
1330
+ return Design.SelectionTypes;
1331
+ }
1332
+ },
1333
+ Replace: {
1334
+ kind: "field",
1335
+ type: () => {
1336
+ return Design.SelectionTypes;
1337
+ }
1338
+ },
1339
+ MouseDown: {
1340
+ kind: "field",
1341
+ type: () => {
1342
+ return Design.SelectionTypes;
1343
+ }
1344
+ },
1345
+ MouseUp: {
1346
+ kind: "field",
1347
+ type: () => {
1348
+ return Design.SelectionTypes;
1349
+ }
1350
+ },
1351
+ Click: {
1352
+ kind: "field",
1353
+ type: () => {
1354
+ return Design.SelectionTypes;
1355
+ }
1356
+ },
1357
+ Primary: {
1358
+ kind: "field",
1359
+ type: () => {
1360
+ return Design.SelectionTypes;
1361
+ }
1362
+ },
1363
+ Valid: {
1364
+ kind: "field",
1365
+ type: () => {
1366
+ return Design.SelectionTypes;
1367
+ }
1368
+ },
1369
+ Toggle: {
1370
+ kind: "field",
1371
+ type: () => {
1372
+ return Design.SelectionTypes;
1373
+ }
1374
+ },
1375
+ Add: {
1376
+ kind: "field",
1377
+ type: () => {
1378
+ return Design.SelectionTypes;
1379
+ }
1380
+ },
1381
+ Remove: {
1382
+ kind: "field",
1383
+ type: () => {
1384
+ return Design.SelectionTypes;
1385
+ }
1386
+ }
1387
+ }
1388
+ },
1389
+ ServiceContainer: {
1390
+ kind: "class",
1391
+ members: {
1392
+ ServiceContainer: {
1393
+ kind: "method",
1394
+ methodKind: "constructor"
1395
+ },
1396
+ AddService: {
1397
+ kind: "method",
1398
+ methodKind: "ordinary"
1399
+ },
1400
+ Dispose: {
1401
+ kind: "method",
1402
+ methodKind: "ordinary"
1403
+ },
1404
+ GetService: {
1405
+ kind: "method",
1406
+ methodKind: "ordinary",
1407
+ isVirtual: true
1408
+ },
1409
+ RemoveService: {
1410
+ kind: "method",
1411
+ methodKind: "ordinary"
1412
+ },
1413
+ DefaultServices: {
1414
+ kind: "property",
1415
+ type: () => {
1416
+ return System.Array;
1417
+ },
1418
+ isVirtual: true
1419
+ }
1420
+ }
1421
+ },
1422
+ ServiceCreatorCallback: {
1423
+ kind: "generic",
1424
+ members: {
1425
+ ServiceCreatorCallback: {
1426
+ kind: "method",
1427
+ methodKind: "constructor"
1428
+ },
1429
+ Invoke: {
1430
+ kind: "method",
1431
+ methodKind: "ordinary",
1432
+ isVirtual: true
1433
+ },
1434
+ BeginInvoke: {
1435
+ kind: "method",
1436
+ methodKind: "ordinary",
1437
+ isVirtual: true
1438
+ },
1439
+ EndInvoke: {
1440
+ kind: "method",
1441
+ methodKind: "ordinary",
1442
+ isVirtual: true
1443
+ }
1444
+ }
1445
+ },
1446
+ StandardCommands: {
1447
+ kind: "class",
1448
+ members: {
1449
+ AlignBottom: {
1450
+ kind: "field",
1451
+ type: () => {
1452
+ return Design.CommandID;
1453
+ },
1454
+ isStatic: true,
1455
+ isReadOnly: true
1456
+ },
1457
+ AlignHorizontalCenters: {
1458
+ kind: "field",
1459
+ type: () => {
1460
+ return Design.CommandID;
1461
+ },
1462
+ isStatic: true,
1463
+ isReadOnly: true
1464
+ },
1465
+ AlignLeft: {
1466
+ kind: "field",
1467
+ type: () => {
1468
+ return Design.CommandID;
1469
+ },
1470
+ isStatic: true,
1471
+ isReadOnly: true
1472
+ },
1473
+ AlignRight: {
1474
+ kind: "field",
1475
+ type: () => {
1476
+ return Design.CommandID;
1477
+ },
1478
+ isStatic: true,
1479
+ isReadOnly: true
1480
+ },
1481
+ AlignToGrid: {
1482
+ kind: "field",
1483
+ type: () => {
1484
+ return Design.CommandID;
1485
+ },
1486
+ isStatic: true,
1487
+ isReadOnly: true
1488
+ },
1489
+ AlignTop: {
1490
+ kind: "field",
1491
+ type: () => {
1492
+ return Design.CommandID;
1493
+ },
1494
+ isStatic: true,
1495
+ isReadOnly: true
1496
+ },
1497
+ AlignVerticalCenters: {
1498
+ kind: "field",
1499
+ type: () => {
1500
+ return Design.CommandID;
1501
+ },
1502
+ isStatic: true,
1503
+ isReadOnly: true
1504
+ },
1505
+ ArrangeBottom: {
1506
+ kind: "field",
1507
+ type: () => {
1508
+ return Design.CommandID;
1509
+ },
1510
+ isStatic: true,
1511
+ isReadOnly: true
1512
+ },
1513
+ ArrangeIcons: {
1514
+ kind: "field",
1515
+ type: () => {
1516
+ return Design.CommandID;
1517
+ },
1518
+ isStatic: true,
1519
+ isReadOnly: true
1520
+ },
1521
+ ArrangeRight: {
1522
+ kind: "field",
1523
+ type: () => {
1524
+ return Design.CommandID;
1525
+ },
1526
+ isStatic: true,
1527
+ isReadOnly: true
1528
+ },
1529
+ BringForward: {
1530
+ kind: "field",
1531
+ type: () => {
1532
+ return Design.CommandID;
1533
+ },
1534
+ isStatic: true,
1535
+ isReadOnly: true
1536
+ },
1537
+ BringToFront: {
1538
+ kind: "field",
1539
+ type: () => {
1540
+ return Design.CommandID;
1541
+ },
1542
+ isStatic: true,
1543
+ isReadOnly: true
1544
+ },
1545
+ CenterHorizontally: {
1546
+ kind: "field",
1547
+ type: () => {
1548
+ return Design.CommandID;
1549
+ },
1550
+ isStatic: true,
1551
+ isReadOnly: true
1552
+ },
1553
+ CenterVertically: {
1554
+ kind: "field",
1555
+ type: () => {
1556
+ return Design.CommandID;
1557
+ },
1558
+ isStatic: true,
1559
+ isReadOnly: true
1560
+ },
1561
+ Copy: {
1562
+ kind: "field",
1563
+ type: () => {
1564
+ return Design.CommandID;
1565
+ },
1566
+ isStatic: true,
1567
+ isReadOnly: true
1568
+ },
1569
+ Cut: {
1570
+ kind: "field",
1571
+ type: () => {
1572
+ return Design.CommandID;
1573
+ },
1574
+ isStatic: true,
1575
+ isReadOnly: true
1576
+ },
1577
+ Delete: {
1578
+ kind: "field",
1579
+ type: () => {
1580
+ return Design.CommandID;
1581
+ },
1582
+ isStatic: true,
1583
+ isReadOnly: true
1584
+ },
1585
+ DocumentOutline: {
1586
+ kind: "field",
1587
+ type: () => {
1588
+ return Design.CommandID;
1589
+ },
1590
+ isStatic: true,
1591
+ isReadOnly: true
1592
+ },
1593
+ F1Help: {
1594
+ kind: "field",
1595
+ type: () => {
1596
+ return Design.CommandID;
1597
+ },
1598
+ isStatic: true,
1599
+ isReadOnly: true
1600
+ },
1601
+ Group: {
1602
+ kind: "field",
1603
+ type: () => {
1604
+ return Design.CommandID;
1605
+ },
1606
+ isStatic: true,
1607
+ isReadOnly: true
1608
+ },
1609
+ HorizSpaceConcatenate: {
1610
+ kind: "field",
1611
+ type: () => {
1612
+ return Design.CommandID;
1613
+ },
1614
+ isStatic: true,
1615
+ isReadOnly: true
1616
+ },
1617
+ HorizSpaceDecrease: {
1618
+ kind: "field",
1619
+ type: () => {
1620
+ return Design.CommandID;
1621
+ },
1622
+ isStatic: true,
1623
+ isReadOnly: true
1624
+ },
1625
+ HorizSpaceIncrease: {
1626
+ kind: "field",
1627
+ type: () => {
1628
+ return Design.CommandID;
1629
+ },
1630
+ isStatic: true,
1631
+ isReadOnly: true
1632
+ },
1633
+ HorizSpaceMakeEqual: {
1634
+ kind: "field",
1635
+ type: () => {
1636
+ return Design.CommandID;
1637
+ },
1638
+ isStatic: true,
1639
+ isReadOnly: true
1640
+ },
1641
+ LineupIcons: {
1642
+ kind: "field",
1643
+ type: () => {
1644
+ return Design.CommandID;
1645
+ },
1646
+ isStatic: true,
1647
+ isReadOnly: true
1648
+ },
1649
+ LockControls: {
1650
+ kind: "field",
1651
+ type: () => {
1652
+ return Design.CommandID;
1653
+ },
1654
+ isStatic: true,
1655
+ isReadOnly: true
1656
+ },
1657
+ MultiLevelRedo: {
1658
+ kind: "field",
1659
+ type: () => {
1660
+ return Design.CommandID;
1661
+ },
1662
+ isStatic: true,
1663
+ isReadOnly: true
1664
+ },
1665
+ MultiLevelUndo: {
1666
+ kind: "field",
1667
+ type: () => {
1668
+ return Design.CommandID;
1669
+ },
1670
+ isStatic: true,
1671
+ isReadOnly: true
1672
+ },
1673
+ Paste: {
1674
+ kind: "field",
1675
+ type: () => {
1676
+ return Design.CommandID;
1677
+ },
1678
+ isStatic: true,
1679
+ isReadOnly: true
1680
+ },
1681
+ Properties: {
1682
+ kind: "field",
1683
+ type: () => {
1684
+ return Design.CommandID;
1685
+ },
1686
+ isStatic: true,
1687
+ isReadOnly: true
1688
+ },
1689
+ PropertiesWindow: {
1690
+ kind: "field",
1691
+ type: () => {
1692
+ return Design.CommandID;
1693
+ },
1694
+ isStatic: true,
1695
+ isReadOnly: true
1696
+ },
1697
+ Redo: {
1698
+ kind: "field",
1699
+ type: () => {
1700
+ return Design.CommandID;
1701
+ },
1702
+ isStatic: true,
1703
+ isReadOnly: true
1704
+ },
1705
+ Replace: {
1706
+ kind: "field",
1707
+ type: () => {
1708
+ return Design.CommandID;
1709
+ },
1710
+ isStatic: true,
1711
+ isReadOnly: true
1712
+ },
1713
+ SelectAll: {
1714
+ kind: "field",
1715
+ type: () => {
1716
+ return Design.CommandID;
1717
+ },
1718
+ isStatic: true,
1719
+ isReadOnly: true
1720
+ },
1721
+ SendBackward: {
1722
+ kind: "field",
1723
+ type: () => {
1724
+ return Design.CommandID;
1725
+ },
1726
+ isStatic: true,
1727
+ isReadOnly: true
1728
+ },
1729
+ SendToBack: {
1730
+ kind: "field",
1731
+ type: () => {
1732
+ return Design.CommandID;
1733
+ },
1734
+ isStatic: true,
1735
+ isReadOnly: true
1736
+ },
1737
+ ShowGrid: {
1738
+ kind: "field",
1739
+ type: () => {
1740
+ return Design.CommandID;
1741
+ },
1742
+ isStatic: true,
1743
+ isReadOnly: true
1744
+ },
1745
+ ShowLargeIcons: {
1746
+ kind: "field",
1747
+ type: () => {
1748
+ return Design.CommandID;
1749
+ },
1750
+ isStatic: true,
1751
+ isReadOnly: true
1752
+ },
1753
+ SizeToControl: {
1754
+ kind: "field",
1755
+ type: () => {
1756
+ return Design.CommandID;
1757
+ },
1758
+ isStatic: true,
1759
+ isReadOnly: true
1760
+ },
1761
+ SizeToControlHeight: {
1762
+ kind: "field",
1763
+ type: () => {
1764
+ return Design.CommandID;
1765
+ },
1766
+ isStatic: true,
1767
+ isReadOnly: true
1768
+ },
1769
+ SizeToControlWidth: {
1770
+ kind: "field",
1771
+ type: () => {
1772
+ return Design.CommandID;
1773
+ },
1774
+ isStatic: true,
1775
+ isReadOnly: true
1776
+ },
1777
+ SizeToFit: {
1778
+ kind: "field",
1779
+ type: () => {
1780
+ return Design.CommandID;
1781
+ },
1782
+ isStatic: true,
1783
+ isReadOnly: true
1784
+ },
1785
+ SizeToGrid: {
1786
+ kind: "field",
1787
+ type: () => {
1788
+ return Design.CommandID;
1789
+ },
1790
+ isStatic: true,
1791
+ isReadOnly: true
1792
+ },
1793
+ SnapToGrid: {
1794
+ kind: "field",
1795
+ type: () => {
1796
+ return Design.CommandID;
1797
+ },
1798
+ isStatic: true,
1799
+ isReadOnly: true
1800
+ },
1801
+ TabOrder: {
1802
+ kind: "field",
1803
+ type: () => {
1804
+ return Design.CommandID;
1805
+ },
1806
+ isStatic: true,
1807
+ isReadOnly: true
1808
+ },
1809
+ Undo: {
1810
+ kind: "field",
1811
+ type: () => {
1812
+ return Design.CommandID;
1813
+ },
1814
+ isStatic: true,
1815
+ isReadOnly: true
1816
+ },
1817
+ Ungroup: {
1818
+ kind: "field",
1819
+ type: () => {
1820
+ return Design.CommandID;
1821
+ },
1822
+ isStatic: true,
1823
+ isReadOnly: true
1824
+ },
1825
+ VerbFirst: {
1826
+ kind: "field",
1827
+ type: () => {
1828
+ return Design.CommandID;
1829
+ },
1830
+ isStatic: true,
1831
+ isReadOnly: true
1832
+ },
1833
+ VerbLast: {
1834
+ kind: "field",
1835
+ type: () => {
1836
+ return Design.CommandID;
1837
+ },
1838
+ isStatic: true,
1839
+ isReadOnly: true
1840
+ },
1841
+ VertSpaceConcatenate: {
1842
+ kind: "field",
1843
+ type: () => {
1844
+ return Design.CommandID;
1845
+ },
1846
+ isStatic: true,
1847
+ isReadOnly: true
1848
+ },
1849
+ VertSpaceDecrease: {
1850
+ kind: "field",
1851
+ type: () => {
1852
+ return Design.CommandID;
1853
+ },
1854
+ isStatic: true,
1855
+ isReadOnly: true
1856
+ },
1857
+ VertSpaceIncrease: {
1858
+ kind: "field",
1859
+ type: () => {
1860
+ return Design.CommandID;
1861
+ },
1862
+ isStatic: true,
1863
+ isReadOnly: true
1864
+ },
1865
+ VertSpaceMakeEqual: {
1866
+ kind: "field",
1867
+ type: () => {
1868
+ return Design.CommandID;
1869
+ },
1870
+ isStatic: true,
1871
+ isReadOnly: true
1872
+ },
1873
+ ViewCode: {
1874
+ kind: "field",
1875
+ type: () => {
1876
+ return Design.CommandID;
1877
+ },
1878
+ isStatic: true,
1879
+ isReadOnly: true
1880
+ },
1881
+ ViewGrid: {
1882
+ kind: "field",
1883
+ type: () => {
1884
+ return Design.CommandID;
1885
+ },
1886
+ isStatic: true,
1887
+ isReadOnly: true
1888
+ },
1889
+ StandardCommands: {
1890
+ kind: "method",
1891
+ methodKind: "constructor"
1892
+ }
1893
+ }
1894
+ },
1895
+ StandardToolWindows: {
1896
+ kind: "class",
1897
+ members: {
1898
+ ObjectBrowser: {
1899
+ kind: "field",
1900
+ type: () => {
1901
+ return System.Guid;
1902
+ },
1903
+ isStatic: true,
1904
+ isReadOnly: true
1905
+ },
1906
+ OutputWindow: {
1907
+ kind: "field",
1908
+ type: () => {
1909
+ return System.Guid;
1910
+ },
1911
+ isStatic: true,
1912
+ isReadOnly: true
1913
+ },
1914
+ ProjectExplorer: {
1915
+ kind: "field",
1916
+ type: () => {
1917
+ return System.Guid;
1918
+ },
1919
+ isStatic: true,
1920
+ isReadOnly: true
1921
+ },
1922
+ PropertyBrowser: {
1923
+ kind: "field",
1924
+ type: () => {
1925
+ return System.Guid;
1926
+ },
1927
+ isStatic: true,
1928
+ isReadOnly: true
1929
+ },
1930
+ RelatedLinks: {
1931
+ kind: "field",
1932
+ type: () => {
1933
+ return System.Guid;
1934
+ },
1935
+ isStatic: true,
1936
+ isReadOnly: true
1937
+ },
1938
+ ServerExplorer: {
1939
+ kind: "field",
1940
+ type: () => {
1941
+ return System.Guid;
1942
+ },
1943
+ isStatic: true,
1944
+ isReadOnly: true
1945
+ },
1946
+ TaskList: {
1947
+ kind: "field",
1948
+ type: () => {
1949
+ return System.Guid;
1950
+ },
1951
+ isStatic: true,
1952
+ isReadOnly: true
1953
+ },
1954
+ Toolbox: {
1955
+ kind: "field",
1956
+ type: () => {
1957
+ return System.Guid;
1958
+ },
1959
+ isStatic: true,
1960
+ isReadOnly: true
1961
+ },
1962
+ StandardToolWindows: {
1963
+ kind: "method",
1964
+ methodKind: "constructor"
1965
+ }
1966
+ }
1967
+ },
1968
+ TypeDescriptionProviderService: {
1969
+ kind: "class",
1970
+ members: {
1971
+ TypeDescriptionProviderService: {
1972
+ kind: "method",
1973
+ methodKind: "constructor"
1974
+ },
1975
+ GetProvider: {
1976
+ kind: "method",
1977
+ methodKind: "ordinary",
1978
+ isAbstract: true
1979
+ }
1980
+ },
1981
+ isAbstract: true
1982
+ },
1983
+ ViewTechnology: {
1984
+ kind: "enum",
1985
+ members: {
1986
+ Passthrough: {
1987
+ kind: "field",
1988
+ type: () => {
1989
+ return Design.ViewTechnology;
1990
+ }
1991
+ },
1992
+ WindowsForms: {
1993
+ kind: "field",
1994
+ type: () => {
1995
+ return Design.ViewTechnology;
1996
+ }
1997
+ },
1998
+ Default: {
1999
+ kind: "field",
2000
+ type: () => {
2001
+ return Design.ViewTechnology;
2002
+ }
2003
+ }
2004
+ }
2005
+ }
2006
+ });
2007
+ export default Design;
2008
+ //# sourceMappingURL=index.js.map