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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (477) hide show
  1. package/dist/dev/scripts/components/library-interface.js +67 -0
  2. package/dist/dev/scripts/components/library-interface.js.map +1 -0
  3. package/dist/dev/scripts/components/namespace-directory.js +160 -0
  4. package/dist/dev/scripts/components/namespace-directory.js.map +1 -0
  5. package/dist/dev/scripts/generate-builtins.js +45 -0
  6. package/dist/dev/scripts/generate-builtins.js.map +1 -0
  7. package/dist/dev/scripts/process-docfx.js +316 -0
  8. package/dist/dev/scripts/process-docfx.js.map +1 -0
  9. package/dist/dev/src/access.js +73 -0
  10. package/dist/dev/src/access.js.map +1 -0
  11. package/dist/dev/src/access.test.js +43 -0
  12. package/dist/dev/src/access.test.js.map +1 -0
  13. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  14. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  15. package/dist/dev/src/builtins/Microsoft/CSharp/index.js +5 -0
  16. package/dist/dev/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  17. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  18. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  19. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  20. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  21. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  22. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  23. package/dist/dev/src/builtins/Microsoft/Win32/index.js +362 -0
  24. package/dist/dev/src/builtins/Microsoft/Win32/index.js.map +1 -0
  25. package/dist/dev/src/builtins/Microsoft/index.js +7 -0
  26. package/dist/dev/src/builtins/Microsoft/index.js.map +1 -0
  27. package/dist/dev/src/builtins/System/Buffers/Binary/index.js +536 -0
  28. package/dist/dev/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  29. package/dist/dev/src/builtins/System/Buffers/Text/index.js +144 -0
  30. package/dist/dev/src/builtins/System/Buffers/Text/index.js.map +1 -0
  31. package/dist/dev/src/builtins/System/Buffers/index.js +605 -0
  32. package/dist/dev/src/builtins/System/Buffers/index.js.map +1 -0
  33. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  34. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  35. package/dist/dev/src/builtins/System/CodeDom/index.js +5 -0
  36. package/dist/dev/src/builtins/System/CodeDom/index.js.map +1 -0
  37. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js +399 -0
  38. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  39. package/dist/dev/src/builtins/System/Collections/Frozen/index.js +88 -0
  40. package/dist/dev/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  41. package/dist/dev/src/builtins/System/Collections/Generic/index.js +978 -0
  42. package/dist/dev/src/builtins/System/Collections/Generic/index.js.map +1 -0
  43. package/dist/dev/src/builtins/System/Collections/Immutable/index.js +1049 -0
  44. package/dist/dev/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  45. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  46. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  47. package/dist/dev/src/builtins/System/Collections/Specialized/index.js +716 -0
  48. package/dist/dev/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  49. package/dist/dev/src/builtins/System/Collections/index.js +1355 -0
  50. package/dist/dev/src/builtins/System/Collections/index.js.map +1 -0
  51. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  52. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  53. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  54. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  55. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  56. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  57. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  58. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  59. package/dist/dev/src/builtins/System/ComponentModel/index.js +6649 -0
  60. package/dist/dev/src/builtins/System/ComponentModel/index.js.map +1 -0
  61. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  62. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  63. package/dist/dev/src/builtins/System/Configuration/index.js +5 -0
  64. package/dist/dev/src/builtins/System/Configuration/index.js.map +1 -0
  65. package/dist/dev/src/builtins/System/Data/Common/index.js +3279 -0
  66. package/dist/dev/src/builtins/System/Data/Common/index.js.map +1 -0
  67. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  68. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  69. package/dist/dev/src/builtins/System/Data/index.js +4504 -0
  70. package/dist/dev/src/builtins/System/Data/index.js.map +1 -0
  71. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  72. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  73. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  74. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  75. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  76. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  77. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  78. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  79. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  80. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  81. package/dist/dev/src/builtins/System/Diagnostics/index.js +3826 -0
  82. package/dist/dev/src/builtins/System/Diagnostics/index.js.map +1 -0
  83. package/dist/dev/src/builtins/System/Drawing/index.js +3305 -0
  84. package/dist/dev/src/builtins/System/Drawing/index.js.map +1 -0
  85. package/dist/dev/src/builtins/System/Dynamic/index.js +795 -0
  86. package/dist/dev/src/builtins/System/Dynamic/index.js.map +1 -0
  87. package/dist/dev/src/builtins/System/Formats/Asn1/index.js +843 -0
  88. package/dist/dev/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  89. package/dist/dev/src/builtins/System/Formats/Tar/index.js +436 -0
  90. package/dist/dev/src/builtins/System/Formats/Tar/index.js.map +1 -0
  91. package/dist/dev/src/builtins/System/Formats/index.js +6 -0
  92. package/dist/dev/src/builtins/System/Formats/index.js.map +1 -0
  93. package/dist/dev/src/builtins/System/Globalization/index.js +3848 -0
  94. package/dist/dev/src/builtins/System/Globalization/index.js.map +1 -0
  95. package/dist/dev/src/builtins/System/IO/Compression/index.js +894 -0
  96. package/dist/dev/src/builtins/System/IO/Compression/index.js.map +1 -0
  97. package/dist/dev/src/builtins/System/IO/Enumeration/index.js +218 -0
  98. package/dist/dev/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  99. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  100. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  101. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  102. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  103. package/dist/dev/src/builtins/System/IO/Pipelines/index.js +415 -0
  104. package/dist/dev/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  105. package/dist/dev/src/builtins/System/IO/Pipes/index.js +723 -0
  106. package/dist/dev/src/builtins/System/IO/Pipes/index.js.map +1 -0
  107. package/dist/dev/src/builtins/System/IO/index.js +3713 -0
  108. package/dist/dev/src/builtins/System/IO/index.js.map +1 -0
  109. package/dist/dev/src/builtins/System/Linq/Expressions/index.js +2253 -0
  110. package/dist/dev/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  111. package/dist/dev/src/builtins/System/Linq/index.js +275 -0
  112. package/dist/dev/src/builtins/System/Linq/index.js.map +1 -0
  113. package/dist/dev/src/builtins/System/Net/Cache/index.js +217 -0
  114. package/dist/dev/src/builtins/System/Net/Cache/index.js.map +1 -0
  115. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  116. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  117. package/dist/dev/src/builtins/System/Net/Http/Json/index.js +72 -0
  118. package/dist/dev/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  119. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  120. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  121. package/dist/dev/src/builtins/System/Net/Http/index.js +1458 -0
  122. package/dist/dev/src/builtins/System/Net/Http/index.js.map +1 -0
  123. package/dist/dev/src/builtins/System/Net/Mail/index.js +871 -0
  124. package/dist/dev/src/builtins/System/Net/Mail/index.js.map +1 -0
  125. package/dist/dev/src/builtins/System/Net/Mime/index.js +500 -0
  126. package/dist/dev/src/builtins/System/Net/Mime/index.js.map +1 -0
  127. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  128. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  129. package/dist/dev/src/builtins/System/Net/Quic/index.js +635 -0
  130. package/dist/dev/src/builtins/System/Net/Quic/index.js.map +1 -0
  131. package/dist/dev/src/builtins/System/Net/Security/index.js +1432 -0
  132. package/dist/dev/src/builtins/System/Net/Security/index.js.map +1 -0
  133. package/dist/dev/src/builtins/System/Net/Sockets/index.js +3095 -0
  134. package/dist/dev/src/builtins/System/Net/Sockets/index.js.map +1 -0
  135. package/dist/dev/src/builtins/System/Net/WebSockets/index.js +876 -0
  136. package/dist/dev/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  137. package/dist/dev/src/builtins/System/Net/index.js +5481 -0
  138. package/dist/dev/src/builtins/System/Net/index.js.map +1 -0
  139. package/dist/dev/src/builtins/System/Numerics/index.js +3425 -0
  140. package/dist/dev/src/builtins/System/Numerics/index.js.map +1 -0
  141. package/dist/dev/src/builtins/System/Reflection/Emit/index.js +4293 -0
  142. package/dist/dev/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  143. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  144. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  145. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  146. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  147. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  148. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  149. package/dist/dev/src/builtins/System/Reflection/index.js +5244 -0
  150. package/dist/dev/src/builtins/System/Reflection/index.js.map +1 -0
  151. package/dist/dev/src/builtins/System/Resources/index.js +289 -0
  152. package/dist/dev/src/builtins/System/Resources/index.js.map +1 -0
  153. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  154. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  155. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  156. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  157. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  158. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  159. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  160. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  161. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  162. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  163. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  164. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  165. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  166. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  167. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  168. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  169. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  170. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  171. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  172. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  173. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  174. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  175. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  176. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  177. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  178. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  179. package/dist/dev/src/builtins/System/Runtime/Loader/index.js +140 -0
  180. package/dist/dev/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  181. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js +18 -0
  182. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  183. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  184. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  185. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  186. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  187. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  188. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  189. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  190. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  191. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  192. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  193. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js +336 -0
  194. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  195. package/dist/dev/src/builtins/System/Runtime/index.js +245 -0
  196. package/dist/dev/src/builtins/System/Runtime/index.js.map +1 -0
  197. package/dist/dev/src/builtins/System/Security/AccessControl/index.js +2343 -0
  198. package/dist/dev/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  199. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  200. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  201. package/dist/dev/src/builtins/System/Security/Authentication/index.js +212 -0
  202. package/dist/dev/src/builtins/System/Security/Authentication/index.js.map +1 -0
  203. package/dist/dev/src/builtins/System/Security/Claims/index.js +844 -0
  204. package/dist/dev/src/builtins/System/Security/Claims/index.js.map +1 -0
  205. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  206. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  207. package/dist/dev/src/builtins/System/Security/Cryptography/index.js +6673 -0
  208. package/dist/dev/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  209. package/dist/dev/src/builtins/System/Security/Permissions/index.js +325 -0
  210. package/dist/dev/src/builtins/System/Security/Permissions/index.js.map +1 -0
  211. package/dist/dev/src/builtins/System/Security/Policy/index.js +101 -0
  212. package/dist/dev/src/builtins/System/Security/Policy/index.js.map +1 -0
  213. package/dist/dev/src/builtins/System/Security/Principal/index.js +1338 -0
  214. package/dist/dev/src/builtins/System/Security/Principal/index.js.map +1 -0
  215. package/dist/dev/src/builtins/System/Security/index.js +672 -0
  216. package/dist/dev/src/builtins/System/Security/index.js.map +1 -0
  217. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  218. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  219. package/dist/dev/src/builtins/System/Text/Encodings/index.js +5 -0
  220. package/dist/dev/src/builtins/System/Text/Encodings/index.js.map +1 -0
  221. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  222. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  223. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js +78 -0
  224. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  225. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  226. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  227. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  228. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  229. package/dist/dev/src/builtins/System/Text/Json/index.js +1185 -0
  230. package/dist/dev/src/builtins/System/Text/Json/index.js.map +1 -0
  231. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  232. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  233. package/dist/dev/src/builtins/System/Text/Unicode/index.js +1199 -0
  234. package/dist/dev/src/builtins/System/Text/Unicode/index.js.map +1 -0
  235. package/dist/dev/src/builtins/System/Text/index.js +1748 -0
  236. package/dist/dev/src/builtins/System/Text/index.js.map +1 -0
  237. package/dist/dev/src/builtins/System/Threading/Channels/index.js +229 -0
  238. package/dist/dev/src/builtins/System/Threading/Channels/index.js.map +1 -0
  239. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  240. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  241. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  242. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  243. package/dist/dev/src/builtins/System/Threading/Tasks/index.js +721 -0
  244. package/dist/dev/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  245. package/dist/dev/src/builtins/System/Threading/index.js +2292 -0
  246. package/dist/dev/src/builtins/System/Threading/index.js.map +1 -0
  247. package/dist/dev/src/builtins/System/Timers/index.js +129 -0
  248. package/dist/dev/src/builtins/System/Timers/index.js.map +1 -0
  249. package/dist/dev/src/builtins/System/Transactions/index.js +727 -0
  250. package/dist/dev/src/builtins/System/Transactions/index.js.map +1 -0
  251. package/dist/dev/src/builtins/System/Web/index.js +84 -0
  252. package/dist/dev/src/builtins/System/Web/index.js.map +1 -0
  253. package/dist/dev/src/builtins/System/Windows/Input/index.js +18 -0
  254. package/dist/dev/src/builtins/System/Windows/Input/index.js.map +1 -0
  255. package/dist/dev/src/builtins/System/Windows/Markup/index.js +28 -0
  256. package/dist/dev/src/builtins/System/Windows/Markup/index.js.map +1 -0
  257. package/dist/dev/src/builtins/System/Windows/index.js +6 -0
  258. package/dist/dev/src/builtins/System/Windows/index.js.map +1 -0
  259. package/dist/dev/src/builtins/System/Xml/Linq/index.js +1086 -0
  260. package/dist/dev/src/builtins/System/Xml/Linq/index.js.map +1 -0
  261. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js +86 -0
  262. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  263. package/dist/dev/src/builtins/System/Xml/Schema/index.js +2993 -0
  264. package/dist/dev/src/builtins/System/Xml/Schema/index.js.map +1 -0
  265. package/dist/dev/src/builtins/System/Xml/Serialization/index.js +2356 -0
  266. package/dist/dev/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  267. package/dist/dev/src/builtins/System/Xml/XPath/index.js +917 -0
  268. package/dist/dev/src/builtins/System/Xml/XPath/index.js.map +1 -0
  269. package/dist/dev/src/builtins/System/Xml/Xsl/index.js +315 -0
  270. package/dist/dev/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  271. package/dist/dev/src/builtins/System/Xml/index.js +5736 -0
  272. package/dist/dev/src/builtins/System/Xml/index.js.map +1 -0
  273. package/dist/dev/src/builtins/System/index.js +14587 -0
  274. package/dist/dev/src/builtins/System/index.js.map +1 -0
  275. package/dist/dev/src/builtins/index.js +3 -0
  276. package/dist/dev/src/builtins/index.js.map +1 -0
  277. package/dist/dev/src/components/Declaration.js +9 -0
  278. package/dist/dev/src/components/Declaration.js.map +1 -0
  279. package/dist/dev/src/components/Name.js +12 -0
  280. package/dist/dev/src/components/Name.js.map +1 -0
  281. package/dist/dev/src/components/Reference.js +13 -0
  282. package/dist/dev/src/components/Reference.js.map +1 -0
  283. package/dist/dev/src/components/access-expression/access-expression.js +288 -0
  284. package/dist/dev/src/components/access-expression/access-expression.js.map +1 -0
  285. package/dist/dev/src/components/access-expression/access-expression.test.js +608 -0
  286. package/dist/dev/src/components/access-expression/access-expression.test.js.map +1 -0
  287. package/dist/dev/src/components/access-expression/part-descriptors.js +14 -0
  288. package/dist/dev/src/components/access-expression/part-descriptors.js.map +1 -0
  289. package/dist/dev/src/components/attributes/attributes.js +113 -0
  290. package/dist/dev/src/components/attributes/attributes.js.map +1 -0
  291. package/dist/dev/src/components/attributes/attributes.test.js +201 -0
  292. package/dist/dev/src/components/attributes/attributes.test.js.map +1 -0
  293. package/dist/dev/src/components/class/declaration.js +123 -0
  294. package/dist/dev/src/components/class/declaration.js.map +1 -0
  295. package/dist/dev/src/components/class/declaration.test.js +893 -0
  296. package/dist/dev/src/components/class/declaration.test.js.map +1 -0
  297. package/dist/dev/src/components/constructor/constructor.js +60 -0
  298. package/dist/dev/src/components/constructor/constructor.js.map +1 -0
  299. package/dist/dev/src/components/constructor/constructor.test.js +62 -0
  300. package/dist/dev/src/components/constructor/constructor.test.js.map +1 -0
  301. package/dist/dev/src/components/csproj-file/csproj-file.js +32 -0
  302. package/dist/dev/src/components/csproj-file/csproj-file.js.map +1 -0
  303. package/dist/dev/src/components/csproj-file/csproj-file.test.js +70 -0
  304. package/dist/dev/src/components/csproj-file/csproj-file.test.js.map +1 -0
  305. package/dist/dev/src/components/doc/comment.js +129 -0
  306. package/dist/dev/src/components/doc/comment.js.map +1 -0
  307. package/dist/dev/src/components/doc/comment.test.js +577 -0
  308. package/dist/dev/src/components/doc/comment.test.js.map +1 -0
  309. package/dist/dev/src/components/doc/from-markdown.js +83 -0
  310. package/dist/dev/src/components/doc/from-markdown.js.map +1 -0
  311. package/dist/dev/src/components/doc/from-markdown.test.js +112 -0
  312. package/dist/dev/src/components/doc/from-markdown.test.js.map +1 -0
  313. package/dist/dev/src/components/enum/declaration.js +71 -0
  314. package/dist/dev/src/components/enum/declaration.js.map +1 -0
  315. package/dist/dev/src/components/enum/declaration.ref.test.js +221 -0
  316. package/dist/dev/src/components/enum/declaration.ref.test.js.map +1 -0
  317. package/dist/dev/src/components/enum/declaration.test.js +82 -0
  318. package/dist/dev/src/components/enum/declaration.test.js.map +1 -0
  319. package/dist/dev/src/components/enum/member.js +38 -0
  320. package/dist/dev/src/components/enum/member.js.map +1 -0
  321. package/dist/dev/src/components/enum/member.test.js +84 -0
  322. package/dist/dev/src/components/enum/member.test.js.map +1 -0
  323. package/dist/dev/src/components/field/field.js +43 -0
  324. package/dist/dev/src/components/field/field.js.map +1 -0
  325. package/dist/dev/src/components/field/field.test.js +242 -0
  326. package/dist/dev/src/components/field/field.test.js.map +1 -0
  327. package/dist/dev/src/components/if/if-statement.js +56 -0
  328. package/dist/dev/src/components/if/if-statement.js.map +1 -0
  329. package/dist/dev/src/components/if/if-statement.test.js +41 -0
  330. package/dist/dev/src/components/if/if-statement.test.js.map +1 -0
  331. package/dist/dev/src/components/index.js +31 -0
  332. package/dist/dev/src/components/index.js.map +1 -0
  333. package/dist/dev/src/components/interface/declaration.js +114 -0
  334. package/dist/dev/src/components/interface/declaration.js.map +1 -0
  335. package/dist/dev/src/components/interface/declaration.test.js +264 -0
  336. package/dist/dev/src/components/interface/declaration.test.js.map +1 -0
  337. package/dist/dev/src/components/interface/method.js +100 -0
  338. package/dist/dev/src/components/interface/method.js.map +1 -0
  339. package/dist/dev/src/components/interface/method.test.js +432 -0
  340. package/dist/dev/src/components/interface/method.test.js.map +1 -0
  341. package/dist/dev/src/components/interface/property.js +80 -0
  342. package/dist/dev/src/components/interface/property.js.map +1 -0
  343. package/dist/dev/src/components/interface/property.test.js +305 -0
  344. package/dist/dev/src/components/interface/property.test.js.map +1 -0
  345. package/dist/dev/src/components/invocation-expression/invocation-expression.js +94 -0
  346. package/dist/dev/src/components/invocation-expression/invocation-expression.js.map +1 -0
  347. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js +153 -0
  348. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js.map +1 -0
  349. package/dist/dev/src/components/lexical-scope.js +30 -0
  350. package/dist/dev/src/components/lexical-scope.js.map +1 -0
  351. package/dist/dev/src/components/method/method.js +134 -0
  352. package/dist/dev/src/components/method/method.js.map +1 -0
  353. package/dist/dev/src/components/method/method.test.js +358 -0
  354. package/dist/dev/src/components/method/method.test.js.map +1 -0
  355. package/dist/dev/src/components/method-scope.js +30 -0
  356. package/dist/dev/src/components/method-scope.js.map +1 -0
  357. package/dist/dev/src/components/namespace/namespace-name.js +20 -0
  358. package/dist/dev/src/components/namespace/namespace-name.js.map +1 -0
  359. package/dist/dev/src/components/namespace/namespace.js +66 -0
  360. package/dist/dev/src/components/namespace/namespace.js.map +1 -0
  361. package/dist/dev/src/components/namespace/namespace.test.js +329 -0
  362. package/dist/dev/src/components/namespace/namespace.test.js.map +1 -0
  363. package/dist/dev/src/components/namespace-scopes.js +61 -0
  364. package/dist/dev/src/components/namespace-scopes.js.map +1 -0
  365. package/dist/dev/src/components/namespace.ref.test.js +350 -0
  366. package/dist/dev/src/components/namespace.ref.test.js.map +1 -0
  367. package/dist/dev/src/components/parameters/parameters.js +96 -0
  368. package/dist/dev/src/components/parameters/parameters.js.map +1 -0
  369. package/dist/dev/src/components/parameters/parameters.test.js +317 -0
  370. package/dist/dev/src/components/parameters/parameters.test.js.map +1 -0
  371. package/dist/dev/src/components/property/property.js +115 -0
  372. package/dist/dev/src/components/property/property.js.map +1 -0
  373. package/dist/dev/src/components/property/property.test.js +395 -0
  374. package/dist/dev/src/components/property/property.test.js.map +1 -0
  375. package/dist/dev/src/components/record/declaration.js +132 -0
  376. package/dist/dev/src/components/record/declaration.js.map +1 -0
  377. package/dist/dev/src/components/record/declaration.test.js +231 -0
  378. package/dist/dev/src/components/record/declaration.test.js.map +1 -0
  379. package/dist/dev/src/components/region/region.js +14 -0
  380. package/dist/dev/src/components/region/region.js.map +1 -0
  381. package/dist/dev/src/components/region/region.test.js +39 -0
  382. package/dist/dev/src/components/region/region.test.js.map +1 -0
  383. package/dist/dev/src/components/source-file/source-file.js +163 -0
  384. package/dist/dev/src/components/source-file/source-file.js.map +1 -0
  385. package/dist/dev/src/components/source-file/source-file.test.js +271 -0
  386. package/dist/dev/src/components/source-file/source-file.test.js.map +1 -0
  387. package/dist/dev/src/components/source-file/using.test.js +201 -0
  388. package/dist/dev/src/components/source-file/using.test.js.map +1 -0
  389. package/dist/dev/src/components/stc/index.js +13 -0
  390. package/dist/dev/src/components/stc/index.js.map +1 -0
  391. package/dist/dev/src/components/struct/declaration.js +113 -0
  392. package/dist/dev/src/components/struct/declaration.js.map +1 -0
  393. package/dist/dev/src/components/struct/declaration.test.js +400 -0
  394. package/dist/dev/src/components/struct/declaration.test.js.map +1 -0
  395. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js +73 -0
  396. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js.map +1 -0
  397. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js +92 -0
  398. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js.map +1 -0
  399. package/dist/dev/src/components/type-parameters/type-parameter.js +28 -0
  400. package/dist/dev/src/components/type-parameters/type-parameter.js.map +1 -0
  401. package/dist/dev/src/components/type-parameters/type-parameters.js +71 -0
  402. package/dist/dev/src/components/type-parameters/type-parameters.js.map +1 -0
  403. package/dist/dev/src/components/type-parameters/type-parameters.test.js +103 -0
  404. package/dist/dev/src/components/type-parameters/type-parameters.test.js.map +1 -0
  405. package/dist/dev/src/components/using/using.js +45 -0
  406. package/dist/dev/src/components/using/using.js.map +1 -0
  407. package/dist/dev/src/components/using/using.test.js +27 -0
  408. package/dist/dev/src/components/using/using.test.js.map +1 -0
  409. package/dist/dev/src/components/var/declaration.js +72 -0
  410. package/dist/dev/src/components/var/declaration.js.map +1 -0
  411. package/dist/dev/src/components/var/declaration.test.js +167 -0
  412. package/dist/dev/src/components/var/declaration.test.js.map +1 -0
  413. package/dist/dev/src/contexts/format-options.js +9 -0
  414. package/dist/dev/src/contexts/format-options.js.map +1 -0
  415. package/dist/dev/src/contexts/global-namespace.js +30 -0
  416. package/dist/dev/src/contexts/global-namespace.js.map +1 -0
  417. package/dist/dev/src/contexts/namespace.js +6 -0
  418. package/dist/dev/src/contexts/namespace.js.map +1 -0
  419. package/dist/dev/src/contexts/reference-context.js +15 -0
  420. package/dist/dev/src/contexts/reference-context.js.map +1 -0
  421. package/dist/dev/src/create-library.js +136 -0
  422. package/dist/dev/src/create-library.js.map +1 -0
  423. package/dist/dev/src/create-library.test.js +289 -0
  424. package/dist/dev/src/create-library.test.js.map +1 -0
  425. package/dist/dev/src/index.js +9 -0
  426. package/dist/dev/src/index.js.map +1 -0
  427. package/dist/dev/src/modifiers.js +21 -0
  428. package/dist/dev/src/modifiers.js.map +1 -0
  429. package/dist/dev/src/name-policy.js +36 -0
  430. package/dist/dev/src/name-policy.js.map +1 -0
  431. package/dist/dev/src/scopes/class.js +11 -0
  432. package/dist/dev/src/scopes/class.js.map +1 -0
  433. package/dist/dev/src/scopes/contexts.js +34 -0
  434. package/dist/dev/src/scopes/contexts.js.map +1 -0
  435. package/dist/dev/src/scopes/csharp.js +25 -0
  436. package/dist/dev/src/scopes/csharp.js.map +1 -0
  437. package/dist/dev/src/scopes/factories.js +25 -0
  438. package/dist/dev/src/scopes/factories.js.map +1 -0
  439. package/dist/dev/src/scopes/index.js +10 -0
  440. package/dist/dev/src/scopes/index.js.map +1 -0
  441. package/dist/dev/src/scopes/lexical.js +8 -0
  442. package/dist/dev/src/scopes/lexical.js.map +1 -0
  443. package/dist/dev/src/scopes/method.js +14 -0
  444. package/dist/dev/src/scopes/method.js.map +1 -0
  445. package/dist/dev/src/scopes/named-type.js +33 -0
  446. package/dist/dev/src/scopes/named-type.js.map +1 -0
  447. package/dist/dev/src/scopes/namespace.js +39 -0
  448. package/dist/dev/src/scopes/namespace.js.map +1 -0
  449. package/dist/dev/src/scopes/source-file.js +44 -0
  450. package/dist/dev/src/scopes/source-file.js.map +1 -0
  451. package/dist/dev/src/symbols/csharp.js +263 -0
  452. package/dist/dev/src/symbols/csharp.js.map +1 -0
  453. package/dist/dev/src/symbols/factories.js +145 -0
  454. package/dist/dev/src/symbols/factories.js.map +1 -0
  455. package/dist/dev/src/symbols/index.js +7 -0
  456. package/dist/dev/src/symbols/index.js.map +1 -0
  457. package/dist/dev/src/symbols/method.js +16 -0
  458. package/dist/dev/src/symbols/method.js.map +1 -0
  459. package/dist/dev/src/symbols/named-type.js +42 -0
  460. package/dist/dev/src/symbols/named-type.js.map +1 -0
  461. package/dist/dev/src/symbols/namespace.js +55 -0
  462. package/dist/dev/src/symbols/namespace.js.map +1 -0
  463. package/dist/dev/src/symbols/reference.js +79 -0
  464. package/dist/dev/src/symbols/reference.js.map +1 -0
  465. package/dist/dev/test/utils.js +111 -0
  466. package/dist/dev/test/utils.js.map +1 -0
  467. package/dist/dev/test/vitest.setup.js +2 -0
  468. package/dist/dev/test/vitest.setup.js.map +1 -0
  469. package/dist/dev/testing/create-wrapper.js +13 -0
  470. package/dist/dev/testing/create-wrapper.js.map +1 -0
  471. package/dist/dev/testing/create-wrapper.test.js +300 -0
  472. package/dist/dev/testing/create-wrapper.test.js.map +1 -0
  473. package/dist/dev/testing/index.js +2 -0
  474. package/dist/dev/testing/index.js.map +1 -0
  475. package/dist/tsconfig.tsbuildinfo +1 -1
  476. package/package.json +13 -6
  477. package/vitest.config.ts +8 -0
