@alloy-js/csharp 0.21.0-dev.0 → 0.21.0-dev.12

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 (467) hide show
  1. package/dist/scripts/components/library-interface.d.ts +9 -0
  2. package/dist/scripts/components/library-interface.d.ts.map +1 -0
  3. package/dist/scripts/components/library-interface.js +43 -0
  4. package/dist/scripts/components/library-interface.js.map +1 -0
  5. package/dist/scripts/components/namespace-directory.d.ts +7 -0
  6. package/dist/scripts/components/namespace-directory.d.ts.map +1 -0
  7. package/dist/scripts/components/namespace-directory.js +96 -0
  8. package/dist/scripts/components/namespace-directory.js.map +1 -0
  9. package/dist/scripts/generate-builtins.d.ts +11 -0
  10. package/dist/scripts/generate-builtins.d.ts.map +1 -0
  11. package/dist/scripts/generate-builtins.js +35 -0
  12. package/dist/scripts/generate-builtins.js.map +1 -0
  13. package/dist/scripts/process-docfx.d.ts +3 -0
  14. package/dist/scripts/process-docfx.d.ts.map +1 -0
  15. package/dist/scripts/process-docfx.js +288 -0
  16. package/dist/scripts/process-docfx.js.map +1 -0
  17. package/dist/src/access.d.ts +13 -0
  18. package/dist/src/access.d.ts.map +1 -0
  19. package/dist/src/access.js +65 -0
  20. package/dist/src/access.js.map +1 -0
  21. package/dist/src/access.test.d.ts +2 -0
  22. package/dist/src/access.test.d.ts.map +1 -0
  23. package/dist/src/access.test.js +43 -0
  24. package/dist/src/access.test.js.map +1 -0
  25. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +32 -0
  26. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -0
  27. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +117 -0
  28. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  29. package/dist/src/builtins/Microsoft/Win32/index.d.ts +6 -0
  30. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -0
  31. package/dist/src/builtins/Microsoft/Win32/index.js +5 -0
  32. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -0
  33. package/dist/src/builtins/Microsoft/index.d.ts +6 -0
  34. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -0
  35. package/dist/src/builtins/Microsoft/index.js +5 -0
  36. package/dist/src/builtins/Microsoft/index.js.map +1 -0
  37. package/dist/src/builtins/System/Buffers/Text/index.d.ts +31 -0
  38. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -0
  39. package/dist/src/builtins/System/Buffers/Text/index.js +122 -0
  40. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -0
  41. package/dist/src/builtins/System/Buffers/index.d.ts +57 -0
  42. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -0
  43. package/dist/src/builtins/System/Buffers/index.js +214 -0
  44. package/dist/src/builtins/System/Buffers/index.js.map +1 -0
  45. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts +31 -0
  46. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts.map +1 -0
  47. package/dist/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  48. package/dist/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  49. package/dist/src/builtins/System/CodeDom/index.d.ts +6 -0
  50. package/dist/src/builtins/System/CodeDom/index.d.ts.map +1 -0
  51. package/dist/src/builtins/System/CodeDom/index.js +5 -0
  52. package/dist/src/builtins/System/CodeDom/index.js.map +1 -0
  53. package/dist/src/builtins/System/Collections/Generic/index.d.ts +99 -0
  54. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -0
  55. package/dist/src/builtins/System/Collections/Generic/index.js +342 -0
  56. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -0
  57. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +49 -0
  58. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -0
  59. package/dist/src/builtins/System/Collections/ObjectModel/index.js +185 -0
  60. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  61. package/dist/src/builtins/System/Collections/index.d.ts +142 -0
  62. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -0
  63. package/dist/src/builtins/System/Collections/index.js +634 -0
  64. package/dist/src/builtins/System/Collections/index.js.map +1 -0
  65. package/dist/src/builtins/System/ComponentModel/index.d.ts +24 -0
  66. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -0
  67. package/dist/src/builtins/System/ComponentModel/index.js +86 -0
  68. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -0
  69. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts +19 -0
  70. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts.map +1 -0
  71. package/dist/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  72. package/dist/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  73. package/dist/src/builtins/System/Configuration/index.d.ts +6 -0
  74. package/dist/src/builtins/System/Configuration/index.d.ts.map +1 -0
  75. package/dist/src/builtins/System/Configuration/index.js +5 -0
  76. package/dist/src/builtins/System/Configuration/index.js.map +1 -0
  77. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts +155 -0
  78. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts.map +1 -0
  79. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  80. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  81. package/dist/src/builtins/System/Diagnostics/index.d.ts +115 -0
  82. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -0
  83. package/dist/src/builtins/System/Diagnostics/index.js +509 -0
  84. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -0
  85. package/dist/src/builtins/System/Globalization/index.d.ts +737 -0
  86. package/dist/src/builtins/System/Globalization/index.d.ts.map +1 -0
  87. package/dist/src/builtins/System/Globalization/index.js +3848 -0
  88. package/dist/src/builtins/System/Globalization/index.js.map +1 -0
  89. package/dist/src/builtins/System/IO/Enumeration/index.d.ts +53 -0
  90. package/dist/src/builtins/System/IO/Enumeration/index.d.ts.map +1 -0
  91. package/dist/src/builtins/System/IO/Enumeration/index.js +218 -0
  92. package/dist/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  93. package/dist/src/builtins/System/IO/index.d.ts +622 -0
  94. package/dist/src/builtins/System/IO/index.d.ts.map +1 -0
  95. package/dist/src/builtins/System/IO/index.js +3083 -0
  96. package/dist/src/builtins/System/IO/index.js.map +1 -0
  97. package/dist/src/builtins/System/Net/index.d.ts +14 -0
  98. package/dist/src/builtins/System/Net/index.d.ts.map +1 -0
  99. package/dist/src/builtins/System/Net/index.js +41 -0
  100. package/dist/src/builtins/System/Net/index.js.map +1 -0
  101. package/dist/src/builtins/System/Numerics/index.d.ts +204 -0
  102. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -0
  103. package/dist/src/builtins/System/Numerics/index.js +952 -0
  104. package/dist/src/builtins/System/Numerics/index.js.map +1 -0
  105. package/dist/src/builtins/System/Reflection/index.d.ts +918 -0
  106. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -0
  107. package/dist/src/builtins/System/Reflection/index.js +4675 -0
  108. package/dist/src/builtins/System/Reflection/index.js.map +1 -0
  109. package/dist/src/builtins/System/Resources/index.d.ts +56 -0
  110. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -0
  111. package/dist/src/builtins/System/Resources/index.js +235 -0
  112. package/dist/src/builtins/System/Resources/index.js.map +1 -0
  113. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +396 -0
  114. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -0
  115. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +1531 -0
  116. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  117. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts +29 -0
  118. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts.map +1 -0
  119. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  120. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  121. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts +20 -0
  122. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts.map +1 -0
  123. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  124. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  125. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +84 -0
  126. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -0
  127. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +310 -0
  128. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  129. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts +18 -0
  130. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts.map +1 -0
  131. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  132. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  133. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +165 -0
  134. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -0
  135. package/dist/src/builtins/System/Runtime/InteropServices/index.js +774 -0
  136. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  137. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts +10 -0
  138. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts.map +1 -0
  139. package/dist/src/builtins/System/Runtime/Remoting/index.js +18 -0
  140. package/dist/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  141. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +118 -0
  142. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -0
  143. package/dist/src/builtins/System/Runtime/Serialization/index.js +468 -0
  144. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  145. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts +81 -0
  146. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts.map +1 -0
  147. package/dist/src/builtins/System/Runtime/Versioning/index.js +336 -0
  148. package/dist/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  149. package/dist/src/builtins/System/Runtime/index.d.ts +65 -0
  150. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -0
  151. package/dist/src/builtins/System/Runtime/index.js +243 -0
  152. package/dist/src/builtins/System/Runtime/index.js.map +1 -0
  153. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +9 -0
  154. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -0
  155. package/dist/src/builtins/System/Security/Cryptography/index.js +14 -0
  156. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  157. package/dist/src/builtins/System/Security/Permissions/index.d.ts +67 -0
  158. package/dist/src/builtins/System/Security/Permissions/index.d.ts.map +1 -0
  159. package/dist/src/builtins/System/Security/Permissions/index.js +325 -0
  160. package/dist/src/builtins/System/Security/Permissions/index.js.map +1 -0
  161. package/dist/src/builtins/System/Security/Principal/index.d.ts +27 -0
  162. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -0
  163. package/dist/src/builtins/System/Security/Principal/index.js +104 -0
  164. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -0
  165. package/dist/src/builtins/System/Security/index.d.ts +141 -0
  166. package/dist/src/builtins/System/Security/index.d.ts.map +1 -0
  167. package/dist/src/builtins/System/Security/index.js +590 -0
  168. package/dist/src/builtins/System/Security/index.js.map +1 -0
  169. package/dist/src/builtins/System/Text/Unicode/index.d.ts +12 -0
  170. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -0
  171. package/dist/src/builtins/System/Text/Unicode/index.js +31 -0
  172. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -0
  173. package/dist/src/builtins/System/Text/index.d.ts +268 -0
  174. package/dist/src/builtins/System/Text/index.d.ts.map +1 -0
  175. package/dist/src/builtins/System/Text/index.js +1278 -0
  176. package/dist/src/builtins/System/Text/index.js.map +1 -0
  177. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts +32 -0
  178. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts.map +1 -0
  179. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  180. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  181. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +140 -0
  182. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -0
  183. package/dist/src/builtins/System/Threading/Tasks/index.js +621 -0
  184. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  185. package/dist/src/builtins/System/Threading/index.d.ts +92 -0
  186. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -0
  187. package/dist/src/builtins/System/Threading/index.js +372 -0
  188. package/dist/src/builtins/System/Threading/index.js.map +1 -0
  189. package/dist/src/builtins/System/index.d.ts +2746 -0
  190. package/dist/src/builtins/System/index.d.ts.map +1 -0
  191. package/dist/src/builtins/System/index.js +13070 -0
  192. package/dist/src/builtins/System/index.js.map +1 -0
  193. package/dist/src/builtins/index.d.ts +3 -0
  194. package/dist/src/builtins/index.d.ts.map +1 -0
  195. package/dist/src/builtins/index.js +3 -0
  196. package/dist/src/builtins/index.js.map +1 -0
  197. package/dist/src/components/access-expression/access-expression.d.ts +3 -3
  198. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  199. package/dist/src/components/enum/declaration.d.ts +2 -2
  200. package/dist/src/components/enum/declaration.d.ts.map +1 -1
  201. package/dist/src/components/enum/declaration.js +3 -3
  202. package/dist/src/components/enum/declaration.js.map +1 -1
  203. package/dist/src/components/enum/declaration.ref.test.js +1 -1
  204. package/dist/src/components/enum/declaration.test.js +15 -1
  205. package/dist/src/components/enum/declaration.test.js.map +1 -1
  206. package/dist/src/components/enum/member.d.ts +2 -2
  207. package/dist/src/components/enum/member.d.ts.map +1 -1
  208. package/dist/src/components/enum/member.js +3 -3
  209. package/dist/src/components/enum/member.js.map +1 -1
  210. package/dist/src/components/enum/member.test.js +24 -1
  211. package/dist/src/components/enum/member.test.js.map +1 -1
  212. package/dist/src/components/field/field.d.ts +2 -2
  213. package/dist/src/components/field/field.d.ts.map +1 -1
  214. package/dist/src/components/field/field.js.map +1 -1
  215. package/dist/src/components/field/field.test.js +19 -1
  216. package/dist/src/components/field/field.test.js.map +1 -1
  217. package/dist/src/components/if/if-statement.d.ts +25 -0
  218. package/dist/src/components/if/if-statement.d.ts.map +1 -0
  219. package/dist/src/components/if/if-statement.js +36 -0
  220. package/dist/src/components/if/if-statement.js.map +1 -0
  221. package/dist/src/components/if/if-statement.test.d.ts +2 -0
  222. package/dist/src/components/if/if-statement.test.d.ts.map +1 -0
  223. package/dist/src/components/if/if-statement.test.js +29 -0
  224. package/dist/src/components/if/if-statement.test.js.map +1 -0
  225. package/dist/src/components/index.d.ts +4 -2
  226. package/dist/src/components/index.d.ts.map +1 -1
  227. package/dist/src/components/index.js +4 -3
  228. package/dist/src/components/index.js.map +1 -1
  229. package/dist/src/components/interface/declaration.d.ts +1 -1
  230. package/dist/src/components/interface/declaration.d.ts.map +1 -1
  231. package/dist/src/components/interface/declaration.js +3 -3
  232. package/dist/src/components/interface/declaration.js.map +1 -1
  233. package/dist/src/components/interface/declaration.test.js +14 -1
  234. package/dist/src/components/interface/declaration.test.js.map +1 -1
  235. package/dist/src/components/interface/method.d.ts +2 -2
  236. package/dist/src/components/interface/method.d.ts.map +1 -1
  237. package/dist/src/components/interface/method.js.map +1 -1
  238. package/dist/src/components/interface/method.test.js +17 -1
  239. package/dist/src/components/interface/method.test.js.map +1 -1
  240. package/dist/src/components/interface/property.d.ts +2 -2
  241. package/dist/src/components/interface/property.d.ts.map +1 -1
  242. package/dist/src/components/interface/property.js.map +1 -1
  243. package/dist/src/components/interface/property.test.js +19 -0
  244. package/dist/src/components/interface/property.test.js.map +1 -1
  245. package/dist/src/components/method/method.js +10 -2
  246. package/dist/src/components/method/method.js.map +1 -1
  247. package/dist/src/components/method/method.test.js +61 -0
  248. package/dist/src/components/method/method.test.js.map +1 -1
  249. package/dist/src/components/namespace/namespace-name.d.ts +10 -0
  250. package/dist/src/components/namespace/namespace-name.d.ts.map +1 -0
  251. package/dist/src/components/namespace/namespace-name.js +20 -0
  252. package/dist/src/components/namespace/namespace-name.js.map +1 -0
  253. package/dist/src/components/{namespace.d.ts → namespace/namespace.d.ts} +3 -1
  254. package/dist/src/components/namespace/namespace.d.ts.map +1 -0
  255. package/dist/src/components/{namespace.js → namespace/namespace.js} +12 -13
  256. package/dist/src/components/namespace/namespace.js.map +1 -0
  257. package/dist/src/components/namespace/namespace.test.d.ts.map +1 -0
  258. package/dist/src/components/namespace/namespace.test.js +207 -0
  259. package/dist/src/components/namespace/namespace.test.js.map +1 -0
  260. package/dist/src/components/namespace.ref.test.js +42 -10
  261. package/dist/src/components/namespace.ref.test.js.map +1 -1
  262. package/dist/src/components/parameters/parameters.d.ts.map +1 -1
  263. package/dist/src/components/parameters/parameters.js +2 -2
  264. package/dist/src/components/parameters/parameters.js.map +1 -1
  265. package/dist/src/components/property/property.d.ts.map +1 -1
  266. package/dist/src/components/property/property.js +21 -12
  267. package/dist/src/components/property/property.js.map +1 -1
  268. package/dist/src/components/property/property.test.js +28 -0
  269. package/dist/src/components/property/property.test.js.map +1 -1
  270. package/dist/src/components/record/declaration.d.ts +1 -1
  271. package/dist/src/components/record/declaration.d.ts.map +1 -1
  272. package/dist/src/components/record/declaration.js +3 -4
  273. package/dist/src/components/record/declaration.js.map +1 -1
  274. package/dist/src/components/record/declaration.test.js +14 -1
  275. package/dist/src/components/record/declaration.test.js.map +1 -1
  276. package/dist/src/components/source-file/source-file.d.ts.map +1 -1
  277. package/dist/src/components/source-file/source-file.js +6 -4
  278. package/dist/src/components/source-file/source-file.js.map +1 -1
  279. package/dist/src/components/source-file/source-file.test.js +1 -1
  280. package/dist/src/components/source-file/using.test.d.ts.map +1 -0
  281. package/dist/{test → src/components/source-file}/using.test.js +30 -49
  282. package/dist/src/components/source-file/using.test.js.map +1 -0
  283. package/dist/src/components/stc/index.d.ts +1 -1
  284. package/dist/src/components/stc/index.d.ts.map +1 -1
  285. package/dist/src/components/stc/index.js +1 -1
  286. package/dist/src/components/stc/index.js.map +1 -1
  287. package/dist/src/components/struct/declaration.d.ts +1 -1
  288. package/dist/src/components/struct/declaration.d.ts.map +1 -1
  289. package/dist/src/components/struct/declaration.js +3 -3
  290. package/dist/src/components/struct/declaration.js.map +1 -1
  291. package/dist/src/components/struct/declaration.test.js +14 -1
  292. package/dist/src/components/struct/declaration.test.js.map +1 -1
  293. package/dist/src/components/type-parameters/type-parameter.d.ts +2 -2
  294. package/dist/src/components/type-parameters/type-parameter.d.ts.map +1 -1
  295. package/dist/src/components/type-parameters/type-parameter.js.map +1 -1
  296. package/dist/src/components/type-parameters/type-parameters.test.js +14 -0
  297. package/dist/src/components/type-parameters/type-parameters.test.js.map +1 -1
  298. package/dist/src/components/using/using.d.ts +28 -0
  299. package/dist/src/components/using/using.d.ts.map +1 -0
  300. package/dist/src/components/using/using.js +37 -0
  301. package/dist/src/components/using/using.js.map +1 -0
  302. package/dist/src/components/using/using.test.d.ts +2 -0
  303. package/dist/src/components/using/using.test.d.ts.map +1 -0
  304. package/dist/src/components/using/using.test.js +19 -0
  305. package/dist/src/components/using/using.test.js.map +1 -0
  306. package/dist/src/components/var/declaration.d.ts +4 -2
  307. package/dist/src/components/var/declaration.d.ts.map +1 -1
  308. package/dist/src/components/var/declaration.js +17 -3
  309. package/dist/src/components/var/declaration.js.map +1 -1
  310. package/dist/src/components/var/declaration.test.js +22 -1
  311. package/dist/src/components/var/declaration.test.js.map +1 -1
  312. package/dist/src/contexts/global-namespace.d.ts +1 -0
  313. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  314. package/dist/src/contexts/global-namespace.js +6 -1
  315. package/dist/src/contexts/global-namespace.js.map +1 -1
  316. package/dist/src/create-library.d.ts +62 -0
  317. package/dist/src/create-library.d.ts.map +1 -0
  318. package/dist/src/create-library.js +128 -0
  319. package/dist/src/create-library.js.map +1 -0
  320. package/dist/src/create-library.test.d.ts +10 -0
  321. package/dist/src/create-library.test.d.ts.map +1 -0
  322. package/dist/src/create-library.test.js +220 -0
  323. package/dist/src/create-library.test.js.map +1 -0
  324. package/dist/src/index.d.ts +2 -0
  325. package/dist/src/index.d.ts.map +1 -1
  326. package/dist/src/index.js +2 -0
  327. package/dist/src/index.js.map +1 -1
  328. package/dist/src/name-policy.d.ts +1 -1
  329. package/dist/src/name-policy.d.ts.map +1 -1
  330. package/dist/src/name-policy.js +1 -0
  331. package/dist/src/name-policy.js.map +1 -1
  332. package/dist/src/symbols/factories.d.ts +1 -1
  333. package/dist/src/symbols/factories.d.ts.map +1 -1
  334. package/dist/src/symbols/factories.js +27 -7
  335. package/dist/src/symbols/factories.js.map +1 -1
  336. package/dist/src/symbols/named-type.d.ts +3 -3
  337. package/dist/src/symbols/named-type.d.ts.map +1 -1
  338. package/dist/src/symbols/named-type.js.map +1 -1
  339. package/dist/src/symbols/namespace.d.ts +2 -2
  340. package/dist/src/symbols/namespace.d.ts.map +1 -1
  341. package/dist/src/symbols/namespace.js.map +1 -1
  342. package/dist/src/symbols/reference.d.ts.map +1 -1
  343. package/dist/src/symbols/reference.js +3 -3
  344. package/dist/src/symbols/reference.js.map +1 -1
  345. package/dist/test/utils.d.ts +4 -2
  346. package/dist/test/utils.d.ts.map +1 -1
  347. package/dist/test/utils.js +5 -4
  348. package/dist/test/utils.js.map +1 -1
  349. package/dist/tsconfig.tsbuildinfo +1 -1
  350. package/package.json +14 -3
  351. package/scripts/components/library-interface.tsx +41 -0
  352. package/scripts/components/namespace-directory.tsx +104 -0
  353. package/scripts/generate-builtins.tsx +35 -0
  354. package/scripts/process-docfx.tsx +309 -0
  355. package/src/access.test.tsx +49 -0
  356. package/src/access.tsx +70 -0
  357. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +147 -0
  358. package/src/builtins/Microsoft/Win32/index.ts +8 -0
  359. package/src/builtins/Microsoft/index.ts +8 -0
  360. package/src/builtins/System/Buffers/Text/index.ts +150 -0
  361. package/src/builtins/System/Buffers/index.ts +267 -0
  362. package/src/builtins/System/CodeDom/Compiler/index.ts +160 -0
  363. package/src/builtins/System/CodeDom/index.ts +8 -0
  364. package/src/builtins/System/Collections/Generic/index.ts +439 -0
  365. package/src/builtins/System/Collections/ObjectModel/index.ts +232 -0
  366. package/src/builtins/System/Collections/index.ts +771 -0
  367. package/src/builtins/System/ComponentModel/index.ts +108 -0
  368. package/src/builtins/System/Configuration/Assemblies/index.ts +85 -0
  369. package/src/builtins/System/Configuration/index.ts +8 -0
  370. package/src/builtins/System/Diagnostics/CodeAnalysis/index.ts +858 -0
  371. package/src/builtins/System/Diagnostics/index.ts +620 -0
  372. package/src/builtins/System/Globalization/index.ts +4583 -0
  373. package/src/builtins/System/IO/Enumeration/index.ts +269 -0
  374. package/src/builtins/System/IO/index.ts +3701 -0
  375. package/src/builtins/System/Net/index.ts +52 -0
  376. package/src/builtins/System/Numerics/index.ts +1184 -0
  377. package/src/builtins/System/Reflection/index.ts +5591 -0
  378. package/src/builtins/System/Resources/index.ts +289 -0
  379. package/src/builtins/System/Runtime/CompilerServices/index.ts +1929 -0
  380. package/src/builtins/System/Runtime/ConstrainedExecution/index.ts +129 -0
  381. package/src/builtins/System/Runtime/ExceptionServices/index.ts +80 -0
  382. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +394 -0
  383. package/src/builtins/System/Runtime/InteropServices/Swift/index.ts +65 -0
  384. package/src/builtins/System/Runtime/InteropServices/index.ts +934 -0
  385. package/src/builtins/System/Runtime/Remoting/index.ts +25 -0
  386. package/src/builtins/System/Runtime/Serialization/index.ts +584 -0
  387. package/src/builtins/System/Runtime/Versioning/index.ts +415 -0
  388. package/src/builtins/System/Runtime/index.ts +298 -0
  389. package/src/builtins/System/Security/Cryptography/index.ts +20 -0
  390. package/src/builtins/System/Security/Permissions/index.ts +390 -0
  391. package/src/builtins/System/Security/Principal/index.ts +129 -0
  392. package/src/builtins/System/Security/index.ts +725 -0
  393. package/src/builtins/System/Text/Unicode/index.ts +40 -0
  394. package/src/builtins/System/Text/index.ts +1542 -0
  395. package/src/builtins/System/Threading/Tasks/Sources/index.ts +147 -0
  396. package/src/builtins/System/Threading/Tasks/index.ts +757 -0
  397. package/src/builtins/System/Threading/index.ts +460 -0
  398. package/src/builtins/System/index.ts +15803 -0
  399. package/src/builtins/index.ts +2 -0
  400. package/src/components/access-expression/access-expression.tsx +2 -2
  401. package/src/components/enum/declaration.ref.test.tsx +1 -1
  402. package/src/components/enum/declaration.test.tsx +14 -1
  403. package/src/components/enum/declaration.tsx +4 -3
  404. package/src/components/enum/member.test.tsx +22 -1
  405. package/src/components/enum/member.tsx +4 -4
  406. package/src/components/field/field.test.tsx +14 -1
  407. package/src/components/field/field.tsx +2 -2
  408. package/src/components/if/if-statement.test.tsx +26 -0
  409. package/src/components/if/if-statement.tsx +50 -0
  410. package/src/components/index.ts +4 -2
  411. package/src/components/interface/declaration.test.tsx +11 -1
  412. package/src/components/interface/declaration.tsx +3 -4
  413. package/src/components/interface/method.test.tsx +14 -1
  414. package/src/components/interface/method.tsx +2 -1
  415. package/src/components/interface/property.test.tsx +13 -0
  416. package/src/components/interface/property.tsx +2 -1
  417. package/src/components/method/method.test.tsx +49 -0
  418. package/src/components/method/method.tsx +7 -4
  419. package/src/components/namespace/namespace-name.tsx +31 -0
  420. package/src/components/namespace/namespace.test.tsx +145 -0
  421. package/src/components/{namespace.tsx → namespace/namespace.tsx} +12 -15
  422. package/src/components/namespace.ref.test.tsx +34 -9
  423. package/src/components/parameters/parameters.tsx +7 -2
  424. package/src/components/property/property.test.tsx +25 -0
  425. package/src/components/property/property.tsx +22 -11
  426. package/src/components/record/declaration.test.tsx +11 -1
  427. package/src/components/record/declaration.tsx +3 -4
  428. package/src/components/source-file/source-file.test.tsx +1 -1
  429. package/src/components/source-file/source-file.tsx +4 -4
  430. package/src/components/source-file/using.test.tsx +94 -0
  431. package/src/components/stc/index.ts +1 -1
  432. package/src/components/struct/declaration.test.tsx +11 -1
  433. package/src/components/struct/declaration.tsx +3 -4
  434. package/src/components/type-parameters/type-parameter.tsx +2 -1
  435. package/src/components/type-parameters/type-parameters.test.tsx +9 -0
  436. package/src/components/using/using.test.tsx +15 -0
  437. package/src/components/using/using.tsx +52 -0
  438. package/src/components/var/declaration.test.tsx +16 -1
  439. package/src/components/var/declaration.tsx +17 -2
  440. package/src/contexts/global-namespace.ts +8 -1
  441. package/src/create-library.test.tsx +202 -0
  442. package/src/create-library.ts +270 -0
  443. package/src/index.ts +2 -0
  444. package/src/name-policy.ts +3 -1
  445. package/src/symbols/factories.ts +47 -10
  446. package/src/symbols/named-type.ts +3 -3
  447. package/src/symbols/namespace.ts +2 -2
  448. package/src/symbols/reference.tsx +10 -3
  449. package/temp/api.json +3934 -683
  450. package/test/utils.tsx +6 -3
  451. package/tsconfig.json +11 -2
  452. package/dist/src/components/UsingDirective.d.ts +0 -10
  453. package/dist/src/components/UsingDirective.d.ts.map +0 -1
  454. package/dist/src/components/UsingDirective.js +0 -15
  455. package/dist/src/components/UsingDirective.js.map +0 -1
  456. package/dist/src/components/namespace.d.ts.map +0 -1
  457. package/dist/src/components/namespace.js.map +0 -1
  458. package/dist/src/components/namespace.test.d.ts.map +0 -1
  459. package/dist/src/components/namespace.test.js +0 -79
  460. package/dist/src/components/namespace.test.js.map +0 -1
  461. package/dist/test/using.test.d.ts.map +0 -1
  462. package/dist/test/using.test.js.map +0 -1
  463. package/src/components/UsingDirective.tsx +0 -28
  464. package/src/components/namespace.test.tsx +0 -52
  465. package/test/using.test.tsx +0 -118
  466. /package/dist/src/components/{namespace.test.d.ts → namespace/namespace.test.d.ts} +0 -0
  467. /package/dist/{test → src/components/source-file}/using.test.d.ts +0 -0
