@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,3626 @@
1
+ import System from "../../index.js";
2
+ import { createLibrary } from "#createLibrary";
3
+ export { default as ComTypes } from "./ComTypes/index.js";
4
+ export { default as JavaScript } from "./JavaScript/index.js";
5
+ export { default as Marshalling } from "./Marshalling/index.js";
6
+ export { default as ObjectiveC } from "./ObjectiveC/index.js";
7
+ export { default as Swift } from "./Swift/index.js";
8
+ const InteropServices = createLibrary("System.Runtime.InteropServices", {
9
+ AllowReversePInvokeCallsAttribute: {
10
+ kind: "class",
11
+ members: {
12
+ AllowReversePInvokeCallsAttribute: {
13
+ kind: "method",
14
+ methodKind: "constructor"
15
+ }
16
+ },
17
+ isSealed: true
18
+ },
19
+ Architecture: {
20
+ kind: "enum",
21
+ members: {
22
+ X86: {
23
+ kind: "field",
24
+ type: () => {
25
+ return InteropServices.Architecture;
26
+ }
27
+ },
28
+ X64: {
29
+ kind: "field",
30
+ type: () => {
31
+ return InteropServices.Architecture;
32
+ }
33
+ },
34
+ Arm: {
35
+ kind: "field",
36
+ type: () => {
37
+ return InteropServices.Architecture;
38
+ }
39
+ },
40
+ Arm64: {
41
+ kind: "field",
42
+ type: () => {
43
+ return InteropServices.Architecture;
44
+ }
45
+ },
46
+ Wasm: {
47
+ kind: "field",
48
+ type: () => {
49
+ return InteropServices.Architecture;
50
+ }
51
+ },
52
+ S390x: {
53
+ kind: "field",
54
+ type: () => {
55
+ return InteropServices.Architecture;
56
+ }
57
+ },
58
+ LoongArch64: {
59
+ kind: "field",
60
+ type: () => {
61
+ return InteropServices.Architecture;
62
+ }
63
+ },
64
+ Armv6: {
65
+ kind: "field",
66
+ type: () => {
67
+ return InteropServices.Architecture;
68
+ }
69
+ },
70
+ Ppc64le: {
71
+ kind: "field",
72
+ type: () => {
73
+ return InteropServices.Architecture;
74
+ }
75
+ },
76
+ RiscV64: {
77
+ kind: "field",
78
+ type: () => {
79
+ return InteropServices.Architecture;
80
+ }
81
+ }
82
+ }
83
+ },
84
+ ArrayWithOffset: {
85
+ kind: "struct",
86
+ members: {
87
+ ArrayWithOffset: {
88
+ kind: "method",
89
+ methodKind: "constructor"
90
+ },
91
+ Equals: {
92
+ kind: "method",
93
+ methodKind: "ordinary",
94
+ isOverride: true
95
+ },
96
+ GetArray: {
97
+ kind: "method",
98
+ methodKind: "ordinary"
99
+ },
100
+ GetHashCode: {
101
+ kind: "method",
102
+ methodKind: "ordinary",
103
+ isOverride: true
104
+ },
105
+ GetOffset: {
106
+ kind: "method",
107
+ methodKind: "ordinary"
108
+ }
109
+ }
110
+ },
111
+ AutomationProxyAttribute: {
112
+ kind: "class",
113
+ members: {
114
+ AutomationProxyAttribute: {
115
+ kind: "method",
116
+ methodKind: "constructor"
117
+ },
118
+ Value: {
119
+ kind: "property",
120
+ type: () => {
121
+ return System.Boolean;
122
+ }
123
+ }
124
+ },
125
+ isSealed: true
126
+ },
127
+ BestFitMappingAttribute: {
128
+ kind: "class",
129
+ members: {
130
+ ThrowOnUnmappableChar: {
131
+ kind: "field",
132
+ type: () => {
133
+ return System.Boolean;
134
+ }
135
+ },
136
+ BestFitMappingAttribute: {
137
+ kind: "method",
138
+ methodKind: "constructor"
139
+ },
140
+ BestFitMapping: {
141
+ kind: "property",
142
+ type: () => {
143
+ return System.Boolean;
144
+ }
145
+ }
146
+ },
147
+ isSealed: true
148
+ },
149
+ CLong: {
150
+ kind: "struct",
151
+ members: {
152
+ CLong: {
153
+ kind: "method",
154
+ methodKind: "constructor"
155
+ },
156
+ Equals: {
157
+ kind: "method",
158
+ methodKind: "ordinary",
159
+ isOverride: true
160
+ },
161
+ GetHashCode: {
162
+ kind: "method",
163
+ methodKind: "ordinary",
164
+ isOverride: true
165
+ },
166
+ ToString: {
167
+ kind: "method",
168
+ methodKind: "ordinary",
169
+ isOverride: true
170
+ },
171
+ Value: {
172
+ kind: "property",
173
+ type: () => {
174
+ return System.IntPtr;
175
+ }
176
+ }
177
+ }
178
+ },
179
+ COMException: {
180
+ kind: "class",
181
+ members: {
182
+ COMException: {
183
+ kind: "method",
184
+ methodKind: "constructor"
185
+ },
186
+ ToString: {
187
+ kind: "method",
188
+ methodKind: "ordinary",
189
+ isOverride: true
190
+ }
191
+ }
192
+ },
193
+ CULong: {
194
+ kind: "struct",
195
+ members: {
196
+ CULong: {
197
+ kind: "method",
198
+ methodKind: "constructor"
199
+ },
200
+ Equals: {
201
+ kind: "method",
202
+ methodKind: "ordinary",
203
+ isOverride: true
204
+ },
205
+ GetHashCode: {
206
+ kind: "method",
207
+ methodKind: "ordinary",
208
+ isOverride: true
209
+ },
210
+ ToString: {
211
+ kind: "method",
212
+ methodKind: "ordinary",
213
+ isOverride: true
214
+ },
215
+ Value: {
216
+ kind: "property",
217
+ type: () => {
218
+ return System.UIntPtr;
219
+ }
220
+ }
221
+ }
222
+ },
223
+ CallingConvention: {
224
+ kind: "enum",
225
+ members: {
226
+ Winapi: {
227
+ kind: "field",
228
+ type: () => {
229
+ return InteropServices.CallingConvention;
230
+ }
231
+ },
232
+ Cdecl: {
233
+ kind: "field",
234
+ type: () => {
235
+ return InteropServices.CallingConvention;
236
+ }
237
+ },
238
+ StdCall: {
239
+ kind: "field",
240
+ type: () => {
241
+ return InteropServices.CallingConvention;
242
+ }
243
+ },
244
+ ThisCall: {
245
+ kind: "field",
246
+ type: () => {
247
+ return InteropServices.CallingConvention;
248
+ }
249
+ },
250
+ FastCall: {
251
+ kind: "field",
252
+ type: () => {
253
+ return InteropServices.CallingConvention;
254
+ }
255
+ }
256
+ }
257
+ },
258
+ CharSet: {
259
+ kind: "enum",
260
+ members: {
261
+ None: {
262
+ kind: "field",
263
+ type: () => {
264
+ return InteropServices.CharSet;
265
+ }
266
+ },
267
+ Ansi: {
268
+ kind: "field",
269
+ type: () => {
270
+ return InteropServices.CharSet;
271
+ }
272
+ },
273
+ Unicode: {
274
+ kind: "field",
275
+ type: () => {
276
+ return InteropServices.CharSet;
277
+ }
278
+ },
279
+ Auto: {
280
+ kind: "field",
281
+ type: () => {
282
+ return InteropServices.CharSet;
283
+ }
284
+ }
285
+ }
286
+ },
287
+ ClassInterfaceAttribute: {
288
+ kind: "class",
289
+ members: {
290
+ ClassInterfaceAttribute: {
291
+ kind: "method",
292
+ methodKind: "constructor"
293
+ },
294
+ Value: {
295
+ kind: "property",
296
+ type: () => {
297
+ return InteropServices.ClassInterfaceType;
298
+ }
299
+ }
300
+ },
301
+ isSealed: true
302
+ },
303
+ ClassInterfaceType: {
304
+ kind: "enum",
305
+ members: {
306
+ None: {
307
+ kind: "field",
308
+ type: () => {
309
+ return InteropServices.ClassInterfaceType;
310
+ }
311
+ },
312
+ AutoDispatch: {
313
+ kind: "field",
314
+ type: () => {
315
+ return InteropServices.ClassInterfaceType;
316
+ }
317
+ },
318
+ AutoDual: {
319
+ kind: "field",
320
+ type: () => {
321
+ return InteropServices.ClassInterfaceType;
322
+ }
323
+ }
324
+ }
325
+ },
326
+ CoClassAttribute: {
327
+ kind: "class",
328
+ members: {
329
+ CoClassAttribute: {
330
+ kind: "method",
331
+ methodKind: "constructor"
332
+ },
333
+ CoClass: {
334
+ kind: "property",
335
+ type: () => {
336
+ return System.Type;
337
+ }
338
+ }
339
+ },
340
+ isSealed: true
341
+ },
342
+ CollectionsMarshal: {
343
+ kind: "class",
344
+ members: {},
345
+ isStatic: true
346
+ },
347
+ ComAliasNameAttribute: {
348
+ kind: "class",
349
+ members: {
350
+ ComAliasNameAttribute: {
351
+ kind: "method",
352
+ methodKind: "constructor"
353
+ },
354
+ Value: {
355
+ kind: "property",
356
+ type: () => {
357
+ return System.String;
358
+ }
359
+ }
360
+ },
361
+ isSealed: true
362
+ },
363
+ ComCompatibleVersionAttribute: {
364
+ kind: "class",
365
+ members: {
366
+ ComCompatibleVersionAttribute: {
367
+ kind: "method",
368
+ methodKind: "constructor"
369
+ },
370
+ BuildNumber: {
371
+ kind: "property",
372
+ type: () => {
373
+ return System.Int32;
374
+ }
375
+ },
376
+ MajorVersion: {
377
+ kind: "property",
378
+ type: () => {
379
+ return System.Int32;
380
+ }
381
+ },
382
+ MinorVersion: {
383
+ kind: "property",
384
+ type: () => {
385
+ return System.Int32;
386
+ }
387
+ },
388
+ RevisionNumber: {
389
+ kind: "property",
390
+ type: () => {
391
+ return System.Int32;
392
+ }
393
+ }
394
+ },
395
+ isSealed: true
396
+ },
397
+ ComConversionLossAttribute: {
398
+ kind: "class",
399
+ members: {
400
+ ComConversionLossAttribute: {
401
+ kind: "method",
402
+ methodKind: "constructor"
403
+ }
404
+ },
405
+ isSealed: true
406
+ },
407
+ ComDefaultInterfaceAttribute: {
408
+ kind: "class",
409
+ members: {
410
+ ComDefaultInterfaceAttribute: {
411
+ kind: "method",
412
+ methodKind: "constructor"
413
+ },
414
+ Value: {
415
+ kind: "property",
416
+ type: () => {
417
+ return System.Type;
418
+ }
419
+ }
420
+ },
421
+ isSealed: true
422
+ },
423
+ ComImportAttribute: {
424
+ kind: "class",
425
+ members: {
426
+ ComImportAttribute: {
427
+ kind: "method",
428
+ methodKind: "constructor"
429
+ }
430
+ },
431
+ isSealed: true
432
+ },
433
+ ComInterfaceType: {
434
+ kind: "enum",
435
+ members: {
436
+ InterfaceIsDual: {
437
+ kind: "field",
438
+ type: () => {
439
+ return InteropServices.ComInterfaceType;
440
+ }
441
+ },
442
+ InterfaceIsIUnknown: {
443
+ kind: "field",
444
+ type: () => {
445
+ return InteropServices.ComInterfaceType;
446
+ }
447
+ },
448
+ InterfaceIsIDispatch: {
449
+ kind: "field",
450
+ type: () => {
451
+ return InteropServices.ComInterfaceType;
452
+ }
453
+ },
454
+ InterfaceIsIInspectable: {
455
+ kind: "field",
456
+ type: () => {
457
+ return InteropServices.ComInterfaceType;
458
+ }
459
+ }
460
+ }
461
+ },
462
+ ComMemberType: {
463
+ kind: "enum",
464
+ members: {
465
+ Method: {
466
+ kind: "field",
467
+ type: () => {
468
+ return InteropServices.ComMemberType;
469
+ }
470
+ },
471
+ PropGet: {
472
+ kind: "field",
473
+ type: () => {
474
+ return InteropServices.ComMemberType;
475
+ }
476
+ },
477
+ PropSet: {
478
+ kind: "field",
479
+ type: () => {
480
+ return InteropServices.ComMemberType;
481
+ }
482
+ }
483
+ }
484
+ },
485
+ ComRegisterFunctionAttribute: {
486
+ kind: "class",
487
+ members: {
488
+ ComRegisterFunctionAttribute: {
489
+ kind: "method",
490
+ methodKind: "constructor"
491
+ }
492
+ },
493
+ isSealed: true
494
+ },
495
+ ComUnregisterFunctionAttribute: {
496
+ kind: "class",
497
+ members: {
498
+ ComUnregisterFunctionAttribute: {
499
+ kind: "method",
500
+ methodKind: "constructor"
501
+ }
502
+ },
503
+ isSealed: true
504
+ },
505
+ ComVisibleAttribute: {
506
+ kind: "class",
507
+ members: {
508
+ ComVisibleAttribute: {
509
+ kind: "method",
510
+ methodKind: "constructor"
511
+ },
512
+ Value: {
513
+ kind: "property",
514
+ type: () => {
515
+ return System.Boolean;
516
+ }
517
+ }
518
+ },
519
+ isSealed: true
520
+ },
521
+ ComWrappers: {
522
+ kind: "class",
523
+ members: {
524
+ ComInterfaceDispatch: {
525
+ kind: "struct",
526
+ members: {
527
+ Vtable: {
528
+ kind: "field",
529
+ type: () => {
530
+ return System.IntPtr;
531
+ }
532
+ }
533
+ }
534
+ },
535
+ ComInterfaceEntry: {
536
+ kind: "struct",
537
+ members: {
538
+ IID: {
539
+ kind: "field",
540
+ type: () => {
541
+ return System.Guid;
542
+ }
543
+ },
544
+ Vtable: {
545
+ kind: "field",
546
+ type: () => {
547
+ return System.IntPtr;
548
+ }
549
+ }
550
+ }
551
+ }
552
+ }
553
+ },
554
+ CreateComInterfaceFlags: {
555
+ kind: "enum",
556
+ members: {
557
+ None: {
558
+ kind: "field",
559
+ type: () => {
560
+ return InteropServices.CreateComInterfaceFlags;
561
+ }
562
+ },
563
+ CallerDefinedIUnknown: {
564
+ kind: "field",
565
+ type: () => {
566
+ return InteropServices.CreateComInterfaceFlags;
567
+ }
568
+ },
569
+ TrackerSupport: {
570
+ kind: "field",
571
+ type: () => {
572
+ return InteropServices.CreateComInterfaceFlags;
573
+ }
574
+ }
575
+ }
576
+ },
577
+ CreateObjectFlags: {
578
+ kind: "enum",
579
+ members: {
580
+ None: {
581
+ kind: "field",
582
+ type: () => {
583
+ return InteropServices.CreateObjectFlags;
584
+ }
585
+ },
586
+ TrackerObject: {
587
+ kind: "field",
588
+ type: () => {
589
+ return InteropServices.CreateObjectFlags;
590
+ }
591
+ },
592
+ UniqueInstance: {
593
+ kind: "field",
594
+ type: () => {
595
+ return InteropServices.CreateObjectFlags;
596
+ }
597
+ },
598
+ Aggregation: {
599
+ kind: "field",
600
+ type: () => {
601
+ return InteropServices.CreateObjectFlags;
602
+ }
603
+ },
604
+ Unwrap: {
605
+ kind: "field",
606
+ type: () => {
607
+ return InteropServices.CreateObjectFlags;
608
+ }
609
+ }
610
+ }
611
+ },
612
+ CriticalHandle: {
613
+ kind: "class",
614
+ members: {
615
+ handle: {
616
+ kind: "field",
617
+ type: () => {
618
+ return System.IntPtr;
619
+ }
620
+ },
621
+ CriticalHandle: {
622
+ kind: "method",
623
+ methodKind: "constructor"
624
+ },
625
+ Close: {
626
+ kind: "method",
627
+ methodKind: "ordinary"
628
+ },
629
+ Dispose: {
630
+ kind: "method",
631
+ methodKind: "ordinary"
632
+ },
633
+ Finalize: {
634
+ kind: "method",
635
+ methodKind: "ordinary"
636
+ },
637
+ ReleaseHandle: {
638
+ kind: "method",
639
+ methodKind: "ordinary",
640
+ isAbstract: true
641
+ },
642
+ SetHandle: {
643
+ kind: "method",
644
+ methodKind: "ordinary"
645
+ },
646
+ SetHandleAsInvalid: {
647
+ kind: "method",
648
+ methodKind: "ordinary"
649
+ },
650
+ IsClosed: {
651
+ kind: "property",
652
+ type: () => {
653
+ return System.Boolean;
654
+ }
655
+ },
656
+ IsInvalid: {
657
+ kind: "property",
658
+ type: () => {
659
+ return System.Boolean;
660
+ },
661
+ isAbstract: true
662
+ }
663
+ },
664
+ isAbstract: true
665
+ },
666
+ DefaultCharSetAttribute: {
667
+ kind: "class",
668
+ members: {
669
+ DefaultCharSetAttribute: {
670
+ kind: "method",
671
+ methodKind: "constructor"
672
+ },
673
+ CharSet: {
674
+ kind: "property",
675
+ type: () => {
676
+ return InteropServices.CharSet;
677
+ }
678
+ }
679
+ },
680
+ isSealed: true
681
+ },
682
+ DefaultDllImportSearchPathsAttribute: {
683
+ kind: "class",
684
+ members: {
685
+ DefaultDllImportSearchPathsAttribute: {
686
+ kind: "method",
687
+ methodKind: "constructor"
688
+ },
689
+ Paths: {
690
+ kind: "property",
691
+ type: () => {
692
+ return InteropServices.DllImportSearchPath;
693
+ }
694
+ }
695
+ },
696
+ isSealed: true
697
+ },
698
+ DefaultParameterValueAttribute: {
699
+ kind: "class",
700
+ members: {
701
+ DefaultParameterValueAttribute: {
702
+ kind: "method",
703
+ methodKind: "constructor"
704
+ },
705
+ Value: {
706
+ kind: "property",
707
+ type: () => {
708
+ return System.Object;
709
+ },
710
+ isNullable: true
711
+ }
712
+ },
713
+ isSealed: true
714
+ },
715
+ DispIdAttribute: {
716
+ kind: "class",
717
+ members: {
718
+ DispIdAttribute: {
719
+ kind: "method",
720
+ methodKind: "constructor"
721
+ },
722
+ Value: {
723
+ kind: "property",
724
+ type: () => {
725
+ return System.Int32;
726
+ }
727
+ }
728
+ },
729
+ isSealed: true
730
+ },
731
+ DllImportAttribute: {
732
+ kind: "class",
733
+ members: {
734
+ BestFitMapping: {
735
+ kind: "field",
736
+ type: () => {
737
+ return System.Boolean;
738
+ }
739
+ },
740
+ CallingConvention: {
741
+ kind: "field",
742
+ type: () => {
743
+ return InteropServices.CallingConvention;
744
+ }
745
+ },
746
+ CharSet: {
747
+ kind: "field",
748
+ type: () => {
749
+ return InteropServices.CharSet;
750
+ }
751
+ },
752
+ EntryPoint: {
753
+ kind: "field",
754
+ type: () => {
755
+ return System.String;
756
+ },
757
+ isNullable: true
758
+ },
759
+ ExactSpelling: {
760
+ kind: "field",
761
+ type: () => {
762
+ return System.Boolean;
763
+ }
764
+ },
765
+ PreserveSig: {
766
+ kind: "field",
767
+ type: () => {
768
+ return System.Boolean;
769
+ }
770
+ },
771
+ SetLastError: {
772
+ kind: "field",
773
+ type: () => {
774
+ return System.Boolean;
775
+ }
776
+ },
777
+ ThrowOnUnmappableChar: {
778
+ kind: "field",
779
+ type: () => {
780
+ return System.Boolean;
781
+ }
782
+ },
783
+ DllImportAttribute: {
784
+ kind: "method",
785
+ methodKind: "constructor"
786
+ },
787
+ Value: {
788
+ kind: "property",
789
+ type: () => {
790
+ return System.String;
791
+ }
792
+ }
793
+ },
794
+ isSealed: true
795
+ },
796
+ DllImportResolver: {
797
+ kind: "generic",
798
+ members: {
799
+ DllImportResolver: {
800
+ kind: "method",
801
+ methodKind: "constructor"
802
+ },
803
+ Invoke: {
804
+ kind: "method",
805
+ methodKind: "ordinary",
806
+ isVirtual: true
807
+ },
808
+ BeginInvoke: {
809
+ kind: "method",
810
+ methodKind: "ordinary",
811
+ isVirtual: true
812
+ },
813
+ EndInvoke: {
814
+ kind: "method",
815
+ methodKind: "ordinary",
816
+ isVirtual: true
817
+ }
818
+ }
819
+ },
820
+ DllImportSearchPath: {
821
+ kind: "enum",
822
+ members: {
823
+ LegacyBehavior: {
824
+ kind: "field",
825
+ type: () => {
826
+ return InteropServices.DllImportSearchPath;
827
+ }
828
+ },
829
+ AssemblyDirectory: {
830
+ kind: "field",
831
+ type: () => {
832
+ return InteropServices.DllImportSearchPath;
833
+ }
834
+ },
835
+ UseDllDirectoryForDependencies: {
836
+ kind: "field",
837
+ type: () => {
838
+ return InteropServices.DllImportSearchPath;
839
+ }
840
+ },
841
+ ApplicationDirectory: {
842
+ kind: "field",
843
+ type: () => {
844
+ return InteropServices.DllImportSearchPath;
845
+ }
846
+ },
847
+ UserDirectories: {
848
+ kind: "field",
849
+ type: () => {
850
+ return InteropServices.DllImportSearchPath;
851
+ }
852
+ },
853
+ System32: {
854
+ kind: "field",
855
+ type: () => {
856
+ return InteropServices.DllImportSearchPath;
857
+ }
858
+ },
859
+ SafeDirectories: {
860
+ kind: "field",
861
+ type: () => {
862
+ return InteropServices.DllImportSearchPath;
863
+ }
864
+ }
865
+ }
866
+ },
867
+ DynamicInterfaceCastableImplementationAttribute: {
868
+ kind: "class",
869
+ members: {
870
+ DynamicInterfaceCastableImplementationAttribute: {
871
+ kind: "method",
872
+ methodKind: "constructor"
873
+ }
874
+ },
875
+ isSealed: true
876
+ },
877
+ ExternalException: {
878
+ kind: "class",
879
+ members: {
880
+ ExternalException: {
881
+ kind: "method",
882
+ methodKind: "constructor"
883
+ },
884
+ ToString: {
885
+ kind: "method",
886
+ methodKind: "ordinary",
887
+ isOverride: true
888
+ },
889
+ ErrorCode: {
890
+ kind: "property",
891
+ type: () => {
892
+ return System.Int32;
893
+ },
894
+ isVirtual: true
895
+ }
896
+ }
897
+ },
898
+ FieldOffsetAttribute: {
899
+ kind: "class",
900
+ members: {
901
+ FieldOffsetAttribute: {
902
+ kind: "method",
903
+ methodKind: "constructor"
904
+ },
905
+ Value: {
906
+ kind: "property",
907
+ type: () => {
908
+ return System.Int32;
909
+ }
910
+ }
911
+ },
912
+ isSealed: true
913
+ },
914
+ GCHandle: {
915
+ kind: "struct",
916
+ members: {
917
+ AddrOfPinnedObject: {
918
+ kind: "method",
919
+ methodKind: "ordinary",
920
+ isReadOnly: true
921
+ },
922
+ Alloc: {
923
+ kind: "method",
924
+ methodKind: "ordinary",
925
+ isStatic: true
926
+ },
927
+ Equals: {
928
+ kind: "method",
929
+ methodKind: "ordinary",
930
+ isOverride: true,
931
+ isReadOnly: true
932
+ },
933
+ Free: {
934
+ kind: "method",
935
+ methodKind: "ordinary"
936
+ },
937
+ FromIntPtr: {
938
+ kind: "method",
939
+ methodKind: "ordinary",
940
+ isStatic: true
941
+ },
942
+ GetHashCode: {
943
+ kind: "method",
944
+ methodKind: "ordinary",
945
+ isOverride: true,
946
+ isReadOnly: true
947
+ },
948
+ ToIntPtr: {
949
+ kind: "method",
950
+ methodKind: "ordinary",
951
+ isStatic: true
952
+ },
953
+ IsAllocated: {
954
+ kind: "property",
955
+ type: () => {
956
+ return System.Boolean;
957
+ },
958
+ isReadOnly: true
959
+ },
960
+ Target: {
961
+ kind: "property",
962
+ type: () => {
963
+ return System.Object;
964
+ },
965
+ isNullable: true,
966
+ isReadOnly: true
967
+ }
968
+ }
969
+ },
970
+ GCHandleType: {
971
+ kind: "enum",
972
+ members: {
973
+ Weak: {
974
+ kind: "field",
975
+ type: () => {
976
+ return InteropServices.GCHandleType;
977
+ }
978
+ },
979
+ WeakTrackResurrection: {
980
+ kind: "field",
981
+ type: () => {
982
+ return InteropServices.GCHandleType;
983
+ }
984
+ },
985
+ Normal: {
986
+ kind: "field",
987
+ type: () => {
988
+ return InteropServices.GCHandleType;
989
+ }
990
+ },
991
+ Pinned: {
992
+ kind: "field",
993
+ type: () => {
994
+ return InteropServices.GCHandleType;
995
+ }
996
+ }
997
+ }
998
+ },
999
+ GuidAttribute: {
1000
+ kind: "class",
1001
+ members: {
1002
+ GuidAttribute: {
1003
+ kind: "method",
1004
+ methodKind: "constructor"
1005
+ },
1006
+ Value: {
1007
+ kind: "property",
1008
+ type: () => {
1009
+ return System.String;
1010
+ }
1011
+ }
1012
+ },
1013
+ isSealed: true
1014
+ },
1015
+ HandleCollector: {
1016
+ kind: "class",
1017
+ members: {
1018
+ HandleCollector: {
1019
+ kind: "method",
1020
+ methodKind: "constructor"
1021
+ },
1022
+ Add: {
1023
+ kind: "method",
1024
+ methodKind: "ordinary"
1025
+ },
1026
+ Remove: {
1027
+ kind: "method",
1028
+ methodKind: "ordinary"
1029
+ },
1030
+ Count: {
1031
+ kind: "property",
1032
+ type: () => {
1033
+ return System.Int32;
1034
+ }
1035
+ },
1036
+ InitialThreshold: {
1037
+ kind: "property",
1038
+ type: () => {
1039
+ return System.Int32;
1040
+ }
1041
+ },
1042
+ MaximumThreshold: {
1043
+ kind: "property",
1044
+ type: () => {
1045
+ return System.Int32;
1046
+ }
1047
+ },
1048
+ Name: {
1049
+ kind: "property",
1050
+ type: () => {
1051
+ return System.String;
1052
+ }
1053
+ }
1054
+ },
1055
+ isSealed: true
1056
+ },
1057
+ HandleRef: {
1058
+ kind: "struct",
1059
+ members: {
1060
+ HandleRef: {
1061
+ kind: "method",
1062
+ methodKind: "constructor"
1063
+ },
1064
+ ToIntPtr: {
1065
+ kind: "method",
1066
+ methodKind: "ordinary",
1067
+ isStatic: true
1068
+ },
1069
+ Handle: {
1070
+ kind: "property",
1071
+ type: () => {
1072
+ return System.IntPtr;
1073
+ }
1074
+ },
1075
+ Wrapper: {
1076
+ kind: "property",
1077
+ type: () => {
1078
+ return System.Object;
1079
+ },
1080
+ isNullable: true
1081
+ }
1082
+ }
1083
+ },
1084
+ ICustomFactory: {
1085
+ kind: "interface",
1086
+ members: {
1087
+ CreateInstance: {
1088
+ kind: "method",
1089
+ methodKind: "ordinary"
1090
+ }
1091
+ }
1092
+ },
1093
+ ICustomMarshaler: {
1094
+ kind: "interface",
1095
+ members: {
1096
+ CleanUpManagedData: {
1097
+ kind: "method",
1098
+ methodKind: "ordinary"
1099
+ },
1100
+ CleanUpNativeData: {
1101
+ kind: "method",
1102
+ methodKind: "ordinary"
1103
+ },
1104
+ GetNativeDataSize: {
1105
+ kind: "method",
1106
+ methodKind: "ordinary"
1107
+ },
1108
+ MarshalManagedToNative: {
1109
+ kind: "method",
1110
+ methodKind: "ordinary"
1111
+ },
1112
+ MarshalNativeToManaged: {
1113
+ kind: "method",
1114
+ methodKind: "ordinary"
1115
+ }
1116
+ }
1117
+ },
1118
+ IDynamicInterfaceCastable: {
1119
+ kind: "interface",
1120
+ members: {
1121
+ IsInterfaceImplemented: {
1122
+ kind: "method",
1123
+ methodKind: "ordinary"
1124
+ },
1125
+ GetInterfaceImplementation: {
1126
+ kind: "method",
1127
+ methodKind: "ordinary"
1128
+ }
1129
+ }
1130
+ },
1131
+ ImmutableCollectionsMarshal: {
1132
+ kind: "class",
1133
+ members: {},
1134
+ isStatic: true
1135
+ },
1136
+ ImportedFromTypeLibAttribute: {
1137
+ kind: "class",
1138
+ members: {
1139
+ ImportedFromTypeLibAttribute: {
1140
+ kind: "method",
1141
+ methodKind: "constructor"
1142
+ },
1143
+ Value: {
1144
+ kind: "property",
1145
+ type: () => {
1146
+ return System.String;
1147
+ }
1148
+ }
1149
+ },
1150
+ isSealed: true
1151
+ },
1152
+ InAttribute: {
1153
+ kind: "class",
1154
+ members: {
1155
+ InAttribute: {
1156
+ kind: "method",
1157
+ methodKind: "constructor"
1158
+ }
1159
+ },
1160
+ isSealed: true
1161
+ },
1162
+ InterfaceTypeAttribute: {
1163
+ kind: "class",
1164
+ members: {
1165
+ InterfaceTypeAttribute: {
1166
+ kind: "method",
1167
+ methodKind: "constructor"
1168
+ },
1169
+ Value: {
1170
+ kind: "property",
1171
+ type: () => {
1172
+ return InteropServices.ComInterfaceType;
1173
+ }
1174
+ }
1175
+ },
1176
+ isSealed: true
1177
+ },
1178
+ InvalidComObjectException: {
1179
+ kind: "class",
1180
+ members: {
1181
+ InvalidComObjectException: {
1182
+ kind: "method",
1183
+ methodKind: "constructor"
1184
+ }
1185
+ }
1186
+ },
1187
+ InvalidOleVariantTypeException: {
1188
+ kind: "class",
1189
+ members: {
1190
+ InvalidOleVariantTypeException: {
1191
+ kind: "method",
1192
+ methodKind: "constructor"
1193
+ }
1194
+ }
1195
+ },
1196
+ JsonMarshal: {
1197
+ kind: "class",
1198
+ members: {
1199
+ GetRawUtf8Value: {
1200
+ kind: "method",
1201
+ methodKind: "ordinary",
1202
+ isStatic: true
1203
+ }
1204
+ },
1205
+ isStatic: true
1206
+ },
1207
+ LCIDConversionAttribute: {
1208
+ kind: "class",
1209
+ members: {
1210
+ LCIDConversionAttribute: {
1211
+ kind: "method",
1212
+ methodKind: "constructor"
1213
+ },
1214
+ Value: {
1215
+ kind: "property",
1216
+ type: () => {
1217
+ return System.Int32;
1218
+ }
1219
+ }
1220
+ },
1221
+ isSealed: true
1222
+ },
1223
+ LayoutKind: {
1224
+ kind: "enum",
1225
+ members: {
1226
+ Sequential: {
1227
+ kind: "field",
1228
+ type: () => {
1229
+ return InteropServices.LayoutKind;
1230
+ }
1231
+ },
1232
+ Explicit: {
1233
+ kind: "field",
1234
+ type: () => {
1235
+ return InteropServices.LayoutKind;
1236
+ }
1237
+ },
1238
+ Auto: {
1239
+ kind: "field",
1240
+ type: () => {
1241
+ return InteropServices.LayoutKind;
1242
+ }
1243
+ }
1244
+ }
1245
+ },
1246
+ LibraryImportAttribute: {
1247
+ kind: "class",
1248
+ members: {
1249
+ LibraryImportAttribute: {
1250
+ kind: "method",
1251
+ methodKind: "constructor"
1252
+ },
1253
+ LibraryName: {
1254
+ kind: "property",
1255
+ type: () => {
1256
+ return System.String;
1257
+ }
1258
+ },
1259
+ EntryPoint: {
1260
+ kind: "property",
1261
+ type: () => {
1262
+ return System.String;
1263
+ },
1264
+ isNullable: true
1265
+ },
1266
+ SetLastError: {
1267
+ kind: "property",
1268
+ type: () => {
1269
+ return System.Boolean;
1270
+ }
1271
+ },
1272
+ StringMarshalling: {
1273
+ kind: "property",
1274
+ type: () => {
1275
+ return InteropServices.StringMarshalling;
1276
+ }
1277
+ },
1278
+ StringMarshallingCustomType: {
1279
+ kind: "property",
1280
+ type: () => {
1281
+ return System.Type;
1282
+ },
1283
+ isNullable: true
1284
+ }
1285
+ },
1286
+ isSealed: true
1287
+ },
1288
+ ManagedToNativeComInteropStubAttribute: {
1289
+ kind: "class",
1290
+ members: {
1291
+ ManagedToNativeComInteropStubAttribute: {
1292
+ kind: "method",
1293
+ methodKind: "constructor"
1294
+ },
1295
+ ClassType: {
1296
+ kind: "property",
1297
+ type: () => {
1298
+ return System.Type;
1299
+ }
1300
+ },
1301
+ MethodName: {
1302
+ kind: "property",
1303
+ type: () => {
1304
+ return System.String;
1305
+ }
1306
+ }
1307
+ },
1308
+ isSealed: true
1309
+ },
1310
+ Marshal: {
1311
+ kind: "class",
1312
+ members: {
1313
+ SystemDefaultCharSize: {
1314
+ kind: "field",
1315
+ type: () => {
1316
+ return System.Int32;
1317
+ },
1318
+ isStatic: true,
1319
+ isReadOnly: true
1320
+ },
1321
+ SystemMaxDBCSCharSize: {
1322
+ kind: "field",
1323
+ type: () => {
1324
+ return System.Int32;
1325
+ },
1326
+ isStatic: true,
1327
+ isReadOnly: true
1328
+ },
1329
+ AddRef: {
1330
+ kind: "method",
1331
+ methodKind: "ordinary",
1332
+ isStatic: true
1333
+ },
1334
+ AllocCoTaskMem: {
1335
+ kind: "method",
1336
+ methodKind: "ordinary",
1337
+ isStatic: true
1338
+ },
1339
+ AllocHGlobal: {
1340
+ kind: "method",
1341
+ methodKind: "ordinary",
1342
+ isStatic: true
1343
+ },
1344
+ AreComObjectsAvailableForCleanup: {
1345
+ kind: "method",
1346
+ methodKind: "ordinary",
1347
+ isStatic: true
1348
+ },
1349
+ BindToMoniker: {
1350
+ kind: "method",
1351
+ methodKind: "ordinary",
1352
+ isStatic: true
1353
+ },
1354
+ ChangeWrapperHandleStrength: {
1355
+ kind: "method",
1356
+ methodKind: "ordinary",
1357
+ isStatic: true
1358
+ },
1359
+ CleanupUnusedObjectsInCurrentContext: {
1360
+ kind: "method",
1361
+ methodKind: "ordinary",
1362
+ isStatic: true
1363
+ },
1364
+ Copy: {
1365
+ kind: "method",
1366
+ methodKind: "ordinary",
1367
+ isStatic: true
1368
+ },
1369
+ FinalReleaseComObject: {
1370
+ kind: "method",
1371
+ methodKind: "ordinary",
1372
+ isStatic: true
1373
+ },
1374
+ FreeBSTR: {
1375
+ kind: "method",
1376
+ methodKind: "ordinary",
1377
+ isStatic: true
1378
+ },
1379
+ FreeCoTaskMem: {
1380
+ kind: "method",
1381
+ methodKind: "ordinary",
1382
+ isStatic: true
1383
+ },
1384
+ FreeHGlobal: {
1385
+ kind: "method",
1386
+ methodKind: "ordinary",
1387
+ isStatic: true
1388
+ },
1389
+ GenerateGuidForType: {
1390
+ kind: "method",
1391
+ methodKind: "ordinary",
1392
+ isStatic: true
1393
+ },
1394
+ GenerateProgIdForType: {
1395
+ kind: "method",
1396
+ methodKind: "ordinary",
1397
+ isStatic: true
1398
+ },
1399
+ GetComObjectData: {
1400
+ kind: "method",
1401
+ methodKind: "ordinary",
1402
+ isStatic: true
1403
+ },
1404
+ GetEndComSlot: {
1405
+ kind: "method",
1406
+ methodKind: "ordinary",
1407
+ isStatic: true
1408
+ },
1409
+ GetExceptionForHR: {
1410
+ kind: "method",
1411
+ methodKind: "ordinary",
1412
+ isStatic: true
1413
+ },
1414
+ GetExceptionPointers: {
1415
+ kind: "method",
1416
+ methodKind: "ordinary",
1417
+ isStatic: true
1418
+ },
1419
+ GetHINSTANCE: {
1420
+ kind: "method",
1421
+ methodKind: "ordinary",
1422
+ isStatic: true
1423
+ },
1424
+ GetHRForException: {
1425
+ kind: "method",
1426
+ methodKind: "ordinary",
1427
+ isStatic: true
1428
+ },
1429
+ GetHRForLastWin32Error: {
1430
+ kind: "method",
1431
+ methodKind: "ordinary",
1432
+ isStatic: true
1433
+ },
1434
+ GetIDispatchForObject: {
1435
+ kind: "method",
1436
+ methodKind: "ordinary",
1437
+ isStatic: true
1438
+ },
1439
+ GetIUnknownForObject: {
1440
+ kind: "method",
1441
+ methodKind: "ordinary",
1442
+ isStatic: true
1443
+ },
1444
+ GetLastPInvokeError: {
1445
+ kind: "method",
1446
+ methodKind: "ordinary",
1447
+ isStatic: true
1448
+ },
1449
+ GetLastSystemError: {
1450
+ kind: "method",
1451
+ methodKind: "ordinary",
1452
+ isStatic: true
1453
+ },
1454
+ GetLastWin32Error: {
1455
+ kind: "method",
1456
+ methodKind: "ordinary",
1457
+ isStatic: true
1458
+ },
1459
+ GetLastPInvokeErrorMessage: {
1460
+ kind: "method",
1461
+ methodKind: "ordinary",
1462
+ isStatic: true
1463
+ },
1464
+ GetPInvokeErrorMessage: {
1465
+ kind: "method",
1466
+ methodKind: "ordinary",
1467
+ isStatic: true
1468
+ },
1469
+ GetObjectForIUnknown: {
1470
+ kind: "method",
1471
+ methodKind: "ordinary",
1472
+ isStatic: true
1473
+ },
1474
+ GetStartComSlot: {
1475
+ kind: "method",
1476
+ methodKind: "ordinary",
1477
+ isStatic: true
1478
+ },
1479
+ GetTypedObjectForIUnknown: {
1480
+ kind: "method",
1481
+ methodKind: "ordinary",
1482
+ isStatic: true
1483
+ },
1484
+ GetTypeFromCLSID: {
1485
+ kind: "method",
1486
+ methodKind: "ordinary",
1487
+ isStatic: true
1488
+ },
1489
+ GetTypeInfoName: {
1490
+ kind: "method",
1491
+ methodKind: "ordinary",
1492
+ isStatic: true
1493
+ },
1494
+ GetUniqueObjectForIUnknown: {
1495
+ kind: "method",
1496
+ methodKind: "ordinary",
1497
+ isStatic: true
1498
+ },
1499
+ InitHandle: {
1500
+ kind: "method",
1501
+ methodKind: "ordinary",
1502
+ isStatic: true
1503
+ },
1504
+ IsComObject: {
1505
+ kind: "method",
1506
+ methodKind: "ordinary",
1507
+ isStatic: true
1508
+ },
1509
+ IsTypeVisibleFromCom: {
1510
+ kind: "method",
1511
+ methodKind: "ordinary",
1512
+ isStatic: true
1513
+ },
1514
+ Prelink: {
1515
+ kind: "method",
1516
+ methodKind: "ordinary",
1517
+ isStatic: true
1518
+ },
1519
+ PrelinkAll: {
1520
+ kind: "method",
1521
+ methodKind: "ordinary",
1522
+ isStatic: true
1523
+ },
1524
+ PtrToStringAnsi: {
1525
+ kind: "method",
1526
+ methodKind: "ordinary",
1527
+ isStatic: true
1528
+ },
1529
+ PtrToStringAuto: {
1530
+ kind: "method",
1531
+ methodKind: "ordinary",
1532
+ isStatic: true
1533
+ },
1534
+ PtrToStringBSTR: {
1535
+ kind: "method",
1536
+ methodKind: "ordinary",
1537
+ isStatic: true
1538
+ },
1539
+ PtrToStringUni: {
1540
+ kind: "method",
1541
+ methodKind: "ordinary",
1542
+ isStatic: true
1543
+ },
1544
+ PtrToStringUTF8: {
1545
+ kind: "method",
1546
+ methodKind: "ordinary",
1547
+ isStatic: true
1548
+ },
1549
+ QueryInterface: {
1550
+ kind: "method",
1551
+ methodKind: "ordinary",
1552
+ isStatic: true
1553
+ },
1554
+ ReadByte: {
1555
+ kind: "method",
1556
+ methodKind: "ordinary",
1557
+ isStatic: true
1558
+ },
1559
+ ReadInt16: {
1560
+ kind: "method",
1561
+ methodKind: "ordinary",
1562
+ isStatic: true
1563
+ },
1564
+ ReadInt32: {
1565
+ kind: "method",
1566
+ methodKind: "ordinary",
1567
+ isStatic: true
1568
+ },
1569
+ ReadInt64: {
1570
+ kind: "method",
1571
+ methodKind: "ordinary",
1572
+ isStatic: true
1573
+ },
1574
+ ReadIntPtr: {
1575
+ kind: "method",
1576
+ methodKind: "ordinary",
1577
+ isStatic: true
1578
+ },
1579
+ ReAllocCoTaskMem: {
1580
+ kind: "method",
1581
+ methodKind: "ordinary",
1582
+ isStatic: true
1583
+ },
1584
+ ReAllocHGlobal: {
1585
+ kind: "method",
1586
+ methodKind: "ordinary",
1587
+ isStatic: true
1588
+ },
1589
+ Release: {
1590
+ kind: "method",
1591
+ methodKind: "ordinary",
1592
+ isStatic: true
1593
+ },
1594
+ ReleaseComObject: {
1595
+ kind: "method",
1596
+ methodKind: "ordinary",
1597
+ isStatic: true
1598
+ },
1599
+ SecureStringToBSTR: {
1600
+ kind: "method",
1601
+ methodKind: "ordinary",
1602
+ isStatic: true
1603
+ },
1604
+ SecureStringToCoTaskMemAnsi: {
1605
+ kind: "method",
1606
+ methodKind: "ordinary",
1607
+ isStatic: true
1608
+ },
1609
+ SecureStringToCoTaskMemUnicode: {
1610
+ kind: "method",
1611
+ methodKind: "ordinary",
1612
+ isStatic: true
1613
+ },
1614
+ SecureStringToGlobalAllocAnsi: {
1615
+ kind: "method",
1616
+ methodKind: "ordinary",
1617
+ isStatic: true
1618
+ },
1619
+ SecureStringToGlobalAllocUnicode: {
1620
+ kind: "method",
1621
+ methodKind: "ordinary",
1622
+ isStatic: true
1623
+ },
1624
+ SetComObjectData: {
1625
+ kind: "method",
1626
+ methodKind: "ordinary",
1627
+ isStatic: true
1628
+ },
1629
+ SetLastPInvokeError: {
1630
+ kind: "method",
1631
+ methodKind: "ordinary",
1632
+ isStatic: true
1633
+ },
1634
+ SetLastSystemError: {
1635
+ kind: "method",
1636
+ methodKind: "ordinary",
1637
+ isStatic: true
1638
+ },
1639
+ StringToBSTR: {
1640
+ kind: "method",
1641
+ methodKind: "ordinary",
1642
+ isStatic: true
1643
+ },
1644
+ StringToCoTaskMemAnsi: {
1645
+ kind: "method",
1646
+ methodKind: "ordinary",
1647
+ isStatic: true
1648
+ },
1649
+ StringToCoTaskMemAuto: {
1650
+ kind: "method",
1651
+ methodKind: "ordinary",
1652
+ isStatic: true
1653
+ },
1654
+ StringToCoTaskMemUni: {
1655
+ kind: "method",
1656
+ methodKind: "ordinary",
1657
+ isStatic: true
1658
+ },
1659
+ StringToCoTaskMemUTF8: {
1660
+ kind: "method",
1661
+ methodKind: "ordinary",
1662
+ isStatic: true
1663
+ },
1664
+ StringToHGlobalAnsi: {
1665
+ kind: "method",
1666
+ methodKind: "ordinary",
1667
+ isStatic: true
1668
+ },
1669
+ StringToHGlobalAuto: {
1670
+ kind: "method",
1671
+ methodKind: "ordinary",
1672
+ isStatic: true
1673
+ },
1674
+ StringToHGlobalUni: {
1675
+ kind: "method",
1676
+ methodKind: "ordinary",
1677
+ isStatic: true
1678
+ },
1679
+ ThrowExceptionForHR: {
1680
+ kind: "method",
1681
+ methodKind: "ordinary",
1682
+ isStatic: true
1683
+ },
1684
+ WriteByte: {
1685
+ kind: "method",
1686
+ methodKind: "ordinary",
1687
+ isStatic: true
1688
+ },
1689
+ WriteInt16: {
1690
+ kind: "method",
1691
+ methodKind: "ordinary",
1692
+ isStatic: true
1693
+ },
1694
+ WriteInt32: {
1695
+ kind: "method",
1696
+ methodKind: "ordinary",
1697
+ isStatic: true
1698
+ },
1699
+ WriteInt64: {
1700
+ kind: "method",
1701
+ methodKind: "ordinary",
1702
+ isStatic: true
1703
+ },
1704
+ WriteIntPtr: {
1705
+ kind: "method",
1706
+ methodKind: "ordinary",
1707
+ isStatic: true
1708
+ },
1709
+ ZeroFreeBSTR: {
1710
+ kind: "method",
1711
+ methodKind: "ordinary",
1712
+ isStatic: true
1713
+ },
1714
+ ZeroFreeCoTaskMemAnsi: {
1715
+ kind: "method",
1716
+ methodKind: "ordinary",
1717
+ isStatic: true
1718
+ },
1719
+ ZeroFreeCoTaskMemUnicode: {
1720
+ kind: "method",
1721
+ methodKind: "ordinary",
1722
+ isStatic: true
1723
+ },
1724
+ ZeroFreeCoTaskMemUTF8: {
1725
+ kind: "method",
1726
+ methodKind: "ordinary",
1727
+ isStatic: true
1728
+ },
1729
+ ZeroFreeGlobalAllocAnsi: {
1730
+ kind: "method",
1731
+ methodKind: "ordinary",
1732
+ isStatic: true
1733
+ },
1734
+ ZeroFreeGlobalAllocUnicode: {
1735
+ kind: "method",
1736
+ methodKind: "ordinary",
1737
+ isStatic: true
1738
+ }
1739
+ },
1740
+ isStatic: true
1741
+ },
1742
+ MarshalAsAttribute: {
1743
+ kind: "class",
1744
+ members: {
1745
+ ArraySubType: {
1746
+ kind: "field",
1747
+ type: () => {
1748
+ return InteropServices.UnmanagedType;
1749
+ }
1750
+ },
1751
+ IidParameterIndex: {
1752
+ kind: "field",
1753
+ type: () => {
1754
+ return System.Int32;
1755
+ }
1756
+ },
1757
+ MarshalCookie: {
1758
+ kind: "field",
1759
+ type: () => {
1760
+ return System.String;
1761
+ },
1762
+ isNullable: true
1763
+ },
1764
+ MarshalType: {
1765
+ kind: "field",
1766
+ type: () => {
1767
+ return System.String;
1768
+ },
1769
+ isNullable: true
1770
+ },
1771
+ MarshalTypeRef: {
1772
+ kind: "field",
1773
+ type: () => {
1774
+ return System.Type;
1775
+ },
1776
+ isNullable: true
1777
+ },
1778
+ SafeArraySubType: {
1779
+ kind: "field",
1780
+ type: undefined
1781
+ },
1782
+ SafeArrayUserDefinedSubType: {
1783
+ kind: "field",
1784
+ type: () => {
1785
+ return System.Type;
1786
+ },
1787
+ isNullable: true
1788
+ },
1789
+ SizeConst: {
1790
+ kind: "field",
1791
+ type: () => {
1792
+ return System.Int32;
1793
+ }
1794
+ },
1795
+ SizeParamIndex: {
1796
+ kind: "field",
1797
+ type: () => {
1798
+ return System.Int16;
1799
+ }
1800
+ },
1801
+ MarshalAsAttribute: {
1802
+ kind: "method",
1803
+ methodKind: "constructor"
1804
+ },
1805
+ Value: {
1806
+ kind: "property",
1807
+ type: () => {
1808
+ return InteropServices.UnmanagedType;
1809
+ }
1810
+ }
1811
+ },
1812
+ isSealed: true
1813
+ },
1814
+ MarshalDirectiveException: {
1815
+ kind: "class",
1816
+ members: {
1817
+ MarshalDirectiveException: {
1818
+ kind: "method",
1819
+ methodKind: "constructor"
1820
+ }
1821
+ }
1822
+ },
1823
+ MemoryMarshal: {
1824
+ kind: "class",
1825
+ members: {
1826
+ CreateReadOnlySpanFromNullTerminated: {
1827
+ kind: "method",
1828
+ methodKind: "ordinary",
1829
+ isStatic: true
1830
+ },
1831
+ GetArrayDataReference: {
1832
+ kind: "method",
1833
+ methodKind: "ordinary",
1834
+ isStatic: true
1835
+ },
1836
+ TryGetString: {
1837
+ kind: "method",
1838
+ methodKind: "ordinary",
1839
+ isStatic: true
1840
+ }
1841
+ },
1842
+ isStatic: true
1843
+ },
1844
+ NFloat: {
1845
+ kind: "struct",
1846
+ members: {
1847
+ NFloat: {
1848
+ kind: "method",
1849
+ methodKind: "constructor"
1850
+ },
1851
+ Abs: {
1852
+ kind: "method",
1853
+ methodKind: "ordinary",
1854
+ isStatic: true
1855
+ },
1856
+ Acos: {
1857
+ kind: "method",
1858
+ methodKind: "ordinary",
1859
+ isStatic: true
1860
+ },
1861
+ Acosh: {
1862
+ kind: "method",
1863
+ methodKind: "ordinary",
1864
+ isStatic: true
1865
+ },
1866
+ AcosPi: {
1867
+ kind: "method",
1868
+ methodKind: "ordinary",
1869
+ isStatic: true
1870
+ },
1871
+ Asin: {
1872
+ kind: "method",
1873
+ methodKind: "ordinary",
1874
+ isStatic: true
1875
+ },
1876
+ Asinh: {
1877
+ kind: "method",
1878
+ methodKind: "ordinary",
1879
+ isStatic: true
1880
+ },
1881
+ AsinPi: {
1882
+ kind: "method",
1883
+ methodKind: "ordinary",
1884
+ isStatic: true
1885
+ },
1886
+ Atan: {
1887
+ kind: "method",
1888
+ methodKind: "ordinary",
1889
+ isStatic: true
1890
+ },
1891
+ Atan2: {
1892
+ kind: "method",
1893
+ methodKind: "ordinary",
1894
+ isStatic: true
1895
+ },
1896
+ Atan2Pi: {
1897
+ kind: "method",
1898
+ methodKind: "ordinary",
1899
+ isStatic: true
1900
+ },
1901
+ Atanh: {
1902
+ kind: "method",
1903
+ methodKind: "ordinary",
1904
+ isStatic: true
1905
+ },
1906
+ AtanPi: {
1907
+ kind: "method",
1908
+ methodKind: "ordinary",
1909
+ isStatic: true
1910
+ },
1911
+ BitDecrement: {
1912
+ kind: "method",
1913
+ methodKind: "ordinary",
1914
+ isStatic: true
1915
+ },
1916
+ BitIncrement: {
1917
+ kind: "method",
1918
+ methodKind: "ordinary",
1919
+ isStatic: true
1920
+ },
1921
+ Cbrt: {
1922
+ kind: "method",
1923
+ methodKind: "ordinary",
1924
+ isStatic: true
1925
+ },
1926
+ Ceiling: {
1927
+ kind: "method",
1928
+ methodKind: "ordinary",
1929
+ isStatic: true
1930
+ },
1931
+ Clamp: {
1932
+ kind: "method",
1933
+ methodKind: "ordinary",
1934
+ isStatic: true
1935
+ },
1936
+ CompareTo: {
1937
+ kind: "method",
1938
+ methodKind: "ordinary"
1939
+ },
1940
+ CopySign: {
1941
+ kind: "method",
1942
+ methodKind: "ordinary",
1943
+ isStatic: true
1944
+ },
1945
+ Cos: {
1946
+ kind: "method",
1947
+ methodKind: "ordinary",
1948
+ isStatic: true
1949
+ },
1950
+ Cosh: {
1951
+ kind: "method",
1952
+ methodKind: "ordinary",
1953
+ isStatic: true
1954
+ },
1955
+ CosPi: {
1956
+ kind: "method",
1957
+ methodKind: "ordinary",
1958
+ isStatic: true
1959
+ },
1960
+ DegreesToRadians: {
1961
+ kind: "method",
1962
+ methodKind: "ordinary",
1963
+ isStatic: true
1964
+ },
1965
+ Equals: {
1966
+ kind: "method",
1967
+ methodKind: "ordinary",
1968
+ isOverride: true
1969
+ },
1970
+ Exp: {
1971
+ kind: "method",
1972
+ methodKind: "ordinary",
1973
+ isStatic: true
1974
+ },
1975
+ Exp10: {
1976
+ kind: "method",
1977
+ methodKind: "ordinary",
1978
+ isStatic: true
1979
+ },
1980
+ Exp10M1: {
1981
+ kind: "method",
1982
+ methodKind: "ordinary",
1983
+ isStatic: true
1984
+ },
1985
+ Exp2: {
1986
+ kind: "method",
1987
+ methodKind: "ordinary",
1988
+ isStatic: true
1989
+ },
1990
+ Exp2M1: {
1991
+ kind: "method",
1992
+ methodKind: "ordinary",
1993
+ isStatic: true
1994
+ },
1995
+ ExpM1: {
1996
+ kind: "method",
1997
+ methodKind: "ordinary",
1998
+ isStatic: true
1999
+ },
2000
+ Floor: {
2001
+ kind: "method",
2002
+ methodKind: "ordinary",
2003
+ isStatic: true
2004
+ },
2005
+ FusedMultiplyAdd: {
2006
+ kind: "method",
2007
+ methodKind: "ordinary",
2008
+ isStatic: true
2009
+ },
2010
+ GetHashCode: {
2011
+ kind: "method",
2012
+ methodKind: "ordinary",
2013
+ isOverride: true
2014
+ },
2015
+ Hypot: {
2016
+ kind: "method",
2017
+ methodKind: "ordinary",
2018
+ isStatic: true
2019
+ },
2020
+ Ieee754Remainder: {
2021
+ kind: "method",
2022
+ methodKind: "ordinary",
2023
+ isStatic: true
2024
+ },
2025
+ ILogB: {
2026
+ kind: "method",
2027
+ methodKind: "ordinary",
2028
+ isStatic: true
2029
+ },
2030
+ IsEvenInteger: {
2031
+ kind: "method",
2032
+ methodKind: "ordinary",
2033
+ isStatic: true
2034
+ },
2035
+ IsFinite: {
2036
+ kind: "method",
2037
+ methodKind: "ordinary",
2038
+ isStatic: true
2039
+ },
2040
+ IsInfinity: {
2041
+ kind: "method",
2042
+ methodKind: "ordinary",
2043
+ isStatic: true
2044
+ },
2045
+ IsInteger: {
2046
+ kind: "method",
2047
+ methodKind: "ordinary",
2048
+ isStatic: true
2049
+ },
2050
+ IsNaN: {
2051
+ kind: "method",
2052
+ methodKind: "ordinary",
2053
+ isStatic: true
2054
+ },
2055
+ IsNegative: {
2056
+ kind: "method",
2057
+ methodKind: "ordinary",
2058
+ isStatic: true
2059
+ },
2060
+ IsNegativeInfinity: {
2061
+ kind: "method",
2062
+ methodKind: "ordinary",
2063
+ isStatic: true
2064
+ },
2065
+ IsNormal: {
2066
+ kind: "method",
2067
+ methodKind: "ordinary",
2068
+ isStatic: true
2069
+ },
2070
+ IsOddInteger: {
2071
+ kind: "method",
2072
+ methodKind: "ordinary",
2073
+ isStatic: true
2074
+ },
2075
+ IsPositive: {
2076
+ kind: "method",
2077
+ methodKind: "ordinary",
2078
+ isStatic: true
2079
+ },
2080
+ IsPositiveInfinity: {
2081
+ kind: "method",
2082
+ methodKind: "ordinary",
2083
+ isStatic: true
2084
+ },
2085
+ IsPow2: {
2086
+ kind: "method",
2087
+ methodKind: "ordinary",
2088
+ isStatic: true
2089
+ },
2090
+ IsRealNumber: {
2091
+ kind: "method",
2092
+ methodKind: "ordinary",
2093
+ isStatic: true
2094
+ },
2095
+ IsSubnormal: {
2096
+ kind: "method",
2097
+ methodKind: "ordinary",
2098
+ isStatic: true
2099
+ },
2100
+ Lerp: {
2101
+ kind: "method",
2102
+ methodKind: "ordinary",
2103
+ isStatic: true
2104
+ },
2105
+ Log: {
2106
+ kind: "method",
2107
+ methodKind: "ordinary",
2108
+ isStatic: true
2109
+ },
2110
+ Log10: {
2111
+ kind: "method",
2112
+ methodKind: "ordinary",
2113
+ isStatic: true
2114
+ },
2115
+ Log10P1: {
2116
+ kind: "method",
2117
+ methodKind: "ordinary",
2118
+ isStatic: true
2119
+ },
2120
+ Log2: {
2121
+ kind: "method",
2122
+ methodKind: "ordinary",
2123
+ isStatic: true
2124
+ },
2125
+ Log2P1: {
2126
+ kind: "method",
2127
+ methodKind: "ordinary",
2128
+ isStatic: true
2129
+ },
2130
+ LogP1: {
2131
+ kind: "method",
2132
+ methodKind: "ordinary",
2133
+ isStatic: true
2134
+ },
2135
+ Max: {
2136
+ kind: "method",
2137
+ methodKind: "ordinary",
2138
+ isStatic: true
2139
+ },
2140
+ MaxMagnitude: {
2141
+ kind: "method",
2142
+ methodKind: "ordinary",
2143
+ isStatic: true
2144
+ },
2145
+ MaxMagnitudeNumber: {
2146
+ kind: "method",
2147
+ methodKind: "ordinary",
2148
+ isStatic: true
2149
+ },
2150
+ MaxNumber: {
2151
+ kind: "method",
2152
+ methodKind: "ordinary",
2153
+ isStatic: true
2154
+ },
2155
+ Min: {
2156
+ kind: "method",
2157
+ methodKind: "ordinary",
2158
+ isStatic: true
2159
+ },
2160
+ MinMagnitude: {
2161
+ kind: "method",
2162
+ methodKind: "ordinary",
2163
+ isStatic: true
2164
+ },
2165
+ MinMagnitudeNumber: {
2166
+ kind: "method",
2167
+ methodKind: "ordinary",
2168
+ isStatic: true
2169
+ },
2170
+ MinNumber: {
2171
+ kind: "method",
2172
+ methodKind: "ordinary",
2173
+ isStatic: true
2174
+ },
2175
+ MultiplyAddEstimate: {
2176
+ kind: "method",
2177
+ methodKind: "ordinary",
2178
+ isStatic: true
2179
+ },
2180
+ Parse: {
2181
+ kind: "method",
2182
+ methodKind: "ordinary",
2183
+ isStatic: true
2184
+ },
2185
+ Pow: {
2186
+ kind: "method",
2187
+ methodKind: "ordinary",
2188
+ isStatic: true
2189
+ },
2190
+ RadiansToDegrees: {
2191
+ kind: "method",
2192
+ methodKind: "ordinary",
2193
+ isStatic: true
2194
+ },
2195
+ ReciprocalEstimate: {
2196
+ kind: "method",
2197
+ methodKind: "ordinary",
2198
+ isStatic: true
2199
+ },
2200
+ ReciprocalSqrtEstimate: {
2201
+ kind: "method",
2202
+ methodKind: "ordinary",
2203
+ isStatic: true
2204
+ },
2205
+ RootN: {
2206
+ kind: "method",
2207
+ methodKind: "ordinary",
2208
+ isStatic: true
2209
+ },
2210
+ Round: {
2211
+ kind: "method",
2212
+ methodKind: "ordinary",
2213
+ isStatic: true
2214
+ },
2215
+ ScaleB: {
2216
+ kind: "method",
2217
+ methodKind: "ordinary",
2218
+ isStatic: true
2219
+ },
2220
+ Sign: {
2221
+ kind: "method",
2222
+ methodKind: "ordinary",
2223
+ isStatic: true
2224
+ },
2225
+ Sin: {
2226
+ kind: "method",
2227
+ methodKind: "ordinary",
2228
+ isStatic: true
2229
+ },
2230
+ SinCos: {
2231
+ kind: "method",
2232
+ methodKind: "ordinary",
2233
+ isStatic: true
2234
+ },
2235
+ SinCosPi: {
2236
+ kind: "method",
2237
+ methodKind: "ordinary",
2238
+ isStatic: true
2239
+ },
2240
+ Sinh: {
2241
+ kind: "method",
2242
+ methodKind: "ordinary",
2243
+ isStatic: true
2244
+ },
2245
+ SinPi: {
2246
+ kind: "method",
2247
+ methodKind: "ordinary",
2248
+ isStatic: true
2249
+ },
2250
+ Sqrt: {
2251
+ kind: "method",
2252
+ methodKind: "ordinary",
2253
+ isStatic: true
2254
+ },
2255
+ Tan: {
2256
+ kind: "method",
2257
+ methodKind: "ordinary",
2258
+ isStatic: true
2259
+ },
2260
+ Tanh: {
2261
+ kind: "method",
2262
+ methodKind: "ordinary",
2263
+ isStatic: true
2264
+ },
2265
+ TanPi: {
2266
+ kind: "method",
2267
+ methodKind: "ordinary",
2268
+ isStatic: true
2269
+ },
2270
+ ToString: {
2271
+ kind: "method",
2272
+ methodKind: "ordinary",
2273
+ isOverride: true
2274
+ },
2275
+ Truncate: {
2276
+ kind: "method",
2277
+ methodKind: "ordinary",
2278
+ isStatic: true
2279
+ },
2280
+ TryFormat: {
2281
+ kind: "method",
2282
+ methodKind: "ordinary"
2283
+ },
2284
+ TryParse: {
2285
+ kind: "method",
2286
+ methodKind: "ordinary",
2287
+ isStatic: true
2288
+ },
2289
+ E: {
2290
+ kind: "property",
2291
+ type: () => {
2292
+ return InteropServices.NFloat;
2293
+ },
2294
+ isStatic: true
2295
+ },
2296
+ Epsilon: {
2297
+ kind: "property",
2298
+ type: () => {
2299
+ return InteropServices.NFloat;
2300
+ },
2301
+ isStatic: true
2302
+ },
2303
+ MaxValue: {
2304
+ kind: "property",
2305
+ type: () => {
2306
+ return InteropServices.NFloat;
2307
+ },
2308
+ isStatic: true
2309
+ },
2310
+ MinValue: {
2311
+ kind: "property",
2312
+ type: () => {
2313
+ return InteropServices.NFloat;
2314
+ },
2315
+ isStatic: true
2316
+ },
2317
+ NaN: {
2318
+ kind: "property",
2319
+ type: () => {
2320
+ return InteropServices.NFloat;
2321
+ },
2322
+ isStatic: true
2323
+ },
2324
+ NegativeInfinity: {
2325
+ kind: "property",
2326
+ type: () => {
2327
+ return InteropServices.NFloat;
2328
+ },
2329
+ isStatic: true
2330
+ },
2331
+ NegativeZero: {
2332
+ kind: "property",
2333
+ type: () => {
2334
+ return InteropServices.NFloat;
2335
+ },
2336
+ isStatic: true
2337
+ },
2338
+ Pi: {
2339
+ kind: "property",
2340
+ type: () => {
2341
+ return InteropServices.NFloat;
2342
+ },
2343
+ isStatic: true
2344
+ },
2345
+ PositiveInfinity: {
2346
+ kind: "property",
2347
+ type: () => {
2348
+ return InteropServices.NFloat;
2349
+ },
2350
+ isStatic: true
2351
+ },
2352
+ Size: {
2353
+ kind: "property",
2354
+ type: () => {
2355
+ return System.Int32;
2356
+ },
2357
+ isStatic: true
2358
+ },
2359
+ Tau: {
2360
+ kind: "property",
2361
+ type: () => {
2362
+ return InteropServices.NFloat;
2363
+ },
2364
+ isStatic: true
2365
+ },
2366
+ Value: {
2367
+ kind: "property",
2368
+ type: () => {
2369
+ return System.Double;
2370
+ }
2371
+ }
2372
+ }
2373
+ },
2374
+ NativeLibrary: {
2375
+ kind: "class",
2376
+ members: {
2377
+ Free: {
2378
+ kind: "method",
2379
+ methodKind: "ordinary",
2380
+ isStatic: true
2381
+ },
2382
+ GetMainProgramHandle: {
2383
+ kind: "method",
2384
+ methodKind: "ordinary",
2385
+ isStatic: true
2386
+ },
2387
+ GetExport: {
2388
+ kind: "method",
2389
+ methodKind: "ordinary",
2390
+ isStatic: true
2391
+ },
2392
+ Load: {
2393
+ kind: "method",
2394
+ methodKind: "ordinary",
2395
+ isStatic: true
2396
+ },
2397
+ SetDllImportResolver: {
2398
+ kind: "method",
2399
+ methodKind: "ordinary",
2400
+ isStatic: true
2401
+ },
2402
+ TryGetExport: {
2403
+ kind: "method",
2404
+ methodKind: "ordinary",
2405
+ isStatic: true
2406
+ },
2407
+ TryLoad: {
2408
+ kind: "method",
2409
+ methodKind: "ordinary",
2410
+ isStatic: true
2411
+ }
2412
+ },
2413
+ isStatic: true
2414
+ },
2415
+ NativeMemory: {
2416
+ kind: "class",
2417
+ members: {
2418
+ AlignedAlloc: {
2419
+ kind: "method",
2420
+ methodKind: "ordinary",
2421
+ isStatic: true
2422
+ },
2423
+ AlignedFree: {
2424
+ kind: "method",
2425
+ methodKind: "ordinary",
2426
+ isStatic: true
2427
+ },
2428
+ AlignedRealloc: {
2429
+ kind: "method",
2430
+ methodKind: "ordinary",
2431
+ isStatic: true
2432
+ },
2433
+ Alloc: {
2434
+ kind: "method",
2435
+ methodKind: "ordinary",
2436
+ isStatic: true
2437
+ },
2438
+ AllocZeroed: {
2439
+ kind: "method",
2440
+ methodKind: "ordinary",
2441
+ isStatic: true
2442
+ },
2443
+ Free: {
2444
+ kind: "method",
2445
+ methodKind: "ordinary",
2446
+ isStatic: true
2447
+ },
2448
+ Realloc: {
2449
+ kind: "method",
2450
+ methodKind: "ordinary",
2451
+ isStatic: true
2452
+ },
2453
+ Clear: {
2454
+ kind: "method",
2455
+ methodKind: "ordinary",
2456
+ isStatic: true
2457
+ },
2458
+ Copy: {
2459
+ kind: "method",
2460
+ methodKind: "ordinary",
2461
+ isStatic: true
2462
+ },
2463
+ Fill: {
2464
+ kind: "method",
2465
+ methodKind: "ordinary",
2466
+ isStatic: true
2467
+ }
2468
+ },
2469
+ isStatic: true
2470
+ },
2471
+ OSPlatform: {
2472
+ kind: "struct",
2473
+ members: {
2474
+ Create: {
2475
+ kind: "method",
2476
+ methodKind: "ordinary",
2477
+ isStatic: true
2478
+ },
2479
+ Equals: {
2480
+ kind: "method",
2481
+ methodKind: "ordinary",
2482
+ isOverride: true
2483
+ },
2484
+ GetHashCode: {
2485
+ kind: "method",
2486
+ methodKind: "ordinary",
2487
+ isOverride: true
2488
+ },
2489
+ ToString: {
2490
+ kind: "method",
2491
+ methodKind: "ordinary",
2492
+ isOverride: true
2493
+ },
2494
+ FreeBSD: {
2495
+ kind: "property",
2496
+ type: () => {
2497
+ return InteropServices.OSPlatform;
2498
+ },
2499
+ isStatic: true
2500
+ },
2501
+ Linux: {
2502
+ kind: "property",
2503
+ type: () => {
2504
+ return InteropServices.OSPlatform;
2505
+ },
2506
+ isStatic: true
2507
+ },
2508
+ OSX: {
2509
+ kind: "property",
2510
+ type: () => {
2511
+ return InteropServices.OSPlatform;
2512
+ },
2513
+ isStatic: true
2514
+ },
2515
+ Windows: {
2516
+ kind: "property",
2517
+ type: () => {
2518
+ return InteropServices.OSPlatform;
2519
+ },
2520
+ isStatic: true
2521
+ }
2522
+ }
2523
+ },
2524
+ OptionalAttribute: {
2525
+ kind: "class",
2526
+ members: {
2527
+ OptionalAttribute: {
2528
+ kind: "method",
2529
+ methodKind: "constructor"
2530
+ }
2531
+ },
2532
+ isSealed: true
2533
+ },
2534
+ OutAttribute: {
2535
+ kind: "class",
2536
+ members: {
2537
+ OutAttribute: {
2538
+ kind: "method",
2539
+ methodKind: "constructor"
2540
+ }
2541
+ },
2542
+ isSealed: true
2543
+ },
2544
+ PosixSignal: {
2545
+ kind: "enum",
2546
+ members: {
2547
+ SIGTSTP: {
2548
+ kind: "field",
2549
+ type: () => {
2550
+ return InteropServices.PosixSignal;
2551
+ }
2552
+ },
2553
+ SIGTTOU: {
2554
+ kind: "field",
2555
+ type: () => {
2556
+ return InteropServices.PosixSignal;
2557
+ }
2558
+ },
2559
+ SIGTTIN: {
2560
+ kind: "field",
2561
+ type: () => {
2562
+ return InteropServices.PosixSignal;
2563
+ }
2564
+ },
2565
+ SIGWINCH: {
2566
+ kind: "field",
2567
+ type: () => {
2568
+ return InteropServices.PosixSignal;
2569
+ }
2570
+ },
2571
+ SIGCONT: {
2572
+ kind: "field",
2573
+ type: () => {
2574
+ return InteropServices.PosixSignal;
2575
+ }
2576
+ },
2577
+ SIGCHLD: {
2578
+ kind: "field",
2579
+ type: () => {
2580
+ return InteropServices.PosixSignal;
2581
+ }
2582
+ },
2583
+ SIGTERM: {
2584
+ kind: "field",
2585
+ type: () => {
2586
+ return InteropServices.PosixSignal;
2587
+ }
2588
+ },
2589
+ SIGQUIT: {
2590
+ kind: "field",
2591
+ type: () => {
2592
+ return InteropServices.PosixSignal;
2593
+ }
2594
+ },
2595
+ SIGINT: {
2596
+ kind: "field",
2597
+ type: () => {
2598
+ return InteropServices.PosixSignal;
2599
+ }
2600
+ },
2601
+ SIGHUP: {
2602
+ kind: "field",
2603
+ type: () => {
2604
+ return InteropServices.PosixSignal;
2605
+ }
2606
+ }
2607
+ }
2608
+ },
2609
+ PosixSignalContext: {
2610
+ kind: "class",
2611
+ members: {
2612
+ PosixSignalContext: {
2613
+ kind: "method",
2614
+ methodKind: "constructor"
2615
+ },
2616
+ Cancel: {
2617
+ kind: "property",
2618
+ type: () => {
2619
+ return System.Boolean;
2620
+ }
2621
+ },
2622
+ Signal: {
2623
+ kind: "property",
2624
+ type: () => {
2625
+ return InteropServices.PosixSignal;
2626
+ }
2627
+ }
2628
+ },
2629
+ isSealed: true
2630
+ },
2631
+ PosixSignalRegistration: {
2632
+ kind: "class",
2633
+ members: {
2634
+ Create: {
2635
+ kind: "method",
2636
+ methodKind: "ordinary",
2637
+ isStatic: true
2638
+ },
2639
+ Dispose: {
2640
+ kind: "method",
2641
+ methodKind: "ordinary"
2642
+ },
2643
+ Finalize: {
2644
+ kind: "method",
2645
+ methodKind: "ordinary"
2646
+ }
2647
+ },
2648
+ isSealed: true
2649
+ },
2650
+ PreserveSigAttribute: {
2651
+ kind: "class",
2652
+ members: {
2653
+ PreserveSigAttribute: {
2654
+ kind: "method",
2655
+ methodKind: "constructor"
2656
+ }
2657
+ },
2658
+ isSealed: true
2659
+ },
2660
+ PrimaryInteropAssemblyAttribute: {
2661
+ kind: "class",
2662
+ members: {
2663
+ PrimaryInteropAssemblyAttribute: {
2664
+ kind: "method",
2665
+ methodKind: "constructor"
2666
+ },
2667
+ MajorVersion: {
2668
+ kind: "property",
2669
+ type: () => {
2670
+ return System.Int32;
2671
+ }
2672
+ },
2673
+ MinorVersion: {
2674
+ kind: "property",
2675
+ type: () => {
2676
+ return System.Int32;
2677
+ }
2678
+ }
2679
+ },
2680
+ isSealed: true
2681
+ },
2682
+ ProgIdAttribute: {
2683
+ kind: "class",
2684
+ members: {
2685
+ ProgIdAttribute: {
2686
+ kind: "method",
2687
+ methodKind: "constructor"
2688
+ },
2689
+ Value: {
2690
+ kind: "property",
2691
+ type: () => {
2692
+ return System.String;
2693
+ }
2694
+ }
2695
+ },
2696
+ isSealed: true
2697
+ },
2698
+ RuntimeEnvironment: {
2699
+ kind: "class",
2700
+ members: {
2701
+ FromGlobalAccessCache: {
2702
+ kind: "method",
2703
+ methodKind: "ordinary",
2704
+ isStatic: true
2705
+ },
2706
+ GetRuntimeDirectory: {
2707
+ kind: "method",
2708
+ methodKind: "ordinary",
2709
+ isStatic: true
2710
+ },
2711
+ GetRuntimeInterfaceAsIntPtr: {
2712
+ kind: "method",
2713
+ methodKind: "ordinary",
2714
+ isStatic: true
2715
+ },
2716
+ GetRuntimeInterfaceAsObject: {
2717
+ kind: "method",
2718
+ methodKind: "ordinary",
2719
+ isStatic: true
2720
+ },
2721
+ GetSystemVersion: {
2722
+ kind: "method",
2723
+ methodKind: "ordinary",
2724
+ isStatic: true
2725
+ },
2726
+ SystemConfigurationFile: {
2727
+ kind: "property",
2728
+ type: () => {
2729
+ return System.String;
2730
+ },
2731
+ isStatic: true
2732
+ }
2733
+ },
2734
+ isStatic: true
2735
+ },
2736
+ RuntimeInformation: {
2737
+ kind: "class",
2738
+ members: {
2739
+ IsOSPlatform: {
2740
+ kind: "method",
2741
+ methodKind: "ordinary",
2742
+ isStatic: true
2743
+ },
2744
+ FrameworkDescription: {
2745
+ kind: "property",
2746
+ type: () => {
2747
+ return System.String;
2748
+ },
2749
+ isStatic: true
2750
+ },
2751
+ OSArchitecture: {
2752
+ kind: "property",
2753
+ type: () => {
2754
+ return InteropServices.Architecture;
2755
+ },
2756
+ isStatic: true
2757
+ },
2758
+ OSDescription: {
2759
+ kind: "property",
2760
+ type: () => {
2761
+ return System.String;
2762
+ },
2763
+ isStatic: true
2764
+ },
2765
+ ProcessArchitecture: {
2766
+ kind: "property",
2767
+ type: () => {
2768
+ return InteropServices.Architecture;
2769
+ },
2770
+ isStatic: true
2771
+ },
2772
+ RuntimeIdentifier: {
2773
+ kind: "property",
2774
+ type: () => {
2775
+ return System.String;
2776
+ },
2777
+ isStatic: true
2778
+ }
2779
+ },
2780
+ isStatic: true
2781
+ },
2782
+ SEHException: {
2783
+ kind: "class",
2784
+ members: {
2785
+ SEHException: {
2786
+ kind: "method",
2787
+ methodKind: "constructor"
2788
+ },
2789
+ CanResume: {
2790
+ kind: "method",
2791
+ methodKind: "ordinary",
2792
+ isVirtual: true
2793
+ }
2794
+ }
2795
+ },
2796
+ SafeArrayRankMismatchException: {
2797
+ kind: "class",
2798
+ members: {
2799
+ SafeArrayRankMismatchException: {
2800
+ kind: "method",
2801
+ methodKind: "constructor"
2802
+ }
2803
+ }
2804
+ },
2805
+ SafeArrayTypeMismatchException: {
2806
+ kind: "class",
2807
+ members: {
2808
+ SafeArrayTypeMismatchException: {
2809
+ kind: "method",
2810
+ methodKind: "constructor"
2811
+ }
2812
+ }
2813
+ },
2814
+ SafeBuffer: {
2815
+ kind: "class",
2816
+ members: {
2817
+ SafeBuffer: {
2818
+ kind: "method",
2819
+ methodKind: "constructor"
2820
+ },
2821
+ AcquirePointer: {
2822
+ kind: "method",
2823
+ methodKind: "ordinary"
2824
+ },
2825
+ Initialize: {
2826
+ kind: "method",
2827
+ methodKind: "ordinary"
2828
+ },
2829
+ ReleasePointer: {
2830
+ kind: "method",
2831
+ methodKind: "ordinary"
2832
+ },
2833
+ ByteLength: {
2834
+ kind: "property",
2835
+ type: () => {
2836
+ return System.UInt64;
2837
+ }
2838
+ }
2839
+ },
2840
+ isAbstract: true
2841
+ },
2842
+ SafeHandle: {
2843
+ kind: "class",
2844
+ members: {
2845
+ handle: {
2846
+ kind: "field",
2847
+ type: () => {
2848
+ return System.IntPtr;
2849
+ }
2850
+ },
2851
+ SafeHandle: {
2852
+ kind: "method",
2853
+ methodKind: "constructor"
2854
+ },
2855
+ Close: {
2856
+ kind: "method",
2857
+ methodKind: "ordinary"
2858
+ },
2859
+ DangerousAddRef: {
2860
+ kind: "method",
2861
+ methodKind: "ordinary"
2862
+ },
2863
+ DangerousGetHandle: {
2864
+ kind: "method",
2865
+ methodKind: "ordinary"
2866
+ },
2867
+ DangerousRelease: {
2868
+ kind: "method",
2869
+ methodKind: "ordinary"
2870
+ },
2871
+ Dispose: {
2872
+ kind: "method",
2873
+ methodKind: "ordinary"
2874
+ },
2875
+ Finalize: {
2876
+ kind: "method",
2877
+ methodKind: "ordinary"
2878
+ },
2879
+ ReleaseHandle: {
2880
+ kind: "method",
2881
+ methodKind: "ordinary",
2882
+ isAbstract: true
2883
+ },
2884
+ SetHandle: {
2885
+ kind: "method",
2886
+ methodKind: "ordinary"
2887
+ },
2888
+ SetHandleAsInvalid: {
2889
+ kind: "method",
2890
+ methodKind: "ordinary"
2891
+ },
2892
+ IsClosed: {
2893
+ kind: "property",
2894
+ type: () => {
2895
+ return System.Boolean;
2896
+ }
2897
+ },
2898
+ IsInvalid: {
2899
+ kind: "property",
2900
+ type: () => {
2901
+ return System.Boolean;
2902
+ },
2903
+ isAbstract: true
2904
+ }
2905
+ },
2906
+ isAbstract: true
2907
+ },
2908
+ SequenceMarshal: {
2909
+ kind: "class",
2910
+ members: {},
2911
+ isStatic: true
2912
+ },
2913
+ StandardOleMarshalObject: {
2914
+ kind: "class",
2915
+ members: {
2916
+ StandardOleMarshalObject: {
2917
+ kind: "method",
2918
+ methodKind: "constructor"
2919
+ }
2920
+ }
2921
+ },
2922
+ StringMarshalling: {
2923
+ kind: "enum",
2924
+ members: {
2925
+ Custom: {
2926
+ kind: "field",
2927
+ type: () => {
2928
+ return InteropServices.StringMarshalling;
2929
+ }
2930
+ },
2931
+ Utf8: {
2932
+ kind: "field",
2933
+ type: () => {
2934
+ return InteropServices.StringMarshalling;
2935
+ }
2936
+ },
2937
+ Utf16: {
2938
+ kind: "field",
2939
+ type: () => {
2940
+ return InteropServices.StringMarshalling;
2941
+ }
2942
+ }
2943
+ }
2944
+ },
2945
+ StructLayoutAttribute: {
2946
+ kind: "class",
2947
+ members: {
2948
+ CharSet: {
2949
+ kind: "field",
2950
+ type: () => {
2951
+ return InteropServices.CharSet;
2952
+ }
2953
+ },
2954
+ Pack: {
2955
+ kind: "field",
2956
+ type: () => {
2957
+ return System.Int32;
2958
+ }
2959
+ },
2960
+ Size: {
2961
+ kind: "field",
2962
+ type: () => {
2963
+ return System.Int32;
2964
+ }
2965
+ },
2966
+ StructLayoutAttribute: {
2967
+ kind: "method",
2968
+ methodKind: "constructor"
2969
+ },
2970
+ Value: {
2971
+ kind: "property",
2972
+ type: () => {
2973
+ return InteropServices.LayoutKind;
2974
+ }
2975
+ }
2976
+ },
2977
+ isSealed: true
2978
+ },
2979
+ SuppressGCTransitionAttribute: {
2980
+ kind: "class",
2981
+ members: {
2982
+ SuppressGCTransitionAttribute: {
2983
+ kind: "method",
2984
+ methodKind: "constructor"
2985
+ }
2986
+ },
2987
+ isSealed: true
2988
+ },
2989
+ TypeIdentifierAttribute: {
2990
+ kind: "class",
2991
+ members: {
2992
+ TypeIdentifierAttribute: {
2993
+ kind: "method",
2994
+ methodKind: "constructor"
2995
+ },
2996
+ Identifier: {
2997
+ kind: "property",
2998
+ type: () => {
2999
+ return System.String;
3000
+ },
3001
+ isNullable: true
3002
+ },
3003
+ Scope: {
3004
+ kind: "property",
3005
+ type: () => {
3006
+ return System.String;
3007
+ },
3008
+ isNullable: true
3009
+ }
3010
+ },
3011
+ isSealed: true
3012
+ },
3013
+ TypeLibFuncAttribute: {
3014
+ kind: "class",
3015
+ members: {
3016
+ TypeLibFuncAttribute: {
3017
+ kind: "method",
3018
+ methodKind: "constructor"
3019
+ },
3020
+ Value: {
3021
+ kind: "property",
3022
+ type: () => {
3023
+ return InteropServices.TypeLibFuncFlags;
3024
+ }
3025
+ }
3026
+ },
3027
+ isSealed: true
3028
+ },
3029
+ TypeLibFuncFlags: {
3030
+ kind: "enum",
3031
+ members: {
3032
+ FRestricted: {
3033
+ kind: "field",
3034
+ type: () => {
3035
+ return InteropServices.TypeLibFuncFlags;
3036
+ }
3037
+ },
3038
+ FSource: {
3039
+ kind: "field",
3040
+ type: () => {
3041
+ return InteropServices.TypeLibFuncFlags;
3042
+ }
3043
+ },
3044
+ FBindable: {
3045
+ kind: "field",
3046
+ type: () => {
3047
+ return InteropServices.TypeLibFuncFlags;
3048
+ }
3049
+ },
3050
+ FRequestEdit: {
3051
+ kind: "field",
3052
+ type: () => {
3053
+ return InteropServices.TypeLibFuncFlags;
3054
+ }
3055
+ },
3056
+ FDisplayBind: {
3057
+ kind: "field",
3058
+ type: () => {
3059
+ return InteropServices.TypeLibFuncFlags;
3060
+ }
3061
+ },
3062
+ FDefaultBind: {
3063
+ kind: "field",
3064
+ type: () => {
3065
+ return InteropServices.TypeLibFuncFlags;
3066
+ }
3067
+ },
3068
+ FHidden: {
3069
+ kind: "field",
3070
+ type: () => {
3071
+ return InteropServices.TypeLibFuncFlags;
3072
+ }
3073
+ },
3074
+ FUsesGetLastError: {
3075
+ kind: "field",
3076
+ type: () => {
3077
+ return InteropServices.TypeLibFuncFlags;
3078
+ }
3079
+ },
3080
+ FDefaultCollelem: {
3081
+ kind: "field",
3082
+ type: () => {
3083
+ return InteropServices.TypeLibFuncFlags;
3084
+ }
3085
+ },
3086
+ FUiDefault: {
3087
+ kind: "field",
3088
+ type: () => {
3089
+ return InteropServices.TypeLibFuncFlags;
3090
+ }
3091
+ },
3092
+ FNonBrowsable: {
3093
+ kind: "field",
3094
+ type: () => {
3095
+ return InteropServices.TypeLibFuncFlags;
3096
+ }
3097
+ },
3098
+ FReplaceable: {
3099
+ kind: "field",
3100
+ type: () => {
3101
+ return InteropServices.TypeLibFuncFlags;
3102
+ }
3103
+ },
3104
+ FImmediateBind: {
3105
+ kind: "field",
3106
+ type: () => {
3107
+ return InteropServices.TypeLibFuncFlags;
3108
+ }
3109
+ }
3110
+ }
3111
+ },
3112
+ TypeLibImportClassAttribute: {
3113
+ kind: "class",
3114
+ members: {
3115
+ TypeLibImportClassAttribute: {
3116
+ kind: "method",
3117
+ methodKind: "constructor"
3118
+ },
3119
+ Value: {
3120
+ kind: "property",
3121
+ type: () => {
3122
+ return System.String;
3123
+ }
3124
+ }
3125
+ },
3126
+ isSealed: true
3127
+ },
3128
+ TypeLibTypeAttribute: {
3129
+ kind: "class",
3130
+ members: {
3131
+ TypeLibTypeAttribute: {
3132
+ kind: "method",
3133
+ methodKind: "constructor"
3134
+ },
3135
+ Value: {
3136
+ kind: "property",
3137
+ type: () => {
3138
+ return InteropServices.TypeLibTypeFlags;
3139
+ }
3140
+ }
3141
+ },
3142
+ isSealed: true
3143
+ },
3144
+ TypeLibTypeFlags: {
3145
+ kind: "enum",
3146
+ members: {
3147
+ FAppObject: {
3148
+ kind: "field",
3149
+ type: () => {
3150
+ return InteropServices.TypeLibTypeFlags;
3151
+ }
3152
+ },
3153
+ FCanCreate: {
3154
+ kind: "field",
3155
+ type: () => {
3156
+ return InteropServices.TypeLibTypeFlags;
3157
+ }
3158
+ },
3159
+ FLicensed: {
3160
+ kind: "field",
3161
+ type: () => {
3162
+ return InteropServices.TypeLibTypeFlags;
3163
+ }
3164
+ },
3165
+ FPreDeclId: {
3166
+ kind: "field",
3167
+ type: () => {
3168
+ return InteropServices.TypeLibTypeFlags;
3169
+ }
3170
+ },
3171
+ FHidden: {
3172
+ kind: "field",
3173
+ type: () => {
3174
+ return InteropServices.TypeLibTypeFlags;
3175
+ }
3176
+ },
3177
+ FControl: {
3178
+ kind: "field",
3179
+ type: () => {
3180
+ return InteropServices.TypeLibTypeFlags;
3181
+ }
3182
+ },
3183
+ FDual: {
3184
+ kind: "field",
3185
+ type: () => {
3186
+ return InteropServices.TypeLibTypeFlags;
3187
+ }
3188
+ },
3189
+ FNonExtensible: {
3190
+ kind: "field",
3191
+ type: () => {
3192
+ return InteropServices.TypeLibTypeFlags;
3193
+ }
3194
+ },
3195
+ FOleAutomation: {
3196
+ kind: "field",
3197
+ type: () => {
3198
+ return InteropServices.TypeLibTypeFlags;
3199
+ }
3200
+ },
3201
+ FRestricted: {
3202
+ kind: "field",
3203
+ type: () => {
3204
+ return InteropServices.TypeLibTypeFlags;
3205
+ }
3206
+ },
3207
+ FAggregatable: {
3208
+ kind: "field",
3209
+ type: () => {
3210
+ return InteropServices.TypeLibTypeFlags;
3211
+ }
3212
+ },
3213
+ FReplaceable: {
3214
+ kind: "field",
3215
+ type: () => {
3216
+ return InteropServices.TypeLibTypeFlags;
3217
+ }
3218
+ },
3219
+ FDispatchable: {
3220
+ kind: "field",
3221
+ type: () => {
3222
+ return InteropServices.TypeLibTypeFlags;
3223
+ }
3224
+ },
3225
+ FReverseBind: {
3226
+ kind: "field",
3227
+ type: () => {
3228
+ return InteropServices.TypeLibTypeFlags;
3229
+ }
3230
+ }
3231
+ }
3232
+ },
3233
+ TypeLibVarAttribute: {
3234
+ kind: "class",
3235
+ members: {
3236
+ TypeLibVarAttribute: {
3237
+ kind: "method",
3238
+ methodKind: "constructor"
3239
+ },
3240
+ Value: {
3241
+ kind: "property",
3242
+ type: () => {
3243
+ return InteropServices.TypeLibVarFlags;
3244
+ }
3245
+ }
3246
+ },
3247
+ isSealed: true
3248
+ },
3249
+ TypeLibVarFlags: {
3250
+ kind: "enum",
3251
+ members: {
3252
+ FReadOnly: {
3253
+ kind: "field",
3254
+ type: () => {
3255
+ return InteropServices.TypeLibVarFlags;
3256
+ }
3257
+ },
3258
+ FSource: {
3259
+ kind: "field",
3260
+ type: () => {
3261
+ return InteropServices.TypeLibVarFlags;
3262
+ }
3263
+ },
3264
+ FBindable: {
3265
+ kind: "field",
3266
+ type: () => {
3267
+ return InteropServices.TypeLibVarFlags;
3268
+ }
3269
+ },
3270
+ FRequestEdit: {
3271
+ kind: "field",
3272
+ type: () => {
3273
+ return InteropServices.TypeLibVarFlags;
3274
+ }
3275
+ },
3276
+ FDisplayBind: {
3277
+ kind: "field",
3278
+ type: () => {
3279
+ return InteropServices.TypeLibVarFlags;
3280
+ }
3281
+ },
3282
+ FDefaultBind: {
3283
+ kind: "field",
3284
+ type: () => {
3285
+ return InteropServices.TypeLibVarFlags;
3286
+ }
3287
+ },
3288
+ FHidden: {
3289
+ kind: "field",
3290
+ type: () => {
3291
+ return InteropServices.TypeLibVarFlags;
3292
+ }
3293
+ },
3294
+ FRestricted: {
3295
+ kind: "field",
3296
+ type: () => {
3297
+ return InteropServices.TypeLibVarFlags;
3298
+ }
3299
+ },
3300
+ FDefaultCollelem: {
3301
+ kind: "field",
3302
+ type: () => {
3303
+ return InteropServices.TypeLibVarFlags;
3304
+ }
3305
+ },
3306
+ FUiDefault: {
3307
+ kind: "field",
3308
+ type: () => {
3309
+ return InteropServices.TypeLibVarFlags;
3310
+ }
3311
+ },
3312
+ FNonBrowsable: {
3313
+ kind: "field",
3314
+ type: () => {
3315
+ return InteropServices.TypeLibVarFlags;
3316
+ }
3317
+ },
3318
+ FReplaceable: {
3319
+ kind: "field",
3320
+ type: () => {
3321
+ return InteropServices.TypeLibVarFlags;
3322
+ }
3323
+ },
3324
+ FImmediateBind: {
3325
+ kind: "field",
3326
+ type: () => {
3327
+ return InteropServices.TypeLibVarFlags;
3328
+ }
3329
+ }
3330
+ }
3331
+ },
3332
+ TypeLibVersionAttribute: {
3333
+ kind: "class",
3334
+ members: {
3335
+ TypeLibVersionAttribute: {
3336
+ kind: "method",
3337
+ methodKind: "constructor"
3338
+ },
3339
+ MajorVersion: {
3340
+ kind: "property",
3341
+ type: () => {
3342
+ return System.Int32;
3343
+ }
3344
+ },
3345
+ MinorVersion: {
3346
+ kind: "property",
3347
+ type: () => {
3348
+ return System.Int32;
3349
+ }
3350
+ }
3351
+ },
3352
+ isSealed: true
3353
+ },
3354
+ UnmanagedCallConvAttribute: {
3355
+ kind: "class",
3356
+ members: {
3357
+ CallConvs: {
3358
+ kind: "field",
3359
+ type: () => {
3360
+ return System.Array;
3361
+ },
3362
+ isNullable: true
3363
+ },
3364
+ UnmanagedCallConvAttribute: {
3365
+ kind: "method",
3366
+ methodKind: "constructor"
3367
+ }
3368
+ },
3369
+ isSealed: true
3370
+ },
3371
+ UnmanagedCallersOnlyAttribute: {
3372
+ kind: "class",
3373
+ members: {
3374
+ CallConvs: {
3375
+ kind: "field",
3376
+ type: () => {
3377
+ return System.Array;
3378
+ },
3379
+ isNullable: true
3380
+ },
3381
+ EntryPoint: {
3382
+ kind: "field",
3383
+ type: () => {
3384
+ return System.String;
3385
+ },
3386
+ isNullable: true
3387
+ },
3388
+ UnmanagedCallersOnlyAttribute: {
3389
+ kind: "method",
3390
+ methodKind: "constructor"
3391
+ }
3392
+ },
3393
+ isSealed: true
3394
+ },
3395
+ UnmanagedFunctionPointerAttribute: {
3396
+ kind: "class",
3397
+ members: {
3398
+ BestFitMapping: {
3399
+ kind: "field",
3400
+ type: () => {
3401
+ return System.Boolean;
3402
+ }
3403
+ },
3404
+ CharSet: {
3405
+ kind: "field",
3406
+ type: () => {
3407
+ return InteropServices.CharSet;
3408
+ }
3409
+ },
3410
+ SetLastError: {
3411
+ kind: "field",
3412
+ type: () => {
3413
+ return System.Boolean;
3414
+ }
3415
+ },
3416
+ ThrowOnUnmappableChar: {
3417
+ kind: "field",
3418
+ type: () => {
3419
+ return System.Boolean;
3420
+ }
3421
+ },
3422
+ UnmanagedFunctionPointerAttribute: {
3423
+ kind: "method",
3424
+ methodKind: "constructor"
3425
+ },
3426
+ CallingConvention: {
3427
+ kind: "property",
3428
+ type: () => {
3429
+ return InteropServices.CallingConvention;
3430
+ }
3431
+ }
3432
+ },
3433
+ isSealed: true
3434
+ },
3435
+ UnmanagedType: {
3436
+ kind: "enum",
3437
+ members: {
3438
+ Bool: {
3439
+ kind: "field",
3440
+ type: () => {
3441
+ return InteropServices.UnmanagedType;
3442
+ }
3443
+ },
3444
+ I1: {
3445
+ kind: "field",
3446
+ type: () => {
3447
+ return InteropServices.UnmanagedType;
3448
+ }
3449
+ },
3450
+ U1: {
3451
+ kind: "field",
3452
+ type: () => {
3453
+ return InteropServices.UnmanagedType;
3454
+ }
3455
+ },
3456
+ I2: {
3457
+ kind: "field",
3458
+ type: () => {
3459
+ return InteropServices.UnmanagedType;
3460
+ }
3461
+ },
3462
+ U2: {
3463
+ kind: "field",
3464
+ type: () => {
3465
+ return InteropServices.UnmanagedType;
3466
+ }
3467
+ },
3468
+ I4: {
3469
+ kind: "field",
3470
+ type: () => {
3471
+ return InteropServices.UnmanagedType;
3472
+ }
3473
+ },
3474
+ U4: {
3475
+ kind: "field",
3476
+ type: () => {
3477
+ return InteropServices.UnmanagedType;
3478
+ }
3479
+ },
3480
+ I8: {
3481
+ kind: "field",
3482
+ type: () => {
3483
+ return InteropServices.UnmanagedType;
3484
+ }
3485
+ },
3486
+ U8: {
3487
+ kind: "field",
3488
+ type: () => {
3489
+ return InteropServices.UnmanagedType;
3490
+ }
3491
+ },
3492
+ R4: {
3493
+ kind: "field",
3494
+ type: () => {
3495
+ return InteropServices.UnmanagedType;
3496
+ }
3497
+ },
3498
+ R8: {
3499
+ kind: "field",
3500
+ type: () => {
3501
+ return InteropServices.UnmanagedType;
3502
+ }
3503
+ },
3504
+ BStr: {
3505
+ kind: "field",
3506
+ type: () => {
3507
+ return InteropServices.UnmanagedType;
3508
+ }
3509
+ },
3510
+ LPStr: {
3511
+ kind: "field",
3512
+ type: () => {
3513
+ return InteropServices.UnmanagedType;
3514
+ }
3515
+ },
3516
+ LPWStr: {
3517
+ kind: "field",
3518
+ type: () => {
3519
+ return InteropServices.UnmanagedType;
3520
+ }
3521
+ },
3522
+ LPTStr: {
3523
+ kind: "field",
3524
+ type: () => {
3525
+ return InteropServices.UnmanagedType;
3526
+ }
3527
+ },
3528
+ ByValTStr: {
3529
+ kind: "field",
3530
+ type: () => {
3531
+ return InteropServices.UnmanagedType;
3532
+ }
3533
+ },
3534
+ IUnknown: {
3535
+ kind: "field",
3536
+ type: () => {
3537
+ return InteropServices.UnmanagedType;
3538
+ }
3539
+ },
3540
+ Interface: {
3541
+ kind: "field",
3542
+ type: () => {
3543
+ return InteropServices.UnmanagedType;
3544
+ }
3545
+ },
3546
+ ByValArray: {
3547
+ kind: "field",
3548
+ type: () => {
3549
+ return InteropServices.UnmanagedType;
3550
+ }
3551
+ },
3552
+ SysInt: {
3553
+ kind: "field",
3554
+ type: () => {
3555
+ return InteropServices.UnmanagedType;
3556
+ }
3557
+ },
3558
+ SysUInt: {
3559
+ kind: "field",
3560
+ type: () => {
3561
+ return InteropServices.UnmanagedType;
3562
+ }
3563
+ },
3564
+ FunctionPtr: {
3565
+ kind: "field",
3566
+ type: () => {
3567
+ return InteropServices.UnmanagedType;
3568
+ }
3569
+ },
3570
+ LPArray: {
3571
+ kind: "field",
3572
+ type: () => {
3573
+ return InteropServices.UnmanagedType;
3574
+ }
3575
+ },
3576
+ LPStruct: {
3577
+ kind: "field",
3578
+ type: () => {
3579
+ return InteropServices.UnmanagedType;
3580
+ }
3581
+ },
3582
+ CustomMarshaler: {
3583
+ kind: "field",
3584
+ type: () => {
3585
+ return InteropServices.UnmanagedType;
3586
+ }
3587
+ },
3588
+ Error: {
3589
+ kind: "field",
3590
+ type: () => {
3591
+ return InteropServices.UnmanagedType;
3592
+ }
3593
+ },
3594
+ IInspectable: {
3595
+ kind: "field",
3596
+ type: () => {
3597
+ return InteropServices.UnmanagedType;
3598
+ }
3599
+ },
3600
+ HString: {
3601
+ kind: "field",
3602
+ type: () => {
3603
+ return InteropServices.UnmanagedType;
3604
+ }
3605
+ },
3606
+ LPUTF8Str: {
3607
+ kind: "field",
3608
+ type: () => {
3609
+ return InteropServices.UnmanagedType;
3610
+ }
3611
+ }
3612
+ }
3613
+ },
3614
+ WasmImportLinkageAttribute: {
3615
+ kind: "class",
3616
+ members: {
3617
+ WasmImportLinkageAttribute: {
3618
+ kind: "method",
3619
+ methodKind: "constructor"
3620
+ }
3621
+ },
3622
+ isSealed: true
3623
+ }
3624
+ });
3625
+ export default InteropServices;
3626
+ //# sourceMappingURL=index.js.map