@@ -0,0 +1,4293 @@
1
+ import System from "../../index.js";
2
+ import Reflection from "../index.js";
3
+ import { createLibrary } from "#createLibrary";
4
+ const Emit = createLibrary("System.Reflection.Emit", {
5
+ AssemblyBuilder: {
6
+ kind: "class",
7
+ members: {
8
+ AssemblyBuilder: {
9
+ kind: "method",
10
+ methodKind: "constructor"
11
+ },
12
+ DefineDynamicAssembly: {
13
+ kind: "method",
14
+ methodKind: "ordinary",
15
+ isStatic: true
16
+ },
17
+ DefineDynamicModule: {
18
+ kind: "method",
19
+ methodKind: "ordinary"
20
+ },
21
+ DefineDynamicModuleCore: {
22
+ kind: "method",
23
+ methodKind: "ordinary",
24
+ isAbstract: true
25
+ },
26
+ Equals: {
27
+ kind: "method",
28
+ methodKind: "ordinary",
29
+ isOverride: true
30
+ },
31
+ GetCustomAttributes: {
32
+ kind: "method",
33
+ methodKind: "ordinary",
34
+ isOverride: true
35
+ },
36
+ GetCustomAttributesData: {
37
+ kind: "method",
38
+ methodKind: "ordinary",
39
+ isOverride: true
40
+ },
41
+ GetDynamicModule: {
42
+ kind: "method",
43
+ methodKind: "ordinary"
44
+ },
45
+ GetDynamicModuleCore: {
46
+ kind: "method",
47
+ methodKind: "ordinary",
48
+ isAbstract: true
49
+ },
50
+ GetExportedTypes: {
51
+ kind: "method",
52
+ methodKind: "ordinary",
53
+ isOverride: true
54
+ },
55
+ GetFile: {
56
+ kind: "method",
57
+ methodKind: "ordinary",
58
+ isOverride: true
59
+ },
60
+ GetFiles: {
61
+ kind: "method",
62
+ methodKind: "ordinary",
63
+ isOverride: true
64
+ },
65
+ GetHashCode: {
66
+ kind: "method",
67
+ methodKind: "ordinary",
68
+ isOverride: true
69
+ },
70
+ GetLoadedModules: {
71
+ kind: "method",
72
+ methodKind: "ordinary",
73
+ isOverride: true
74
+ },
75
+ GetManifestResourceInfo: {
76
+ kind: "method",
77
+ methodKind: "ordinary",
78
+ isOverride: true
79
+ },
80
+ GetManifestResourceNames: {
81
+ kind: "method",
82
+ methodKind: "ordinary",
83
+ isOverride: true
84
+ },
85
+ GetManifestResourceStream: {
86
+ kind: "method",
87
+ methodKind: "ordinary",
88
+ isOverride: true
89
+ },
90
+ GetModule: {
91
+ kind: "method",
92
+ methodKind: "ordinary",
93
+ isOverride: true
94
+ },
95
+ GetModules: {
96
+ kind: "method",
97
+ methodKind: "ordinary",
98
+ isOverride: true
99
+ },
100
+ GetName: {
101
+ kind: "method",
102
+ methodKind: "ordinary",
103
+ isOverride: true
104
+ },
105
+ GetReferencedAssemblies: {
106
+ kind: "method",
107
+ methodKind: "ordinary",
108
+ isOverride: true
109
+ },
110
+ GetSatelliteAssembly: {
111
+ kind: "method",
112
+ methodKind: "ordinary",
113
+ isOverride: true
114
+ },
115
+ GetType: {
116
+ kind: "method",
117
+ methodKind: "ordinary",
118
+ isOverride: true
119
+ },
120
+ IsDefined: {
121
+ kind: "method",
122
+ methodKind: "ordinary",
123
+ isOverride: true
124
+ },
125
+ SetCustomAttribute: {
126
+ kind: "method",
127
+ methodKind: "ordinary"
128
+ },
129
+ SetCustomAttributeCore: {
130
+ kind: "method",
131
+ methodKind: "ordinary",
132
+ isAbstract: true
133
+ },
134
+ CodeBase: {
135
+ kind: "property",
136
+ type: () => {
137
+ return System.String;
138
+ },
139
+ isOverride: true
140
+ },
141
+ EntryPoint: {
142
+ kind: "property",
143
+ type: () => {
144
+ return Reflection.MethodInfo;
145
+ },
146
+ isNullable: true,
147
+ isOverride: true
148
+ },
149
+ FullName: {
150
+ kind: "property",
151
+ type: () => {
152
+ return System.String;
153
+ },
154
+ isNullable: true,
155
+ isOverride: true
156
+ },
157
+ HostContext: {
158
+ kind: "property",
159
+ type: () => {
160
+ return System.Int64;
161
+ },
162
+ isOverride: true
163
+ },
164
+ IsCollectible: {
165
+ kind: "property",
166
+ type: () => {
167
+ return System.Boolean;
168
+ },
169
+ isOverride: true
170
+ },
171
+ IsDynamic: {
172
+ kind: "property",
173
+ type: () => {
174
+ return System.Boolean;
175
+ },
176
+ isOverride: true
177
+ },
178
+ Location: {
179
+ kind: "property",
180
+ type: () => {
181
+ return System.String;
182
+ },
183
+ isOverride: true
184
+ },
185
+ ManifestModule: {
186
+ kind: "property",
187
+ type: () => {
188
+ return Reflection.Module;
189
+ },
190
+ isOverride: true
191
+ },
192
+ ReflectionOnly: {
193
+ kind: "property",
194
+ type: () => {
195
+ return System.Boolean;
196
+ },
197
+ isOverride: true
198
+ }
199
+ },
200
+ isAbstract: true
201
+ },
202
+ AssemblyBuilderAccess: {
203
+ kind: "enum",
204
+ members: {
205
+ Run: {
206
+ kind: "field",
207
+ type: () => {
208
+ return Emit.AssemblyBuilderAccess;
209
+ }
210
+ },
211
+ RunAndCollect: {
212
+ kind: "field",
213
+ type: () => {
214
+ return Emit.AssemblyBuilderAccess;
215
+ }
216
+ }
217
+ }
218
+ },
219
+ ConstructorBuilder: {
220
+ kind: "class",
221
+ members: {
222
+ ConstructorBuilder: {
223
+ kind: "method",
224
+ methodKind: "constructor"
225
+ },
226
+ DefineParameter: {
227
+ kind: "method",
228
+ methodKind: "ordinary"
229
+ },
230
+ DefineParameterCore: {
231
+ kind: "method",
232
+ methodKind: "ordinary",
233
+ isAbstract: true
234
+ },
235
+ GetCustomAttributes: {
236
+ kind: "method",
237
+ methodKind: "ordinary",
238
+ isOverride: true
239
+ },
240
+ GetILGenerator: {
241
+ kind: "method",
242
+ methodKind: "ordinary"
243
+ },
244
+ GetILGeneratorCore: {
245
+ kind: "method",
246
+ methodKind: "ordinary",
247
+ isAbstract: true
248
+ },
249
+ GetMethodImplementationFlags: {
250
+ kind: "method",
251
+ methodKind: "ordinary",
252
+ isOverride: true
253
+ },
254
+ GetParameters: {
255
+ kind: "method",
256
+ methodKind: "ordinary",
257
+ isOverride: true
258
+ },
259
+ Invoke: {
260
+ kind: "method",
261
+ methodKind: "ordinary",
262
+ isOverride: true
263
+ },
264
+ IsDefined: {
265
+ kind: "method",
266
+ methodKind: "ordinary",
267
+ isOverride: true
268
+ },
269
+ SetCustomAttribute: {
270
+ kind: "method",
271
+ methodKind: "ordinary"
272
+ },
273
+ SetCustomAttributeCore: {
274
+ kind: "method",
275
+ methodKind: "ordinary",
276
+ isAbstract: true
277
+ },
278
+ SetImplementationFlags: {
279
+ kind: "method",
280
+ methodKind: "ordinary"
281
+ },
282
+ SetImplementationFlagsCore: {
283
+ kind: "method",
284
+ methodKind: "ordinary",
285
+ isAbstract: true
286
+ },
287
+ ToString: {
288
+ kind: "method",
289
+ methodKind: "ordinary",
290
+ isOverride: true
291
+ },
292
+ Attributes: {
293
+ kind: "property",
294
+ type: () => {
295
+ return Reflection.MethodAttributes;
296
+ },
297
+ isOverride: true
298
+ },
299
+ CallingConvention: {
300
+ kind: "property",
301
+ type: () => {
302
+ return Reflection.CallingConventions;
303
+ },
304
+ isOverride: true
305
+ },
306
+ DeclaringType: {
307
+ kind: "property",
308
+ type: () => {
309
+ return System.Type;
310
+ },
311
+ isNullable: true,
312
+ isOverride: true
313
+ },
314
+ InitLocals: {
315
+ kind: "property",
316
+ type: () => {
317
+ return System.Boolean;
318
+ }
319
+ },
320
+ InitLocalsCore: {
321
+ kind: "property",
322
+ type: () => {
323
+ return System.Boolean;
324
+ },
325
+ isAbstract: true
326
+ },
327
+ MetadataToken: {
328
+ kind: "property",
329
+ type: () => {
330
+ return System.Int32;
331
+ },
332
+ isOverride: true
333
+ },
334
+ MethodHandle: {
335
+ kind: "property",
336
+ type: () => {
337
+ return System.RuntimeMethodHandle;
338
+ },
339
+ isOverride: true
340
+ },
341
+ Module: {
342
+ kind: "property",
343
+ type: () => {
344
+ return Reflection.Module;
345
+ },
346
+ isOverride: true
347
+ },
348
+ Name: {
349
+ kind: "property",
350
+ type: () => {
351
+ return System.String;
352
+ },
353
+ isOverride: true
354
+ },
355
+ ReflectedType: {
356
+ kind: "property",
357
+ type: () => {
358
+ return System.Type;
359
+ },
360
+ isNullable: true,
361
+ isOverride: true
362
+ }
363
+ },
364
+ isAbstract: true
365
+ },
366
+ CustomAttributeBuilder: {
367
+ kind: "class",
368
+ members: {
369
+ CustomAttributeBuilder: {
370
+ kind: "method",
371
+ methodKind: "constructor"
372
+ }
373
+ }
374
+ },
375
+ DynamicILInfo: {
376
+ kind: "class",
377
+ members: {
378
+ GetTokenFor: {
379
+ kind: "method",
380
+ methodKind: "ordinary"
381
+ },
382
+ SetCode: {
383
+ kind: "method",
384
+ methodKind: "ordinary"
385
+ },
386
+ SetExceptions: {
387
+ kind: "method",
388
+ methodKind: "ordinary"
389
+ },
390
+ SetLocalSignature: {
391
+ kind: "method",
392
+ methodKind: "ordinary"
393
+ },
394
+ DynamicMethod: {
395
+ kind: "property",
396
+ type: () => {
397
+ return Emit.DynamicMethod;
398
+ }
399
+ }
400
+ },
401
+ isSealed: true
402
+ },
403
+ DynamicMethod: {
404
+ kind: "class",
405
+ members: {
406
+ DynamicMethod: {
407
+ kind: "method",
408
+ methodKind: "constructor"
409
+ },
410
+ CreateDelegate: {
411
+ kind: "method",
412
+ methodKind: "ordinary",
413
+ isOverride: true,
414
+ isSealed: true
415
+ },
416
+ DefineParameter: {
417
+ kind: "method",
418
+ methodKind: "ordinary"
419
+ },
420
+ GetBaseDefinition: {
421
+ kind: "method",
422
+ methodKind: "ordinary",
423
+ isOverride: true
424
+ },
425
+ GetCustomAttributes: {
426
+ kind: "method",
427
+ methodKind: "ordinary",
428
+ isOverride: true
429
+ },
430
+ GetDynamicILInfo: {
431
+ kind: "method",
432
+ methodKind: "ordinary"
433
+ },
434
+ GetILGenerator: {
435
+ kind: "method",
436
+ methodKind: "ordinary"
437
+ },
438
+ GetMethodImplementationFlags: {
439
+ kind: "method",
440
+ methodKind: "ordinary",
441
+ isOverride: true
442
+ },
443
+ GetParameters: {
444
+ kind: "method",
445
+ methodKind: "ordinary",
446
+ isOverride: true
447
+ },
448
+ Invoke: {
449
+ kind: "method",
450
+ methodKind: "ordinary",
451
+ isOverride: true
452
+ },
453
+ IsDefined: {
454
+ kind: "method",
455
+ methodKind: "ordinary",
456
+ isOverride: true
457
+ },
458
+ ToString: {
459
+ kind: "method",
460
+ methodKind: "ordinary",
461
+ isOverride: true
462
+ },
463
+ Attributes: {
464
+ kind: "property",
465
+ type: () => {
466
+ return Reflection.MethodAttributes;
467
+ },
468
+ isOverride: true
469
+ },
470
+ CallingConvention: {
471
+ kind: "property",
472
+ type: () => {
473
+ return Reflection.CallingConventions;
474
+ },
475
+ isOverride: true
476
+ },
477
+ DeclaringType: {
478
+ kind: "property",
479
+ type: () => {
480
+ return System.Type;
481
+ },
482
+ isNullable: true,
483
+ isOverride: true
484
+ },
485
+ InitLocals: {
486
+ kind: "property",
487
+ type: () => {
488
+ return System.Boolean;
489
+ }
490
+ },
491
+ IsSecurityCritical: {
492
+ kind: "property",
493
+ type: () => {
494
+ return System.Boolean;
495
+ },
496
+ isOverride: true
497
+ },
498
+ IsSecuritySafeCritical: {
499
+ kind: "property",
500
+ type: () => {
501
+ return System.Boolean;
502
+ },
503
+ isOverride: true
504
+ },
505
+ IsSecurityTransparent: {
506
+ kind: "property",
507
+ type: () => {
508
+ return System.Boolean;
509
+ },
510
+ isOverride: true
511
+ },
512
+ MethodHandle: {
513
+ kind: "property",
514
+ type: () => {
515
+ return System.RuntimeMethodHandle;
516
+ },
517
+ isOverride: true
518
+ },
519
+ Module: {
520
+ kind: "property",
521
+ type: () => {
522
+ return Reflection.Module;
523
+ },
524
+ isOverride: true
525
+ },
526
+ Name: {
527
+ kind: "property",
528
+ type: () => {
529
+ return System.String;
530
+ },
531
+ isOverride: true
532
+ },
533
+ ReflectedType: {
534
+ kind: "property",
535
+ type: () => {
536
+ return System.Type;
537
+ },
538
+ isNullable: true,
539
+ isOverride: true
540
+ },
541
+ ReturnParameter: {
542
+ kind: "property",
543
+ type: () => {
544
+ return Reflection.ParameterInfo;
545
+ },
546
+ isOverride: true
547
+ },
548
+ ReturnType: {
549
+ kind: "property",
550
+ type: () => {
551
+ return System.Type;
552
+ },
553
+ isOverride: true
554
+ },
555
+ ReturnTypeCustomAttributes: {
556
+ kind: "property",
557
+ type: () => {
558
+ return Reflection.ICustomAttributeProvider;
559
+ },
560
+ isOverride: true
561
+ }
562
+ },
563
+ isSealed: true
564
+ },
565
+ EnumBuilder: {
566
+ kind: "class",
567
+ members: {
568
+ EnumBuilder: {
569
+ kind: "method",
570
+ methodKind: "constructor"
571
+ },
572
+ CreateType: {
573
+ kind: "method",
574
+ methodKind: "ordinary"
575
+ },
576
+ CreateTypeInfo: {
577
+ kind: "method",
578
+ methodKind: "ordinary"
579
+ },
580
+ CreateTypeInfoCore: {
581
+ kind: "method",
582
+ methodKind: "ordinary",
583
+ isAbstract: true
584
+ },
585
+ DefineLiteral: {
586
+ kind: "method",
587
+ methodKind: "ordinary"
588
+ },
589
+ DefineLiteralCore: {
590
+ kind: "method",
591
+ methodKind: "ordinary",
592
+ isAbstract: true
593
+ },
594
+ GetAttributeFlagsImpl: {
595
+ kind: "method",
596
+ methodKind: "ordinary",
597
+ isOverride: true
598
+ },
599
+ GetConstructorImpl: {
600
+ kind: "method",
601
+ methodKind: "ordinary",
602
+ isOverride: true
603
+ },
604
+ GetConstructors: {
605
+ kind: "method",
606
+ methodKind: "ordinary",
607
+ isOverride: true
608
+ },
609
+ GetCustomAttributes: {
610
+ kind: "method",
611
+ methodKind: "ordinary",
612
+ isOverride: true
613
+ },
614
+ GetElementType: {
615
+ kind: "method",
616
+ methodKind: "ordinary",
617
+ isOverride: true
618
+ },
619
+ GetEnumUnderlyingType: {
620
+ kind: "method",
621
+ methodKind: "ordinary",
622
+ isOverride: true
623
+ },
624
+ GetEvent: {
625
+ kind: "method",
626
+ methodKind: "ordinary",
627
+ isOverride: true
628
+ },
629
+ GetEvents: {
630
+ kind: "method",
631
+ methodKind: "ordinary",
632
+ isOverride: true
633
+ },
634
+ GetField: {
635
+ kind: "method",
636
+ methodKind: "ordinary",
637
+ isOverride: true
638
+ },
639
+ GetFields: {
640
+ kind: "method",
641
+ methodKind: "ordinary",
642
+ isOverride: true
643
+ },
644
+ GetInterface: {
645
+ kind: "method",
646
+ methodKind: "ordinary",
647
+ isOverride: true
648
+ },
649
+ GetInterfaceMap: {
650
+ kind: "method",
651
+ methodKind: "ordinary",
652
+ isOverride: true
653
+ },
654
+ GetInterfaces: {
655
+ kind: "method",
656
+ methodKind: "ordinary",
657
+ isOverride: true
658
+ },
659
+ GetMember: {
660
+ kind: "method",
661
+ methodKind: "ordinary",
662
+ isOverride: true
663
+ },
664
+ GetMembers: {
665
+ kind: "method",
666
+ methodKind: "ordinary",
667
+ isOverride: true
668
+ },
669
+ GetMethodImpl: {
670
+ kind: "method",
671
+ methodKind: "ordinary",
672
+ isOverride: true
673
+ },
674
+ GetMethods: {
675
+ kind: "method",
676
+ methodKind: "ordinary",
677
+ isOverride: true
678
+ },
679
+ GetNestedType: {
680
+ kind: "method",
681
+ methodKind: "ordinary",
682
+ isOverride: true
683
+ },
684
+ GetNestedTypes: {
685
+ kind: "method",
686
+ methodKind: "ordinary",
687
+ isOverride: true
688
+ },
689
+ GetProperties: {
690
+ kind: "method",
691
+ methodKind: "ordinary",
692
+ isOverride: true
693
+ },
694
+ GetPropertyImpl: {
695
+ kind: "method",
696
+ methodKind: "ordinary",
697
+ isOverride: true
698
+ },
699
+ HasElementTypeImpl: {
700
+ kind: "method",
701
+ methodKind: "ordinary",
702
+ isOverride: true
703
+ },
704
+ InvokeMember: {
705
+ kind: "method",
706
+ methodKind: "ordinary",
707
+ isOverride: true
708
+ },
709
+ IsArrayImpl: {
710
+ kind: "method",
711
+ methodKind: "ordinary",
712
+ isOverride: true
713
+ },
714
+ IsAssignableFrom: {
715
+ kind: "method",
716
+ methodKind: "ordinary",
717
+ isOverride: true
718
+ },
719
+ IsByRefImpl: {
720
+ kind: "method",
721
+ methodKind: "ordinary",
722
+ isOverride: true
723
+ },
724
+ IsCOMObjectImpl: {
725
+ kind: "method",
726
+ methodKind: "ordinary",
727
+ isOverride: true
728
+ },
729
+ IsDefined: {
730
+ kind: "method",
731
+ methodKind: "ordinary",
732
+ isOverride: true
733
+ },
734
+ IsPointerImpl: {
735
+ kind: "method",
736
+ methodKind: "ordinary",
737
+ isOverride: true
738
+ },
739
+ IsPrimitiveImpl: {
740
+ kind: "method",
741
+ methodKind: "ordinary",
742
+ isOverride: true
743
+ },
744
+ IsValueTypeImpl: {
745
+ kind: "method",
746
+ methodKind: "ordinary",
747
+ isOverride: true
748
+ },
749
+ MakeArrayType: {
750
+ kind: "method",
751
+ methodKind: "ordinary",
752
+ isOverride: true
753
+ },
754
+ MakeByRefType: {
755
+ kind: "method",
756
+ methodKind: "ordinary",
757
+ isOverride: true
758
+ },
759
+ MakePointerType: {
760
+ kind: "method",
761
+ methodKind: "ordinary",
762
+ isOverride: true
763
+ },
764
+ SetCustomAttribute: {
765
+ kind: "method",
766
+ methodKind: "ordinary"
767
+ },
768
+ SetCustomAttributeCore: {
769
+ kind: "method",
770
+ methodKind: "ordinary",
771
+ isAbstract: true
772
+ },
773
+ Assembly: {
774
+ kind: "property",
775
+ type: () => {
776
+ return Reflection.Assembly;
777
+ },
778
+ isOverride: true
779
+ },
780
+ AssemblyQualifiedName: {
781
+ kind: "property",
782
+ type: () => {
783
+ return System.String;
784
+ },
785
+ isNullable: true,
786
+ isOverride: true
787
+ },
788
+ BaseType: {
789
+ kind: "property",
790
+ type: () => {
791
+ return System.Type;
792
+ },
793
+ isNullable: true,
794
+ isOverride: true
795
+ },
796
+ DeclaringType: {
797
+ kind: "property",
798
+ type: () => {
799
+ return System.Type;
800
+ },
801
+ isNullable: true,
802
+ isOverride: true
803
+ },
804
+ FullName: {
805
+ kind: "property",
806
+ type: () => {
807
+ return System.String;
808
+ },
809
+ isNullable: true,
810
+ isOverride: true
811
+ },
812
+ GUID: {
813
+ kind: "property",
814
+ type: () => {
815
+ return System.Guid;
816
+ },
817
+ isOverride: true
818
+ },
819
+ IsByRefLike: {
820
+ kind: "property",
821
+ type: () => {
822
+ return System.Boolean;
823
+ },
824
+ isOverride: true
825
+ },
826
+ IsConstructedGenericType: {
827
+ kind: "property",
828
+ type: () => {
829
+ return System.Boolean;
830
+ },
831
+ isOverride: true
832
+ },
833
+ IsSZArray: {
834
+ kind: "property",
835
+ type: () => {
836
+ return System.Boolean;
837
+ },
838
+ isOverride: true
839
+ },
840
+ IsTypeDefinition: {
841
+ kind: "property",
842
+ type: () => {
843
+ return System.Boolean;
844
+ },
845
+ isOverride: true
846
+ },
847
+ Module: {
848
+ kind: "property",
849
+ type: () => {
850
+ return Reflection.Module;
851
+ },
852
+ isOverride: true
853
+ },
854
+ Name: {
855
+ kind: "property",
856
+ type: () => {
857
+ return System.String;
858
+ },
859
+ isOverride: true
860
+ },
861
+ Namespace: {
862
+ kind: "property",
863
+ type: () => {
864
+ return System.String;
865
+ },
866
+ isNullable: true,
867
+ isOverride: true
868
+ },
869
+ ReflectedType: {
870
+ kind: "property",
871
+ type: () => {
872
+ return System.Type;
873
+ },
874
+ isNullable: true,
875
+ isOverride: true
876
+ },
877
+ TypeHandle: {
878
+ kind: "property",
879
+ type: () => {
880
+ return System.RuntimeTypeHandle;
881
+ },
882
+ isOverride: true
883
+ },
884
+ UnderlyingField: {
885
+ kind: "property",
886
+ type: () => {
887
+ return Emit.FieldBuilder;
888
+ }
889
+ },
890
+ UnderlyingFieldCore: {
891
+ kind: "property",
892
+ type: () => {
893
+ return Emit.FieldBuilder;
894
+ },
895
+ isAbstract: true
896
+ },
897
+ UnderlyingSystemType: {
898
+ kind: "property",
899
+ type: () => {
900
+ return System.Type;
901
+ },
902
+ isOverride: true
903
+ }
904
+ },
905
+ isAbstract: true
906
+ },
907
+ EventBuilder: {
908
+ kind: "class",
909
+ members: {
910
+ EventBuilder: {
911
+ kind: "method",
912
+ methodKind: "constructor"
913
+ },
914
+ AddOtherMethod: {
915
+ kind: "method",
916
+ methodKind: "ordinary"
917
+ },
918
+ AddOtherMethodCore: {
919
+ kind: "method",
920
+ methodKind: "ordinary",
921
+ isAbstract: true
922
+ },
923
+ SetAddOnMethod: {
924
+ kind: "method",
925
+ methodKind: "ordinary"
926
+ },
927
+ SetAddOnMethodCore: {
928
+ kind: "method",
929
+ methodKind: "ordinary",
930
+ isAbstract: true
931
+ },
932
+ SetCustomAttribute: {
933
+ kind: "method",
934
+ methodKind: "ordinary"
935
+ },
936
+ SetCustomAttributeCore: {
937
+ kind: "method",
938
+ methodKind: "ordinary",
939
+ isAbstract: true
940
+ },
941
+ SetRaiseMethod: {
942
+ kind: "method",
943
+ methodKind: "ordinary"
944
+ },
945
+ SetRaiseMethodCore: {
946
+ kind: "method",
947
+ methodKind: "ordinary",
948
+ isAbstract: true
949
+ },
950
+ SetRemoveOnMethod: {
951
+ kind: "method",
952
+ methodKind: "ordinary"
953
+ },
954
+ SetRemoveOnMethodCore: {
955
+ kind: "method",
956
+ methodKind: "ordinary",
957
+ isAbstract: true
958
+ }
959
+ },
960
+ isAbstract: true
961
+ },
962
+ FieldBuilder: {
963
+ kind: "class",
964
+ members: {
965
+ FieldBuilder: {
966
+ kind: "method",
967
+ methodKind: "constructor"
968
+ },
969
+ GetCustomAttributes: {
970
+ kind: "method",
971
+ methodKind: "ordinary",
972
+ isOverride: true
973
+ },
974
+ GetValue: {
975
+ kind: "method",
976
+ methodKind: "ordinary",
977
+ isOverride: true
978
+ },
979
+ IsDefined: {
980
+ kind: "method",
981
+ methodKind: "ordinary",
982
+ isOverride: true
983
+ },
984
+ SetConstant: {
985
+ kind: "method",
986
+ methodKind: "ordinary"
987
+ },
988
+ SetConstantCore: {
989
+ kind: "method",
990
+ methodKind: "ordinary",
991
+ isAbstract: true
992
+ },
993
+ SetCustomAttribute: {
994
+ kind: "method",
995
+ methodKind: "ordinary"
996
+ },
997
+ SetCustomAttributeCore: {
998
+ kind: "method",
999
+ methodKind: "ordinary",
1000
+ isAbstract: true
1001
+ },
1002
+ SetOffset: {
1003
+ kind: "method",
1004
+ methodKind: "ordinary"
1005
+ },
1006
+ SetOffsetCore: {
1007
+ kind: "method",
1008
+ methodKind: "ordinary",
1009
+ isAbstract: true
1010
+ },
1011
+ SetValue: {
1012
+ kind: "method",
1013
+ methodKind: "ordinary",
1014
+ isOverride: true
1015
+ },
1016
+ Attributes: {
1017
+ kind: "property",
1018
+ type: () => {
1019
+ return Reflection.FieldAttributes;
1020
+ },
1021
+ isOverride: true
1022
+ },
1023
+ DeclaringType: {
1024
+ kind: "property",
1025
+ type: () => {
1026
+ return System.Type;
1027
+ },
1028
+ isNullable: true,
1029
+ isOverride: true
1030
+ },
1031
+ FieldHandle: {
1032
+ kind: "property",
1033
+ type: () => {
1034
+ return System.RuntimeFieldHandle;
1035
+ },
1036
+ isOverride: true
1037
+ },
1038
+ FieldType: {
1039
+ kind: "property",
1040
+ type: () => {
1041
+ return System.Type;
1042
+ },
1043
+ isOverride: true
1044
+ },
1045
+ MetadataToken: {
1046
+ kind: "property",
1047
+ type: () => {
1048
+ return System.Int32;
1049
+ },
1050
+ isOverride: true
1051
+ },
1052
+ Module: {
1053
+ kind: "property",
1054
+ type: () => {
1055
+ return Reflection.Module;
1056
+ },
1057
+ isOverride: true
1058
+ },
1059
+ Name: {
1060
+ kind: "property",
1061
+ type: () => {
1062
+ return System.String;
1063
+ },
1064
+ isOverride: true
1065
+ },
1066
+ ReflectedType: {
1067
+ kind: "property",
1068
+ type: () => {
1069
+ return System.Type;
1070
+ },
1071
+ isNullable: true,
1072
+ isOverride: true
1073
+ }
1074
+ },
1075
+ isAbstract: true
1076
+ },
1077
+ FlowControl: {
1078
+ kind: "enum",
1079
+ members: {
1080
+ Branch: {
1081
+ kind: "field",
1082
+ type: () => {
1083
+ return Emit.FlowControl;
1084
+ }
1085
+ },
1086
+ Break: {
1087
+ kind: "field",
1088
+ type: () => {
1089
+ return Emit.FlowControl;
1090
+ }
1091
+ },
1092
+ Call: {
1093
+ kind: "field",
1094
+ type: () => {
1095
+ return Emit.FlowControl;
1096
+ }
1097
+ },
1098
+ Meta: {
1099
+ kind: "field",
1100
+ type: () => {
1101
+ return Emit.FlowControl;
1102
+ }
1103
+ },
1104
+ Next: {
1105
+ kind: "field",
1106
+ type: () => {
1107
+ return Emit.FlowControl;
1108
+ }
1109
+ },
1110
+ Phi: {
1111
+ kind: "field",
1112
+ type: () => {
1113
+ return Emit.FlowControl;
1114
+ }
1115
+ },
1116
+ Return: {
1117
+ kind: "field",
1118
+ type: () => {
1119
+ return Emit.FlowControl;
1120
+ }
1121
+ },
1122
+ Throw: {
1123
+ kind: "field",
1124
+ type: () => {
1125
+ return Emit.FlowControl;
1126
+ }
1127
+ }
1128
+ }
1129
+ },
1130
+ GenericTypeParameterBuilder: {
1131
+ kind: "class",
1132
+ members: {
1133
+ GenericTypeParameterBuilder: {
1134
+ kind: "method",
1135
+ methodKind: "constructor"
1136
+ },
1137
+ Equals: {
1138
+ kind: "method",
1139
+ methodKind: "ordinary",
1140
+ isOverride: true
1141
+ },
1142
+ GetAttributeFlagsImpl: {
1143
+ kind: "method",
1144
+ methodKind: "ordinary",
1145
+ isOverride: true
1146
+ },
1147
+ GetConstructorImpl: {
1148
+ kind: "method",
1149
+ methodKind: "ordinary",
1150
+ isOverride: true
1151
+ },
1152
+ GetConstructors: {
1153
+ kind: "method",
1154
+ methodKind: "ordinary",
1155
+ isOverride: true
1156
+ },
1157
+ GetCustomAttributes: {
1158
+ kind: "method",
1159
+ methodKind: "ordinary",
1160
+ isOverride: true
1161
+ },
1162
+ GetElementType: {
1163
+ kind: "method",
1164
+ methodKind: "ordinary",
1165
+ isOverride: true
1166
+ },
1167
+ GetEvent: {
1168
+ kind: "method",
1169
+ methodKind: "ordinary",
1170
+ isOverride: true
1171
+ },
1172
+ GetEvents: {
1173
+ kind: "method",
1174
+ methodKind: "ordinary",
1175
+ isOverride: true
1176
+ },
1177
+ GetField: {
1178
+ kind: "method",
1179
+ methodKind: "ordinary",
1180
+ isOverride: true
1181
+ },
1182
+ GetFields: {
1183
+ kind: "method",
1184
+ methodKind: "ordinary",
1185
+ isOverride: true
1186
+ },
1187
+ GetGenericArguments: {
1188
+ kind: "method",
1189
+ methodKind: "ordinary",
1190
+ isOverride: true
1191
+ },
1192
+ GetGenericTypeDefinition: {
1193
+ kind: "method",
1194
+ methodKind: "ordinary",
1195
+ isOverride: true
1196
+ },
1197
+ GetHashCode: {
1198
+ kind: "method",
1199
+ methodKind: "ordinary",
1200
+ isOverride: true
1201
+ },
1202
+ GetInterface: {
1203
+ kind: "method",
1204
+ methodKind: "ordinary",
1205
+ isOverride: true
1206
+ },
1207
+ GetInterfaceMap: {
1208
+ kind: "method",
1209
+ methodKind: "ordinary",
1210
+ isOverride: true
1211
+ },
1212
+ GetInterfaces: {
1213
+ kind: "method",
1214
+ methodKind: "ordinary",
1215
+ isOverride: true
1216
+ },
1217
+ GetMember: {
1218
+ kind: "method",
1219
+ methodKind: "ordinary",
1220
+ isOverride: true
1221
+ },
1222
+ GetMembers: {
1223
+ kind: "method",
1224
+ methodKind: "ordinary",
1225
+ isOverride: true
1226
+ },
1227
+ GetMethodImpl: {
1228
+ kind: "method",
1229
+ methodKind: "ordinary",
1230
+ isOverride: true
1231
+ },
1232
+ GetMethods: {
1233
+ kind: "method",
1234
+ methodKind: "ordinary",
1235
+ isOverride: true
1236
+ },
1237
+ GetNestedType: {
1238
+ kind: "method",
1239
+ methodKind: "ordinary",
1240
+ isOverride: true
1241
+ },
1242
+ GetNestedTypes: {
1243
+ kind: "method",
1244
+ methodKind: "ordinary",
1245
+ isOverride: true
1246
+ },
1247
+ GetProperties: {
1248
+ kind: "method",
1249
+ methodKind: "ordinary",
1250
+ isOverride: true
1251
+ },
1252
+ GetPropertyImpl: {
1253
+ kind: "method",
1254
+ methodKind: "ordinary",
1255
+ isOverride: true
1256
+ },
1257
+ HasElementTypeImpl: {
1258
+ kind: "method",
1259
+ methodKind: "ordinary",
1260
+ isOverride: true
1261
+ },
1262
+ InvokeMember: {
1263
+ kind: "method",
1264
+ methodKind: "ordinary",
1265
+ isOverride: true
1266
+ },
1267
+ IsArrayImpl: {
1268
+ kind: "method",
1269
+ methodKind: "ordinary",
1270
+ isOverride: true
1271
+ },
1272
+ IsAssignableFrom: {
1273
+ kind: "method",
1274
+ methodKind: "ordinary",
1275
+ isOverride: true
1276
+ },
1277
+ IsByRefImpl: {
1278
+ kind: "method",
1279
+ methodKind: "ordinary",
1280
+ isOverride: true
1281
+ },
1282
+ IsCOMObjectImpl: {
1283
+ kind: "method",
1284
+ methodKind: "ordinary",
1285
+ isOverride: true
1286
+ },
1287
+ IsDefined: {
1288
+ kind: "method",
1289
+ methodKind: "ordinary",
1290
+ isOverride: true
1291
+ },
1292
+ IsPointerImpl: {
1293
+ kind: "method",
1294
+ methodKind: "ordinary",
1295
+ isOverride: true
1296
+ },
1297
+ IsPrimitiveImpl: {
1298
+ kind: "method",
1299
+ methodKind: "ordinary",
1300
+ isOverride: true
1301
+ },
1302
+ IsSubclassOf: {
1303
+ kind: "method",
1304
+ methodKind: "ordinary",
1305
+ isOverride: true
1306
+ },
1307
+ IsValueTypeImpl: {
1308
+ kind: "method",
1309
+ methodKind: "ordinary",
1310
+ isOverride: true
1311
+ },
1312
+ MakeArrayType: {
1313
+ kind: "method",
1314
+ methodKind: "ordinary",
1315
+ isOverride: true
1316
+ },
1317
+ MakeByRefType: {
1318
+ kind: "method",
1319
+ methodKind: "ordinary",
1320
+ isOverride: true
1321
+ },
1322
+ MakeGenericType: {
1323
+ kind: "method",
1324
+ methodKind: "ordinary",
1325
+ isOverride: true
1326
+ },
1327
+ MakePointerType: {
1328
+ kind: "method",
1329
+ methodKind: "ordinary",
1330
+ isOverride: true
1331
+ },
1332
+ SetBaseTypeConstraint: {
1333
+ kind: "method",
1334
+ methodKind: "ordinary"
1335
+ },
1336
+ SetBaseTypeConstraintCore: {
1337
+ kind: "method",
1338
+ methodKind: "ordinary",
1339
+ isAbstract: true
1340
+ },
1341
+ SetCustomAttribute: {
1342
+ kind: "method",
1343
+ methodKind: "ordinary"
1344
+ },
1345
+ SetCustomAttributeCore: {
1346
+ kind: "method",
1347
+ methodKind: "ordinary",
1348
+ isAbstract: true
1349
+ },
1350
+ SetGenericParameterAttributes: {
1351
+ kind: "method",
1352
+ methodKind: "ordinary"
1353
+ },
1354
+ SetGenericParameterAttributesCore: {
1355
+ kind: "method",
1356
+ methodKind: "ordinary",
1357
+ isAbstract: true
1358
+ },
1359
+ SetInterfaceConstraints: {
1360
+ kind: "method",
1361
+ methodKind: "ordinary"
1362
+ },
1363
+ SetInterfaceConstraintsCore: {
1364
+ kind: "method",
1365
+ methodKind: "ordinary",
1366
+ isAbstract: true
1367
+ },
1368
+ ToString: {
1369
+ kind: "method",
1370
+ methodKind: "ordinary",
1371
+ isOverride: true
1372
+ },
1373
+ Assembly: {
1374
+ kind: "property",
1375
+ type: () => {
1376
+ return Reflection.Assembly;
1377
+ },
1378
+ isOverride: true
1379
+ },
1380
+ AssemblyQualifiedName: {
1381
+ kind: "property",
1382
+ type: () => {
1383
+ return System.String;
1384
+ },
1385
+ isNullable: true,
1386
+ isOverride: true
1387
+ },
1388
+ BaseType: {
1389
+ kind: "property",
1390
+ type: () => {
1391
+ return System.Type;
1392
+ },
1393
+ isNullable: true,
1394
+ isOverride: true
1395
+ },
1396
+ ContainsGenericParameters: {
1397
+ kind: "property",
1398
+ type: () => {
1399
+ return System.Boolean;
1400
+ },
1401
+ isOverride: true
1402
+ },
1403
+ DeclaringMethod: {
1404
+ kind: "property",
1405
+ type: () => {
1406
+ return Reflection.MethodBase;
1407
+ },
1408
+ isNullable: true,
1409
+ isOverride: true
1410
+ },
1411
+ DeclaringType: {
1412
+ kind: "property",
1413
+ type: () => {
1414
+ return System.Type;
1415
+ },
1416
+ isNullable: true,
1417
+ isOverride: true
1418
+ },
1419
+ FullName: {
1420
+ kind: "property",
1421
+ type: () => {
1422
+ return System.String;
1423
+ },
1424
+ isNullable: true,
1425
+ isOverride: true
1426
+ },
1427
+ GenericParameterAttributes: {
1428
+ kind: "property",
1429
+ type: () => {
1430
+ return Reflection.GenericParameterAttributes;
1431
+ },
1432
+ isOverride: true
1433
+ },
1434
+ GenericParameterPosition: {
1435
+ kind: "property",
1436
+ type: () => {
1437
+ return System.Int32;
1438
+ },
1439
+ isOverride: true
1440
+ },
1441
+ GUID: {
1442
+ kind: "property",
1443
+ type: () => {
1444
+ return System.Guid;
1445
+ },
1446
+ isOverride: true
1447
+ },
1448
+ IsByRefLike: {
1449
+ kind: "property",
1450
+ type: () => {
1451
+ return System.Boolean;
1452
+ },
1453
+ isOverride: true
1454
+ },
1455
+ IsConstructedGenericType: {
1456
+ kind: "property",
1457
+ type: () => {
1458
+ return System.Boolean;
1459
+ },
1460
+ isOverride: true
1461
+ },
1462
+ IsGenericParameter: {
1463
+ kind: "property",
1464
+ type: () => {
1465
+ return System.Boolean;
1466
+ },
1467
+ isOverride: true
1468
+ },
1469
+ IsGenericType: {
1470
+ kind: "property",
1471
+ type: () => {
1472
+ return System.Boolean;
1473
+ },
1474
+ isOverride: true
1475
+ },
1476
+ IsGenericTypeDefinition: {
1477
+ kind: "property",
1478
+ type: () => {
1479
+ return System.Boolean;
1480
+ },
1481
+ isOverride: true
1482
+ },
1483
+ IsSZArray: {
1484
+ kind: "property",
1485
+ type: () => {
1486
+ return System.Boolean;
1487
+ },
1488
+ isOverride: true
1489
+ },
1490
+ IsTypeDefinition: {
1491
+ kind: "property",
1492
+ type: () => {
1493
+ return System.Boolean;
1494
+ },
1495
+ isOverride: true
1496
+ },
1497
+ MetadataToken: {
1498
+ kind: "property",
1499
+ type: () => {
1500
+ return System.Int32;
1501
+ },
1502
+ isOverride: true
1503
+ },
1504
+ Module: {
1505
+ kind: "property",
1506
+ type: () => {
1507
+ return Reflection.Module;
1508
+ },
1509
+ isOverride: true
1510
+ },
1511
+ Name: {
1512
+ kind: "property",
1513
+ type: () => {
1514
+ return System.String;
1515
+ },
1516
+ isOverride: true
1517
+ },
1518
+ Namespace: {
1519
+ kind: "property",
1520
+ type: () => {
1521
+ return System.String;
1522
+ },
1523
+ isNullable: true,
1524
+ isOverride: true
1525
+ },
1526
+ ReflectedType: {
1527
+ kind: "property",
1528
+ type: () => {
1529
+ return System.Type;
1530
+ },
1531
+ isNullable: true,
1532
+ isOverride: true
1533
+ },
1534
+ TypeHandle: {
1535
+ kind: "property",
1536
+ type: () => {
1537
+ return System.RuntimeTypeHandle;
1538
+ },
1539
+ isOverride: true
1540
+ },
1541
+ UnderlyingSystemType: {
1542
+ kind: "property",
1543
+ type: () => {
1544
+ return System.Type;
1545
+ },
1546
+ isOverride: true
1547
+ }
1548
+ },
1549
+ isAbstract: true
1550
+ },
1551
+ ILGenerator: {
1552
+ kind: "class",
1553
+ members: {
1554
+ ILGenerator: {
1555
+ kind: "method",
1556
+ methodKind: "constructor"
1557
+ },
1558
+ BeginCatchBlock: {
1559
+ kind: "method",
1560
+ methodKind: "ordinary",
1561
+ isAbstract: true
1562
+ },
1563
+ BeginExceptFilterBlock: {
1564
+ kind: "method",
1565
+ methodKind: "ordinary",
1566
+ isAbstract: true
1567
+ },
1568
+ BeginExceptionBlock: {
1569
+ kind: "method",
1570
+ methodKind: "ordinary",
1571
+ isAbstract: true
1572
+ },
1573
+ BeginFaultBlock: {
1574
+ kind: "method",
1575
+ methodKind: "ordinary",
1576
+ isAbstract: true
1577
+ },
1578
+ BeginFinallyBlock: {
1579
+ kind: "method",
1580
+ methodKind: "ordinary",
1581
+ isAbstract: true
1582
+ },
1583
+ BeginScope: {
1584
+ kind: "method",
1585
+ methodKind: "ordinary",
1586
+ isAbstract: true
1587
+ },
1588
+ CreateLabel: {
1589
+ kind: "method",
1590
+ methodKind: "ordinary",
1591
+ isStatic: true
1592
+ },
1593
+ DeclareLocal: {
1594
+ kind: "method",
1595
+ methodKind: "ordinary",
1596
+ isVirtual: true
1597
+ },
1598
+ DefineLabel: {
1599
+ kind: "method",
1600
+ methodKind: "ordinary",
1601
+ isAbstract: true
1602
+ },
1603
+ Emit: {
1604
+ kind: "method",
1605
+ methodKind: "ordinary",
1606
+ isAbstract: true
1607
+ },
1608
+ EmitCall: {
1609
+ kind: "method",
1610
+ methodKind: "ordinary",
1611
+ isAbstract: true
1612
+ },
1613
+ EmitCalli: {
1614
+ kind: "method",
1615
+ methodKind: "ordinary",
1616
+ isAbstract: true
1617
+ },
1618
+ EmitWriteLine: {
1619
+ kind: "method",
1620
+ methodKind: "ordinary",
1621
+ isVirtual: true
1622
+ },
1623
+ EndExceptionBlock: {
1624
+ kind: "method",
1625
+ methodKind: "ordinary",
1626
+ isAbstract: true
1627
+ },
1628
+ EndScope: {
1629
+ kind: "method",
1630
+ methodKind: "ordinary",
1631
+ isAbstract: true
1632
+ },
1633
+ MarkLabel: {
1634
+ kind: "method",
1635
+ methodKind: "ordinary",
1636
+ isAbstract: true
1637
+ },
1638
+ MarkSequencePoint: {
1639
+ kind: "method",
1640
+ methodKind: "ordinary"
1641
+ },
1642
+ MarkSequencePointCore: {
1643
+ kind: "method",
1644
+ methodKind: "ordinary",
1645
+ isVirtual: true
1646
+ },
1647
+ ThrowException: {
1648
+ kind: "method",
1649
+ methodKind: "ordinary",
1650
+ isVirtual: true
1651
+ },
1652
+ UsingNamespace: {
1653
+ kind: "method",
1654
+ methodKind: "ordinary",
1655
+ isAbstract: true
1656
+ },
1657
+ ILOffset: {
1658
+ kind: "property",
1659
+ type: () => {
1660
+ return System.Int32;
1661
+ },
1662
+ isAbstract: true
1663
+ }
1664
+ },
1665
+ isAbstract: true
1666
+ },
1667
+ Label: {
1668
+ kind: "struct",
1669
+ members: {
1670
+ Equals: {
1671
+ kind: "method",
1672
+ methodKind: "ordinary",
1673
+ isOverride: true
1674
+ },
1675
+ GetHashCode: {
1676
+ kind: "method",
1677
+ methodKind: "ordinary",
1678
+ isOverride: true
1679
+ },
1680
+ Id: {
1681
+ kind: "property",
1682
+ type: () => {
1683
+ return System.Int32;
1684
+ }
1685
+ }
1686
+ }
1687
+ },
1688
+ LocalBuilder: {
1689
+ kind: "class",
1690
+ members: {
1691
+ LocalBuilder: {
1692
+ kind: "method",
1693
+ methodKind: "constructor"
1694
+ },
1695
+ SetLocalSymInfo: {
1696
+ kind: "method",
1697
+ methodKind: "ordinary"
1698
+ },
1699
+ SetLocalSymInfoCore: {
1700
+ kind: "method",
1701
+ methodKind: "ordinary",
1702
+ isVirtual: true
1703
+ },
1704
+ IsPinned: {
1705
+ kind: "property",
1706
+ type: () => {
1707
+ return System.Boolean;
1708
+ },
1709
+ isOverride: true
1710
+ },
1711
+ LocalIndex: {
1712
+ kind: "property",
1713
+ type: () => {
1714
+ return System.Int32;
1715
+ },
1716
+ isOverride: true
1717
+ },
1718
+ LocalType: {
1719
+ kind: "property",
1720
+ type: () => {
1721
+ return System.Type;
1722
+ },
1723
+ isOverride: true
1724
+ }
1725
+ },
1726
+ isAbstract: true
1727
+ },
1728
+ MethodBuilder: {
1729
+ kind: "class",
1730
+ members: {
1731
+ MethodBuilder: {
1732
+ kind: "method",
1733
+ methodKind: "constructor"
1734
+ },
1735
+ DefineGenericParameters: {
1736
+ kind: "method",
1737
+ methodKind: "ordinary"
1738
+ },
1739
+ DefineGenericParametersCore: {
1740
+ kind: "method",
1741
+ methodKind: "ordinary",
1742
+ isAbstract: true
1743
+ },
1744
+ DefineParameter: {
1745
+ kind: "method",
1746
+ methodKind: "ordinary"
1747
+ },
1748
+ DefineParameterCore: {
1749
+ kind: "method",
1750
+ methodKind: "ordinary",
1751
+ isAbstract: true
1752
+ },
1753
+ Equals: {
1754
+ kind: "method",
1755
+ methodKind: "ordinary",
1756
+ isOverride: true
1757
+ },
1758
+ GetBaseDefinition: {
1759
+ kind: "method",
1760
+ methodKind: "ordinary",
1761
+ isOverride: true
1762
+ },
1763
+ GetCustomAttributes: {
1764
+ kind: "method",
1765
+ methodKind: "ordinary",
1766
+ isOverride: true
1767
+ },
1768
+ GetGenericArguments: {
1769
+ kind: "method",
1770
+ methodKind: "ordinary",
1771
+ isOverride: true
1772
+ },
1773
+ GetGenericMethodDefinition: {
1774
+ kind: "method",
1775
+ methodKind: "ordinary",
1776
+ isOverride: true
1777
+ },
1778
+ GetHashCode: {
1779
+ kind: "method",
1780
+ methodKind: "ordinary",
1781
+ isOverride: true
1782
+ },
1783
+ GetILGenerator: {
1784
+ kind: "method",
1785
+ methodKind: "ordinary"
1786
+ },
1787
+ GetILGeneratorCore: {
1788
+ kind: "method",
1789
+ methodKind: "ordinary",
1790
+ isAbstract: true
1791
+ },
1792
+ GetMethodImplementationFlags: {
1793
+ kind: "method",
1794
+ methodKind: "ordinary",
1795
+ isOverride: true
1796
+ },
1797
+ GetParameters: {
1798
+ kind: "method",
1799
+ methodKind: "ordinary",
1800
+ isOverride: true
1801
+ },
1802
+ Invoke: {
1803
+ kind: "method",
1804
+ methodKind: "ordinary",
1805
+ isOverride: true
1806
+ },
1807
+ IsDefined: {
1808
+ kind: "method",
1809
+ methodKind: "ordinary",
1810
+ isOverride: true
1811
+ },
1812
+ MakeGenericMethod: {
1813
+ kind: "method",
1814
+ methodKind: "ordinary",
1815
+ isOverride: true
1816
+ },
1817
+ SetCustomAttribute: {
1818
+ kind: "method",
1819
+ methodKind: "ordinary"
1820
+ },
1821
+ SetCustomAttributeCore: {
1822
+ kind: "method",
1823
+ methodKind: "ordinary",
1824
+ isAbstract: true
1825
+ },
1826
+ SetImplementationFlags: {
1827
+ kind: "method",
1828
+ methodKind: "ordinary"
1829
+ },
1830
+ SetImplementationFlagsCore: {
1831
+ kind: "method",
1832
+ methodKind: "ordinary",
1833
+ isAbstract: true
1834
+ },
1835
+ SetParameters: {
1836
+ kind: "method",
1837
+ methodKind: "ordinary"
1838
+ },
1839
+ SetReturnType: {
1840
+ kind: "method",
1841
+ methodKind: "ordinary"
1842
+ },
1843
+ SetSignature: {
1844
+ kind: "method",
1845
+ methodKind: "ordinary"
1846
+ },
1847
+ SetSignatureCore: {
1848
+ kind: "method",
1849
+ methodKind: "ordinary",
1850
+ isAbstract: true
1851
+ },
1852
+ ToString: {
1853
+ kind: "method",
1854
+ methodKind: "ordinary",
1855
+ isOverride: true
1856
+ },
1857
+ Attributes: {
1858
+ kind: "property",
1859
+ type: () => {
1860
+ return Reflection.MethodAttributes;
1861
+ },
1862
+ isOverride: true
1863
+ },
1864
+ CallingConvention: {
1865
+ kind: "property",
1866
+ type: () => {
1867
+ return Reflection.CallingConventions;
1868
+ },
1869
+ isOverride: true
1870
+ },
1871
+ ContainsGenericParameters: {
1872
+ kind: "property",
1873
+ type: () => {
1874
+ return System.Boolean;
1875
+ },
1876
+ isOverride: true
1877
+ },
1878
+ DeclaringType: {
1879
+ kind: "property",
1880
+ type: () => {
1881
+ return System.Type;
1882
+ },
1883
+ isNullable: true,
1884
+ isOverride: true
1885
+ },
1886
+ InitLocals: {
1887
+ kind: "property",
1888
+ type: () => {
1889
+ return System.Boolean;
1890
+ }
1891
+ },
1892
+ InitLocalsCore: {
1893
+ kind: "property",
1894
+ type: () => {
1895
+ return System.Boolean;
1896
+ },
1897
+ isAbstract: true
1898
+ },
1899
+ IsGenericMethod: {
1900
+ kind: "property",
1901
+ type: () => {
1902
+ return System.Boolean;
1903
+ },
1904
+ isOverride: true
1905
+ },
1906
+ IsGenericMethodDefinition: {
1907
+ kind: "property",
1908
+ type: () => {
1909
+ return System.Boolean;
1910
+ },
1911
+ isOverride: true
1912
+ },
1913
+ IsSecurityCritical: {
1914
+ kind: "property",
1915
+ type: () => {
1916
+ return System.Boolean;
1917
+ },
1918
+ isOverride: true
1919
+ },
1920
+ IsSecuritySafeCritical: {
1921
+ kind: "property",
1922
+ type: () => {
1923
+ return System.Boolean;
1924
+ },
1925
+ isOverride: true
1926
+ },
1927
+ IsSecurityTransparent: {
1928
+ kind: "property",
1929
+ type: () => {
1930
+ return System.Boolean;
1931
+ },
1932
+ isOverride: true
1933
+ },
1934
+ MetadataToken: {
1935
+ kind: "property",
1936
+ type: () => {
1937
+ return System.Int32;
1938
+ },
1939
+ isOverride: true
1940
+ },
1941
+ MethodHandle: {
1942
+ kind: "property",
1943
+ type: () => {
1944
+ return System.RuntimeMethodHandle;
1945
+ },
1946
+ isOverride: true
1947
+ },
1948
+ Module: {
1949
+ kind: "property",
1950
+ type: () => {
1951
+ return Reflection.Module;
1952
+ },
1953
+ isOverride: true
1954
+ },
1955
+ Name: {
1956
+ kind: "property",
1957
+ type: () => {
1958
+ return System.String;
1959
+ },
1960
+ isOverride: true
1961
+ },
1962
+ ReflectedType: {
1963
+ kind: "property",
1964
+ type: () => {
1965
+ return System.Type;
1966
+ },
1967
+ isNullable: true,
1968
+ isOverride: true
1969
+ },
1970
+ ReturnParameter: {
1971
+ kind: "property",
1972
+ type: () => {
1973
+ return Reflection.ParameterInfo;
1974
+ },
1975
+ isOverride: true
1976
+ },
1977
+ ReturnType: {
1978
+ kind: "property",
1979
+ type: () => {
1980
+ return System.Type;
1981
+ },
1982
+ isOverride: true
1983
+ },
1984
+ ReturnTypeCustomAttributes: {
1985
+ kind: "property",
1986
+ type: () => {
1987
+ return Reflection.ICustomAttributeProvider;
1988
+ },
1989
+ isOverride: true
1990
+ }
1991
+ },
1992
+ isAbstract: true
1993
+ },
1994
+ ModuleBuilder: {
1995
+ kind: "class",
1996
+ members: {
1997
+ ModuleBuilder: {
1998
+ kind: "method",
1999
+ methodKind: "constructor"
2000
+ },
2001
+ CreateGlobalFunctions: {
2002
+ kind: "method",
2003
+ methodKind: "ordinary"
2004
+ },
2005
+ CreateGlobalFunctionsCore: {
2006
+ kind: "method",
2007
+ methodKind: "ordinary",
2008
+ isAbstract: true
2009
+ },
2010
+ DefineDocument: {
2011
+ kind: "method",
2012
+ methodKind: "ordinary"
2013
+ },
2014
+ DefineDocumentCore: {
2015
+ kind: "method",
2016
+ methodKind: "ordinary",
2017
+ isVirtual: true
2018
+ },
2019
+ DefineEnum: {
2020
+ kind: "method",
2021
+ methodKind: "ordinary"
2022
+ },
2023
+ DefineEnumCore: {
2024
+ kind: "method",
2025
+ methodKind: "ordinary",
2026
+ isAbstract: true
2027
+ },
2028
+ DefineGlobalMethod: {
2029
+ kind: "method",
2030
+ methodKind: "ordinary"
2031
+ },
2032
+ DefineGlobalMethodCore: {
2033
+ kind: "method",
2034
+ methodKind: "ordinary",
2035
+ isAbstract: true
2036
+ },
2037
+ DefineInitializedData: {
2038
+ kind: "method",
2039
+ methodKind: "ordinary"
2040
+ },
2041
+ DefineInitializedDataCore: {
2042
+ kind: "method",
2043
+ methodKind: "ordinary",
2044
+ isAbstract: true
2045
+ },
2046
+ DefinePInvokeMethod: {
2047
+ kind: "method",
2048
+ methodKind: "ordinary"
2049
+ },
2050
+ DefinePInvokeMethodCore: {
2051
+ kind: "method",
2052
+ methodKind: "ordinary",
2053
+ isAbstract: true
2054
+ },
2055
+ DefineType: {
2056
+ kind: "method",
2057
+ methodKind: "ordinary"
2058
+ },
2059
+ DefineTypeCore: {
2060
+ kind: "method",
2061
+ methodKind: "ordinary",
2062
+ isAbstract: true
2063
+ },
2064
+ DefineUninitializedData: {
2065
+ kind: "method",
2066
+ methodKind: "ordinary"
2067
+ },
2068
+ DefineUninitializedDataCore: {
2069
+ kind: "method",
2070
+ methodKind: "ordinary",
2071
+ isAbstract: true
2072
+ },
2073
+ Equals: {
2074
+ kind: "method",
2075
+ methodKind: "ordinary",
2076
+ isOverride: true
2077
+ },
2078
+ GetArrayMethod: {
2079
+ kind: "method",
2080
+ methodKind: "ordinary"
2081
+ },
2082
+ GetArrayMethodCore: {
2083
+ kind: "method",
2084
+ methodKind: "ordinary",
2085
+ isAbstract: true
2086
+ },
2087
+ GetCustomAttributes: {
2088
+ kind: "method",
2089
+ methodKind: "ordinary",
2090
+ isOverride: true
2091
+ },
2092
+ GetCustomAttributesData: {
2093
+ kind: "method",
2094
+ methodKind: "ordinary",
2095
+ isOverride: true
2096
+ },
2097
+ GetField: {
2098
+ kind: "method",
2099
+ methodKind: "ordinary",
2100
+ isOverride: true
2101
+ },
2102
+ GetFields: {
2103
+ kind: "method",
2104
+ methodKind: "ordinary",
2105
+ isOverride: true
2106
+ },
2107
+ GetFieldMetadataToken: {
2108
+ kind: "method",
2109
+ methodKind: "ordinary",
2110
+ isAbstract: true
2111
+ },
2112
+ GetHashCode: {
2113
+ kind: "method",
2114
+ methodKind: "ordinary",
2115
+ isOverride: true
2116
+ },
2117
+ GetMethodImpl: {
2118
+ kind: "method",
2119
+ methodKind: "ordinary",
2120
+ isOverride: true
2121
+ },
2122
+ GetMethodMetadataToken: {
2123
+ kind: "method",
2124
+ methodKind: "ordinary",
2125
+ isAbstract: true
2126
+ },
2127
+ GetMethods: {
2128
+ kind: "method",
2129
+ methodKind: "ordinary",
2130
+ isOverride: true
2131
+ },
2132
+ GetPEKind: {
2133
+ kind: "method",
2134
+ methodKind: "ordinary",
2135
+ isOverride: true
2136
+ },
2137
+ GetType: {
2138
+ kind: "method",
2139
+ methodKind: "ordinary",
2140
+ isOverride: true
2141
+ },
2142
+ GetTypes: {
2143
+ kind: "method",
2144
+ methodKind: "ordinary",
2145
+ isOverride: true
2146
+ },
2147
+ GetTypeMetadataToken: {
2148
+ kind: "method",
2149
+ methodKind: "ordinary",
2150
+ isAbstract: true
2151
+ },
2152
+ GetSignatureMetadataToken: {
2153
+ kind: "method",
2154
+ methodKind: "ordinary",
2155
+ isAbstract: true
2156
+ },
2157
+ GetStringMetadataToken: {
2158
+ kind: "method",
2159
+ methodKind: "ordinary",
2160
+ isAbstract: true
2161
+ },
2162
+ IsDefined: {
2163
+ kind: "method",
2164
+ methodKind: "ordinary",
2165
+ isOverride: true
2166
+ },
2167
+ IsResource: {
2168
+ kind: "method",
2169
+ methodKind: "ordinary",
2170
+ isOverride: true
2171
+ },
2172
+ ResolveField: {
2173
+ kind: "method",
2174
+ methodKind: "ordinary",
2175
+ isOverride: true
2176
+ },
2177
+ ResolveMember: {
2178
+ kind: "method",
2179
+ methodKind: "ordinary",
2180
+ isOverride: true
2181
+ },
2182
+ ResolveMethod: {
2183
+ kind: "method",
2184
+ methodKind: "ordinary",
2185
+ isOverride: true
2186
+ },
2187
+ ResolveSignature: {
2188
+ kind: "method",
2189
+ methodKind: "ordinary",
2190
+ isOverride: true
2191
+ },
2192
+ ResolveString: {
2193
+ kind: "method",
2194
+ methodKind: "ordinary",
2195
+ isOverride: true
2196
+ },
2197
+ ResolveType: {
2198
+ kind: "method",
2199
+ methodKind: "ordinary",
2200
+ isOverride: true
2201
+ },
2202
+ SetCustomAttribute: {
2203
+ kind: "method",
2204
+ methodKind: "ordinary"
2205
+ },
2206
+ SetCustomAttributeCore: {
2207
+ kind: "method",
2208
+ methodKind: "ordinary",
2209
+ isAbstract: true
2210
+ },
2211
+ Assembly: {
2212
+ kind: "property",
2213
+ type: () => {
2214
+ return Reflection.Assembly;
2215
+ },
2216
+ isOverride: true
2217
+ },
2218
+ FullyQualifiedName: {
2219
+ kind: "property",
2220
+ type: () => {
2221
+ return System.String;
2222
+ },
2223
+ isOverride: true
2224
+ },
2225
+ MDStreamVersion: {
2226
+ kind: "property",
2227
+ type: () => {
2228
+ return System.Int32;
2229
+ },
2230
+ isOverride: true
2231
+ },
2232
+ MetadataToken: {
2233
+ kind: "property",
2234
+ type: () => {
2235
+ return System.Int32;
2236
+ },
2237
+ isOverride: true
2238
+ },
2239
+ ModuleVersionId: {
2240
+ kind: "property",
2241
+ type: () => {
2242
+ return System.Guid;
2243
+ },
2244
+ isOverride: true
2245
+ },
2246
+ Name: {
2247
+ kind: "property",
2248
+ type: () => {
2249
+ return System.String;
2250
+ },
2251
+ isOverride: true
2252
+ },
2253
+ ScopeName: {
2254
+ kind: "property",
2255
+ type: () => {
2256
+ return System.String;
2257
+ },
2258
+ isOverride: true
2259
+ }
2260
+ },
2261
+ isAbstract: true
2262
+ },
2263
+ OpCode: {
2264
+ kind: "struct",
2265
+ members: {
2266
+ Equals: {
2267
+ kind: "method",
2268
+ methodKind: "ordinary",
2269
+ isOverride: true
2270
+ },
2271
+ GetHashCode: {
2272
+ kind: "method",
2273
+ methodKind: "ordinary",
2274
+ isOverride: true
2275
+ },
2276
+ ToString: {
2277
+ kind: "method",
2278
+ methodKind: "ordinary",
2279
+ isOverride: true
2280
+ },
2281
+ EvaluationStackDelta: {
2282
+ kind: "property",
2283
+ type: () => {
2284
+ return System.Int32;
2285
+ }
2286
+ },
2287
+ FlowControl: {
2288
+ kind: "property",
2289
+ type: () => {
2290
+ return Emit.FlowControl;
2291
+ }
2292
+ },
2293
+ Name: {
2294
+ kind: "property",
2295
+ type: () => {
2296
+ return System.String;
2297
+ },
2298
+ isNullable: true
2299
+ },
2300
+ OpCodeType: {
2301
+ kind: "property",
2302
+ type: () => {
2303
+ return Emit.OpCodeType;
2304
+ }
2305
+ },
2306
+ OperandType: {
2307
+ kind: "property",
2308
+ type: () => {
2309
+ return Emit.OperandType;
2310
+ }
2311
+ },
2312
+ Size: {
2313
+ kind: "property",
2314
+ type: () => {
2315
+ return System.Int32;
2316
+ }
2317
+ },
2318
+ StackBehaviourPop: {
2319
+ kind: "property",
2320
+ type: () => {
2321
+ return Emit.StackBehaviour;
2322
+ }
2323
+ },
2324
+ StackBehaviourPush: {
2325
+ kind: "property",
2326
+ type: () => {
2327
+ return Emit.StackBehaviour;
2328
+ }
2329
+ },
2330
+ Value: {
2331
+ kind: "property",
2332
+ type: () => {
2333
+ return System.Int16;
2334
+ }
2335
+ }
2336
+ }
2337
+ },
2338
+ OpCodeType: {
2339
+ kind: "enum",
2340
+ members: {
2341
+ Annotation: {
2342
+ kind: "field",
2343
+ type: () => {
2344
+ return Emit.OpCodeType;
2345
+ }
2346
+ },
2347
+ Macro: {
2348
+ kind: "field",
2349
+ type: () => {
2350
+ return Emit.OpCodeType;
2351
+ }
2352
+ },
2353
+ Nternal: {
2354
+ kind: "field",
2355
+ type: () => {
2356
+ return Emit.OpCodeType;
2357
+ }
2358
+ },
2359
+ Objmodel: {
2360
+ kind: "field",
2361
+ type: () => {
2362
+ return Emit.OpCodeType;
2363
+ }
2364
+ },
2365
+ Prefix: {
2366
+ kind: "field",
2367
+ type: () => {
2368
+ return Emit.OpCodeType;
2369
+ }
2370
+ },
2371
+ Primitive: {
2372
+ kind: "field",
2373
+ type: () => {
2374
+ return Emit.OpCodeType;
2375
+ }
2376
+ }
2377
+ }
2378
+ },
2379
+ OpCodes: {
2380
+ kind: "class",
2381
+ members: {
2382
+ Add: {
2383
+ kind: "field",
2384
+ type: () => {
2385
+ return Emit.OpCode;
2386
+ },
2387
+ isStatic: true,
2388
+ isReadOnly: true
2389
+ },
2390
+ And: {
2391
+ kind: "field",
2392
+ type: () => {
2393
+ return Emit.OpCode;
2394
+ },
2395
+ isStatic: true,
2396
+ isReadOnly: true
2397
+ },
2398
+ Arglist: {
2399
+ kind: "field",
2400
+ type: () => {
2401
+ return Emit.OpCode;
2402
+ },
2403
+ isStatic: true,
2404
+ isReadOnly: true
2405
+ },
2406
+ Beq: {
2407
+ kind: "field",
2408
+ type: () => {
2409
+ return Emit.OpCode;
2410
+ },
2411
+ isStatic: true,
2412
+ isReadOnly: true
2413
+ },
2414
+ Bge: {
2415
+ kind: "field",
2416
+ type: () => {
2417
+ return Emit.OpCode;
2418
+ },
2419
+ isStatic: true,
2420
+ isReadOnly: true
2421
+ },
2422
+ Bgt: {
2423
+ kind: "field",
2424
+ type: () => {
2425
+ return Emit.OpCode;
2426
+ },
2427
+ isStatic: true,
2428
+ isReadOnly: true
2429
+ },
2430
+ Ble: {
2431
+ kind: "field",
2432
+ type: () => {
2433
+ return Emit.OpCode;
2434
+ },
2435
+ isStatic: true,
2436
+ isReadOnly: true
2437
+ },
2438
+ Blt: {
2439
+ kind: "field",
2440
+ type: () => {
2441
+ return Emit.OpCode;
2442
+ },
2443
+ isStatic: true,
2444
+ isReadOnly: true
2445
+ },
2446
+ Box: {
2447
+ kind: "field",
2448
+ type: () => {
2449
+ return Emit.OpCode;
2450
+ },
2451
+ isStatic: true,
2452
+ isReadOnly: true
2453
+ },
2454
+ Br: {
2455
+ kind: "field",
2456
+ type: () => {
2457
+ return Emit.OpCode;
2458
+ },
2459
+ isStatic: true,
2460
+ isReadOnly: true
2461
+ },
2462
+ Break: {
2463
+ kind: "field",
2464
+ type: () => {
2465
+ return Emit.OpCode;
2466
+ },
2467
+ isStatic: true,
2468
+ isReadOnly: true
2469
+ },
2470
+ Brfalse: {
2471
+ kind: "field",
2472
+ type: () => {
2473
+ return Emit.OpCode;
2474
+ },
2475
+ isStatic: true,
2476
+ isReadOnly: true
2477
+ },
2478
+ Brtrue: {
2479
+ kind: "field",
2480
+ type: () => {
2481
+ return Emit.OpCode;
2482
+ },
2483
+ isStatic: true,
2484
+ isReadOnly: true
2485
+ },
2486
+ Call: {
2487
+ kind: "field",
2488
+ type: () => {
2489
+ return Emit.OpCode;
2490
+ },
2491
+ isStatic: true,
2492
+ isReadOnly: true
2493
+ },
2494
+ Calli: {
2495
+ kind: "field",
2496
+ type: () => {
2497
+ return Emit.OpCode;
2498
+ },
2499
+ isStatic: true,
2500
+ isReadOnly: true
2501
+ },
2502
+ Callvirt: {
2503
+ kind: "field",
2504
+ type: () => {
2505
+ return Emit.OpCode;
2506
+ },
2507
+ isStatic: true,
2508
+ isReadOnly: true
2509
+ },
2510
+ Castclass: {
2511
+ kind: "field",
2512
+ type: () => {
2513
+ return Emit.OpCode;
2514
+ },
2515
+ isStatic: true,
2516
+ isReadOnly: true
2517
+ },
2518
+ Ceq: {
2519
+ kind: "field",
2520
+ type: () => {
2521
+ return Emit.OpCode;
2522
+ },
2523
+ isStatic: true,
2524
+ isReadOnly: true
2525
+ },
2526
+ Cgt: {
2527
+ kind: "field",
2528
+ type: () => {
2529
+ return Emit.OpCode;
2530
+ },
2531
+ isStatic: true,
2532
+ isReadOnly: true
2533
+ },
2534
+ Ckfinite: {
2535
+ kind: "field",
2536
+ type: () => {
2537
+ return Emit.OpCode;
2538
+ },
2539
+ isStatic: true,
2540
+ isReadOnly: true
2541
+ },
2542
+ Clt: {
2543
+ kind: "field",
2544
+ type: () => {
2545
+ return Emit.OpCode;
2546
+ },
2547
+ isStatic: true,
2548
+ isReadOnly: true
2549
+ },
2550
+ Constrained: {
2551
+ kind: "field",
2552
+ type: () => {
2553
+ return Emit.OpCode;
2554
+ },
2555
+ isStatic: true,
2556
+ isReadOnly: true
2557
+ },
2558
+ Cpblk: {
2559
+ kind: "field",
2560
+ type: () => {
2561
+ return Emit.OpCode;
2562
+ },
2563
+ isStatic: true,
2564
+ isReadOnly: true
2565
+ },
2566
+ Cpobj: {
2567
+ kind: "field",
2568
+ type: () => {
2569
+ return Emit.OpCode;
2570
+ },
2571
+ isStatic: true,
2572
+ isReadOnly: true
2573
+ },
2574
+ Div: {
2575
+ kind: "field",
2576
+ type: () => {
2577
+ return Emit.OpCode;
2578
+ },
2579
+ isStatic: true,
2580
+ isReadOnly: true
2581
+ },
2582
+ Dup: {
2583
+ kind: "field",
2584
+ type: () => {
2585
+ return Emit.OpCode;
2586
+ },
2587
+ isStatic: true,
2588
+ isReadOnly: true
2589
+ },
2590
+ Endfilter: {
2591
+ kind: "field",
2592
+ type: () => {
2593
+ return Emit.OpCode;
2594
+ },
2595
+ isStatic: true,
2596
+ isReadOnly: true
2597
+ },
2598
+ Endfinally: {
2599
+ kind: "field",
2600
+ type: () => {
2601
+ return Emit.OpCode;
2602
+ },
2603
+ isStatic: true,
2604
+ isReadOnly: true
2605
+ },
2606
+ Initblk: {
2607
+ kind: "field",
2608
+ type: () => {
2609
+ return Emit.OpCode;
2610
+ },
2611
+ isStatic: true,
2612
+ isReadOnly: true
2613
+ },
2614
+ Initobj: {
2615
+ kind: "field",
2616
+ type: () => {
2617
+ return Emit.OpCode;
2618
+ },
2619
+ isStatic: true,
2620
+ isReadOnly: true
2621
+ },
2622
+ Isinst: {
2623
+ kind: "field",
2624
+ type: () => {
2625
+ return Emit.OpCode;
2626
+ },
2627
+ isStatic: true,
2628
+ isReadOnly: true
2629
+ },
2630
+ Jmp: {
2631
+ kind: "field",
2632
+ type: () => {
2633
+ return Emit.OpCode;
2634
+ },
2635
+ isStatic: true,
2636
+ isReadOnly: true
2637
+ },
2638
+ Ldarg: {
2639
+ kind: "field",
2640
+ type: () => {
2641
+ return Emit.OpCode;
2642
+ },
2643
+ isStatic: true,
2644
+ isReadOnly: true
2645
+ },
2646
+ Ldarga: {
2647
+ kind: "field",
2648
+ type: () => {
2649
+ return Emit.OpCode;
2650
+ },
2651
+ isStatic: true,
2652
+ isReadOnly: true
2653
+ },
2654
+ Ldelem: {
2655
+ kind: "field",
2656
+ type: () => {
2657
+ return Emit.OpCode;
2658
+ },
2659
+ isStatic: true,
2660
+ isReadOnly: true
2661
+ },
2662
+ Ldelema: {
2663
+ kind: "field",
2664
+ type: () => {
2665
+ return Emit.OpCode;
2666
+ },
2667
+ isStatic: true,
2668
+ isReadOnly: true
2669
+ },
2670
+ Ldfld: {
2671
+ kind: "field",
2672
+ type: () => {
2673
+ return Emit.OpCode;
2674
+ },
2675
+ isStatic: true,
2676
+ isReadOnly: true
2677
+ },
2678
+ Ldflda: {
2679
+ kind: "field",
2680
+ type: () => {
2681
+ return Emit.OpCode;
2682
+ },
2683
+ isStatic: true,
2684
+ isReadOnly: true
2685
+ },
2686
+ Ldftn: {
2687
+ kind: "field",
2688
+ type: () => {
2689
+ return Emit.OpCode;
2690
+ },
2691
+ isStatic: true,
2692
+ isReadOnly: true
2693
+ },
2694
+ Ldlen: {
2695
+ kind: "field",
2696
+ type: () => {
2697
+ return Emit.OpCode;
2698
+ },
2699
+ isStatic: true,
2700
+ isReadOnly: true
2701
+ },
2702
+ Ldloc: {
2703
+ kind: "field",
2704
+ type: () => {
2705
+ return Emit.OpCode;
2706
+ },
2707
+ isStatic: true,
2708
+ isReadOnly: true
2709
+ },
2710
+ Ldloca: {
2711
+ kind: "field",
2712
+ type: () => {
2713
+ return Emit.OpCode;
2714
+ },
2715
+ isStatic: true,
2716
+ isReadOnly: true
2717
+ },
2718
+ Ldnull: {
2719
+ kind: "field",
2720
+ type: () => {
2721
+ return Emit.OpCode;
2722
+ },
2723
+ isStatic: true,
2724
+ isReadOnly: true
2725
+ },
2726
+ Ldobj: {
2727
+ kind: "field",
2728
+ type: () => {
2729
+ return Emit.OpCode;
2730
+ },
2731
+ isStatic: true,
2732
+ isReadOnly: true
2733
+ },
2734
+ Ldsfld: {
2735
+ kind: "field",
2736
+ type: () => {
2737
+ return Emit.OpCode;
2738
+ },
2739
+ isStatic: true,
2740
+ isReadOnly: true
2741
+ },
2742
+ Ldsflda: {
2743
+ kind: "field",
2744
+ type: () => {
2745
+ return Emit.OpCode;
2746
+ },
2747
+ isStatic: true,
2748
+ isReadOnly: true
2749
+ },
2750
+ Ldstr: {
2751
+ kind: "field",
2752
+ type: () => {
2753
+ return Emit.OpCode;
2754
+ },
2755
+ isStatic: true,
2756
+ isReadOnly: true
2757
+ },
2758
+ Ldtoken: {
2759
+ kind: "field",
2760
+ type: () => {
2761
+ return Emit.OpCode;
2762
+ },
2763
+ isStatic: true,
2764
+ isReadOnly: true
2765
+ },
2766
+ Ldvirtftn: {
2767
+ kind: "field",
2768
+ type: () => {
2769
+ return Emit.OpCode;
2770
+ },
2771
+ isStatic: true,
2772
+ isReadOnly: true
2773
+ },
2774
+ Leave: {
2775
+ kind: "field",
2776
+ type: () => {
2777
+ return Emit.OpCode;
2778
+ },
2779
+ isStatic: true,
2780
+ isReadOnly: true
2781
+ },
2782
+ Localloc: {
2783
+ kind: "field",
2784
+ type: () => {
2785
+ return Emit.OpCode;
2786
+ },
2787
+ isStatic: true,
2788
+ isReadOnly: true
2789
+ },
2790
+ Mkrefany: {
2791
+ kind: "field",
2792
+ type: () => {
2793
+ return Emit.OpCode;
2794
+ },
2795
+ isStatic: true,
2796
+ isReadOnly: true
2797
+ },
2798
+ Mul: {
2799
+ kind: "field",
2800
+ type: () => {
2801
+ return Emit.OpCode;
2802
+ },
2803
+ isStatic: true,
2804
+ isReadOnly: true
2805
+ },
2806
+ Neg: {
2807
+ kind: "field",
2808
+ type: () => {
2809
+ return Emit.OpCode;
2810
+ },
2811
+ isStatic: true,
2812
+ isReadOnly: true
2813
+ },
2814
+ Newarr: {
2815
+ kind: "field",
2816
+ type: () => {
2817
+ return Emit.OpCode;
2818
+ },
2819
+ isStatic: true,
2820
+ isReadOnly: true
2821
+ },
2822
+ Newobj: {
2823
+ kind: "field",
2824
+ type: () => {
2825
+ return Emit.OpCode;
2826
+ },
2827
+ isStatic: true,
2828
+ isReadOnly: true
2829
+ },
2830
+ Nop: {
2831
+ kind: "field",
2832
+ type: () => {
2833
+ return Emit.OpCode;
2834
+ },
2835
+ isStatic: true,
2836
+ isReadOnly: true
2837
+ },
2838
+ Not: {
2839
+ kind: "field",
2840
+ type: () => {
2841
+ return Emit.OpCode;
2842
+ },
2843
+ isStatic: true,
2844
+ isReadOnly: true
2845
+ },
2846
+ Or: {
2847
+ kind: "field",
2848
+ type: () => {
2849
+ return Emit.OpCode;
2850
+ },
2851
+ isStatic: true,
2852
+ isReadOnly: true
2853
+ },
2854
+ Pop: {
2855
+ kind: "field",
2856
+ type: () => {
2857
+ return Emit.OpCode;
2858
+ },
2859
+ isStatic: true,
2860
+ isReadOnly: true
2861
+ },
2862
+ Prefix1: {
2863
+ kind: "field",
2864
+ type: () => {
2865
+ return Emit.OpCode;
2866
+ },
2867
+ isStatic: true,
2868
+ isReadOnly: true
2869
+ },
2870
+ Prefix2: {
2871
+ kind: "field",
2872
+ type: () => {
2873
+ return Emit.OpCode;
2874
+ },
2875
+ isStatic: true,
2876
+ isReadOnly: true
2877
+ },
2878
+ Prefix3: {
2879
+ kind: "field",
2880
+ type: () => {
2881
+ return Emit.OpCode;
2882
+ },
2883
+ isStatic: true,
2884
+ isReadOnly: true
2885
+ },
2886
+ Prefix4: {
2887
+ kind: "field",
2888
+ type: () => {
2889
+ return Emit.OpCode;
2890
+ },
2891
+ isStatic: true,
2892
+ isReadOnly: true
2893
+ },
2894
+ Prefix5: {
2895
+ kind: "field",
2896
+ type: () => {
2897
+ return Emit.OpCode;
2898
+ },
2899
+ isStatic: true,
2900
+ isReadOnly: true
2901
+ },
2902
+ Prefix6: {
2903
+ kind: "field",
2904
+ type: () => {
2905
+ return Emit.OpCode;
2906
+ },
2907
+ isStatic: true,
2908
+ isReadOnly: true
2909
+ },
2910
+ Prefix7: {
2911
+ kind: "field",
2912
+ type: () => {
2913
+ return Emit.OpCode;
2914
+ },
2915
+ isStatic: true,
2916
+ isReadOnly: true
2917
+ },
2918
+ Prefixref: {
2919
+ kind: "field",
2920
+ type: () => {
2921
+ return Emit.OpCode;
2922
+ },
2923
+ isStatic: true,
2924
+ isReadOnly: true
2925
+ },
2926
+ Readonly: {
2927
+ kind: "field",
2928
+ type: () => {
2929
+ return Emit.OpCode;
2930
+ },
2931
+ isStatic: true,
2932
+ isReadOnly: true
2933
+ },
2934
+ Refanytype: {
2935
+ kind: "field",
2936
+ type: () => {
2937
+ return Emit.OpCode;
2938
+ },
2939
+ isStatic: true,
2940
+ isReadOnly: true
2941
+ },
2942
+ Refanyval: {
2943
+ kind: "field",
2944
+ type: () => {
2945
+ return Emit.OpCode;
2946
+ },
2947
+ isStatic: true,
2948
+ isReadOnly: true
2949
+ },
2950
+ Rem: {
2951
+ kind: "field",
2952
+ type: () => {
2953
+ return Emit.OpCode;
2954
+ },
2955
+ isStatic: true,
2956
+ isReadOnly: true
2957
+ },
2958
+ Ret: {
2959
+ kind: "field",
2960
+ type: () => {
2961
+ return Emit.OpCode;
2962
+ },
2963
+ isStatic: true,
2964
+ isReadOnly: true
2965
+ },
2966
+ Rethrow: {
2967
+ kind: "field",
2968
+ type: () => {
2969
+ return Emit.OpCode;
2970
+ },
2971
+ isStatic: true,
2972
+ isReadOnly: true
2973
+ },
2974
+ Shl: {
2975
+ kind: "field",
2976
+ type: () => {
2977
+ return Emit.OpCode;
2978
+ },
2979
+ isStatic: true,
2980
+ isReadOnly: true
2981
+ },
2982
+ Shr: {
2983
+ kind: "field",
2984
+ type: () => {
2985
+ return Emit.OpCode;
2986
+ },
2987
+ isStatic: true,
2988
+ isReadOnly: true
2989
+ },
2990
+ Sizeof: {
2991
+ kind: "field",
2992
+ type: () => {
2993
+ return Emit.OpCode;
2994
+ },
2995
+ isStatic: true,
2996
+ isReadOnly: true
2997
+ },
2998
+ Starg: {
2999
+ kind: "field",
3000
+ type: () => {
3001
+ return Emit.OpCode;
3002
+ },
3003
+ isStatic: true,
3004
+ isReadOnly: true
3005
+ },
3006
+ Stelem: {
3007
+ kind: "field",
3008
+ type: () => {
3009
+ return Emit.OpCode;
3010
+ },
3011
+ isStatic: true,
3012
+ isReadOnly: true
3013
+ },
3014
+ Stfld: {
3015
+ kind: "field",
3016
+ type: () => {
3017
+ return Emit.OpCode;
3018
+ },
3019
+ isStatic: true,
3020
+ isReadOnly: true
3021
+ },
3022
+ Stloc: {
3023
+ kind: "field",
3024
+ type: () => {
3025
+ return Emit.OpCode;
3026
+ },
3027
+ isStatic: true,
3028
+ isReadOnly: true
3029
+ },
3030
+ Stobj: {
3031
+ kind: "field",
3032
+ type: () => {
3033
+ return Emit.OpCode;
3034
+ },
3035
+ isStatic: true,
3036
+ isReadOnly: true
3037
+ },
3038
+ Stsfld: {
3039
+ kind: "field",
3040
+ type: () => {
3041
+ return Emit.OpCode;
3042
+ },
3043
+ isStatic: true,
3044
+ isReadOnly: true
3045
+ },
3046
+ Sub: {
3047
+ kind: "field",
3048
+ type: () => {
3049
+ return Emit.OpCode;
3050
+ },
3051
+ isStatic: true,
3052
+ isReadOnly: true
3053
+ },
3054
+ Switch: {
3055
+ kind: "field",
3056
+ type: () => {
3057
+ return Emit.OpCode;
3058
+ },
3059
+ isStatic: true,
3060
+ isReadOnly: true
3061
+ },
3062
+ Tailcall: {
3063
+ kind: "field",
3064
+ type: () => {
3065
+ return Emit.OpCode;
3066
+ },
3067
+ isStatic: true,
3068
+ isReadOnly: true
3069
+ },
3070
+ Throw: {
3071
+ kind: "field",
3072
+ type: () => {
3073
+ return Emit.OpCode;
3074
+ },
3075
+ isStatic: true,
3076
+ isReadOnly: true
3077
+ },
3078
+ Unaligned: {
3079
+ kind: "field",
3080
+ type: () => {
3081
+ return Emit.OpCode;
3082
+ },
3083
+ isStatic: true,
3084
+ isReadOnly: true
3085
+ },
3086
+ Unbox: {
3087
+ kind: "field",
3088
+ type: () => {
3089
+ return Emit.OpCode;
3090
+ },
3091
+ isStatic: true,
3092
+ isReadOnly: true
3093
+ },
3094
+ Volatile: {
3095
+ kind: "field",
3096
+ type: () => {
3097
+ return Emit.OpCode;
3098
+ },
3099
+ isStatic: true,
3100
+ isReadOnly: true
3101
+ },
3102
+ Xor: {
3103
+ kind: "field",
3104
+ type: () => {
3105
+ return Emit.OpCode;
3106
+ },
3107
+ isStatic: true,
3108
+ isReadOnly: true
3109
+ },
3110
+ TakesSingleByteArgument: {
3111
+ kind: "method",
3112
+ methodKind: "ordinary",
3113
+ isStatic: true
3114
+ }
3115
+ }
3116
+ },
3117
+ OperandType: {
3118
+ kind: "enum",
3119
+ members: {
3120
+ InlineBrTarget: {
3121
+ kind: "field",
3122
+ type: () => {
3123
+ return Emit.OperandType;
3124
+ }
3125
+ },
3126
+ InlineField: {
3127
+ kind: "field",
3128
+ type: () => {
3129
+ return Emit.OperandType;
3130
+ }
3131
+ },
3132
+ InlineI: {
3133
+ kind: "field",
3134
+ type: () => {
3135
+ return Emit.OperandType;
3136
+ }
3137
+ },
3138
+ InlineI8: {
3139
+ kind: "field",
3140
+ type: () => {
3141
+ return Emit.OperandType;
3142
+ }
3143
+ },
3144
+ InlineMethod: {
3145
+ kind: "field",
3146
+ type: () => {
3147
+ return Emit.OperandType;
3148
+ }
3149
+ },
3150
+ InlineNone: {
3151
+ kind: "field",
3152
+ type: () => {
3153
+ return Emit.OperandType;
3154
+ }
3155
+ },
3156
+ InlinePhi: {
3157
+ kind: "field",
3158
+ type: () => {
3159
+ return Emit.OperandType;
3160
+ }
3161
+ },
3162
+ InlineR: {
3163
+ kind: "field",
3164
+ type: () => {
3165
+ return Emit.OperandType;
3166
+ }
3167
+ },
3168
+ InlineSig: {
3169
+ kind: "field",
3170
+ type: () => {
3171
+ return Emit.OperandType;
3172
+ }
3173
+ },
3174
+ InlineString: {
3175
+ kind: "field",
3176
+ type: () => {
3177
+ return Emit.OperandType;
3178
+ }
3179
+ },
3180
+ InlineSwitch: {
3181
+ kind: "field",
3182
+ type: () => {
3183
+ return Emit.OperandType;
3184
+ }
3185
+ },
3186
+ InlineTok: {
3187
+ kind: "field",
3188
+ type: () => {
3189
+ return Emit.OperandType;
3190
+ }
3191
+ },
3192
+ InlineType: {
3193
+ kind: "field",
3194
+ type: () => {
3195
+ return Emit.OperandType;
3196
+ }
3197
+ },
3198
+ InlineVar: {
3199
+ kind: "field",
3200
+ type: () => {
3201
+ return Emit.OperandType;
3202
+ }
3203
+ },
3204
+ ShortInlineBrTarget: {
3205
+ kind: "field",
3206
+ type: () => {
3207
+ return Emit.OperandType;
3208
+ }
3209
+ },
3210
+ ShortInlineI: {
3211
+ kind: "field",
3212
+ type: () => {
3213
+ return Emit.OperandType;
3214
+ }
3215
+ },
3216
+ ShortInlineR: {
3217
+ kind: "field",
3218
+ type: () => {
3219
+ return Emit.OperandType;
3220
+ }
3221
+ },
3222
+ ShortInlineVar: {
3223
+ kind: "field",
3224
+ type: () => {
3225
+ return Emit.OperandType;
3226
+ }
3227
+ }
3228
+ }
3229
+ },
3230
+ PackingSize: {
3231
+ kind: "enum",
3232
+ members: {
3233
+ Unspecified: {
3234
+ kind: "field",
3235
+ type: () => {
3236
+ return Emit.PackingSize;
3237
+ }
3238
+ },
3239
+ Size1: {
3240
+ kind: "field",
3241
+ type: () => {
3242
+ return Emit.PackingSize;
3243
+ }
3244
+ },
3245
+ Size2: {
3246
+ kind: "field",
3247
+ type: () => {
3248
+ return Emit.PackingSize;
3249
+ }
3250
+ },
3251
+ Size4: {
3252
+ kind: "field",
3253
+ type: () => {
3254
+ return Emit.PackingSize;
3255
+ }
3256
+ },
3257
+ Size8: {
3258
+ kind: "field",
3259
+ type: () => {
3260
+ return Emit.PackingSize;
3261
+ }
3262
+ },
3263
+ Size16: {
3264
+ kind: "field",
3265
+ type: () => {
3266
+ return Emit.PackingSize;
3267
+ }
3268
+ },
3269
+ Size32: {
3270
+ kind: "field",
3271
+ type: () => {
3272
+ return Emit.PackingSize;
3273
+ }
3274
+ },
3275
+ Size64: {
3276
+ kind: "field",
3277
+ type: () => {
3278
+ return Emit.PackingSize;
3279
+ }
3280
+ },
3281
+ Size128: {
3282
+ kind: "field",
3283
+ type: () => {
3284
+ return Emit.PackingSize;
3285
+ }
3286
+ }
3287
+ }
3288
+ },
3289
+ ParameterBuilder: {
3290
+ kind: "class",
3291
+ members: {
3292
+ ParameterBuilder: {
3293
+ kind: "method",
3294
+ methodKind: "constructor"
3295
+ },
3296
+ SetConstant: {
3297
+ kind: "method",
3298
+ methodKind: "ordinary",
3299
+ isVirtual: true
3300
+ },
3301
+ SetCustomAttribute: {
3302
+ kind: "method",
3303
+ methodKind: "ordinary"
3304
+ },
3305
+ SetCustomAttributeCore: {
3306
+ kind: "method",
3307
+ methodKind: "ordinary",
3308
+ isAbstract: true
3309
+ },
3310
+ Attributes: {
3311
+ kind: "property",
3312
+ type: () => {
3313
+ return System.Int32;
3314
+ },
3315
+ isVirtual: true
3316
+ },
3317
+ IsIn: {
3318
+ kind: "property",
3319
+ type: () => {
3320
+ return System.Boolean;
3321
+ }
3322
+ },
3323
+ IsOptional: {
3324
+ kind: "property",
3325
+ type: () => {
3326
+ return System.Boolean;
3327
+ }
3328
+ },
3329
+ IsOut: {
3330
+ kind: "property",
3331
+ type: () => {
3332
+ return System.Boolean;
3333
+ }
3334
+ },
3335
+ Name: {
3336
+ kind: "property",
3337
+ type: () => {
3338
+ return System.String;
3339
+ },
3340
+ isNullable: true,
3341
+ isVirtual: true
3342
+ },
3343
+ Position: {
3344
+ kind: "property",
3345
+ type: () => {
3346
+ return System.Int32;
3347
+ },
3348
+ isVirtual: true
3349
+ }
3350
+ },
3351
+ isAbstract: true
3352
+ },
3353
+ PersistedAssemblyBuilder: {
3354
+ kind: "class",
3355
+ members: {
3356
+ PersistedAssemblyBuilder: {
3357
+ kind: "method",
3358
+ methodKind: "constructor"
3359
+ },
3360
+ DefineDynamicModuleCore: {
3361
+ kind: "method",
3362
+ methodKind: "ordinary",
3363
+ isOverride: true
3364
+ },
3365
+ GenerateMetadata: {
3366
+ kind: "method",
3367
+ methodKind: "ordinary"
3368
+ },
3369
+ GetDynamicModuleCore: {
3370
+ kind: "method",
3371
+ methodKind: "ordinary",
3372
+ isOverride: true
3373
+ },
3374
+ GetName: {
3375
+ kind: "method",
3376
+ methodKind: "ordinary",
3377
+ isOverride: true
3378
+ },
3379
+ Save: {
3380
+ kind: "method",
3381
+ methodKind: "ordinary"
3382
+ },
3383
+ SetCustomAttributeCore: {
3384
+ kind: "method",
3385
+ methodKind: "ordinary",
3386
+ isOverride: true
3387
+ },
3388
+ FullName: {
3389
+ kind: "property",
3390
+ type: () => {
3391
+ return System.String;
3392
+ },
3393
+ isNullable: true,
3394
+ isOverride: true
3395
+ },
3396
+ ManifestModule: {
3397
+ kind: "property",
3398
+ type: () => {
3399
+ return Reflection.Module;
3400
+ },
3401
+ isOverride: true
3402
+ }
3403
+ },
3404
+ isSealed: true
3405
+ },
3406
+ PropertyBuilder: {
3407
+ kind: "class",
3408
+ members: {
3409
+ PropertyBuilder: {
3410
+ kind: "method",
3411
+ methodKind: "constructor"
3412
+ },
3413
+ AddOtherMethod: {
3414
+ kind: "method",
3415
+ methodKind: "ordinary"
3416
+ },
3417
+ AddOtherMethodCore: {
3418
+ kind: "method",
3419
+ methodKind: "ordinary",
3420
+ isAbstract: true
3421
+ },
3422
+ GetAccessors: {
3423
+ kind: "method",
3424
+ methodKind: "ordinary",
3425
+ isOverride: true
3426
+ },
3427
+ GetCustomAttributes: {
3428
+ kind: "method",
3429
+ methodKind: "ordinary",
3430
+ isOverride: true
3431
+ },
3432
+ GetGetMethod: {
3433
+ kind: "method",
3434
+ methodKind: "ordinary",
3435
+ isOverride: true
3436
+ },
3437
+ GetIndexParameters: {
3438
+ kind: "method",
3439
+ methodKind: "ordinary",
3440
+ isOverride: true
3441
+ },
3442
+ GetSetMethod: {
3443
+ kind: "method",
3444
+ methodKind: "ordinary",
3445
+ isOverride: true
3446
+ },
3447
+ GetValue: {
3448
+ kind: "method",
3449
+ methodKind: "ordinary",
3450
+ isOverride: true
3451
+ },
3452
+ IsDefined: {
3453
+ kind: "method",
3454
+ methodKind: "ordinary",
3455
+ isOverride: true
3456
+ },
3457
+ SetConstant: {
3458
+ kind: "method",
3459
+ methodKind: "ordinary"
3460
+ },
3461
+ SetConstantCore: {
3462
+ kind: "method",
3463
+ methodKind: "ordinary",
3464
+ isAbstract: true
3465
+ },
3466
+ SetCustomAttribute: {
3467
+ kind: "method",
3468
+ methodKind: "ordinary"
3469
+ },
3470
+ SetCustomAttributeCore: {
3471
+ kind: "method",
3472
+ methodKind: "ordinary",
3473
+ isAbstract: true
3474
+ },
3475
+ SetGetMethod: {
3476
+ kind: "method",
3477
+ methodKind: "ordinary"
3478
+ },
3479
+ SetGetMethodCore: {
3480
+ kind: "method",
3481
+ methodKind: "ordinary",
3482
+ isAbstract: true
3483
+ },
3484
+ SetSetMethod: {
3485
+ kind: "method",
3486
+ methodKind: "ordinary"
3487
+ },
3488
+ SetSetMethodCore: {
3489
+ kind: "method",
3490
+ methodKind: "ordinary",
3491
+ isAbstract: true
3492
+ },
3493
+ SetValue: {
3494
+ kind: "method",
3495
+ methodKind: "ordinary",
3496
+ isOverride: true
3497
+ },
3498
+ Attributes: {
3499
+ kind: "property",
3500
+ type: () => {
3501
+ return Reflection.PropertyAttributes;
3502
+ },
3503
+ isOverride: true
3504
+ },
3505
+ CanRead: {
3506
+ kind: "property",
3507
+ type: () => {
3508
+ return System.Boolean;
3509
+ },
3510
+ isOverride: true
3511
+ },
3512
+ CanWrite: {
3513
+ kind: "property",
3514
+ type: () => {
3515
+ return System.Boolean;
3516
+ },
3517
+ isOverride: true
3518
+ },
3519
+ DeclaringType: {
3520
+ kind: "property",
3521
+ type: () => {
3522
+ return System.Type;
3523
+ },
3524
+ isNullable: true,
3525
+ isOverride: true
3526
+ },
3527
+ Module: {
3528
+ kind: "property",
3529
+ type: () => {
3530
+ return Reflection.Module;
3531
+ },
3532
+ isOverride: true
3533
+ },
3534
+ Name: {
3535
+ kind: "property",
3536
+ type: () => {
3537
+ return System.String;
3538
+ },
3539
+ isOverride: true
3540
+ },
3541
+ PropertyType: {
3542
+ kind: "property",
3543
+ type: () => {
3544
+ return System.Type;
3545
+ },
3546
+ isOverride: true
3547
+ },
3548
+ ReflectedType: {
3549
+ kind: "property",
3550
+ type: () => {
3551
+ return System.Type;
3552
+ },
3553
+ isNullable: true,
3554
+ isOverride: true
3555
+ }
3556
+ },
3557
+ isAbstract: true
3558
+ },
3559
+ SignatureHelper: {
3560
+ kind: "class",
3561
+ members: {
3562
+ AddArgument: {
3563
+ kind: "method",
3564
+ methodKind: "ordinary"
3565
+ },
3566
+ AddArguments: {
3567
+ kind: "method",
3568
+ methodKind: "ordinary"
3569
+ },
3570
+ AddSentinel: {
3571
+ kind: "method",
3572
+ methodKind: "ordinary"
3573
+ },
3574
+ Equals: {
3575
+ kind: "method",
3576
+ methodKind: "ordinary",
3577
+ isOverride: true
3578
+ },
3579
+ GetFieldSigHelper: {
3580
+ kind: "method",
3581
+ methodKind: "ordinary",
3582
+ isStatic: true
3583
+ },
3584
+ GetHashCode: {
3585
+ kind: "method",
3586
+ methodKind: "ordinary",
3587
+ isOverride: true
3588
+ },
3589
+ GetLocalVarSigHelper: {
3590
+ kind: "method",
3591
+ methodKind: "ordinary",
3592
+ isStatic: true
3593
+ },
3594
+ GetMethodSigHelper: {
3595
+ kind: "method",
3596
+ methodKind: "ordinary",
3597
+ isStatic: true
3598
+ },
3599
+ GetPropertySigHelper: {
3600
+ kind: "method",
3601
+ methodKind: "ordinary",
3602
+ isStatic: true
3603
+ },
3604
+ GetSignature: {
3605
+ kind: "method",
3606
+ methodKind: "ordinary"
3607
+ },
3608
+ ToString: {
3609
+ kind: "method",
3610
+ methodKind: "ordinary",
3611
+ isOverride: true
3612
+ }
3613
+ },
3614
+ isSealed: true
3615
+ },
3616
+ StackBehaviour: {
3617
+ kind: "enum",
3618
+ members: {
3619
+ Pop0: {
3620
+ kind: "field",
3621
+ type: () => {
3622
+ return Emit.StackBehaviour;
3623
+ }
3624
+ },
3625
+ Pop1: {
3626
+ kind: "field",
3627
+ type: () => {
3628
+ return Emit.StackBehaviour;
3629
+ }
3630
+ },
3631
+ Popi: {
3632
+ kind: "field",
3633
+ type: () => {
3634
+ return Emit.StackBehaviour;
3635
+ }
3636
+ },
3637
+ Popref: {
3638
+ kind: "field",
3639
+ type: () => {
3640
+ return Emit.StackBehaviour;
3641
+ }
3642
+ },
3643
+ Push0: {
3644
+ kind: "field",
3645
+ type: () => {
3646
+ return Emit.StackBehaviour;
3647
+ }
3648
+ },
3649
+ Push1: {
3650
+ kind: "field",
3651
+ type: () => {
3652
+ return Emit.StackBehaviour;
3653
+ }
3654
+ },
3655
+ Pushi: {
3656
+ kind: "field",
3657
+ type: () => {
3658
+ return Emit.StackBehaviour;
3659
+ }
3660
+ },
3661
+ Pushi8: {
3662
+ kind: "field",
3663
+ type: () => {
3664
+ return Emit.StackBehaviour;
3665
+ }
3666
+ },
3667
+ Pushr4: {
3668
+ kind: "field",
3669
+ type: () => {
3670
+ return Emit.StackBehaviour;
3671
+ }
3672
+ },
3673
+ Pushr8: {
3674
+ kind: "field",
3675
+ type: () => {
3676
+ return Emit.StackBehaviour;
3677
+ }
3678
+ },
3679
+ Pushref: {
3680
+ kind: "field",
3681
+ type: () => {
3682
+ return Emit.StackBehaviour;
3683
+ }
3684
+ },
3685
+ Varpop: {
3686
+ kind: "field",
3687
+ type: () => {
3688
+ return Emit.StackBehaviour;
3689
+ }
3690
+ },
3691
+ Varpush: {
3692
+ kind: "field",
3693
+ type: () => {
3694
+ return Emit.StackBehaviour;
3695
+ }
3696
+ }
3697
+ }
3698
+ },
3699
+ TypeBuilder: {
3700
+ kind: "class",
3701
+ members: {
3702
+ UnspecifiedTypeSize: {
3703
+ kind: "field",
3704
+ type: () => {
3705
+ return System.Int32;
3706
+ }
3707
+ },
3708
+ TypeBuilder: {
3709
+ kind: "method",
3710
+ methodKind: "constructor"
3711
+ },
3712
+ AddInterfaceImplementation: {
3713
+ kind: "method",
3714
+ methodKind: "ordinary"
3715
+ },
3716
+ AddInterfaceImplementationCore: {
3717
+ kind: "method",
3718
+ methodKind: "ordinary",
3719
+ isAbstract: true
3720
+ },
3721
+ CreateType: {
3722
+ kind: "method",
3723
+ methodKind: "ordinary"
3724
+ },
3725
+ CreateTypeInfo: {
3726
+ kind: "method",
3727
+ methodKind: "ordinary"
3728
+ },
3729
+ CreateTypeInfoCore: {
3730
+ kind: "method",
3731
+ methodKind: "ordinary",
3732
+ isAbstract: true
3733
+ },
3734
+ DefineConstructor: {
3735
+ kind: "method",
3736
+ methodKind: "ordinary"
3737
+ },
3738
+ DefineConstructorCore: {
3739
+ kind: "method",
3740
+ methodKind: "ordinary",
3741
+ isAbstract: true
3742
+ },
3743
+ DefineDefaultConstructor: {
3744
+ kind: "method",
3745
+ methodKind: "ordinary"
3746
+ },
3747
+ DefineDefaultConstructorCore: {
3748
+ kind: "method",
3749
+ methodKind: "ordinary",
3750
+ isAbstract: true
3751
+ },
3752
+ DefineEvent: {
3753
+ kind: "method",
3754
+ methodKind: "ordinary"
3755
+ },
3756
+ DefineEventCore: {
3757
+ kind: "method",
3758
+ methodKind: "ordinary",
3759
+ isAbstract: true
3760
+ },
3761
+ DefineField: {
3762
+ kind: "method",
3763
+ methodKind: "ordinary"
3764
+ },
3765
+ DefineFieldCore: {
3766
+ kind: "method",
3767
+ methodKind: "ordinary",
3768
+ isAbstract: true
3769
+ },
3770
+ DefineGenericParameters: {
3771
+ kind: "method",
3772
+ methodKind: "ordinary"
3773
+ },
3774
+ DefineGenericParametersCore: {
3775
+ kind: "method",
3776
+ methodKind: "ordinary",
3777
+ isAbstract: true
3778
+ },
3779
+ DefineInitializedData: {
3780
+ kind: "method",
3781
+ methodKind: "ordinary"
3782
+ },
3783
+ DefineInitializedDataCore: {
3784
+ kind: "method",
3785
+ methodKind: "ordinary",
3786
+ isAbstract: true
3787
+ },
3788
+ DefineMethod: {
3789
+ kind: "method",
3790
+ methodKind: "ordinary"
3791
+ },
3792
+ DefineMethodCore: {
3793
+ kind: "method",
3794
+ methodKind: "ordinary",
3795
+ isAbstract: true
3796
+ },
3797
+ DefineMethodOverride: {
3798
+ kind: "method",
3799
+ methodKind: "ordinary"
3800
+ },
3801
+ DefineMethodOverrideCore: {
3802
+ kind: "method",
3803
+ methodKind: "ordinary",
3804
+ isAbstract: true
3805
+ },
3806
+ DefineNestedType: {
3807
+ kind: "method",
3808
+ methodKind: "ordinary"
3809
+ },
3810
+ DefineNestedTypeCore: {
3811
+ kind: "method",
3812
+ methodKind: "ordinary",
3813
+ isAbstract: true
3814
+ },
3815
+ DefinePInvokeMethod: {
3816
+ kind: "method",
3817
+ methodKind: "ordinary"
3818
+ },
3819
+ DefinePInvokeMethodCore: {
3820
+ kind: "method",
3821
+ methodKind: "ordinary",
3822
+ isAbstract: true
3823
+ },
3824
+ DefineProperty: {
3825
+ kind: "method",
3826
+ methodKind: "ordinary"
3827
+ },
3828
+ DefinePropertyCore: {
3829
+ kind: "method",
3830
+ methodKind: "ordinary",
3831
+ isAbstract: true
3832
+ },
3833
+ DefineTypeInitializer: {
3834
+ kind: "method",
3835
+ methodKind: "ordinary"
3836
+ },
3837
+ DefineTypeInitializerCore: {
3838
+ kind: "method",
3839
+ methodKind: "ordinary",
3840
+ isAbstract: true
3841
+ },
3842
+ DefineUninitializedData: {
3843
+ kind: "method",
3844
+ methodKind: "ordinary"
3845
+ },
3846
+ DefineUninitializedDataCore: {
3847
+ kind: "method",
3848
+ methodKind: "ordinary",
3849
+ isAbstract: true
3850
+ },
3851
+ GetAttributeFlagsImpl: {
3852
+ kind: "method",
3853
+ methodKind: "ordinary",
3854
+ isOverride: true
3855
+ },
3856
+ GetConstructor: {
3857
+ kind: "method",
3858
+ methodKind: "ordinary",
3859
+ isStatic: true
3860
+ },
3861
+ GetConstructorImpl: {
3862
+ kind: "method",
3863
+ methodKind: "ordinary",
3864
+ isOverride: true
3865
+ },
3866
+ GetConstructors: {
3867
+ kind: "method",
3868
+ methodKind: "ordinary",
3869
+ isOverride: true
3870
+ },
3871
+ GetCustomAttributes: {
3872
+ kind: "method",
3873
+ methodKind: "ordinary",
3874
+ isOverride: true
3875
+ },
3876
+ GetElementType: {
3877
+ kind: "method",
3878
+ methodKind: "ordinary",
3879
+ isOverride: true
3880
+ },
3881
+ GetEvent: {
3882
+ kind: "method",
3883
+ methodKind: "ordinary",
3884
+ isOverride: true
3885
+ },
3886
+ GetEvents: {
3887
+ kind: "method",
3888
+ methodKind: "ordinary",
3889
+ isOverride: true
3890
+ },
3891
+ GetField: {
3892
+ kind: "method",
3893
+ methodKind: "ordinary",
3894
+ isOverride: true
3895
+ },
3896
+ GetFields: {
3897
+ kind: "method",
3898
+ methodKind: "ordinary",
3899
+ isOverride: true
3900
+ },
3901
+ GetGenericArguments: {
3902
+ kind: "method",
3903
+ methodKind: "ordinary",
3904
+ isOverride: true
3905
+ },
3906
+ GetGenericTypeDefinition: {
3907
+ kind: "method",
3908
+ methodKind: "ordinary",
3909
+ isOverride: true
3910
+ },
3911
+ GetInterface: {
3912
+ kind: "method",
3913
+ methodKind: "ordinary",
3914
+ isOverride: true
3915
+ },
3916
+ GetInterfaceMap: {
3917
+ kind: "method",
3918
+ methodKind: "ordinary",
3919
+ isOverride: true
3920
+ },
3921
+ GetInterfaces: {
3922
+ kind: "method",
3923
+ methodKind: "ordinary",
3924
+ isOverride: true
3925
+ },
3926
+ GetMember: {
3927
+ kind: "method",
3928
+ methodKind: "ordinary",
3929
+ isOverride: true
3930
+ },
3931
+ GetMembers: {
3932
+ kind: "method",
3933
+ methodKind: "ordinary",
3934
+ isOverride: true
3935
+ },
3936
+ GetMethod: {
3937
+ kind: "method",
3938
+ methodKind: "ordinary",
3939
+ isStatic: true
3940
+ },
3941
+ GetMethodImpl: {
3942
+ kind: "method",
3943
+ methodKind: "ordinary",
3944
+ isOverride: true
3945
+ },
3946
+ GetMethods: {
3947
+ kind: "method",
3948
+ methodKind: "ordinary",
3949
+ isOverride: true
3950
+ },
3951
+ GetNestedType: {
3952
+ kind: "method",
3953
+ methodKind: "ordinary",
3954
+ isOverride: true
3955
+ },
3956
+ GetNestedTypes: {
3957
+ kind: "method",
3958
+ methodKind: "ordinary",
3959
+ isOverride: true
3960
+ },
3961
+ GetProperties: {
3962
+ kind: "method",
3963
+ methodKind: "ordinary",
3964
+ isOverride: true
3965
+ },
3966
+ GetPropertyImpl: {
3967
+ kind: "method",
3968
+ methodKind: "ordinary",
3969
+ isOverride: true
3970
+ },
3971
+ HasElementTypeImpl: {
3972
+ kind: "method",
3973
+ methodKind: "ordinary",
3974
+ isOverride: true
3975
+ },
3976
+ InvokeMember: {
3977
+ kind: "method",
3978
+ methodKind: "ordinary",
3979
+ isOverride: true
3980
+ },
3981
+ IsArrayImpl: {
3982
+ kind: "method",
3983
+ methodKind: "ordinary",
3984
+ isOverride: true
3985
+ },
3986
+ IsAssignableFrom: {
3987
+ kind: "method",
3988
+ methodKind: "ordinary",
3989
+ isOverride: true
3990
+ },
3991
+ IsByRefImpl: {
3992
+ kind: "method",
3993
+ methodKind: "ordinary",
3994
+ isOverride: true
3995
+ },
3996
+ IsCOMObjectImpl: {
3997
+ kind: "method",
3998
+ methodKind: "ordinary",
3999
+ isOverride: true
4000
+ },
4001
+ IsCreated: {
4002
+ kind: "method",
4003
+ methodKind: "ordinary"
4004
+ },
4005
+ IsCreatedCore: {
4006
+ kind: "method",
4007
+ methodKind: "ordinary",
4008
+ isAbstract: true
4009
+ },
4010
+ IsDefined: {
4011
+ kind: "method",
4012
+ methodKind: "ordinary",
4013
+ isOverride: true
4014
+ },
4015
+ IsPointerImpl: {
4016
+ kind: "method",
4017
+ methodKind: "ordinary",
4018
+ isOverride: true
4019
+ },
4020
+ IsPrimitiveImpl: {
4021
+ kind: "method",
4022
+ methodKind: "ordinary",
4023
+ isOverride: true
4024
+ },
4025
+ IsSubclassOf: {
4026
+ kind: "method",
4027
+ methodKind: "ordinary",
4028
+ isOverride: true
4029
+ },
4030
+ MakeArrayType: {
4031
+ kind: "method",
4032
+ methodKind: "ordinary",
4033
+ isOverride: true
4034
+ },
4035
+ MakeByRefType: {
4036
+ kind: "method",
4037
+ methodKind: "ordinary",
4038
+ isOverride: true
4039
+ },
4040
+ MakeGenericType: {
4041
+ kind: "method",
4042
+ methodKind: "ordinary",
4043
+ isOverride: true
4044
+ },
4045
+ MakePointerType: {
4046
+ kind: "method",
4047
+ methodKind: "ordinary",
4048
+ isOverride: true
4049
+ },
4050
+ SetCustomAttribute: {
4051
+ kind: "method",
4052
+ methodKind: "ordinary"
4053
+ },
4054
+ SetCustomAttributeCore: {
4055
+ kind: "method",
4056
+ methodKind: "ordinary",
4057
+ isAbstract: true
4058
+ },
4059
+ SetParent: {
4060
+ kind: "method",
4061
+ methodKind: "ordinary"
4062
+ },
4063
+ SetParentCore: {
4064
+ kind: "method",
4065
+ methodKind: "ordinary",
4066
+ isAbstract: true
4067
+ },
4068
+ ToString: {
4069
+ kind: "method",
4070
+ methodKind: "ordinary",
4071
+ isOverride: true
4072
+ },
4073
+ Assembly: {
4074
+ kind: "property",
4075
+ type: () => {
4076
+ return Reflection.Assembly;
4077
+ },
4078
+ isOverride: true
4079
+ },
4080
+ AssemblyQualifiedName: {
4081
+ kind: "property",
4082
+ type: () => {
4083
+ return System.String;
4084
+ },
4085
+ isNullable: true,
4086
+ isOverride: true
4087
+ },
4088
+ BaseType: {
4089
+ kind: "property",
4090
+ type: () => {
4091
+ return System.Type;
4092
+ },
4093
+ isNullable: true,
4094
+ isOverride: true
4095
+ },
4096
+ DeclaringMethod: {
4097
+ kind: "property",
4098
+ type: () => {
4099
+ return Reflection.MethodBase;
4100
+ },
4101
+ isNullable: true,
4102
+ isOverride: true
4103
+ },
4104
+ DeclaringType: {
4105
+ kind: "property",
4106
+ type: () => {
4107
+ return System.Type;
4108
+ },
4109
+ isNullable: true,
4110
+ isOverride: true
4111
+ },
4112
+ FullName: {
4113
+ kind: "property",
4114
+ type: () => {
4115
+ return System.String;
4116
+ },
4117
+ isNullable: true,
4118
+ isOverride: true
4119
+ },
4120
+ GenericParameterAttributes: {
4121
+ kind: "property",
4122
+ type: () => {
4123
+ return Reflection.GenericParameterAttributes;
4124
+ },
4125
+ isOverride: true
4126
+ },
4127
+ GenericParameterPosition: {
4128
+ kind: "property",
4129
+ type: () => {
4130
+ return System.Int32;
4131
+ },
4132
+ isOverride: true
4133
+ },
4134
+ GUID: {
4135
+ kind: "property",
4136
+ type: () => {
4137
+ return System.Guid;
4138
+ },
4139
+ isOverride: true
4140
+ },
4141
+ IsByRefLike: {
4142
+ kind: "property",
4143
+ type: () => {
4144
+ return System.Boolean;
4145
+ },
4146
+ isOverride: true
4147
+ },
4148
+ IsConstructedGenericType: {
4149
+ kind: "property",
4150
+ type: () => {
4151
+ return System.Boolean;
4152
+ },
4153
+ isOverride: true
4154
+ },
4155
+ IsGenericParameter: {
4156
+ kind: "property",
4157
+ type: () => {
4158
+ return System.Boolean;
4159
+ },
4160
+ isOverride: true
4161
+ },
4162
+ IsGenericType: {
4163
+ kind: "property",
4164
+ type: () => {
4165
+ return System.Boolean;
4166
+ },
4167
+ isOverride: true
4168
+ },
4169
+ IsGenericTypeDefinition: {
4170
+ kind: "property",
4171
+ type: () => {
4172
+ return System.Boolean;
4173
+ },
4174
+ isOverride: true
4175
+ },
4176
+ IsSecurityCritical: {
4177
+ kind: "property",
4178
+ type: () => {
4179
+ return System.Boolean;
4180
+ },
4181
+ isOverride: true
4182
+ },
4183
+ IsSecuritySafeCritical: {
4184
+ kind: "property",
4185
+ type: () => {
4186
+ return System.Boolean;
4187
+ },
4188
+ isOverride: true
4189
+ },
4190
+ IsSecurityTransparent: {
4191
+ kind: "property",
4192
+ type: () => {
4193
+ return System.Boolean;
4194
+ },
4195
+ isOverride: true
4196
+ },
4197
+ IsSZArray: {
4198
+ kind: "property",
4199
+ type: () => {
4200
+ return System.Boolean;
4201
+ },
4202
+ isOverride: true
4203
+ },
4204
+ IsTypeDefinition: {
4205
+ kind: "property",
4206
+ type: () => {
4207
+ return System.Boolean;
4208
+ },
4209
+ isOverride: true
4210
+ },
4211
+ MetadataToken: {
4212
+ kind: "property",
4213
+ type: () => {
4214
+ return System.Int32;
4215
+ },
4216
+ isOverride: true
4217
+ },
4218
+ Module: {
4219
+ kind: "property",
4220
+ type: () => {
4221
+ return Reflection.Module;
4222
+ },
4223
+ isOverride: true
4224
+ },
4225
+ Name: {
4226
+ kind: "property",
4227
+ type: () => {
4228
+ return System.String;
4229
+ },
4230
+ isOverride: true
4231
+ },
4232
+ Namespace: {
4233
+ kind: "property",
4234
+ type: () => {
4235
+ return System.String;
4236
+ },
4237
+ isNullable: true,
4238
+ isOverride: true
4239
+ },
4240
+ PackingSize: {
4241
+ kind: "property",
4242
+ type: () => {
4243
+ return Emit.PackingSize;
4244
+ }
4245
+ },
4246
+ PackingSizeCore: {
4247
+ kind: "property",
4248
+ type: () => {
4249
+ return Emit.PackingSize;
4250
+ },
4251
+ isAbstract: true
4252
+ },
4253
+ ReflectedType: {
4254
+ kind: "property",
4255
+ type: () => {
4256
+ return System.Type;
4257
+ },
4258
+ isNullable: true,
4259
+ isOverride: true
4260
+ },
4261
+ Size: {
4262
+ kind: "property",
4263
+ type: () => {
4264
+ return System.Int32;
4265
+ }
4266
+ },
4267
+ SizeCore: {
4268
+ kind: "property",
4269
+ type: () => {
4270
+ return System.Int32;
4271
+ },
4272
+ isAbstract: true
4273
+ },
4274
+ TypeHandle: {
4275
+ kind: "property",
4276
+ type: () => {
4277
+ return System.RuntimeTypeHandle;
4278
+ },
4279
+ isOverride: true
4280
+ },
4281
+ UnderlyingSystemType: {
4282
+ kind: "property",
4283
+ type: () => {
4284
+ return System.Type;
4285
+ },
4286
+ isOverride: true
4287
+ }
4288
+ },
4289
+ isAbstract: true
4290
+ }
4291
+ });
4292
+ export default Emit;
4293
+ //# sourceMappingURL=index.js.map