@@ -0,0 +1,4675 @@
1
+ import Generic from "../Collections/Generic/index.js";
2
+ import Assemblies from "../Configuration/Assemblies/index.js";
3
+ import Globalization from "../Globalization/index.js";
4
+ import System from "../index.js";
5
+ import Security from "../Security/index.js";
6
+ import { createLibrary } from "#createLibrary";
7
+ const Reflection = createLibrary("System.Reflection", {
8
+ AmbiguousMatchException: {
9
+ kind: "class",
10
+ members: {
11
+ AmbiguousMatchException: {
12
+ kind: "method",
13
+ methodKind: "constructor"
14
+ }
15
+ },
16
+ isSealed: true
17
+ },
18
+ Assembly: {
19
+ kind: "class",
20
+ members: {
21
+ Assembly: {
22
+ kind: "method",
23
+ methodKind: "constructor"
24
+ },
25
+ CreateInstance: {
26
+ kind: "method",
27
+ methodKind: "ordinary"
28
+ },
29
+ CreateQualifiedName: {
30
+ kind: "method",
31
+ methodKind: "ordinary",
32
+ isStatic: true
33
+ },
34
+ Equals: {
35
+ kind: "method",
36
+ methodKind: "ordinary",
37
+ isOverride: true
38
+ },
39
+ GetAssembly: {
40
+ kind: "method",
41
+ methodKind: "ordinary",
42
+ isStatic: true
43
+ },
44
+ GetCallingAssembly: {
45
+ kind: "method",
46
+ methodKind: "ordinary",
47
+ isStatic: true
48
+ },
49
+ GetCustomAttributes: {
50
+ kind: "method",
51
+ methodKind: "ordinary",
52
+ isVirtual: true
53
+ },
54
+ GetCustomAttributesData: {
55
+ kind: "method",
56
+ methodKind: "ordinary",
57
+ isVirtual: true
58
+ },
59
+ GetEntryAssembly: {
60
+ kind: "method",
61
+ methodKind: "ordinary",
62
+ isStatic: true
63
+ },
64
+ GetExecutingAssembly: {
65
+ kind: "method",
66
+ methodKind: "ordinary",
67
+ isStatic: true
68
+ },
69
+ GetExportedTypes: {
70
+ kind: "method",
71
+ methodKind: "ordinary",
72
+ isVirtual: true
73
+ },
74
+ GetFile: {
75
+ kind: "method",
76
+ methodKind: "ordinary",
77
+ isVirtual: true
78
+ },
79
+ GetFiles: {
80
+ kind: "method",
81
+ methodKind: "ordinary",
82
+ isVirtual: true
83
+ },
84
+ GetForwardedTypes: {
85
+ kind: "method",
86
+ methodKind: "ordinary",
87
+ isVirtual: true
88
+ },
89
+ GetHashCode: {
90
+ kind: "method",
91
+ methodKind: "ordinary",
92
+ isOverride: true
93
+ },
94
+ GetLoadedModules: {
95
+ kind: "method",
96
+ methodKind: "ordinary"
97
+ },
98
+ GetManifestResourceInfo: {
99
+ kind: "method",
100
+ methodKind: "ordinary",
101
+ isVirtual: true
102
+ },
103
+ GetManifestResourceNames: {
104
+ kind: "method",
105
+ methodKind: "ordinary",
106
+ isVirtual: true
107
+ },
108
+ GetManifestResourceStream: {
109
+ kind: "method",
110
+ methodKind: "ordinary",
111
+ isVirtual: true
112
+ },
113
+ GetModule: {
114
+ kind: "method",
115
+ methodKind: "ordinary",
116
+ isVirtual: true
117
+ },
118
+ GetModules: {
119
+ kind: "method",
120
+ methodKind: "ordinary"
121
+ },
122
+ GetName: {
123
+ kind: "method",
124
+ methodKind: "ordinary",
125
+ isVirtual: true
126
+ },
127
+ GetReferencedAssemblies: {
128
+ kind: "method",
129
+ methodKind: "ordinary",
130
+ isVirtual: true
131
+ },
132
+ GetSatelliteAssembly: {
133
+ kind: "method",
134
+ methodKind: "ordinary",
135
+ isVirtual: true
136
+ },
137
+ GetType: {
138
+ kind: "method",
139
+ methodKind: "ordinary",
140
+ isVirtual: true
141
+ },
142
+ GetTypes: {
143
+ kind: "method",
144
+ methodKind: "ordinary",
145
+ isVirtual: true
146
+ },
147
+ IsDefined: {
148
+ kind: "method",
149
+ methodKind: "ordinary",
150
+ isVirtual: true
151
+ },
152
+ Load: {
153
+ kind: "method",
154
+ methodKind: "ordinary",
155
+ isStatic: true
156
+ },
157
+ LoadFile: {
158
+ kind: "method",
159
+ methodKind: "ordinary",
160
+ isStatic: true
161
+ },
162
+ LoadFrom: {
163
+ kind: "method",
164
+ methodKind: "ordinary",
165
+ isStatic: true
166
+ },
167
+ LoadModule: {
168
+ kind: "method",
169
+ methodKind: "ordinary"
170
+ },
171
+ LoadWithPartialName: {
172
+ kind: "method",
173
+ methodKind: "ordinary",
174
+ isStatic: true
175
+ },
176
+ ReflectionOnlyLoad: {
177
+ kind: "method",
178
+ methodKind: "ordinary",
179
+ isStatic: true
180
+ },
181
+ ReflectionOnlyLoadFrom: {
182
+ kind: "method",
183
+ methodKind: "ordinary",
184
+ isStatic: true
185
+ },
186
+ SetEntryAssembly: {
187
+ kind: "method",
188
+ methodKind: "ordinary",
189
+ isStatic: true
190
+ },
191
+ ToString: {
192
+ kind: "method",
193
+ methodKind: "ordinary",
194
+ isOverride: true
195
+ },
196
+ UnsafeLoadFrom: {
197
+ kind: "method",
198
+ methodKind: "ordinary",
199
+ isStatic: true
200
+ },
201
+ CodeBase: {
202
+ kind: "property",
203
+ type: () => {
204
+ return System.String;
205
+ },
206
+ isVirtual: true
207
+ },
208
+ CustomAttributes: {
209
+ kind: "property",
210
+ type: () => {
211
+ return Generic.IEnumerable;
212
+ },
213
+ isVirtual: true
214
+ },
215
+ DefinedTypes: {
216
+ kind: "property",
217
+ type: () => {
218
+ return Generic.IEnumerable;
219
+ },
220
+ isVirtual: true
221
+ },
222
+ EntryPoint: {
223
+ kind: "property",
224
+ type: () => {
225
+ return Reflection.MethodInfo;
226
+ },
227
+ isNullable: true,
228
+ isVirtual: true
229
+ },
230
+ EscapedCodeBase: {
231
+ kind: "property",
232
+ type: () => {
233
+ return System.String;
234
+ },
235
+ isVirtual: true
236
+ },
237
+ ExportedTypes: {
238
+ kind: "property",
239
+ type: () => {
240
+ return Generic.IEnumerable;
241
+ },
242
+ isVirtual: true
243
+ },
244
+ FullName: {
245
+ kind: "property",
246
+ type: () => {
247
+ return System.String;
248
+ },
249
+ isNullable: true,
250
+ isVirtual: true
251
+ },
252
+ GlobalAssemblyCache: {
253
+ kind: "property",
254
+ type: () => {
255
+ return System.Boolean;
256
+ },
257
+ isVirtual: true
258
+ },
259
+ HostContext: {
260
+ kind: "property",
261
+ type: () => {
262
+ return System.Int64;
263
+ },
264
+ isVirtual: true
265
+ },
266
+ ImageRuntimeVersion: {
267
+ kind: "property",
268
+ type: () => {
269
+ return System.String;
270
+ },
271
+ isVirtual: true
272
+ },
273
+ IsCollectible: {
274
+ kind: "property",
275
+ type: () => {
276
+ return System.Boolean;
277
+ },
278
+ isVirtual: true
279
+ },
280
+ IsDynamic: {
281
+ kind: "property",
282
+ type: () => {
283
+ return System.Boolean;
284
+ },
285
+ isVirtual: true
286
+ },
287
+ IsFullyTrusted: {
288
+ kind: "property",
289
+ type: () => {
290
+ return System.Boolean;
291
+ }
292
+ },
293
+ Location: {
294
+ kind: "property",
295
+ type: () => {
296
+ return System.String;
297
+ },
298
+ isVirtual: true
299
+ },
300
+ ManifestModule: {
301
+ kind: "property",
302
+ type: () => {
303
+ return Reflection.Module;
304
+ },
305
+ isVirtual: true
306
+ },
307
+ Modules: {
308
+ kind: "property",
309
+ type: () => {
310
+ return Generic.IEnumerable;
311
+ },
312
+ isVirtual: true
313
+ },
314
+ ReflectionOnly: {
315
+ kind: "property",
316
+ type: () => {
317
+ return System.Boolean;
318
+ },
319
+ isVirtual: true
320
+ },
321
+ SecurityRuleSet: {
322
+ kind: "property",
323
+ type: () => {
324
+ return Security.SecurityRuleSet;
325
+ },
326
+ isVirtual: true
327
+ }
328
+ },
329
+ isAbstract: true
330
+ },
331
+ AssemblyAlgorithmIdAttribute: {
332
+ kind: "class",
333
+ members: {
334
+ AssemblyAlgorithmIdAttribute: {
335
+ kind: "method",
336
+ methodKind: "constructor"
337
+ },
338
+ AlgorithmId: {
339
+ kind: "property",
340
+ type: () => {
341
+ return System.UInt32;
342
+ }
343
+ }
344
+ },
345
+ isSealed: true
346
+ },
347
+ AssemblyCompanyAttribute: {
348
+ kind: "class",
349
+ members: {
350
+ AssemblyCompanyAttribute: {
351
+ kind: "method",
352
+ methodKind: "constructor"
353
+ },
354
+ Company: {
355
+ kind: "property",
356
+ type: () => {
357
+ return System.String;
358
+ }
359
+ }
360
+ },
361
+ isSealed: true
362
+ },
363
+ AssemblyConfigurationAttribute: {
364
+ kind: "class",
365
+ members: {
366
+ AssemblyConfigurationAttribute: {
367
+ kind: "method",
368
+ methodKind: "constructor"
369
+ },
370
+ Configuration: {
371
+ kind: "property",
372
+ type: () => {
373
+ return System.String;
374
+ }
375
+ }
376
+ },
377
+ isSealed: true
378
+ },
379
+ AssemblyContentType: {
380
+ kind: "enum",
381
+ members: {
382
+ Default: {
383
+ kind: "field",
384
+ type: () => {
385
+ return Reflection.AssemblyContentType;
386
+ }
387
+ },
388
+ WindowsRuntime: {
389
+ kind: "field",
390
+ type: () => {
391
+ return Reflection.AssemblyContentType;
392
+ }
393
+ }
394
+ }
395
+ },
396
+ AssemblyCopyrightAttribute: {
397
+ kind: "class",
398
+ members: {
399
+ AssemblyCopyrightAttribute: {
400
+ kind: "method",
401
+ methodKind: "constructor"
402
+ },
403
+ Copyright: {
404
+ kind: "property",
405
+ type: () => {
406
+ return System.String;
407
+ }
408
+ }
409
+ },
410
+ isSealed: true
411
+ },
412
+ AssemblyCultureAttribute: {
413
+ kind: "class",
414
+ members: {
415
+ AssemblyCultureAttribute: {
416
+ kind: "method",
417
+ methodKind: "constructor"
418
+ },
419
+ Culture: {
420
+ kind: "property",
421
+ type: () => {
422
+ return System.String;
423
+ }
424
+ }
425
+ },
426
+ isSealed: true
427
+ },
428
+ AssemblyDefaultAliasAttribute: {
429
+ kind: "class",
430
+ members: {
431
+ AssemblyDefaultAliasAttribute: {
432
+ kind: "method",
433
+ methodKind: "constructor"
434
+ },
435
+ DefaultAlias: {
436
+ kind: "property",
437
+ type: () => {
438
+ return System.String;
439
+ }
440
+ }
441
+ },
442
+ isSealed: true
443
+ },
444
+ AssemblyDelaySignAttribute: {
445
+ kind: "class",
446
+ members: {
447
+ AssemblyDelaySignAttribute: {
448
+ kind: "method",
449
+ methodKind: "constructor"
450
+ },
451
+ DelaySign: {
452
+ kind: "property",
453
+ type: () => {
454
+ return System.Boolean;
455
+ }
456
+ }
457
+ },
458
+ isSealed: true
459
+ },
460
+ AssemblyDescriptionAttribute: {
461
+ kind: "class",
462
+ members: {
463
+ AssemblyDescriptionAttribute: {
464
+ kind: "method",
465
+ methodKind: "constructor"
466
+ },
467
+ Description: {
468
+ kind: "property",
469
+ type: () => {
470
+ return System.String;
471
+ }
472
+ }
473
+ },
474
+ isSealed: true
475
+ },
476
+ AssemblyFileVersionAttribute: {
477
+ kind: "class",
478
+ members: {
479
+ AssemblyFileVersionAttribute: {
480
+ kind: "method",
481
+ methodKind: "constructor"
482
+ },
483
+ Version: {
484
+ kind: "property",
485
+ type: () => {
486
+ return System.String;
487
+ }
488
+ }
489
+ },
490
+ isSealed: true
491
+ },
492
+ AssemblyFlagsAttribute: {
493
+ kind: "class",
494
+ members: {
495
+ AssemblyFlagsAttribute: {
496
+ kind: "method",
497
+ methodKind: "constructor"
498
+ },
499
+ AssemblyFlags: {
500
+ kind: "property",
501
+ type: () => {
502
+ return System.Int32;
503
+ }
504
+ },
505
+ Flags: {
506
+ kind: "property",
507
+ type: () => {
508
+ return System.UInt32;
509
+ }
510
+ }
511
+ },
512
+ isSealed: true
513
+ },
514
+ AssemblyInformationalVersionAttribute: {
515
+ kind: "class",
516
+ members: {
517
+ AssemblyInformationalVersionAttribute: {
518
+ kind: "method",
519
+ methodKind: "constructor"
520
+ },
521
+ InformationalVersion: {
522
+ kind: "property",
523
+ type: () => {
524
+ return System.String;
525
+ }
526
+ }
527
+ },
528
+ isSealed: true
529
+ },
530
+ AssemblyKeyFileAttribute: {
531
+ kind: "class",
532
+ members: {
533
+ AssemblyKeyFileAttribute: {
534
+ kind: "method",
535
+ methodKind: "constructor"
536
+ },
537
+ KeyFile: {
538
+ kind: "property",
539
+ type: () => {
540
+ return System.String;
541
+ }
542
+ }
543
+ },
544
+ isSealed: true
545
+ },
546
+ AssemblyKeyNameAttribute: {
547
+ kind: "class",
548
+ members: {
549
+ AssemblyKeyNameAttribute: {
550
+ kind: "method",
551
+ methodKind: "constructor"
552
+ },
553
+ KeyName: {
554
+ kind: "property",
555
+ type: () => {
556
+ return System.String;
557
+ }
558
+ }
559
+ },
560
+ isSealed: true
561
+ },
562
+ AssemblyMetadataAttribute: {
563
+ kind: "class",
564
+ members: {
565
+ AssemblyMetadataAttribute: {
566
+ kind: "method",
567
+ methodKind: "constructor"
568
+ },
569
+ Key: {
570
+ kind: "property",
571
+ type: () => {
572
+ return System.String;
573
+ }
574
+ },
575
+ Value: {
576
+ kind: "property",
577
+ type: () => {
578
+ return System.String;
579
+ },
580
+ isNullable: true
581
+ }
582
+ },
583
+ isSealed: true
584
+ },
585
+ AssemblyName: {
586
+ kind: "class",
587
+ members: {
588
+ AssemblyName: {
589
+ kind: "method",
590
+ methodKind: "constructor"
591
+ },
592
+ Clone: {
593
+ kind: "method",
594
+ methodKind: "ordinary"
595
+ },
596
+ GetAssemblyName: {
597
+ kind: "method",
598
+ methodKind: "ordinary",
599
+ isStatic: true
600
+ },
601
+ GetPublicKey: {
602
+ kind: "method",
603
+ methodKind: "ordinary"
604
+ },
605
+ GetPublicKeyToken: {
606
+ kind: "method",
607
+ methodKind: "ordinary"
608
+ },
609
+ OnDeserialization: {
610
+ kind: "method",
611
+ methodKind: "ordinary"
612
+ },
613
+ ReferenceMatchesDefinition: {
614
+ kind: "method",
615
+ methodKind: "ordinary",
616
+ isStatic: true
617
+ },
618
+ SetPublicKey: {
619
+ kind: "method",
620
+ methodKind: "ordinary"
621
+ },
622
+ SetPublicKeyToken: {
623
+ kind: "method",
624
+ methodKind: "ordinary"
625
+ },
626
+ ToString: {
627
+ kind: "method",
628
+ methodKind: "ordinary",
629
+ isOverride: true
630
+ },
631
+ CodeBase: {
632
+ kind: "property",
633
+ type: () => {
634
+ return System.String;
635
+ }
636
+ },
637
+ ContentType: {
638
+ kind: "property",
639
+ type: () => {
640
+ return Reflection.AssemblyContentType;
641
+ }
642
+ },
643
+ CultureInfo: {
644
+ kind: "property",
645
+ type: () => {
646
+ return Globalization.CultureInfo;
647
+ }
648
+ },
649
+ CultureName: {
650
+ kind: "property",
651
+ type: () => {
652
+ return System.String;
653
+ },
654
+ isNullable: true
655
+ },
656
+ EscapedCodeBase: {
657
+ kind: "property",
658
+ type: () => {
659
+ return System.String;
660
+ }
661
+ },
662
+ Flags: {
663
+ kind: "property",
664
+ type: () => {
665
+ return Reflection.AssemblyNameFlags;
666
+ }
667
+ },
668
+ FullName: {
669
+ kind: "property",
670
+ type: () => {
671
+ return System.String;
672
+ }
673
+ },
674
+ HashAlgorithm: {
675
+ kind: "property",
676
+ type: () => {
677
+ return Assemblies.AssemblyHashAlgorithm;
678
+ }
679
+ },
680
+ KeyPair: {
681
+ kind: "property",
682
+ type: () => {
683
+ return Reflection.StrongNameKeyPair;
684
+ }
685
+ },
686
+ Name: {
687
+ kind: "property",
688
+ type: () => {
689
+ return System.String;
690
+ },
691
+ isNullable: true
692
+ },
693
+ ProcessorArchitecture: {
694
+ kind: "property",
695
+ type: () => {
696
+ return Reflection.ProcessorArchitecture;
697
+ }
698
+ },
699
+ Version: {
700
+ kind: "property",
701
+ type: () => {
702
+ return System.Version;
703
+ }
704
+ },
705
+ VersionCompatibility: {
706
+ kind: "property",
707
+ type: () => {
708
+ return Assemblies.AssemblyVersionCompatibility;
709
+ }
710
+ }
711
+ },
712
+ isSealed: true
713
+ },
714
+ AssemblyNameFlags: {
715
+ kind: "enum",
716
+ members: {
717
+ None: {
718
+ kind: "field",
719
+ type: () => {
720
+ return Reflection.AssemblyNameFlags;
721
+ }
722
+ },
723
+ PublicKey: {
724
+ kind: "field",
725
+ type: () => {
726
+ return Reflection.AssemblyNameFlags;
727
+ }
728
+ },
729
+ Retargetable: {
730
+ kind: "field",
731
+ type: () => {
732
+ return Reflection.AssemblyNameFlags;
733
+ }
734
+ },
735
+ EnableJITcompileOptimizer: {
736
+ kind: "field",
737
+ type: () => {
738
+ return Reflection.AssemblyNameFlags;
739
+ }
740
+ },
741
+ EnableJITcompileTracking: {
742
+ kind: "field",
743
+ type: () => {
744
+ return Reflection.AssemblyNameFlags;
745
+ }
746
+ }
747
+ }
748
+ },
749
+ AssemblyNameProxy: {
750
+ kind: "class",
751
+ members: {
752
+ AssemblyNameProxy: {
753
+ kind: "method",
754
+ methodKind: "constructor"
755
+ },
756
+ GetAssemblyName: {
757
+ kind: "method",
758
+ methodKind: "ordinary"
759
+ }
760
+ }
761
+ },
762
+ AssemblyProductAttribute: {
763
+ kind: "class",
764
+ members: {
765
+ AssemblyProductAttribute: {
766
+ kind: "method",
767
+ methodKind: "constructor"
768
+ },
769
+ Product: {
770
+ kind: "property",
771
+ type: () => {
772
+ return System.String;
773
+ }
774
+ }
775
+ },
776
+ isSealed: true
777
+ },
778
+ AssemblySignatureKeyAttribute: {
779
+ kind: "class",
780
+ members: {
781
+ AssemblySignatureKeyAttribute: {
782
+ kind: "method",
783
+ methodKind: "constructor"
784
+ },
785
+ Countersignature: {
786
+ kind: "property",
787
+ type: () => {
788
+ return System.String;
789
+ }
790
+ },
791
+ PublicKey: {
792
+ kind: "property",
793
+ type: () => {
794
+ return System.String;
795
+ }
796
+ }
797
+ },
798
+ isSealed: true
799
+ },
800
+ AssemblyTitleAttribute: {
801
+ kind: "class",
802
+ members: {
803
+ AssemblyTitleAttribute: {
804
+ kind: "method",
805
+ methodKind: "constructor"
806
+ },
807
+ Title: {
808
+ kind: "property",
809
+ type: () => {
810
+ return System.String;
811
+ }
812
+ }
813
+ },
814
+ isSealed: true
815
+ },
816
+ AssemblyTrademarkAttribute: {
817
+ kind: "class",
818
+ members: {
819
+ AssemblyTrademarkAttribute: {
820
+ kind: "method",
821
+ methodKind: "constructor"
822
+ },
823
+ Trademark: {
824
+ kind: "property",
825
+ type: () => {
826
+ return System.String;
827
+ }
828
+ }
829
+ },
830
+ isSealed: true
831
+ },
832
+ AssemblyVersionAttribute: {
833
+ kind: "class",
834
+ members: {
835
+ AssemblyVersionAttribute: {
836
+ kind: "method",
837
+ methodKind: "constructor"
838
+ },
839
+ Version: {
840
+ kind: "property",
841
+ type: () => {
842
+ return System.String;
843
+ }
844
+ }
845
+ },
846
+ isSealed: true
847
+ },
848
+ Binder: {
849
+ kind: "class",
850
+ members: {
851
+ Binder: {
852
+ kind: "method",
853
+ methodKind: "constructor"
854
+ },
855
+ BindToField: {
856
+ kind: "method",
857
+ methodKind: "ordinary",
858
+ isAbstract: true
859
+ },
860
+ BindToMethod: {
861
+ kind: "method",
862
+ methodKind: "ordinary",
863
+ isAbstract: true
864
+ },
865
+ ChangeType: {
866
+ kind: "method",
867
+ methodKind: "ordinary",
868
+ isAbstract: true
869
+ },
870
+ ReorderArgumentArray: {
871
+ kind: "method",
872
+ methodKind: "ordinary",
873
+ isAbstract: true
874
+ },
875
+ SelectMethod: {
876
+ kind: "method",
877
+ methodKind: "ordinary",
878
+ isAbstract: true
879
+ },
880
+ SelectProperty: {
881
+ kind: "method",
882
+ methodKind: "ordinary",
883
+ isAbstract: true
884
+ }
885
+ },
886
+ isAbstract: true
887
+ },
888
+ BindingFlags: {
889
+ kind: "enum",
890
+ members: {
891
+ Default: {
892
+ kind: "field",
893
+ type: () => {
894
+ return Reflection.BindingFlags;
895
+ }
896
+ },
897
+ IgnoreCase: {
898
+ kind: "field",
899
+ type: () => {
900
+ return Reflection.BindingFlags;
901
+ }
902
+ },
903
+ DeclaredOnly: {
904
+ kind: "field",
905
+ type: () => {
906
+ return Reflection.BindingFlags;
907
+ }
908
+ },
909
+ Instance: {
910
+ kind: "field",
911
+ type: () => {
912
+ return Reflection.BindingFlags;
913
+ }
914
+ },
915
+ Static: {
916
+ kind: "field",
917
+ type: () => {
918
+ return Reflection.BindingFlags;
919
+ }
920
+ },
921
+ Public: {
922
+ kind: "field",
923
+ type: () => {
924
+ return Reflection.BindingFlags;
925
+ }
926
+ },
927
+ NonPublic: {
928
+ kind: "field",
929
+ type: () => {
930
+ return Reflection.BindingFlags;
931
+ }
932
+ },
933
+ FlattenHierarchy: {
934
+ kind: "field",
935
+ type: () => {
936
+ return Reflection.BindingFlags;
937
+ }
938
+ },
939
+ InvokeMethod: {
940
+ kind: "field",
941
+ type: () => {
942
+ return Reflection.BindingFlags;
943
+ }
944
+ },
945
+ CreateInstance: {
946
+ kind: "field",
947
+ type: () => {
948
+ return Reflection.BindingFlags;
949
+ }
950
+ },
951
+ GetField: {
952
+ kind: "field",
953
+ type: () => {
954
+ return Reflection.BindingFlags;
955
+ }
956
+ },
957
+ SetField: {
958
+ kind: "field",
959
+ type: () => {
960
+ return Reflection.BindingFlags;
961
+ }
962
+ },
963
+ GetProperty: {
964
+ kind: "field",
965
+ type: () => {
966
+ return Reflection.BindingFlags;
967
+ }
968
+ },
969
+ SetProperty: {
970
+ kind: "field",
971
+ type: () => {
972
+ return Reflection.BindingFlags;
973
+ }
974
+ },
975
+ PutDispProperty: {
976
+ kind: "field",
977
+ type: () => {
978
+ return Reflection.BindingFlags;
979
+ }
980
+ },
981
+ PutRefDispProperty: {
982
+ kind: "field",
983
+ type: () => {
984
+ return Reflection.BindingFlags;
985
+ }
986
+ },
987
+ ExactBinding: {
988
+ kind: "field",
989
+ type: () => {
990
+ return Reflection.BindingFlags;
991
+ }
992
+ },
993
+ SuppressChangeType: {
994
+ kind: "field",
995
+ type: () => {
996
+ return Reflection.BindingFlags;
997
+ }
998
+ },
999
+ OptionalParamBinding: {
1000
+ kind: "field",
1001
+ type: () => {
1002
+ return Reflection.BindingFlags;
1003
+ }
1004
+ },
1005
+ IgnoreReturn: {
1006
+ kind: "field",
1007
+ type: () => {
1008
+ return Reflection.BindingFlags;
1009
+ }
1010
+ },
1011
+ DoNotWrapExceptions: {
1012
+ kind: "field",
1013
+ type: () => {
1014
+ return Reflection.BindingFlags;
1015
+ }
1016
+ }
1017
+ }
1018
+ },
1019
+ CallingConventions: {
1020
+ kind: "enum",
1021
+ members: {
1022
+ Standard: {
1023
+ kind: "field",
1024
+ type: () => {
1025
+ return Reflection.CallingConventions;
1026
+ }
1027
+ },
1028
+ VarArgs: {
1029
+ kind: "field",
1030
+ type: () => {
1031
+ return Reflection.CallingConventions;
1032
+ }
1033
+ },
1034
+ Any: {
1035
+ kind: "field",
1036
+ type: () => {
1037
+ return Reflection.CallingConventions;
1038
+ }
1039
+ },
1040
+ HasThis: {
1041
+ kind: "field",
1042
+ type: () => {
1043
+ return Reflection.CallingConventions;
1044
+ }
1045
+ },
1046
+ ExplicitThis: {
1047
+ kind: "field",
1048
+ type: () => {
1049
+ return Reflection.CallingConventions;
1050
+ }
1051
+ }
1052
+ }
1053
+ },
1054
+ ConstructorInfo: {
1055
+ kind: "class",
1056
+ members: {
1057
+ ConstructorName: {
1058
+ kind: "field",
1059
+ type: () => {
1060
+ return System.String;
1061
+ },
1062
+ isStatic: true,
1063
+ isReadOnly: true
1064
+ },
1065
+ TypeConstructorName: {
1066
+ kind: "field",
1067
+ type: () => {
1068
+ return System.String;
1069
+ },
1070
+ isStatic: true,
1071
+ isReadOnly: true
1072
+ },
1073
+ ConstructorInfo: {
1074
+ kind: "method",
1075
+ methodKind: "constructor"
1076
+ },
1077
+ Equals: {
1078
+ kind: "method",
1079
+ methodKind: "ordinary",
1080
+ isOverride: true
1081
+ },
1082
+ GetHashCode: {
1083
+ kind: "method",
1084
+ methodKind: "ordinary",
1085
+ isOverride: true
1086
+ },
1087
+ Invoke: {
1088
+ kind: "method",
1089
+ methodKind: "ordinary"
1090
+ },
1091
+ MemberType: {
1092
+ kind: "property",
1093
+ type: () => {
1094
+ return Reflection.MemberTypes;
1095
+ },
1096
+ isOverride: true
1097
+ }
1098
+ },
1099
+ isAbstract: true
1100
+ },
1101
+ ConstructorInvoker: {
1102
+ kind: "class",
1103
+ members: {
1104
+ Create: {
1105
+ kind: "method",
1106
+ methodKind: "ordinary",
1107
+ isStatic: true
1108
+ },
1109
+ Invoke: {
1110
+ kind: "method",
1111
+ methodKind: "ordinary"
1112
+ }
1113
+ },
1114
+ isSealed: true
1115
+ },
1116
+ CustomAttributeData: {
1117
+ kind: "class",
1118
+ members: {
1119
+ CustomAttributeData: {
1120
+ kind: "method",
1121
+ methodKind: "constructor"
1122
+ },
1123
+ Equals: {
1124
+ kind: "method",
1125
+ methodKind: "ordinary",
1126
+ isOverride: true
1127
+ },
1128
+ GetCustomAttributes: {
1129
+ kind: "method",
1130
+ methodKind: "ordinary",
1131
+ isStatic: true
1132
+ },
1133
+ GetHashCode: {
1134
+ kind: "method",
1135
+ methodKind: "ordinary",
1136
+ isOverride: true
1137
+ },
1138
+ ToString: {
1139
+ kind: "method",
1140
+ methodKind: "ordinary",
1141
+ isOverride: true
1142
+ },
1143
+ AttributeType: {
1144
+ kind: "property",
1145
+ type: () => {
1146
+ return System.Type;
1147
+ },
1148
+ isVirtual: true
1149
+ },
1150
+ Constructor: {
1151
+ kind: "property",
1152
+ type: () => {
1153
+ return Reflection.ConstructorInfo;
1154
+ },
1155
+ isVirtual: true
1156
+ },
1157
+ ConstructorArguments: {
1158
+ kind: "property",
1159
+ type: () => {
1160
+ return Generic.IList;
1161
+ },
1162
+ isVirtual: true
1163
+ },
1164
+ NamedArguments: {
1165
+ kind: "property",
1166
+ type: () => {
1167
+ return Generic.IList;
1168
+ },
1169
+ isVirtual: true
1170
+ }
1171
+ }
1172
+ },
1173
+ CustomAttributeExtensions: {
1174
+ kind: "class",
1175
+ members: {
1176
+ GetCustomAttribute: {
1177
+ kind: "method",
1178
+ methodKind: "ordinary",
1179
+ isStatic: true
1180
+ },
1181
+ GetCustomAttributes: {
1182
+ kind: "method",
1183
+ methodKind: "ordinary",
1184
+ isStatic: true
1185
+ },
1186
+ IsDefined: {
1187
+ kind: "method",
1188
+ methodKind: "ordinary",
1189
+ isStatic: true
1190
+ }
1191
+ },
1192
+ isStatic: true
1193
+ },
1194
+ CustomAttributeFormatException: {
1195
+ kind: "class",
1196
+ members: {
1197
+ CustomAttributeFormatException: {
1198
+ kind: "method",
1199
+ methodKind: "constructor"
1200
+ }
1201
+ }
1202
+ },
1203
+ CustomAttributeNamedArgument: {
1204
+ kind: "struct",
1205
+ members: {
1206
+ CustomAttributeNamedArgument: {
1207
+ kind: "method",
1208
+ methodKind: "constructor"
1209
+ },
1210
+ Equals: {
1211
+ kind: "method",
1212
+ methodKind: "ordinary",
1213
+ isOverride: true
1214
+ },
1215
+ GetHashCode: {
1216
+ kind: "method",
1217
+ methodKind: "ordinary",
1218
+ isOverride: true
1219
+ },
1220
+ ToString: {
1221
+ kind: "method",
1222
+ methodKind: "ordinary",
1223
+ isOverride: true
1224
+ },
1225
+ IsField: {
1226
+ kind: "property",
1227
+ type: () => {
1228
+ return System.Boolean;
1229
+ }
1230
+ },
1231
+ MemberInfo: {
1232
+ kind: "property",
1233
+ type: () => {
1234
+ return Reflection.MemberInfo;
1235
+ }
1236
+ },
1237
+ MemberName: {
1238
+ kind: "property",
1239
+ type: () => {
1240
+ return System.String;
1241
+ }
1242
+ },
1243
+ TypedValue: {
1244
+ kind: "property",
1245
+ type: () => {
1246
+ return Reflection.CustomAttributeTypedArgument;
1247
+ }
1248
+ }
1249
+ }
1250
+ },
1251
+ CustomAttributeTypedArgument: {
1252
+ kind: "struct",
1253
+ members: {
1254
+ CustomAttributeTypedArgument: {
1255
+ kind: "method",
1256
+ methodKind: "constructor"
1257
+ },
1258
+ Equals: {
1259
+ kind: "method",
1260
+ methodKind: "ordinary",
1261
+ isOverride: true
1262
+ },
1263
+ GetHashCode: {
1264
+ kind: "method",
1265
+ methodKind: "ordinary",
1266
+ isOverride: true
1267
+ },
1268
+ ToString: {
1269
+ kind: "method",
1270
+ methodKind: "ordinary",
1271
+ isOverride: true
1272
+ },
1273
+ ArgumentType: {
1274
+ kind: "property",
1275
+ type: () => {
1276
+ return System.Type;
1277
+ }
1278
+ },
1279
+ Value: {
1280
+ kind: "property",
1281
+ type: () => {
1282
+ return System.Object;
1283
+ },
1284
+ isNullable: true
1285
+ }
1286
+ }
1287
+ },
1288
+ DefaultMemberAttribute: {
1289
+ kind: "class",
1290
+ members: {
1291
+ DefaultMemberAttribute: {
1292
+ kind: "method",
1293
+ methodKind: "constructor"
1294
+ },
1295
+ MemberName: {
1296
+ kind: "property",
1297
+ type: () => {
1298
+ return System.String;
1299
+ }
1300
+ }
1301
+ },
1302
+ isSealed: true
1303
+ },
1304
+ EventAttributes: {
1305
+ kind: "enum",
1306
+ members: {
1307
+ None: {
1308
+ kind: "field",
1309
+ type: () => {
1310
+ return Reflection.EventAttributes;
1311
+ }
1312
+ },
1313
+ SpecialName: {
1314
+ kind: "field",
1315
+ type: () => {
1316
+ return Reflection.EventAttributes;
1317
+ }
1318
+ },
1319
+ ReservedMask: {
1320
+ kind: "field",
1321
+ type: () => {
1322
+ return Reflection.EventAttributes;
1323
+ }
1324
+ },
1325
+ RTSpecialName: {
1326
+ kind: "field",
1327
+ type: () => {
1328
+ return Reflection.EventAttributes;
1329
+ }
1330
+ }
1331
+ }
1332
+ },
1333
+ EventInfo: {
1334
+ kind: "class",
1335
+ members: {
1336
+ EventInfo: {
1337
+ kind: "method",
1338
+ methodKind: "constructor"
1339
+ },
1340
+ AddEventHandler: {
1341
+ kind: "method",
1342
+ methodKind: "ordinary",
1343
+ isVirtual: true
1344
+ },
1345
+ Equals: {
1346
+ kind: "method",
1347
+ methodKind: "ordinary",
1348
+ isOverride: true
1349
+ },
1350
+ GetAddMethod: {
1351
+ kind: "method",
1352
+ methodKind: "ordinary"
1353
+ },
1354
+ GetHashCode: {
1355
+ kind: "method",
1356
+ methodKind: "ordinary",
1357
+ isOverride: true
1358
+ },
1359
+ GetOtherMethods: {
1360
+ kind: "method",
1361
+ methodKind: "ordinary"
1362
+ },
1363
+ GetRaiseMethod: {
1364
+ kind: "method",
1365
+ methodKind: "ordinary"
1366
+ },
1367
+ GetRemoveMethod: {
1368
+ kind: "method",
1369
+ methodKind: "ordinary"
1370
+ },
1371
+ RemoveEventHandler: {
1372
+ kind: "method",
1373
+ methodKind: "ordinary",
1374
+ isVirtual: true
1375
+ },
1376
+ AddMethod: {
1377
+ kind: "property",
1378
+ type: () => {
1379
+ return Reflection.MethodInfo;
1380
+ },
1381
+ isNullable: true,
1382
+ isVirtual: true
1383
+ },
1384
+ Attributes: {
1385
+ kind: "property",
1386
+ type: () => {
1387
+ return Reflection.EventAttributes;
1388
+ },
1389
+ isAbstract: true
1390
+ },
1391
+ EventHandlerType: {
1392
+ kind: "property",
1393
+ type: () => {
1394
+ return System.Type;
1395
+ },
1396
+ isNullable: true,
1397
+ isVirtual: true
1398
+ },
1399
+ IsMulticast: {
1400
+ kind: "property",
1401
+ type: () => {
1402
+ return System.Boolean;
1403
+ },
1404
+ isVirtual: true
1405
+ },
1406
+ IsSpecialName: {
1407
+ kind: "property",
1408
+ type: () => {
1409
+ return System.Boolean;
1410
+ }
1411
+ },
1412
+ MemberType: {
1413
+ kind: "property",
1414
+ type: () => {
1415
+ return Reflection.MemberTypes;
1416
+ },
1417
+ isOverride: true
1418
+ },
1419
+ RaiseMethod: {
1420
+ kind: "property",
1421
+ type: () => {
1422
+ return Reflection.MethodInfo;
1423
+ },
1424
+ isNullable: true,
1425
+ isVirtual: true
1426
+ },
1427
+ RemoveMethod: {
1428
+ kind: "property",
1429
+ type: () => {
1430
+ return Reflection.MethodInfo;
1431
+ },
1432
+ isNullable: true,
1433
+ isVirtual: true
1434
+ }
1435
+ },
1436
+ isAbstract: true
1437
+ },
1438
+ ExceptionHandlingClause: {
1439
+ kind: "class",
1440
+ members: {
1441
+ ExceptionHandlingClause: {
1442
+ kind: "method",
1443
+ methodKind: "constructor"
1444
+ },
1445
+ ToString: {
1446
+ kind: "method",
1447
+ methodKind: "ordinary",
1448
+ isOverride: true
1449
+ },
1450
+ CatchType: {
1451
+ kind: "property",
1452
+ type: () => {
1453
+ return System.Type;
1454
+ },
1455
+ isNullable: true,
1456
+ isVirtual: true
1457
+ },
1458
+ FilterOffset: {
1459
+ kind: "property",
1460
+ type: () => {
1461
+ return System.Int32;
1462
+ },
1463
+ isVirtual: true
1464
+ },
1465
+ Flags: {
1466
+ kind: "property",
1467
+ type: () => {
1468
+ return Reflection.ExceptionHandlingClauseOptions;
1469
+ },
1470
+ isVirtual: true
1471
+ },
1472
+ HandlerLength: {
1473
+ kind: "property",
1474
+ type: () => {
1475
+ return System.Int32;
1476
+ },
1477
+ isVirtual: true
1478
+ },
1479
+ HandlerOffset: {
1480
+ kind: "property",
1481
+ type: () => {
1482
+ return System.Int32;
1483
+ },
1484
+ isVirtual: true
1485
+ },
1486
+ TryLength: {
1487
+ kind: "property",
1488
+ type: () => {
1489
+ return System.Int32;
1490
+ },
1491
+ isVirtual: true
1492
+ },
1493
+ TryOffset: {
1494
+ kind: "property",
1495
+ type: () => {
1496
+ return System.Int32;
1497
+ },
1498
+ isVirtual: true
1499
+ }
1500
+ }
1501
+ },
1502
+ ExceptionHandlingClauseOptions: {
1503
+ kind: "enum",
1504
+ members: {
1505
+ Clause: {
1506
+ kind: "field",
1507
+ type: () => {
1508
+ return Reflection.ExceptionHandlingClauseOptions;
1509
+ }
1510
+ },
1511
+ Filter: {
1512
+ kind: "field",
1513
+ type: () => {
1514
+ return Reflection.ExceptionHandlingClauseOptions;
1515
+ }
1516
+ },
1517
+ Finally: {
1518
+ kind: "field",
1519
+ type: () => {
1520
+ return Reflection.ExceptionHandlingClauseOptions;
1521
+ }
1522
+ },
1523
+ Fault: {
1524
+ kind: "field",
1525
+ type: () => {
1526
+ return Reflection.ExceptionHandlingClauseOptions;
1527
+ }
1528
+ }
1529
+ }
1530
+ },
1531
+ FieldAttributes: {
1532
+ kind: "enum",
1533
+ members: {
1534
+ PrivateScope: {
1535
+ kind: "field",
1536
+ type: () => {
1537
+ return Reflection.FieldAttributes;
1538
+ }
1539
+ },
1540
+ Private: {
1541
+ kind: "field",
1542
+ type: () => {
1543
+ return Reflection.FieldAttributes;
1544
+ }
1545
+ },
1546
+ FamANDAssem: {
1547
+ kind: "field",
1548
+ type: () => {
1549
+ return Reflection.FieldAttributes;
1550
+ }
1551
+ },
1552
+ Assembly: {
1553
+ kind: "field",
1554
+ type: () => {
1555
+ return Reflection.FieldAttributes;
1556
+ }
1557
+ },
1558
+ Family: {
1559
+ kind: "field",
1560
+ type: () => {
1561
+ return Reflection.FieldAttributes;
1562
+ }
1563
+ },
1564
+ FamORAssem: {
1565
+ kind: "field",
1566
+ type: () => {
1567
+ return Reflection.FieldAttributes;
1568
+ }
1569
+ },
1570
+ Public: {
1571
+ kind: "field",
1572
+ type: () => {
1573
+ return Reflection.FieldAttributes;
1574
+ }
1575
+ },
1576
+ FieldAccessMask: {
1577
+ kind: "field",
1578
+ type: () => {
1579
+ return Reflection.FieldAttributes;
1580
+ }
1581
+ },
1582
+ Static: {
1583
+ kind: "field",
1584
+ type: () => {
1585
+ return Reflection.FieldAttributes;
1586
+ }
1587
+ },
1588
+ InitOnly: {
1589
+ kind: "field",
1590
+ type: () => {
1591
+ return Reflection.FieldAttributes;
1592
+ }
1593
+ },
1594
+ Literal: {
1595
+ kind: "field",
1596
+ type: () => {
1597
+ return Reflection.FieldAttributes;
1598
+ }
1599
+ },
1600
+ NotSerialized: {
1601
+ kind: "field",
1602
+ type: () => {
1603
+ return Reflection.FieldAttributes;
1604
+ }
1605
+ },
1606
+ HasFieldRVA: {
1607
+ kind: "field",
1608
+ type: () => {
1609
+ return Reflection.FieldAttributes;
1610
+ }
1611
+ },
1612
+ SpecialName: {
1613
+ kind: "field",
1614
+ type: () => {
1615
+ return Reflection.FieldAttributes;
1616
+ }
1617
+ },
1618
+ RTSpecialName: {
1619
+ kind: "field",
1620
+ type: () => {
1621
+ return Reflection.FieldAttributes;
1622
+ }
1623
+ },
1624
+ HasFieldMarshal: {
1625
+ kind: "field",
1626
+ type: () => {
1627
+ return Reflection.FieldAttributes;
1628
+ }
1629
+ },
1630
+ PinvokeImpl: {
1631
+ kind: "field",
1632
+ type: () => {
1633
+ return Reflection.FieldAttributes;
1634
+ }
1635
+ },
1636
+ HasDefault: {
1637
+ kind: "field",
1638
+ type: () => {
1639
+ return Reflection.FieldAttributes;
1640
+ }
1641
+ },
1642
+ ReservedMask: {
1643
+ kind: "field",
1644
+ type: () => {
1645
+ return Reflection.FieldAttributes;
1646
+ }
1647
+ }
1648
+ }
1649
+ },
1650
+ FieldInfo: {
1651
+ kind: "class",
1652
+ members: {
1653
+ FieldInfo: {
1654
+ kind: "method",
1655
+ methodKind: "constructor"
1656
+ },
1657
+ Equals: {
1658
+ kind: "method",
1659
+ methodKind: "ordinary",
1660
+ isOverride: true
1661
+ },
1662
+ GetFieldFromHandle: {
1663
+ kind: "method",
1664
+ methodKind: "ordinary",
1665
+ isStatic: true
1666
+ },
1667
+ GetHashCode: {
1668
+ kind: "method",
1669
+ methodKind: "ordinary",
1670
+ isOverride: true
1671
+ },
1672
+ GetModifiedFieldType: {
1673
+ kind: "method",
1674
+ methodKind: "ordinary",
1675
+ isVirtual: true
1676
+ },
1677
+ GetOptionalCustomModifiers: {
1678
+ kind: "method",
1679
+ methodKind: "ordinary",
1680
+ isVirtual: true
1681
+ },
1682
+ GetRawConstantValue: {
1683
+ kind: "method",
1684
+ methodKind: "ordinary",
1685
+ isVirtual: true
1686
+ },
1687
+ GetRequiredCustomModifiers: {
1688
+ kind: "method",
1689
+ methodKind: "ordinary",
1690
+ isVirtual: true
1691
+ },
1692
+ GetValue: {
1693
+ kind: "method",
1694
+ methodKind: "ordinary",
1695
+ isAbstract: true
1696
+ },
1697
+ GetValueDirect: {
1698
+ kind: "method",
1699
+ methodKind: "ordinary",
1700
+ isVirtual: true
1701
+ },
1702
+ SetValue: {
1703
+ kind: "method",
1704
+ methodKind: "ordinary"
1705
+ },
1706
+ SetValueDirect: {
1707
+ kind: "method",
1708
+ methodKind: "ordinary",
1709
+ isVirtual: true
1710
+ },
1711
+ Attributes: {
1712
+ kind: "property",
1713
+ type: () => {
1714
+ return Reflection.FieldAttributes;
1715
+ },
1716
+ isAbstract: true
1717
+ },
1718
+ FieldHandle: {
1719
+ kind: "property",
1720
+ type: () => {
1721
+ return System.RuntimeFieldHandle;
1722
+ },
1723
+ isAbstract: true
1724
+ },
1725
+ FieldType: {
1726
+ kind: "property",
1727
+ type: () => {
1728
+ return System.Type;
1729
+ },
1730
+ isAbstract: true
1731
+ },
1732
+ IsAssembly: {
1733
+ kind: "property",
1734
+ type: () => {
1735
+ return System.Boolean;
1736
+ }
1737
+ },
1738
+ IsFamily: {
1739
+ kind: "property",
1740
+ type: () => {
1741
+ return System.Boolean;
1742
+ }
1743
+ },
1744
+ IsFamilyAndAssembly: {
1745
+ kind: "property",
1746
+ type: () => {
1747
+ return System.Boolean;
1748
+ }
1749
+ },
1750
+ IsFamilyOrAssembly: {
1751
+ kind: "property",
1752
+ type: () => {
1753
+ return System.Boolean;
1754
+ }
1755
+ },
1756
+ IsInitOnly: {
1757
+ kind: "property",
1758
+ type: () => {
1759
+ return System.Boolean;
1760
+ }
1761
+ },
1762
+ IsLiteral: {
1763
+ kind: "property",
1764
+ type: () => {
1765
+ return System.Boolean;
1766
+ }
1767
+ },
1768
+ IsNotSerialized: {
1769
+ kind: "property",
1770
+ type: () => {
1771
+ return System.Boolean;
1772
+ }
1773
+ },
1774
+ IsPinvokeImpl: {
1775
+ kind: "property",
1776
+ type: () => {
1777
+ return System.Boolean;
1778
+ }
1779
+ },
1780
+ IsPrivate: {
1781
+ kind: "property",
1782
+ type: () => {
1783
+ return System.Boolean;
1784
+ }
1785
+ },
1786
+ IsPublic: {
1787
+ kind: "property",
1788
+ type: () => {
1789
+ return System.Boolean;
1790
+ }
1791
+ },
1792
+ IsSecurityCritical: {
1793
+ kind: "property",
1794
+ type: () => {
1795
+ return System.Boolean;
1796
+ },
1797
+ isVirtual: true
1798
+ },
1799
+ IsSecuritySafeCritical: {
1800
+ kind: "property",
1801
+ type: () => {
1802
+ return System.Boolean;
1803
+ },
1804
+ isVirtual: true
1805
+ },
1806
+ IsSecurityTransparent: {
1807
+ kind: "property",
1808
+ type: () => {
1809
+ return System.Boolean;
1810
+ },
1811
+ isVirtual: true
1812
+ },
1813
+ IsSpecialName: {
1814
+ kind: "property",
1815
+ type: () => {
1816
+ return System.Boolean;
1817
+ }
1818
+ },
1819
+ IsStatic: {
1820
+ kind: "property",
1821
+ type: () => {
1822
+ return System.Boolean;
1823
+ }
1824
+ },
1825
+ MemberType: {
1826
+ kind: "property",
1827
+ type: () => {
1828
+ return Reflection.MemberTypes;
1829
+ },
1830
+ isOverride: true
1831
+ }
1832
+ },
1833
+ isAbstract: true
1834
+ },
1835
+ GenericParameterAttributes: {
1836
+ kind: "enum",
1837
+ members: {
1838
+ None: {
1839
+ kind: "field",
1840
+ type: () => {
1841
+ return Reflection.GenericParameterAttributes;
1842
+ }
1843
+ },
1844
+ Covariant: {
1845
+ kind: "field",
1846
+ type: () => {
1847
+ return Reflection.GenericParameterAttributes;
1848
+ }
1849
+ },
1850
+ Contravariant: {
1851
+ kind: "field",
1852
+ type: () => {
1853
+ return Reflection.GenericParameterAttributes;
1854
+ }
1855
+ },
1856
+ VarianceMask: {
1857
+ kind: "field",
1858
+ type: () => {
1859
+ return Reflection.GenericParameterAttributes;
1860
+ }
1861
+ },
1862
+ ReferenceTypeConstraint: {
1863
+ kind: "field",
1864
+ type: () => {
1865
+ return Reflection.GenericParameterAttributes;
1866
+ }
1867
+ },
1868
+ NotNullableValueTypeConstraint: {
1869
+ kind: "field",
1870
+ type: () => {
1871
+ return Reflection.GenericParameterAttributes;
1872
+ }
1873
+ },
1874
+ DefaultConstructorConstraint: {
1875
+ kind: "field",
1876
+ type: () => {
1877
+ return Reflection.GenericParameterAttributes;
1878
+ }
1879
+ },
1880
+ SpecialConstraintMask: {
1881
+ kind: "field",
1882
+ type: () => {
1883
+ return Reflection.GenericParameterAttributes;
1884
+ }
1885
+ },
1886
+ AllowByRefLike: {
1887
+ kind: "field",
1888
+ type: () => {
1889
+ return Reflection.GenericParameterAttributes;
1890
+ }
1891
+ }
1892
+ }
1893
+ },
1894
+ ICustomAttributeProvider: {
1895
+ kind: "interface",
1896
+ members: {
1897
+ GetCustomAttributes: {
1898
+ kind: "method",
1899
+ methodKind: "ordinary"
1900
+ },
1901
+ IsDefined: {
1902
+ kind: "method",
1903
+ methodKind: "ordinary"
1904
+ }
1905
+ }
1906
+ },
1907
+ IReflect: {
1908
+ kind: "interface",
1909
+ members: {
1910
+ GetField: {
1911
+ kind: "method",
1912
+ methodKind: "ordinary"
1913
+ },
1914
+ GetFields: {
1915
+ kind: "method",
1916
+ methodKind: "ordinary"
1917
+ },
1918
+ GetMember: {
1919
+ kind: "method",
1920
+ methodKind: "ordinary"
1921
+ },
1922
+ GetMembers: {
1923
+ kind: "method",
1924
+ methodKind: "ordinary"
1925
+ },
1926
+ GetMethod: {
1927
+ kind: "method",
1928
+ methodKind: "ordinary"
1929
+ },
1930
+ GetMethods: {
1931
+ kind: "method",
1932
+ methodKind: "ordinary"
1933
+ },
1934
+ GetProperties: {
1935
+ kind: "method",
1936
+ methodKind: "ordinary"
1937
+ },
1938
+ GetProperty: {
1939
+ kind: "method",
1940
+ methodKind: "ordinary"
1941
+ },
1942
+ InvokeMember: {
1943
+ kind: "method",
1944
+ methodKind: "ordinary"
1945
+ },
1946
+ UnderlyingSystemType: {
1947
+ kind: "property",
1948
+ type: () => {
1949
+ return System.Type;
1950
+ }
1951
+ }
1952
+ }
1953
+ },
1954
+ IReflectableType: {
1955
+ kind: "interface",
1956
+ members: {
1957
+ GetTypeInfo: {
1958
+ kind: "method",
1959
+ methodKind: "ordinary"
1960
+ }
1961
+ }
1962
+ },
1963
+ ImageFileMachine: {
1964
+ kind: "enum",
1965
+ members: {
1966
+ I386: {
1967
+ kind: "field",
1968
+ type: () => {
1969
+ return Reflection.ImageFileMachine;
1970
+ }
1971
+ },
1972
+ ARM: {
1973
+ kind: "field",
1974
+ type: () => {
1975
+ return Reflection.ImageFileMachine;
1976
+ }
1977
+ },
1978
+ IA64: {
1979
+ kind: "field",
1980
+ type: () => {
1981
+ return Reflection.ImageFileMachine;
1982
+ }
1983
+ },
1984
+ AMD64: {
1985
+ kind: "field",
1986
+ type: () => {
1987
+ return Reflection.ImageFileMachine;
1988
+ }
1989
+ }
1990
+ }
1991
+ },
1992
+ InterfaceMapping: {
1993
+ kind: "struct",
1994
+ members: {
1995
+ InterfaceMethods: {
1996
+ kind: "field",
1997
+ type: () => {
1998
+ return System.Array;
1999
+ }
2000
+ },
2001
+ InterfaceType: {
2002
+ kind: "field",
2003
+ type: () => {
2004
+ return System.Type;
2005
+ }
2006
+ },
2007
+ TargetMethods: {
2008
+ kind: "field",
2009
+ type: () => {
2010
+ return System.Array;
2011
+ }
2012
+ },
2013
+ TargetType: {
2014
+ kind: "field",
2015
+ type: () => {
2016
+ return System.Type;
2017
+ }
2018
+ }
2019
+ }
2020
+ },
2021
+ InvalidFilterCriteriaException: {
2022
+ kind: "class",
2023
+ members: {
2024
+ InvalidFilterCriteriaException: {
2025
+ kind: "method",
2026
+ methodKind: "constructor"
2027
+ }
2028
+ }
2029
+ },
2030
+ LocalVariableInfo: {
2031
+ kind: "class",
2032
+ members: {
2033
+ LocalVariableInfo: {
2034
+ kind: "method",
2035
+ methodKind: "constructor"
2036
+ },
2037
+ ToString: {
2038
+ kind: "method",
2039
+ methodKind: "ordinary",
2040
+ isOverride: true
2041
+ },
2042
+ IsPinned: {
2043
+ kind: "property",
2044
+ type: () => {
2045
+ return System.Boolean;
2046
+ },
2047
+ isVirtual: true
2048
+ },
2049
+ LocalIndex: {
2050
+ kind: "property",
2051
+ type: () => {
2052
+ return System.Int32;
2053
+ },
2054
+ isVirtual: true
2055
+ },
2056
+ LocalType: {
2057
+ kind: "property",
2058
+ type: () => {
2059
+ return System.Type;
2060
+ },
2061
+ isVirtual: true
2062
+ }
2063
+ }
2064
+ },
2065
+ ManifestResourceInfo: {
2066
+ kind: "class",
2067
+ members: {
2068
+ ManifestResourceInfo: {
2069
+ kind: "method",
2070
+ methodKind: "constructor"
2071
+ },
2072
+ FileName: {
2073
+ kind: "property",
2074
+ type: () => {
2075
+ return System.String;
2076
+ },
2077
+ isNullable: true,
2078
+ isVirtual: true
2079
+ },
2080
+ ReferencedAssembly: {
2081
+ kind: "property",
2082
+ type: () => {
2083
+ return Reflection.Assembly;
2084
+ },
2085
+ isNullable: true,
2086
+ isVirtual: true
2087
+ },
2088
+ ResourceLocation: {
2089
+ kind: "property",
2090
+ type: () => {
2091
+ return Reflection.ResourceLocation;
2092
+ },
2093
+ isVirtual: true
2094
+ }
2095
+ }
2096
+ },
2097
+ MemberFilter: {
2098
+ kind: "generic",
2099
+ members: {
2100
+ MemberFilter: {
2101
+ kind: "method",
2102
+ methodKind: "constructor"
2103
+ },
2104
+ Invoke: {
2105
+ kind: "method",
2106
+ methodKind: "ordinary",
2107
+ isVirtual: true
2108
+ },
2109
+ BeginInvoke: {
2110
+ kind: "method",
2111
+ methodKind: "ordinary",
2112
+ isVirtual: true
2113
+ },
2114
+ EndInvoke: {
2115
+ kind: "method",
2116
+ methodKind: "ordinary",
2117
+ isVirtual: true
2118
+ }
2119
+ }
2120
+ },
2121
+ MemberInfo: {
2122
+ kind: "class",
2123
+ members: {
2124
+ MemberInfo: {
2125
+ kind: "method",
2126
+ methodKind: "constructor"
2127
+ },
2128
+ Equals: {
2129
+ kind: "method",
2130
+ methodKind: "ordinary",
2131
+ isOverride: true
2132
+ },
2133
+ GetCustomAttributes: {
2134
+ kind: "method",
2135
+ methodKind: "ordinary",
2136
+ isAbstract: true
2137
+ },
2138
+ GetCustomAttributesData: {
2139
+ kind: "method",
2140
+ methodKind: "ordinary",
2141
+ isVirtual: true
2142
+ },
2143
+ GetHashCode: {
2144
+ kind: "method",
2145
+ methodKind: "ordinary",
2146
+ isOverride: true
2147
+ },
2148
+ HasSameMetadataDefinitionAs: {
2149
+ kind: "method",
2150
+ methodKind: "ordinary",
2151
+ isVirtual: true
2152
+ },
2153
+ IsDefined: {
2154
+ kind: "method",
2155
+ methodKind: "ordinary",
2156
+ isAbstract: true
2157
+ },
2158
+ CustomAttributes: {
2159
+ kind: "property",
2160
+ type: () => {
2161
+ return Generic.IEnumerable;
2162
+ },
2163
+ isVirtual: true
2164
+ },
2165
+ DeclaringType: {
2166
+ kind: "property",
2167
+ type: () => {
2168
+ return System.Type;
2169
+ },
2170
+ isNullable: true,
2171
+ isAbstract: true
2172
+ },
2173
+ IsCollectible: {
2174
+ kind: "property",
2175
+ type: () => {
2176
+ return System.Boolean;
2177
+ },
2178
+ isVirtual: true
2179
+ },
2180
+ MemberType: {
2181
+ kind: "property",
2182
+ type: () => {
2183
+ return Reflection.MemberTypes;
2184
+ },
2185
+ isAbstract: true
2186
+ },
2187
+ MetadataToken: {
2188
+ kind: "property",
2189
+ type: () => {
2190
+ return System.Int32;
2191
+ },
2192
+ isVirtual: true
2193
+ },
2194
+ Module: {
2195
+ kind: "property",
2196
+ type: () => {
2197
+ return Reflection.Module;
2198
+ },
2199
+ isVirtual: true
2200
+ },
2201
+ Name: {
2202
+ kind: "property",
2203
+ type: () => {
2204
+ return System.String;
2205
+ },
2206
+ isAbstract: true
2207
+ },
2208
+ ReflectedType: {
2209
+ kind: "property",
2210
+ type: () => {
2211
+ return System.Type;
2212
+ },
2213
+ isNullable: true,
2214
+ isAbstract: true
2215
+ }
2216
+ },
2217
+ isAbstract: true
2218
+ },
2219
+ MemberTypes: {
2220
+ kind: "enum",
2221
+ members: {
2222
+ Constructor: {
2223
+ kind: "field",
2224
+ type: () => {
2225
+ return Reflection.MemberTypes;
2226
+ }
2227
+ },
2228
+ Event: {
2229
+ kind: "field",
2230
+ type: () => {
2231
+ return Reflection.MemberTypes;
2232
+ }
2233
+ },
2234
+ Field: {
2235
+ kind: "field",
2236
+ type: () => {
2237
+ return Reflection.MemberTypes;
2238
+ }
2239
+ },
2240
+ Method: {
2241
+ kind: "field",
2242
+ type: () => {
2243
+ return Reflection.MemberTypes;
2244
+ }
2245
+ },
2246
+ Property: {
2247
+ kind: "field",
2248
+ type: () => {
2249
+ return Reflection.MemberTypes;
2250
+ }
2251
+ },
2252
+ TypeInfo: {
2253
+ kind: "field",
2254
+ type: () => {
2255
+ return Reflection.MemberTypes;
2256
+ }
2257
+ },
2258
+ Custom: {
2259
+ kind: "field",
2260
+ type: () => {
2261
+ return Reflection.MemberTypes;
2262
+ }
2263
+ },
2264
+ NestedType: {
2265
+ kind: "field",
2266
+ type: () => {
2267
+ return Reflection.MemberTypes;
2268
+ }
2269
+ },
2270
+ All: {
2271
+ kind: "field",
2272
+ type: () => {
2273
+ return Reflection.MemberTypes;
2274
+ }
2275
+ }
2276
+ }
2277
+ },
2278
+ MethodAttributes: {
2279
+ kind: "enum",
2280
+ members: {
2281
+ PrivateScope: {
2282
+ kind: "field",
2283
+ type: () => {
2284
+ return Reflection.MethodAttributes;
2285
+ }
2286
+ },
2287
+ ReuseSlot: {
2288
+ kind: "field",
2289
+ type: () => {
2290
+ return Reflection.MethodAttributes;
2291
+ }
2292
+ },
2293
+ Private: {
2294
+ kind: "field",
2295
+ type: () => {
2296
+ return Reflection.MethodAttributes;
2297
+ }
2298
+ },
2299
+ FamANDAssem: {
2300
+ kind: "field",
2301
+ type: () => {
2302
+ return Reflection.MethodAttributes;
2303
+ }
2304
+ },
2305
+ Assembly: {
2306
+ kind: "field",
2307
+ type: () => {
2308
+ return Reflection.MethodAttributes;
2309
+ }
2310
+ },
2311
+ Family: {
2312
+ kind: "field",
2313
+ type: () => {
2314
+ return Reflection.MethodAttributes;
2315
+ }
2316
+ },
2317
+ FamORAssem: {
2318
+ kind: "field",
2319
+ type: () => {
2320
+ return Reflection.MethodAttributes;
2321
+ }
2322
+ },
2323
+ Public: {
2324
+ kind: "field",
2325
+ type: () => {
2326
+ return Reflection.MethodAttributes;
2327
+ }
2328
+ },
2329
+ MemberAccessMask: {
2330
+ kind: "field",
2331
+ type: () => {
2332
+ return Reflection.MethodAttributes;
2333
+ }
2334
+ },
2335
+ UnmanagedExport: {
2336
+ kind: "field",
2337
+ type: () => {
2338
+ return Reflection.MethodAttributes;
2339
+ }
2340
+ },
2341
+ Static: {
2342
+ kind: "field",
2343
+ type: () => {
2344
+ return Reflection.MethodAttributes;
2345
+ }
2346
+ },
2347
+ Final: {
2348
+ kind: "field",
2349
+ type: () => {
2350
+ return Reflection.MethodAttributes;
2351
+ }
2352
+ },
2353
+ Virtual: {
2354
+ kind: "field",
2355
+ type: () => {
2356
+ return Reflection.MethodAttributes;
2357
+ }
2358
+ },
2359
+ HideBySig: {
2360
+ kind: "field",
2361
+ type: () => {
2362
+ return Reflection.MethodAttributes;
2363
+ }
2364
+ },
2365
+ NewSlot: {
2366
+ kind: "field",
2367
+ type: () => {
2368
+ return Reflection.MethodAttributes;
2369
+ }
2370
+ },
2371
+ VtableLayoutMask: {
2372
+ kind: "field",
2373
+ type: () => {
2374
+ return Reflection.MethodAttributes;
2375
+ }
2376
+ },
2377
+ CheckAccessOnOverride: {
2378
+ kind: "field",
2379
+ type: () => {
2380
+ return Reflection.MethodAttributes;
2381
+ }
2382
+ },
2383
+ Abstract: {
2384
+ kind: "field",
2385
+ type: () => {
2386
+ return Reflection.MethodAttributes;
2387
+ }
2388
+ },
2389
+ SpecialName: {
2390
+ kind: "field",
2391
+ type: () => {
2392
+ return Reflection.MethodAttributes;
2393
+ }
2394
+ },
2395
+ RTSpecialName: {
2396
+ kind: "field",
2397
+ type: () => {
2398
+ return Reflection.MethodAttributes;
2399
+ }
2400
+ },
2401
+ PinvokeImpl: {
2402
+ kind: "field",
2403
+ type: () => {
2404
+ return Reflection.MethodAttributes;
2405
+ }
2406
+ },
2407
+ HasSecurity: {
2408
+ kind: "field",
2409
+ type: () => {
2410
+ return Reflection.MethodAttributes;
2411
+ }
2412
+ },
2413
+ RequireSecObject: {
2414
+ kind: "field",
2415
+ type: () => {
2416
+ return Reflection.MethodAttributes;
2417
+ }
2418
+ },
2419
+ ReservedMask: {
2420
+ kind: "field",
2421
+ type: () => {
2422
+ return Reflection.MethodAttributes;
2423
+ }
2424
+ }
2425
+ }
2426
+ },
2427
+ MethodBase: {
2428
+ kind: "class",
2429
+ members: {
2430
+ MethodBase: {
2431
+ kind: "method",
2432
+ methodKind: "constructor"
2433
+ },
2434
+ Equals: {
2435
+ kind: "method",
2436
+ methodKind: "ordinary",
2437
+ isOverride: true
2438
+ },
2439
+ GetCurrentMethod: {
2440
+ kind: "method",
2441
+ methodKind: "ordinary",
2442
+ isStatic: true
2443
+ },
2444
+ GetGenericArguments: {
2445
+ kind: "method",
2446
+ methodKind: "ordinary",
2447
+ isVirtual: true
2448
+ },
2449
+ GetHashCode: {
2450
+ kind: "method",
2451
+ methodKind: "ordinary",
2452
+ isOverride: true
2453
+ },
2454
+ GetMethodBody: {
2455
+ kind: "method",
2456
+ methodKind: "ordinary",
2457
+ isVirtual: true
2458
+ },
2459
+ GetMethodFromHandle: {
2460
+ kind: "method",
2461
+ methodKind: "ordinary",
2462
+ isStatic: true
2463
+ },
2464
+ GetMethodImplementationFlags: {
2465
+ kind: "method",
2466
+ methodKind: "ordinary",
2467
+ isAbstract: true
2468
+ },
2469
+ GetParameters: {
2470
+ kind: "method",
2471
+ methodKind: "ordinary",
2472
+ isAbstract: true
2473
+ },
2474
+ Invoke: {
2475
+ kind: "method",
2476
+ methodKind: "ordinary"
2477
+ },
2478
+ Attributes: {
2479
+ kind: "property",
2480
+ type: () => {
2481
+ return Reflection.MethodAttributes;
2482
+ },
2483
+ isAbstract: true
2484
+ },
2485
+ CallingConvention: {
2486
+ kind: "property",
2487
+ type: () => {
2488
+ return Reflection.CallingConventions;
2489
+ },
2490
+ isVirtual: true
2491
+ },
2492
+ ContainsGenericParameters: {
2493
+ kind: "property",
2494
+ type: () => {
2495
+ return System.Boolean;
2496
+ },
2497
+ isVirtual: true
2498
+ },
2499
+ IsAbstract: {
2500
+ kind: "property",
2501
+ type: () => {
2502
+ return System.Boolean;
2503
+ }
2504
+ },
2505
+ IsAssembly: {
2506
+ kind: "property",
2507
+ type: () => {
2508
+ return System.Boolean;
2509
+ }
2510
+ },
2511
+ IsConstructedGenericMethod: {
2512
+ kind: "property",
2513
+ type: () => {
2514
+ return System.Boolean;
2515
+ },
2516
+ isVirtual: true
2517
+ },
2518
+ IsConstructor: {
2519
+ kind: "property",
2520
+ type: () => {
2521
+ return System.Boolean;
2522
+ }
2523
+ },
2524
+ IsFamily: {
2525
+ kind: "property",
2526
+ type: () => {
2527
+ return System.Boolean;
2528
+ }
2529
+ },
2530
+ IsFamilyAndAssembly: {
2531
+ kind: "property",
2532
+ type: () => {
2533
+ return System.Boolean;
2534
+ }
2535
+ },
2536
+ IsFamilyOrAssembly: {
2537
+ kind: "property",
2538
+ type: () => {
2539
+ return System.Boolean;
2540
+ }
2541
+ },
2542
+ IsFinal: {
2543
+ kind: "property",
2544
+ type: () => {
2545
+ return System.Boolean;
2546
+ }
2547
+ },
2548
+ IsGenericMethod: {
2549
+ kind: "property",
2550
+ type: () => {
2551
+ return System.Boolean;
2552
+ },
2553
+ isVirtual: true
2554
+ },
2555
+ IsGenericMethodDefinition: {
2556
+ kind: "property",
2557
+ type: () => {
2558
+ return System.Boolean;
2559
+ },
2560
+ isVirtual: true
2561
+ },
2562
+ IsHideBySig: {
2563
+ kind: "property",
2564
+ type: () => {
2565
+ return System.Boolean;
2566
+ }
2567
+ },
2568
+ IsPrivate: {
2569
+ kind: "property",
2570
+ type: () => {
2571
+ return System.Boolean;
2572
+ }
2573
+ },
2574
+ IsPublic: {
2575
+ kind: "property",
2576
+ type: () => {
2577
+ return System.Boolean;
2578
+ }
2579
+ },
2580
+ IsSecurityCritical: {
2581
+ kind: "property",
2582
+ type: () => {
2583
+ return System.Boolean;
2584
+ },
2585
+ isVirtual: true
2586
+ },
2587
+ IsSecuritySafeCritical: {
2588
+ kind: "property",
2589
+ type: () => {
2590
+ return System.Boolean;
2591
+ },
2592
+ isVirtual: true
2593
+ },
2594
+ IsSecurityTransparent: {
2595
+ kind: "property",
2596
+ type: () => {
2597
+ return System.Boolean;
2598
+ },
2599
+ isVirtual: true
2600
+ },
2601
+ IsSpecialName: {
2602
+ kind: "property",
2603
+ type: () => {
2604
+ return System.Boolean;
2605
+ }
2606
+ },
2607
+ IsStatic: {
2608
+ kind: "property",
2609
+ type: () => {
2610
+ return System.Boolean;
2611
+ }
2612
+ },
2613
+ IsVirtual: {
2614
+ kind: "property",
2615
+ type: () => {
2616
+ return System.Boolean;
2617
+ }
2618
+ },
2619
+ MethodHandle: {
2620
+ kind: "property",
2621
+ type: () => {
2622
+ return System.RuntimeMethodHandle;
2623
+ },
2624
+ isAbstract: true
2625
+ },
2626
+ MethodImplementationFlags: {
2627
+ kind: "property",
2628
+ type: () => {
2629
+ return Reflection.MethodImplAttributes;
2630
+ },
2631
+ isVirtual: true
2632
+ }
2633
+ },
2634
+ isAbstract: true
2635
+ },
2636
+ MethodBody: {
2637
+ kind: "class",
2638
+ members: {
2639
+ MethodBody: {
2640
+ kind: "method",
2641
+ methodKind: "constructor"
2642
+ },
2643
+ GetILAsByteArray: {
2644
+ kind: "method",
2645
+ methodKind: "ordinary",
2646
+ isVirtual: true
2647
+ },
2648
+ ExceptionHandlingClauses: {
2649
+ kind: "property",
2650
+ type: () => {
2651
+ return Generic.IList;
2652
+ },
2653
+ isVirtual: true
2654
+ },
2655
+ InitLocals: {
2656
+ kind: "property",
2657
+ type: () => {
2658
+ return System.Boolean;
2659
+ },
2660
+ isVirtual: true
2661
+ },
2662
+ LocalSignatureMetadataToken: {
2663
+ kind: "property",
2664
+ type: () => {
2665
+ return System.Int32;
2666
+ },
2667
+ isVirtual: true
2668
+ },
2669
+ LocalVariables: {
2670
+ kind: "property",
2671
+ type: () => {
2672
+ return Generic.IList;
2673
+ },
2674
+ isVirtual: true
2675
+ },
2676
+ MaxStackSize: {
2677
+ kind: "property",
2678
+ type: () => {
2679
+ return System.Int32;
2680
+ },
2681
+ isVirtual: true
2682
+ }
2683
+ }
2684
+ },
2685
+ MethodImplAttributes: {
2686
+ kind: "enum",
2687
+ members: {
2688
+ IL: {
2689
+ kind: "field",
2690
+ type: () => {
2691
+ return Reflection.MethodImplAttributes;
2692
+ }
2693
+ },
2694
+ Managed: {
2695
+ kind: "field",
2696
+ type: () => {
2697
+ return Reflection.MethodImplAttributes;
2698
+ }
2699
+ },
2700
+ Native: {
2701
+ kind: "field",
2702
+ type: () => {
2703
+ return Reflection.MethodImplAttributes;
2704
+ }
2705
+ },
2706
+ OPTIL: {
2707
+ kind: "field",
2708
+ type: () => {
2709
+ return Reflection.MethodImplAttributes;
2710
+ }
2711
+ },
2712
+ CodeTypeMask: {
2713
+ kind: "field",
2714
+ type: () => {
2715
+ return Reflection.MethodImplAttributes;
2716
+ }
2717
+ },
2718
+ Runtime: {
2719
+ kind: "field",
2720
+ type: () => {
2721
+ return Reflection.MethodImplAttributes;
2722
+ }
2723
+ },
2724
+ ManagedMask: {
2725
+ kind: "field",
2726
+ type: () => {
2727
+ return Reflection.MethodImplAttributes;
2728
+ }
2729
+ },
2730
+ Unmanaged: {
2731
+ kind: "field",
2732
+ type: () => {
2733
+ return Reflection.MethodImplAttributes;
2734
+ }
2735
+ },
2736
+ NoInlining: {
2737
+ kind: "field",
2738
+ type: () => {
2739
+ return Reflection.MethodImplAttributes;
2740
+ }
2741
+ },
2742
+ ForwardRef: {
2743
+ kind: "field",
2744
+ type: () => {
2745
+ return Reflection.MethodImplAttributes;
2746
+ }
2747
+ },
2748
+ Synchronized: {
2749
+ kind: "field",
2750
+ type: () => {
2751
+ return Reflection.MethodImplAttributes;
2752
+ }
2753
+ },
2754
+ NoOptimization: {
2755
+ kind: "field",
2756
+ type: () => {
2757
+ return Reflection.MethodImplAttributes;
2758
+ }
2759
+ },
2760
+ PreserveSig: {
2761
+ kind: "field",
2762
+ type: () => {
2763
+ return Reflection.MethodImplAttributes;
2764
+ }
2765
+ },
2766
+ AggressiveInlining: {
2767
+ kind: "field",
2768
+ type: () => {
2769
+ return Reflection.MethodImplAttributes;
2770
+ }
2771
+ },
2772
+ AggressiveOptimization: {
2773
+ kind: "field",
2774
+ type: () => {
2775
+ return Reflection.MethodImplAttributes;
2776
+ }
2777
+ },
2778
+ InternalCall: {
2779
+ kind: "field",
2780
+ type: () => {
2781
+ return Reflection.MethodImplAttributes;
2782
+ }
2783
+ },
2784
+ MaxMethodImplVal: {
2785
+ kind: "field",
2786
+ type: () => {
2787
+ return Reflection.MethodImplAttributes;
2788
+ }
2789
+ }
2790
+ }
2791
+ },
2792
+ MethodInfo: {
2793
+ kind: "class",
2794
+ members: {
2795
+ MethodInfo: {
2796
+ kind: "method",
2797
+ methodKind: "constructor"
2798
+ },
2799
+ CreateDelegate: {
2800
+ kind: "method",
2801
+ methodKind: "ordinary",
2802
+ isVirtual: true
2803
+ },
2804
+ Equals: {
2805
+ kind: "method",
2806
+ methodKind: "ordinary",
2807
+ isOverride: true
2808
+ },
2809
+ GetBaseDefinition: {
2810
+ kind: "method",
2811
+ methodKind: "ordinary",
2812
+ isAbstract: true
2813
+ },
2814
+ GetGenericArguments: {
2815
+ kind: "method",
2816
+ methodKind: "ordinary",
2817
+ isOverride: true
2818
+ },
2819
+ GetGenericMethodDefinition: {
2820
+ kind: "method",
2821
+ methodKind: "ordinary",
2822
+ isVirtual: true
2823
+ },
2824
+ GetHashCode: {
2825
+ kind: "method",
2826
+ methodKind: "ordinary",
2827
+ isOverride: true
2828
+ },
2829
+ MakeGenericMethod: {
2830
+ kind: "method",
2831
+ methodKind: "ordinary",
2832
+ isVirtual: true
2833
+ },
2834
+ MemberType: {
2835
+ kind: "property",
2836
+ type: () => {
2837
+ return Reflection.MemberTypes;
2838
+ },
2839
+ isOverride: true
2840
+ },
2841
+ ReturnParameter: {
2842
+ kind: "property",
2843
+ type: () => {
2844
+ return Reflection.ParameterInfo;
2845
+ },
2846
+ isVirtual: true
2847
+ },
2848
+ ReturnType: {
2849
+ kind: "property",
2850
+ type: () => {
2851
+ return System.Type;
2852
+ },
2853
+ isVirtual: true
2854
+ },
2855
+ ReturnTypeCustomAttributes: {
2856
+ kind: "property",
2857
+ type: () => {
2858
+ return Reflection.ICustomAttributeProvider;
2859
+ },
2860
+ isAbstract: true
2861
+ }
2862
+ },
2863
+ isAbstract: true
2864
+ },
2865
+ MethodInvoker: {
2866
+ kind: "class",
2867
+ members: {
2868
+ Create: {
2869
+ kind: "method",
2870
+ methodKind: "ordinary",
2871
+ isStatic: true
2872
+ },
2873
+ Invoke: {
2874
+ kind: "method",
2875
+ methodKind: "ordinary"
2876
+ }
2877
+ },
2878
+ isSealed: true
2879
+ },
2880
+ Missing: {
2881
+ kind: "class",
2882
+ members: {
2883
+ Value: {
2884
+ kind: "field",
2885
+ type: () => {
2886
+ return Reflection.Missing;
2887
+ },
2888
+ isStatic: true,
2889
+ isReadOnly: true
2890
+ }
2891
+ },
2892
+ isSealed: true
2893
+ },
2894
+ Module: {
2895
+ kind: "class",
2896
+ members: {
2897
+ FilterTypeName: {
2898
+ kind: "field",
2899
+ type: () => {
2900
+ return Reflection.TypeFilter;
2901
+ },
2902
+ isStatic: true,
2903
+ isReadOnly: true
2904
+ },
2905
+ FilterTypeNameIgnoreCase: {
2906
+ kind: "field",
2907
+ type: () => {
2908
+ return Reflection.TypeFilter;
2909
+ },
2910
+ isStatic: true,
2911
+ isReadOnly: true
2912
+ },
2913
+ Module: {
2914
+ kind: "method",
2915
+ methodKind: "constructor"
2916
+ },
2917
+ Equals: {
2918
+ kind: "method",
2919
+ methodKind: "ordinary",
2920
+ isOverride: true
2921
+ },
2922
+ FindTypes: {
2923
+ kind: "method",
2924
+ methodKind: "ordinary",
2925
+ isVirtual: true
2926
+ },
2927
+ GetCustomAttributes: {
2928
+ kind: "method",
2929
+ methodKind: "ordinary",
2930
+ isVirtual: true
2931
+ },
2932
+ GetCustomAttributesData: {
2933
+ kind: "method",
2934
+ methodKind: "ordinary",
2935
+ isVirtual: true
2936
+ },
2937
+ GetField: {
2938
+ kind: "method",
2939
+ methodKind: "ordinary"
2940
+ },
2941
+ GetFields: {
2942
+ kind: "method",
2943
+ methodKind: "ordinary"
2944
+ },
2945
+ GetHashCode: {
2946
+ kind: "method",
2947
+ methodKind: "ordinary",
2948
+ isOverride: true
2949
+ },
2950
+ GetMethod: {
2951
+ kind: "method",
2952
+ methodKind: "ordinary"
2953
+ },
2954
+ GetMethodImpl: {
2955
+ kind: "method",
2956
+ methodKind: "ordinary",
2957
+ isVirtual: true
2958
+ },
2959
+ GetMethods: {
2960
+ kind: "method",
2961
+ methodKind: "ordinary"
2962
+ },
2963
+ GetPEKind: {
2964
+ kind: "method",
2965
+ methodKind: "ordinary",
2966
+ isVirtual: true
2967
+ },
2968
+ GetType: {
2969
+ kind: "method",
2970
+ methodKind: "ordinary",
2971
+ isVirtual: true
2972
+ },
2973
+ GetTypes: {
2974
+ kind: "method",
2975
+ methodKind: "ordinary",
2976
+ isVirtual: true
2977
+ },
2978
+ IsDefined: {
2979
+ kind: "method",
2980
+ methodKind: "ordinary",
2981
+ isVirtual: true
2982
+ },
2983
+ IsResource: {
2984
+ kind: "method",
2985
+ methodKind: "ordinary",
2986
+ isVirtual: true
2987
+ },
2988
+ ResolveField: {
2989
+ kind: "method",
2990
+ methodKind: "ordinary"
2991
+ },
2992
+ ResolveMember: {
2993
+ kind: "method",
2994
+ methodKind: "ordinary"
2995
+ },
2996
+ ResolveMethod: {
2997
+ kind: "method",
2998
+ methodKind: "ordinary"
2999
+ },
3000
+ ResolveSignature: {
3001
+ kind: "method",
3002
+ methodKind: "ordinary",
3003
+ isVirtual: true
3004
+ },
3005
+ ResolveString: {
3006
+ kind: "method",
3007
+ methodKind: "ordinary",
3008
+ isVirtual: true
3009
+ },
3010
+ ResolveType: {
3011
+ kind: "method",
3012
+ methodKind: "ordinary"
3013
+ },
3014
+ ToString: {
3015
+ kind: "method",
3016
+ methodKind: "ordinary",
3017
+ isOverride: true
3018
+ },
3019
+ Assembly: {
3020
+ kind: "property",
3021
+ type: () => {
3022
+ return Reflection.Assembly;
3023
+ },
3024
+ isVirtual: true
3025
+ },
3026
+ CustomAttributes: {
3027
+ kind: "property",
3028
+ type: () => {
3029
+ return Generic.IEnumerable;
3030
+ },
3031
+ isVirtual: true
3032
+ },
3033
+ FullyQualifiedName: {
3034
+ kind: "property",
3035
+ type: () => {
3036
+ return System.String;
3037
+ },
3038
+ isVirtual: true
3039
+ },
3040
+ MDStreamVersion: {
3041
+ kind: "property",
3042
+ type: () => {
3043
+ return System.Int32;
3044
+ },
3045
+ isVirtual: true
3046
+ },
3047
+ MetadataToken: {
3048
+ kind: "property",
3049
+ type: () => {
3050
+ return System.Int32;
3051
+ },
3052
+ isVirtual: true
3053
+ },
3054
+ ModuleHandle: {
3055
+ kind: "property",
3056
+ type: () => {
3057
+ return System.ModuleHandle;
3058
+ }
3059
+ },
3060
+ ModuleVersionId: {
3061
+ kind: "property",
3062
+ type: () => {
3063
+ return System.Guid;
3064
+ },
3065
+ isVirtual: true
3066
+ },
3067
+ Name: {
3068
+ kind: "property",
3069
+ type: () => {
3070
+ return System.String;
3071
+ },
3072
+ isVirtual: true
3073
+ },
3074
+ ScopeName: {
3075
+ kind: "property",
3076
+ type: () => {
3077
+ return System.String;
3078
+ },
3079
+ isVirtual: true
3080
+ }
3081
+ },
3082
+ isAbstract: true
3083
+ },
3084
+ ModuleResolveEventHandler: {
3085
+ kind: "generic",
3086
+ members: {
3087
+ ModuleResolveEventHandler: {
3088
+ kind: "method",
3089
+ methodKind: "constructor"
3090
+ },
3091
+ Invoke: {
3092
+ kind: "method",
3093
+ methodKind: "ordinary",
3094
+ isVirtual: true
3095
+ },
3096
+ BeginInvoke: {
3097
+ kind: "method",
3098
+ methodKind: "ordinary",
3099
+ isVirtual: true
3100
+ },
3101
+ EndInvoke: {
3102
+ kind: "method",
3103
+ methodKind: "ordinary",
3104
+ isVirtual: true
3105
+ }
3106
+ }
3107
+ },
3108
+ NullabilityInfo: {
3109
+ kind: "class",
3110
+ members: {
3111
+ ElementType: {
3112
+ kind: "property",
3113
+ type: () => {
3114
+ return Reflection.NullabilityInfo;
3115
+ },
3116
+ isNullable: true
3117
+ },
3118
+ GenericTypeArguments: {
3119
+ kind: "property",
3120
+ type: () => {
3121
+ return System.Array;
3122
+ }
3123
+ },
3124
+ ReadState: {
3125
+ kind: "property",
3126
+ type: () => {
3127
+ return Reflection.NullabilityState;
3128
+ }
3129
+ },
3130
+ Type: {
3131
+ kind: "property",
3132
+ type: () => {
3133
+ return System.Type;
3134
+ }
3135
+ },
3136
+ WriteState: {
3137
+ kind: "property",
3138
+ type: () => {
3139
+ return Reflection.NullabilityState;
3140
+ }
3141
+ }
3142
+ },
3143
+ isSealed: true
3144
+ },
3145
+ NullabilityInfoContext: {
3146
+ kind: "class",
3147
+ members: {
3148
+ NullabilityInfoContext: {
3149
+ kind: "method",
3150
+ methodKind: "constructor"
3151
+ },
3152
+ Create: {
3153
+ kind: "method",
3154
+ methodKind: "ordinary"
3155
+ }
3156
+ },
3157
+ isSealed: true
3158
+ },
3159
+ NullabilityState: {
3160
+ kind: "enum",
3161
+ members: {
3162
+ Unknown: {
3163
+ kind: "field",
3164
+ type: () => {
3165
+ return Reflection.NullabilityState;
3166
+ }
3167
+ },
3168
+ NotNull: {
3169
+ kind: "field",
3170
+ type: () => {
3171
+ return Reflection.NullabilityState;
3172
+ }
3173
+ },
3174
+ Nullable: {
3175
+ kind: "field",
3176
+ type: () => {
3177
+ return Reflection.NullabilityState;
3178
+ }
3179
+ }
3180
+ }
3181
+ },
3182
+ ObfuscateAssemblyAttribute: {
3183
+ kind: "class",
3184
+ members: {
3185
+ ObfuscateAssemblyAttribute: {
3186
+ kind: "method",
3187
+ methodKind: "constructor"
3188
+ },
3189
+ AssemblyIsPrivate: {
3190
+ kind: "property",
3191
+ type: () => {
3192
+ return System.Boolean;
3193
+ }
3194
+ },
3195
+ StripAfterObfuscation: {
3196
+ kind: "property",
3197
+ type: () => {
3198
+ return System.Boolean;
3199
+ }
3200
+ }
3201
+ },
3202
+ isSealed: true
3203
+ },
3204
+ ObfuscationAttribute: {
3205
+ kind: "class",
3206
+ members: {
3207
+ ObfuscationAttribute: {
3208
+ kind: "method",
3209
+ methodKind: "constructor"
3210
+ },
3211
+ ApplyToMembers: {
3212
+ kind: "property",
3213
+ type: () => {
3214
+ return System.Boolean;
3215
+ }
3216
+ },
3217
+ Exclude: {
3218
+ kind: "property",
3219
+ type: () => {
3220
+ return System.Boolean;
3221
+ }
3222
+ },
3223
+ Feature: {
3224
+ kind: "property",
3225
+ type: () => {
3226
+ return System.String;
3227
+ },
3228
+ isNullable: true
3229
+ },
3230
+ StripAfterObfuscation: {
3231
+ kind: "property",
3232
+ type: () => {
3233
+ return System.Boolean;
3234
+ }
3235
+ }
3236
+ },
3237
+ isSealed: true
3238
+ },
3239
+ ParameterAttributes: {
3240
+ kind: "enum",
3241
+ members: {
3242
+ None: {
3243
+ kind: "field",
3244
+ type: () => {
3245
+ return Reflection.ParameterAttributes;
3246
+ }
3247
+ },
3248
+ In: {
3249
+ kind: "field",
3250
+ type: () => {
3251
+ return Reflection.ParameterAttributes;
3252
+ }
3253
+ },
3254
+ Out: {
3255
+ kind: "field",
3256
+ type: () => {
3257
+ return Reflection.ParameterAttributes;
3258
+ }
3259
+ },
3260
+ Lcid: {
3261
+ kind: "field",
3262
+ type: () => {
3263
+ return Reflection.ParameterAttributes;
3264
+ }
3265
+ },
3266
+ Retval: {
3267
+ kind: "field",
3268
+ type: () => {
3269
+ return Reflection.ParameterAttributes;
3270
+ }
3271
+ },
3272
+ Optional: {
3273
+ kind: "field",
3274
+ type: () => {
3275
+ return Reflection.ParameterAttributes;
3276
+ }
3277
+ },
3278
+ HasDefault: {
3279
+ kind: "field",
3280
+ type: () => {
3281
+ return Reflection.ParameterAttributes;
3282
+ }
3283
+ },
3284
+ HasFieldMarshal: {
3285
+ kind: "field",
3286
+ type: () => {
3287
+ return Reflection.ParameterAttributes;
3288
+ }
3289
+ },
3290
+ Reserved3: {
3291
+ kind: "field",
3292
+ type: () => {
3293
+ return Reflection.ParameterAttributes;
3294
+ }
3295
+ },
3296
+ Reserved4: {
3297
+ kind: "field",
3298
+ type: () => {
3299
+ return Reflection.ParameterAttributes;
3300
+ }
3301
+ },
3302
+ ReservedMask: {
3303
+ kind: "field",
3304
+ type: () => {
3305
+ return Reflection.ParameterAttributes;
3306
+ }
3307
+ }
3308
+ }
3309
+ },
3310
+ ParameterInfo: {
3311
+ kind: "class",
3312
+ members: {
3313
+ AttrsImpl: {
3314
+ kind: "field",
3315
+ type: () => {
3316
+ return Reflection.ParameterAttributes;
3317
+ }
3318
+ },
3319
+ ClassImpl: {
3320
+ kind: "field",
3321
+ type: () => {
3322
+ return System.Type;
3323
+ },
3324
+ isNullable: true
3325
+ },
3326
+ DefaultValueImpl: {
3327
+ kind: "field",
3328
+ type: () => {
3329
+ return System.Object;
3330
+ },
3331
+ isNullable: true
3332
+ },
3333
+ MemberImpl: {
3334
+ kind: "field",
3335
+ type: () => {
3336
+ return Reflection.MemberInfo;
3337
+ }
3338
+ },
3339
+ NameImpl: {
3340
+ kind: "field",
3341
+ type: () => {
3342
+ return System.String;
3343
+ },
3344
+ isNullable: true
3345
+ },
3346
+ PositionImpl: {
3347
+ kind: "field",
3348
+ type: () => {
3349
+ return System.Int32;
3350
+ }
3351
+ },
3352
+ ParameterInfo: {
3353
+ kind: "method",
3354
+ methodKind: "constructor"
3355
+ },
3356
+ GetCustomAttributes: {
3357
+ kind: "method",
3358
+ methodKind: "ordinary",
3359
+ isVirtual: true
3360
+ },
3361
+ GetCustomAttributesData: {
3362
+ kind: "method",
3363
+ methodKind: "ordinary",
3364
+ isVirtual: true
3365
+ },
3366
+ GetModifiedParameterType: {
3367
+ kind: "method",
3368
+ methodKind: "ordinary",
3369
+ isVirtual: true
3370
+ },
3371
+ GetOptionalCustomModifiers: {
3372
+ kind: "method",
3373
+ methodKind: "ordinary",
3374
+ isVirtual: true
3375
+ },
3376
+ GetRequiredCustomModifiers: {
3377
+ kind: "method",
3378
+ methodKind: "ordinary",
3379
+ isVirtual: true
3380
+ },
3381
+ IsDefined: {
3382
+ kind: "method",
3383
+ methodKind: "ordinary",
3384
+ isVirtual: true
3385
+ },
3386
+ ToString: {
3387
+ kind: "method",
3388
+ methodKind: "ordinary",
3389
+ isOverride: true
3390
+ },
3391
+ Attributes: {
3392
+ kind: "property",
3393
+ type: () => {
3394
+ return Reflection.ParameterAttributes;
3395
+ },
3396
+ isVirtual: true
3397
+ },
3398
+ CustomAttributes: {
3399
+ kind: "property",
3400
+ type: () => {
3401
+ return Generic.IEnumerable;
3402
+ },
3403
+ isVirtual: true
3404
+ },
3405
+ DefaultValue: {
3406
+ kind: "property",
3407
+ type: () => {
3408
+ return System.Object;
3409
+ },
3410
+ isNullable: true,
3411
+ isVirtual: true
3412
+ },
3413
+ HasDefaultValue: {
3414
+ kind: "property",
3415
+ type: () => {
3416
+ return System.Boolean;
3417
+ },
3418
+ isVirtual: true
3419
+ },
3420
+ IsIn: {
3421
+ kind: "property",
3422
+ type: () => {
3423
+ return System.Boolean;
3424
+ }
3425
+ },
3426
+ IsLcid: {
3427
+ kind: "property",
3428
+ type: () => {
3429
+ return System.Boolean;
3430
+ }
3431
+ },
3432
+ IsOptional: {
3433
+ kind: "property",
3434
+ type: () => {
3435
+ return System.Boolean;
3436
+ }
3437
+ },
3438
+ IsOut: {
3439
+ kind: "property",
3440
+ type: () => {
3441
+ return System.Boolean;
3442
+ }
3443
+ },
3444
+ IsRetval: {
3445
+ kind: "property",
3446
+ type: () => {
3447
+ return System.Boolean;
3448
+ }
3449
+ },
3450
+ Member: {
3451
+ kind: "property",
3452
+ type: () => {
3453
+ return Reflection.MemberInfo;
3454
+ },
3455
+ isVirtual: true
3456
+ },
3457
+ MetadataToken: {
3458
+ kind: "property",
3459
+ type: () => {
3460
+ return System.Int32;
3461
+ },
3462
+ isVirtual: true
3463
+ },
3464
+ Name: {
3465
+ kind: "property",
3466
+ type: () => {
3467
+ return System.String;
3468
+ },
3469
+ isNullable: true,
3470
+ isVirtual: true
3471
+ },
3472
+ ParameterType: {
3473
+ kind: "property",
3474
+ type: () => {
3475
+ return System.Type;
3476
+ },
3477
+ isVirtual: true
3478
+ },
3479
+ Position: {
3480
+ kind: "property",
3481
+ type: () => {
3482
+ return System.Int32;
3483
+ },
3484
+ isVirtual: true
3485
+ },
3486
+ RawDefaultValue: {
3487
+ kind: "property",
3488
+ type: () => {
3489
+ return System.Object;
3490
+ },
3491
+ isNullable: true,
3492
+ isVirtual: true
3493
+ }
3494
+ }
3495
+ },
3496
+ ParameterModifier: {
3497
+ kind: "struct",
3498
+ members: {
3499
+ ParameterModifier: {
3500
+ kind: "method",
3501
+ methodKind: "constructor"
3502
+ },
3503
+ Item: {
3504
+ kind: "property",
3505
+ type: () => {
3506
+ return System.Boolean;
3507
+ }
3508
+ }
3509
+ }
3510
+ },
3511
+ Pointer: {
3512
+ kind: "class",
3513
+ members: {
3514
+ Box: {
3515
+ kind: "method",
3516
+ methodKind: "ordinary",
3517
+ isStatic: true
3518
+ },
3519
+ Equals: {
3520
+ kind: "method",
3521
+ methodKind: "ordinary",
3522
+ isOverride: true
3523
+ },
3524
+ GetHashCode: {
3525
+ kind: "method",
3526
+ methodKind: "ordinary",
3527
+ isOverride: true
3528
+ },
3529
+ Unbox: {
3530
+ kind: "method",
3531
+ methodKind: "ordinary",
3532
+ isStatic: true
3533
+ }
3534
+ },
3535
+ isSealed: true
3536
+ },
3537
+ PortableExecutableKinds: {
3538
+ kind: "enum",
3539
+ members: {
3540
+ NotAPortableExecutableImage: {
3541
+ kind: "field",
3542
+ type: () => {
3543
+ return Reflection.PortableExecutableKinds;
3544
+ }
3545
+ },
3546
+ ILOnly: {
3547
+ kind: "field",
3548
+ type: () => {
3549
+ return Reflection.PortableExecutableKinds;
3550
+ }
3551
+ },
3552
+ Required32Bit: {
3553
+ kind: "field",
3554
+ type: () => {
3555
+ return Reflection.PortableExecutableKinds;
3556
+ }
3557
+ },
3558
+ PE32Plus: {
3559
+ kind: "field",
3560
+ type: () => {
3561
+ return Reflection.PortableExecutableKinds;
3562
+ }
3563
+ },
3564
+ Unmanaged32Bit: {
3565
+ kind: "field",
3566
+ type: () => {
3567
+ return Reflection.PortableExecutableKinds;
3568
+ }
3569
+ },
3570
+ Preferred32Bit: {
3571
+ kind: "field",
3572
+ type: () => {
3573
+ return Reflection.PortableExecutableKinds;
3574
+ }
3575
+ }
3576
+ }
3577
+ },
3578
+ ProcessorArchitecture: {
3579
+ kind: "enum",
3580
+ members: {
3581
+ None: {
3582
+ kind: "field",
3583
+ type: () => {
3584
+ return Reflection.ProcessorArchitecture;
3585
+ }
3586
+ },
3587
+ MSIL: {
3588
+ kind: "field",
3589
+ type: () => {
3590
+ return Reflection.ProcessorArchitecture;
3591
+ }
3592
+ },
3593
+ X86: {
3594
+ kind: "field",
3595
+ type: () => {
3596
+ return Reflection.ProcessorArchitecture;
3597
+ }
3598
+ },
3599
+ IA64: {
3600
+ kind: "field",
3601
+ type: () => {
3602
+ return Reflection.ProcessorArchitecture;
3603
+ }
3604
+ },
3605
+ Amd64: {
3606
+ kind: "field",
3607
+ type: () => {
3608
+ return Reflection.ProcessorArchitecture;
3609
+ }
3610
+ },
3611
+ Arm: {
3612
+ kind: "field",
3613
+ type: () => {
3614
+ return Reflection.ProcessorArchitecture;
3615
+ }
3616
+ }
3617
+ }
3618
+ },
3619
+ PropertyAttributes: {
3620
+ kind: "enum",
3621
+ members: {
3622
+ None: {
3623
+ kind: "field",
3624
+ type: () => {
3625
+ return Reflection.PropertyAttributes;
3626
+ }
3627
+ },
3628
+ SpecialName: {
3629
+ kind: "field",
3630
+ type: () => {
3631
+ return Reflection.PropertyAttributes;
3632
+ }
3633
+ },
3634
+ RTSpecialName: {
3635
+ kind: "field",
3636
+ type: () => {
3637
+ return Reflection.PropertyAttributes;
3638
+ }
3639
+ },
3640
+ HasDefault: {
3641
+ kind: "field",
3642
+ type: () => {
3643
+ return Reflection.PropertyAttributes;
3644
+ }
3645
+ },
3646
+ Reserved2: {
3647
+ kind: "field",
3648
+ type: () => {
3649
+ return Reflection.PropertyAttributes;
3650
+ }
3651
+ },
3652
+ Reserved3: {
3653
+ kind: "field",
3654
+ type: () => {
3655
+ return Reflection.PropertyAttributes;
3656
+ }
3657
+ },
3658
+ Reserved4: {
3659
+ kind: "field",
3660
+ type: () => {
3661
+ return Reflection.PropertyAttributes;
3662
+ }
3663
+ },
3664
+ ReservedMask: {
3665
+ kind: "field",
3666
+ type: () => {
3667
+ return Reflection.PropertyAttributes;
3668
+ }
3669
+ }
3670
+ }
3671
+ },
3672
+ PropertyInfo: {
3673
+ kind: "class",
3674
+ members: {
3675
+ PropertyInfo: {
3676
+ kind: "method",
3677
+ methodKind: "constructor"
3678
+ },
3679
+ Equals: {
3680
+ kind: "method",
3681
+ methodKind: "ordinary",
3682
+ isOverride: true
3683
+ },
3684
+ GetAccessors: {
3685
+ kind: "method",
3686
+ methodKind: "ordinary"
3687
+ },
3688
+ GetConstantValue: {
3689
+ kind: "method",
3690
+ methodKind: "ordinary",
3691
+ isVirtual: true
3692
+ },
3693
+ GetGetMethod: {
3694
+ kind: "method",
3695
+ methodKind: "ordinary"
3696
+ },
3697
+ GetHashCode: {
3698
+ kind: "method",
3699
+ methodKind: "ordinary",
3700
+ isOverride: true
3701
+ },
3702
+ GetIndexParameters: {
3703
+ kind: "method",
3704
+ methodKind: "ordinary",
3705
+ isAbstract: true
3706
+ },
3707
+ GetModifiedPropertyType: {
3708
+ kind: "method",
3709
+ methodKind: "ordinary",
3710
+ isVirtual: true
3711
+ },
3712
+ GetOptionalCustomModifiers: {
3713
+ kind: "method",
3714
+ methodKind: "ordinary",
3715
+ isVirtual: true
3716
+ },
3717
+ GetRawConstantValue: {
3718
+ kind: "method",
3719
+ methodKind: "ordinary",
3720
+ isVirtual: true
3721
+ },
3722
+ GetRequiredCustomModifiers: {
3723
+ kind: "method",
3724
+ methodKind: "ordinary",
3725
+ isVirtual: true
3726
+ },
3727
+ GetSetMethod: {
3728
+ kind: "method",
3729
+ methodKind: "ordinary"
3730
+ },
3731
+ GetValue: {
3732
+ kind: "method",
3733
+ methodKind: "ordinary"
3734
+ },
3735
+ SetValue: {
3736
+ kind: "method",
3737
+ methodKind: "ordinary"
3738
+ },
3739
+ Attributes: {
3740
+ kind: "property",
3741
+ type: () => {
3742
+ return Reflection.PropertyAttributes;
3743
+ },
3744
+ isAbstract: true
3745
+ },
3746
+ CanRead: {
3747
+ kind: "property",
3748
+ type: () => {
3749
+ return System.Boolean;
3750
+ },
3751
+ isAbstract: true
3752
+ },
3753
+ CanWrite: {
3754
+ kind: "property",
3755
+ type: () => {
3756
+ return System.Boolean;
3757
+ },
3758
+ isAbstract: true
3759
+ },
3760
+ GetMethod: {
3761
+ kind: "property",
3762
+ type: () => {
3763
+ return Reflection.MethodInfo;
3764
+ },
3765
+ isNullable: true,
3766
+ isVirtual: true
3767
+ },
3768
+ IsSpecialName: {
3769
+ kind: "property",
3770
+ type: () => {
3771
+ return System.Boolean;
3772
+ }
3773
+ },
3774
+ MemberType: {
3775
+ kind: "property",
3776
+ type: () => {
3777
+ return Reflection.MemberTypes;
3778
+ },
3779
+ isOverride: true
3780
+ },
3781
+ PropertyType: {
3782
+ kind: "property",
3783
+ type: () => {
3784
+ return System.Type;
3785
+ },
3786
+ isAbstract: true
3787
+ },
3788
+ SetMethod: {
3789
+ kind: "property",
3790
+ type: () => {
3791
+ return Reflection.MethodInfo;
3792
+ },
3793
+ isNullable: true,
3794
+ isVirtual: true
3795
+ }
3796
+ },
3797
+ isAbstract: true
3798
+ },
3799
+ ReflectionContext: {
3800
+ kind: "class",
3801
+ members: {
3802
+ ReflectionContext: {
3803
+ kind: "method",
3804
+ methodKind: "constructor"
3805
+ },
3806
+ GetTypeForObject: {
3807
+ kind: "method",
3808
+ methodKind: "ordinary",
3809
+ isVirtual: true
3810
+ },
3811
+ MapAssembly: {
3812
+ kind: "method",
3813
+ methodKind: "ordinary",
3814
+ isAbstract: true
3815
+ },
3816
+ MapType: {
3817
+ kind: "method",
3818
+ methodKind: "ordinary",
3819
+ isAbstract: true
3820
+ }
3821
+ },
3822
+ isAbstract: true
3823
+ },
3824
+ ReflectionTypeLoadException: {
3825
+ kind: "class",
3826
+ members: {
3827
+ ReflectionTypeLoadException: {
3828
+ kind: "method",
3829
+ methodKind: "constructor"
3830
+ },
3831
+ ToString: {
3832
+ kind: "method",
3833
+ methodKind: "ordinary",
3834
+ isOverride: true
3835
+ },
3836
+ LoaderExceptions: {
3837
+ kind: "property",
3838
+ type: () => {
3839
+ return System.Array;
3840
+ }
3841
+ },
3842
+ Message: {
3843
+ kind: "property",
3844
+ type: () => {
3845
+ return System.String;
3846
+ },
3847
+ isOverride: true
3848
+ },
3849
+ Types: {
3850
+ kind: "property",
3851
+ type: () => {
3852
+ return System.Array;
3853
+ }
3854
+ }
3855
+ },
3856
+ isSealed: true
3857
+ },
3858
+ ResourceAttributes: {
3859
+ kind: "enum",
3860
+ members: {
3861
+ Public: {
3862
+ kind: "field",
3863
+ type: () => {
3864
+ return Reflection.ResourceAttributes;
3865
+ }
3866
+ },
3867
+ Private: {
3868
+ kind: "field",
3869
+ type: () => {
3870
+ return Reflection.ResourceAttributes;
3871
+ }
3872
+ }
3873
+ }
3874
+ },
3875
+ ResourceLocation: {
3876
+ kind: "enum",
3877
+ members: {
3878
+ Embedded: {
3879
+ kind: "field",
3880
+ type: () => {
3881
+ return Reflection.ResourceLocation;
3882
+ }
3883
+ },
3884
+ ContainedInAnotherAssembly: {
3885
+ kind: "field",
3886
+ type: () => {
3887
+ return Reflection.ResourceLocation;
3888
+ }
3889
+ },
3890
+ ContainedInManifestFile: {
3891
+ kind: "field",
3892
+ type: () => {
3893
+ return Reflection.ResourceLocation;
3894
+ }
3895
+ }
3896
+ }
3897
+ },
3898
+ RuntimeReflectionExtensions: {
3899
+ kind: "class",
3900
+ members: {
3901
+ GetMethodInfo: {
3902
+ kind: "method",
3903
+ methodKind: "ordinary",
3904
+ isStatic: true
3905
+ },
3906
+ GetRuntimeBaseDefinition: {
3907
+ kind: "method",
3908
+ methodKind: "ordinary",
3909
+ isStatic: true
3910
+ },
3911
+ GetRuntimeEvent: {
3912
+ kind: "method",
3913
+ methodKind: "ordinary",
3914
+ isStatic: true
3915
+ },
3916
+ GetRuntimeEvents: {
3917
+ kind: "method",
3918
+ methodKind: "ordinary",
3919
+ isStatic: true
3920
+ },
3921
+ GetRuntimeField: {
3922
+ kind: "method",
3923
+ methodKind: "ordinary",
3924
+ isStatic: true
3925
+ },
3926
+ GetRuntimeFields: {
3927
+ kind: "method",
3928
+ methodKind: "ordinary",
3929
+ isStatic: true
3930
+ },
3931
+ GetRuntimeInterfaceMap: {
3932
+ kind: "method",
3933
+ methodKind: "ordinary",
3934
+ isStatic: true
3935
+ },
3936
+ GetRuntimeMethod: {
3937
+ kind: "method",
3938
+ methodKind: "ordinary",
3939
+ isStatic: true
3940
+ },
3941
+ GetRuntimeMethods: {
3942
+ kind: "method",
3943
+ methodKind: "ordinary",
3944
+ isStatic: true
3945
+ },
3946
+ GetRuntimeProperties: {
3947
+ kind: "method",
3948
+ methodKind: "ordinary",
3949
+ isStatic: true
3950
+ },
3951
+ GetRuntimeProperty: {
3952
+ kind: "method",
3953
+ methodKind: "ordinary",
3954
+ isStatic: true
3955
+ }
3956
+ },
3957
+ isStatic: true
3958
+ },
3959
+ StrongNameKeyPair: {
3960
+ kind: "class",
3961
+ members: {
3962
+ StrongNameKeyPair: {
3963
+ kind: "method",
3964
+ methodKind: "constructor"
3965
+ },
3966
+ PublicKey: {
3967
+ kind: "property",
3968
+ type: () => {
3969
+ return System.Array;
3970
+ }
3971
+ }
3972
+ }
3973
+ },
3974
+ TargetException: {
3975
+ kind: "class",
3976
+ members: {
3977
+ TargetException: {
3978
+ kind: "method",
3979
+ methodKind: "constructor"
3980
+ }
3981
+ }
3982
+ },
3983
+ TargetInvocationException: {
3984
+ kind: "class",
3985
+ members: {
3986
+ TargetInvocationException: {
3987
+ kind: "method",
3988
+ methodKind: "constructor"
3989
+ }
3990
+ },
3991
+ isSealed: true
3992
+ },
3993
+ TargetParameterCountException: {
3994
+ kind: "class",
3995
+ members: {
3996
+ TargetParameterCountException: {
3997
+ kind: "method",
3998
+ methodKind: "constructor"
3999
+ }
4000
+ },
4001
+ isSealed: true
4002
+ },
4003
+ TypeAttributes: {
4004
+ kind: "enum",
4005
+ members: {
4006
+ AnsiClass: {
4007
+ kind: "field",
4008
+ type: () => {
4009
+ return Reflection.TypeAttributes;
4010
+ }
4011
+ },
4012
+ AutoLayout: {
4013
+ kind: "field",
4014
+ type: () => {
4015
+ return Reflection.TypeAttributes;
4016
+ }
4017
+ },
4018
+ Class: {
4019
+ kind: "field",
4020
+ type: () => {
4021
+ return Reflection.TypeAttributes;
4022
+ }
4023
+ },
4024
+ NotPublic: {
4025
+ kind: "field",
4026
+ type: () => {
4027
+ return Reflection.TypeAttributes;
4028
+ }
4029
+ },
4030
+ Public: {
4031
+ kind: "field",
4032
+ type: () => {
4033
+ return Reflection.TypeAttributes;
4034
+ }
4035
+ },
4036
+ NestedPublic: {
4037
+ kind: "field",
4038
+ type: () => {
4039
+ return Reflection.TypeAttributes;
4040
+ }
4041
+ },
4042
+ NestedPrivate: {
4043
+ kind: "field",
4044
+ type: () => {
4045
+ return Reflection.TypeAttributes;
4046
+ }
4047
+ },
4048
+ NestedFamily: {
4049
+ kind: "field",
4050
+ type: () => {
4051
+ return Reflection.TypeAttributes;
4052
+ }
4053
+ },
4054
+ NestedAssembly: {
4055
+ kind: "field",
4056
+ type: () => {
4057
+ return Reflection.TypeAttributes;
4058
+ }
4059
+ },
4060
+ NestedFamANDAssem: {
4061
+ kind: "field",
4062
+ type: () => {
4063
+ return Reflection.TypeAttributes;
4064
+ }
4065
+ },
4066
+ NestedFamORAssem: {
4067
+ kind: "field",
4068
+ type: () => {
4069
+ return Reflection.TypeAttributes;
4070
+ }
4071
+ },
4072
+ VisibilityMask: {
4073
+ kind: "field",
4074
+ type: () => {
4075
+ return Reflection.TypeAttributes;
4076
+ }
4077
+ },
4078
+ SequentialLayout: {
4079
+ kind: "field",
4080
+ type: () => {
4081
+ return Reflection.TypeAttributes;
4082
+ }
4083
+ },
4084
+ ExplicitLayout: {
4085
+ kind: "field",
4086
+ type: () => {
4087
+ return Reflection.TypeAttributes;
4088
+ }
4089
+ },
4090
+ LayoutMask: {
4091
+ kind: "field",
4092
+ type: () => {
4093
+ return Reflection.TypeAttributes;
4094
+ }
4095
+ },
4096
+ ClassSemanticsMask: {
4097
+ kind: "field",
4098
+ type: () => {
4099
+ return Reflection.TypeAttributes;
4100
+ }
4101
+ },
4102
+ Interface: {
4103
+ kind: "field",
4104
+ type: () => {
4105
+ return Reflection.TypeAttributes;
4106
+ }
4107
+ },
4108
+ Abstract: {
4109
+ kind: "field",
4110
+ type: () => {
4111
+ return Reflection.TypeAttributes;
4112
+ }
4113
+ },
4114
+ Sealed: {
4115
+ kind: "field",
4116
+ type: () => {
4117
+ return Reflection.TypeAttributes;
4118
+ }
4119
+ },
4120
+ SpecialName: {
4121
+ kind: "field",
4122
+ type: () => {
4123
+ return Reflection.TypeAttributes;
4124
+ }
4125
+ },
4126
+ RTSpecialName: {
4127
+ kind: "field",
4128
+ type: () => {
4129
+ return Reflection.TypeAttributes;
4130
+ }
4131
+ },
4132
+ Import: {
4133
+ kind: "field",
4134
+ type: () => {
4135
+ return Reflection.TypeAttributes;
4136
+ }
4137
+ },
4138
+ Serializable: {
4139
+ kind: "field",
4140
+ type: () => {
4141
+ return Reflection.TypeAttributes;
4142
+ }
4143
+ },
4144
+ WindowsRuntime: {
4145
+ kind: "field",
4146
+ type: () => {
4147
+ return Reflection.TypeAttributes;
4148
+ }
4149
+ },
4150
+ UnicodeClass: {
4151
+ kind: "field",
4152
+ type: () => {
4153
+ return Reflection.TypeAttributes;
4154
+ }
4155
+ },
4156
+ AutoClass: {
4157
+ kind: "field",
4158
+ type: () => {
4159
+ return Reflection.TypeAttributes;
4160
+ }
4161
+ },
4162
+ CustomFormatClass: {
4163
+ kind: "field",
4164
+ type: () => {
4165
+ return Reflection.TypeAttributes;
4166
+ }
4167
+ },
4168
+ StringFormatMask: {
4169
+ kind: "field",
4170
+ type: () => {
4171
+ return Reflection.TypeAttributes;
4172
+ }
4173
+ },
4174
+ HasSecurity: {
4175
+ kind: "field",
4176
+ type: () => {
4177
+ return Reflection.TypeAttributes;
4178
+ }
4179
+ },
4180
+ ReservedMask: {
4181
+ kind: "field",
4182
+ type: () => {
4183
+ return Reflection.TypeAttributes;
4184
+ }
4185
+ },
4186
+ BeforeFieldInit: {
4187
+ kind: "field",
4188
+ type: () => {
4189
+ return Reflection.TypeAttributes;
4190
+ }
4191
+ },
4192
+ CustomFormatMask: {
4193
+ kind: "field",
4194
+ type: () => {
4195
+ return Reflection.TypeAttributes;
4196
+ }
4197
+ }
4198
+ }
4199
+ },
4200
+ TypeDelegator: {
4201
+ kind: "class",
4202
+ members: {
4203
+ typeImpl: {
4204
+ kind: "field",
4205
+ type: () => {
4206
+ return System.Type;
4207
+ }
4208
+ },
4209
+ TypeDelegator: {
4210
+ kind: "method",
4211
+ methodKind: "constructor"
4212
+ },
4213
+ GetAttributeFlagsImpl: {
4214
+ kind: "method",
4215
+ methodKind: "ordinary",
4216
+ isOverride: true
4217
+ },
4218
+ GetConstructorImpl: {
4219
+ kind: "method",
4220
+ methodKind: "ordinary",
4221
+ isOverride: true
4222
+ },
4223
+ GetConstructors: {
4224
+ kind: "method",
4225
+ methodKind: "ordinary",
4226
+ isOverride: true
4227
+ },
4228
+ GetCustomAttributes: {
4229
+ kind: "method",
4230
+ methodKind: "ordinary",
4231
+ isOverride: true
4232
+ },
4233
+ GetElementType: {
4234
+ kind: "method",
4235
+ methodKind: "ordinary",
4236
+ isOverride: true
4237
+ },
4238
+ GetEvent: {
4239
+ kind: "method",
4240
+ methodKind: "ordinary",
4241
+ isOverride: true
4242
+ },
4243
+ GetEvents: {
4244
+ kind: "method",
4245
+ methodKind: "ordinary",
4246
+ isOverride: true
4247
+ },
4248
+ GetField: {
4249
+ kind: "method",
4250
+ methodKind: "ordinary",
4251
+ isOverride: true
4252
+ },
4253
+ GetFields: {
4254
+ kind: "method",
4255
+ methodKind: "ordinary",
4256
+ isOverride: true
4257
+ },
4258
+ GetFunctionPointerCallingConventions: {
4259
+ kind: "method",
4260
+ methodKind: "ordinary",
4261
+ isOverride: true
4262
+ },
4263
+ GetFunctionPointerParameterTypes: {
4264
+ kind: "method",
4265
+ methodKind: "ordinary",
4266
+ isOverride: true
4267
+ },
4268
+ GetFunctionPointerReturnType: {
4269
+ kind: "method",
4270
+ methodKind: "ordinary",
4271
+ isOverride: true
4272
+ },
4273
+ GetInterface: {
4274
+ kind: "method",
4275
+ methodKind: "ordinary",
4276
+ isOverride: true
4277
+ },
4278
+ GetInterfaceMap: {
4279
+ kind: "method",
4280
+ methodKind: "ordinary",
4281
+ isOverride: true
4282
+ },
4283
+ GetInterfaces: {
4284
+ kind: "method",
4285
+ methodKind: "ordinary",
4286
+ isOverride: true
4287
+ },
4288
+ GetMember: {
4289
+ kind: "method",
4290
+ methodKind: "ordinary",
4291
+ isOverride: true
4292
+ },
4293
+ GetMembers: {
4294
+ kind: "method",
4295
+ methodKind: "ordinary",
4296
+ isOverride: true
4297
+ },
4298
+ GetMemberWithSameMetadataDefinitionAs: {
4299
+ kind: "method",
4300
+ methodKind: "ordinary",
4301
+ isOverride: true
4302
+ },
4303
+ GetMethodImpl: {
4304
+ kind: "method",
4305
+ methodKind: "ordinary",
4306
+ isOverride: true
4307
+ },
4308
+ GetMethods: {
4309
+ kind: "method",
4310
+ methodKind: "ordinary",
4311
+ isOverride: true
4312
+ },
4313
+ GetNestedType: {
4314
+ kind: "method",
4315
+ methodKind: "ordinary",
4316
+ isOverride: true
4317
+ },
4318
+ GetNestedTypes: {
4319
+ kind: "method",
4320
+ methodKind: "ordinary",
4321
+ isOverride: true
4322
+ },
4323
+ GetProperties: {
4324
+ kind: "method",
4325
+ methodKind: "ordinary",
4326
+ isOverride: true
4327
+ },
4328
+ GetPropertyImpl: {
4329
+ kind: "method",
4330
+ methodKind: "ordinary",
4331
+ isOverride: true
4332
+ },
4333
+ HasElementTypeImpl: {
4334
+ kind: "method",
4335
+ methodKind: "ordinary",
4336
+ isOverride: true
4337
+ },
4338
+ InvokeMember: {
4339
+ kind: "method",
4340
+ methodKind: "ordinary",
4341
+ isOverride: true
4342
+ },
4343
+ IsArrayImpl: {
4344
+ kind: "method",
4345
+ methodKind: "ordinary",
4346
+ isOverride: true
4347
+ },
4348
+ IsAssignableFrom: {
4349
+ kind: "method",
4350
+ methodKind: "ordinary",
4351
+ isOverride: true
4352
+ },
4353
+ IsByRefImpl: {
4354
+ kind: "method",
4355
+ methodKind: "ordinary",
4356
+ isOverride: true
4357
+ },
4358
+ IsCOMObjectImpl: {
4359
+ kind: "method",
4360
+ methodKind: "ordinary",
4361
+ isOverride: true
4362
+ },
4363
+ IsDefined: {
4364
+ kind: "method",
4365
+ methodKind: "ordinary",
4366
+ isOverride: true
4367
+ },
4368
+ IsPointerImpl: {
4369
+ kind: "method",
4370
+ methodKind: "ordinary",
4371
+ isOverride: true
4372
+ },
4373
+ IsPrimitiveImpl: {
4374
+ kind: "method",
4375
+ methodKind: "ordinary",
4376
+ isOverride: true
4377
+ },
4378
+ IsValueTypeImpl: {
4379
+ kind: "method",
4380
+ methodKind: "ordinary",
4381
+ isOverride: true
4382
+ },
4383
+ Assembly: {
4384
+ kind: "property",
4385
+ type: () => {
4386
+ return Reflection.Assembly;
4387
+ },
4388
+ isOverride: true
4389
+ },
4390
+ AssemblyQualifiedName: {
4391
+ kind: "property",
4392
+ type: () => {
4393
+ return System.String;
4394
+ },
4395
+ isNullable: true,
4396
+ isOverride: true
4397
+ },
4398
+ BaseType: {
4399
+ kind: "property",
4400
+ type: () => {
4401
+ return System.Type;
4402
+ },
4403
+ isNullable: true,
4404
+ isOverride: true
4405
+ },
4406
+ FullName: {
4407
+ kind: "property",
4408
+ type: () => {
4409
+ return System.String;
4410
+ },
4411
+ isNullable: true,
4412
+ isOverride: true
4413
+ },
4414
+ GUID: {
4415
+ kind: "property",
4416
+ type: () => {
4417
+ return System.Guid;
4418
+ },
4419
+ isOverride: true
4420
+ },
4421
+ IsByRefLike: {
4422
+ kind: "property",
4423
+ type: () => {
4424
+ return System.Boolean;
4425
+ },
4426
+ isOverride: true
4427
+ },
4428
+ IsCollectible: {
4429
+ kind: "property",
4430
+ type: () => {
4431
+ return System.Boolean;
4432
+ },
4433
+ isOverride: true
4434
+ },
4435
+ IsConstructedGenericType: {
4436
+ kind: "property",
4437
+ type: () => {
4438
+ return System.Boolean;
4439
+ },
4440
+ isOverride: true
4441
+ },
4442
+ IsFunctionPointer: {
4443
+ kind: "property",
4444
+ type: () => {
4445
+ return System.Boolean;
4446
+ },
4447
+ isOverride: true
4448
+ },
4449
+ IsGenericMethodParameter: {
4450
+ kind: "property",
4451
+ type: () => {
4452
+ return System.Boolean;
4453
+ },
4454
+ isOverride: true
4455
+ },
4456
+ IsGenericTypeParameter: {
4457
+ kind: "property",
4458
+ type: () => {
4459
+ return System.Boolean;
4460
+ },
4461
+ isOverride: true
4462
+ },
4463
+ IsSZArray: {
4464
+ kind: "property",
4465
+ type: () => {
4466
+ return System.Boolean;
4467
+ },
4468
+ isOverride: true
4469
+ },
4470
+ IsTypeDefinition: {
4471
+ kind: "property",
4472
+ type: () => {
4473
+ return System.Boolean;
4474
+ },
4475
+ isOverride: true
4476
+ },
4477
+ IsUnmanagedFunctionPointer: {
4478
+ kind: "property",
4479
+ type: () => {
4480
+ return System.Boolean;
4481
+ },
4482
+ isOverride: true
4483
+ },
4484
+ IsVariableBoundArray: {
4485
+ kind: "property",
4486
+ type: () => {
4487
+ return System.Boolean;
4488
+ },
4489
+ isOverride: true
4490
+ },
4491
+ MetadataToken: {
4492
+ kind: "property",
4493
+ type: () => {
4494
+ return System.Int32;
4495
+ },
4496
+ isOverride: true
4497
+ },
4498
+ Module: {
4499
+ kind: "property",
4500
+ type: () => {
4501
+ return Reflection.Module;
4502
+ },
4503
+ isOverride: true
4504
+ },
4505
+ Name: {
4506
+ kind: "property",
4507
+ type: () => {
4508
+ return System.String;
4509
+ },
4510
+ isOverride: true
4511
+ },
4512
+ Namespace: {
4513
+ kind: "property",
4514
+ type: () => {
4515
+ return System.String;
4516
+ },
4517
+ isNullable: true,
4518
+ isOverride: true
4519
+ },
4520
+ TypeHandle: {
4521
+ kind: "property",
4522
+ type: () => {
4523
+ return System.RuntimeTypeHandle;
4524
+ },
4525
+ isOverride: true
4526
+ },
4527
+ UnderlyingSystemType: {
4528
+ kind: "property",
4529
+ type: () => {
4530
+ return System.Type;
4531
+ },
4532
+ isOverride: true
4533
+ }
4534
+ }
4535
+ },
4536
+ TypeFilter: {
4537
+ kind: "generic",
4538
+ members: {
4539
+ TypeFilter: {
4540
+ kind: "method",
4541
+ methodKind: "constructor"
4542
+ },
4543
+ Invoke: {
4544
+ kind: "method",
4545
+ methodKind: "ordinary",
4546
+ isVirtual: true
4547
+ },
4548
+ BeginInvoke: {
4549
+ kind: "method",
4550
+ methodKind: "ordinary",
4551
+ isVirtual: true
4552
+ },
4553
+ EndInvoke: {
4554
+ kind: "method",
4555
+ methodKind: "ordinary",
4556
+ isVirtual: true
4557
+ }
4558
+ }
4559
+ },
4560
+ TypeInfo: {
4561
+ kind: "class",
4562
+ members: {
4563
+ TypeInfo: {
4564
+ kind: "method",
4565
+ methodKind: "constructor"
4566
+ },
4567
+ AsType: {
4568
+ kind: "method",
4569
+ methodKind: "ordinary",
4570
+ isVirtual: true
4571
+ },
4572
+ GetDeclaredEvent: {
4573
+ kind: "method",
4574
+ methodKind: "ordinary",
4575
+ isVirtual: true
4576
+ },
4577
+ GetDeclaredField: {
4578
+ kind: "method",
4579
+ methodKind: "ordinary",
4580
+ isVirtual: true
4581
+ },
4582
+ GetDeclaredMethod: {
4583
+ kind: "method",
4584
+ methodKind: "ordinary",
4585
+ isVirtual: true
4586
+ },
4587
+ GetDeclaredMethods: {
4588
+ kind: "method",
4589
+ methodKind: "ordinary",
4590
+ isVirtual: true
4591
+ },
4592
+ GetDeclaredNestedType: {
4593
+ kind: "method",
4594
+ methodKind: "ordinary",
4595
+ isVirtual: true
4596
+ },
4597
+ GetDeclaredProperty: {
4598
+ kind: "method",
4599
+ methodKind: "ordinary",
4600
+ isVirtual: true
4601
+ },
4602
+ IsAssignableFrom: {
4603
+ kind: "method",
4604
+ methodKind: "ordinary",
4605
+ isVirtual: true
4606
+ },
4607
+ DeclaredConstructors: {
4608
+ kind: "property",
4609
+ type: () => {
4610
+ return Generic.IEnumerable;
4611
+ },
4612
+ isVirtual: true
4613
+ },
4614
+ DeclaredEvents: {
4615
+ kind: "property",
4616
+ type: () => {
4617
+ return Generic.IEnumerable;
4618
+ },
4619
+ isVirtual: true
4620
+ },
4621
+ DeclaredFields: {
4622
+ kind: "property",
4623
+ type: () => {
4624
+ return Generic.IEnumerable;
4625
+ },
4626
+ isVirtual: true
4627
+ },
4628
+ DeclaredMembers: {
4629
+ kind: "property",
4630
+ type: () => {
4631
+ return Generic.IEnumerable;
4632
+ },
4633
+ isVirtual: true
4634
+ },
4635
+ DeclaredMethods: {
4636
+ kind: "property",
4637
+ type: () => {
4638
+ return Generic.IEnumerable;
4639
+ },
4640
+ isVirtual: true
4641
+ },
4642
+ DeclaredNestedTypes: {
4643
+ kind: "property",
4644
+ type: () => {
4645
+ return Generic.IEnumerable;
4646
+ },
4647
+ isVirtual: true
4648
+ },
4649
+ DeclaredProperties: {
4650
+ kind: "property",
4651
+ type: () => {
4652
+ return Generic.IEnumerable;
4653
+ },
4654
+ isVirtual: true
4655
+ },
4656
+ GenericTypeParameters: {
4657
+ kind: "property",
4658
+ type: () => {
4659
+ return System.Array;
4660
+ },
4661
+ isVirtual: true
4662
+ },
4663
+ ImplementedInterfaces: {
4664
+ kind: "property",
4665
+ type: () => {
4666
+ return Generic.IEnumerable;
4667
+ },
4668
+ isVirtual: true
4669
+ }
4670
+ },
4671
+ isAbstract: true
4672
+ }
4673
+ });
4674
+ export default Reflection;
4675
+ //# sourceMappingURL=index.js.map