@alloy-js/csharp 0.21.0-dev.13 → 0.21.0-dev.14

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 (599) hide show
  1. package/dist/scripts/generate-builtins.js +2 -0
  2. package/dist/scripts/generate-builtins.js.map +1 -1
  3. package/dist/scripts/process-docfx.d.ts.map +1 -1
  4. package/dist/scripts/process-docfx.js +22 -10
  5. package/dist/scripts/process-docfx.js.map +1 -1
  6. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts +12 -0
  7. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts.map +1 -0
  8. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  9. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  10. package/dist/src/builtins/Microsoft/CSharp/index.d.ts +6 -0
  11. package/dist/src/builtins/Microsoft/CSharp/index.d.ts.map +1 -0
  12. package/dist/src/builtins/Microsoft/CSharp/index.js +5 -0
  13. package/dist/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  14. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts +102 -0
  15. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts.map +1 -0
  16. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  17. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  18. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts +491 -0
  19. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts.map +1 -0
  20. package/dist/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  21. package/dist/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  22. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +50 -0
  23. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -1
  24. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +203 -0
  25. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -1
  26. package/dist/src/builtins/Microsoft/Win32/index.d.ts +74 -1
  27. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -1
  28. package/dist/src/builtins/Microsoft/Win32/index.js +358 -1
  29. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -1
  30. package/dist/src/builtins/Microsoft/index.d.ts +2 -0
  31. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -1
  32. package/dist/src/builtins/Microsoft/index.js +2 -0
  33. package/dist/src/builtins/Microsoft/index.js.map +1 -1
  34. package/dist/src/builtins/System/Buffers/Binary/index.d.ts +113 -0
  35. package/dist/src/builtins/System/Buffers/Binary/index.d.ts.map +1 -0
  36. package/dist/src/builtins/System/Buffers/Binary/index.js +536 -0
  37. package/dist/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  38. package/dist/src/builtins/System/Buffers/Text/index.d.ts +6 -0
  39. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -1
  40. package/dist/src/builtins/System/Buffers/Text/index.js +22 -0
  41. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -1
  42. package/dist/src/builtins/System/Buffers/index.d.ts +85 -0
  43. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -1
  44. package/dist/src/builtins/System/Buffers/index.js +391 -0
  45. package/dist/src/builtins/System/Buffers/index.js.map +1 -1
  46. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts +100 -0
  47. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts.map +1 -0
  48. package/dist/src/builtins/System/Collections/Concurrent/index.js +399 -0
  49. package/dist/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  50. package/dist/src/builtins/System/Collections/Frozen/index.d.ts +29 -0
  51. package/dist/src/builtins/System/Collections/Frozen/index.d.ts.map +1 -0
  52. package/dist/src/builtins/System/Collections/Frozen/index.js +88 -0
  53. package/dist/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  54. package/dist/src/builtins/System/Collections/Generic/index.d.ts +176 -0
  55. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -1
  56. package/dist/src/builtins/System/Collections/Generic/index.js +636 -0
  57. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -1
  58. package/dist/src/builtins/System/Collections/Immutable/index.d.ts +273 -0
  59. package/dist/src/builtins/System/Collections/Immutable/index.d.ts.map +1 -0
  60. package/dist/src/builtins/System/Collections/Immutable/index.js +1049 -0
  61. package/dist/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  62. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +48 -0
  63. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -1
  64. package/dist/src/builtins/System/Collections/ObjectModel/index.js +209 -0
  65. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -1
  66. package/dist/src/builtins/System/Collections/Specialized/index.d.ts +162 -0
  67. package/dist/src/builtins/System/Collections/Specialized/index.d.ts.map +1 -0
  68. package/dist/src/builtins/System/Collections/Specialized/index.js +716 -0
  69. package/dist/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  70. package/dist/src/builtins/System/Collections/index.d.ts +151 -0
  71. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -1
  72. package/dist/src/builtins/System/Collections/index.js +807 -86
  73. package/dist/src/builtins/System/Collections/index.js.map +1 -1
  74. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts +40 -0
  75. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts.map +1 -0
  76. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  77. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  78. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts +274 -0
  79. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts.map +1 -0
  80. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  81. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  82. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts +128 -0
  83. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts.map +1 -0
  84. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  85. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  86. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts +428 -0
  87. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts.map +1 -0
  88. package/dist/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  89. package/dist/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  90. package/dist/src/builtins/System/ComponentModel/index.d.ts +1407 -0
  91. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -1
  92. package/dist/src/builtins/System/ComponentModel/index.js +6587 -24
  93. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -1
  94. package/dist/src/builtins/System/Data/Common/index.d.ts +611 -0
  95. package/dist/src/builtins/System/Data/Common/index.d.ts.map +1 -0
  96. package/dist/src/builtins/System/Data/Common/index.js +3279 -0
  97. package/dist/src/builtins/System/Data/Common/index.js.map +1 -0
  98. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts +541 -0
  99. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts.map +1 -0
  100. package/dist/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  101. package/dist/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  102. package/dist/src/builtins/System/Data/index.d.ts +967 -0
  103. package/dist/src/builtins/System/Data/index.d.ts.map +1 -0
  104. package/dist/src/builtins/System/Data/index.js +4504 -0
  105. package/dist/src/builtins/System/Data/index.js.map +1 -0
  106. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts +76 -0
  107. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts.map +1 -0
  108. package/dist/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  109. package/dist/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  110. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts +83 -0
  111. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts.map +1 -0
  112. package/dist/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  113. package/dist/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  114. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts +138 -0
  115. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts.map +1 -0
  116. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  117. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  118. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts +206 -0
  119. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts.map +1 -0
  120. package/dist/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  121. package/dist/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  122. package/dist/src/builtins/System/Diagnostics/index.d.ts +685 -0
  123. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -1
  124. package/dist/src/builtins/System/Diagnostics/index.js +3568 -251
  125. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -1
  126. package/dist/src/builtins/System/Drawing/index.d.ts +558 -0
  127. package/dist/src/builtins/System/Drawing/index.d.ts.map +1 -0
  128. package/dist/src/builtins/System/Drawing/index.js +3305 -0
  129. package/dist/src/builtins/System/Drawing/index.js.map +1 -0
  130. package/dist/src/builtins/System/Dynamic/index.d.ts +170 -0
  131. package/dist/src/builtins/System/Dynamic/index.d.ts.map +1 -0
  132. package/dist/src/builtins/System/Dynamic/index.js +795 -0
  133. package/dist/src/builtins/System/Dynamic/index.js.map +1 -0
  134. package/dist/src/builtins/System/Formats/Asn1/index.d.ts +173 -0
  135. package/dist/src/builtins/System/Formats/Asn1/index.d.ts.map +1 -0
  136. package/dist/src/builtins/System/Formats/Asn1/index.js +843 -0
  137. package/dist/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  138. package/dist/src/builtins/System/Formats/Tar/index.d.ts +96 -0
  139. package/dist/src/builtins/System/Formats/Tar/index.d.ts.map +1 -0
  140. package/dist/src/builtins/System/Formats/Tar/index.js +436 -0
  141. package/dist/src/builtins/System/Formats/Tar/index.js.map +1 -0
  142. package/dist/src/builtins/System/Formats/index.d.ts +7 -0
  143. package/dist/src/builtins/System/Formats/index.d.ts.map +1 -0
  144. package/dist/src/builtins/System/Formats/index.js +6 -0
  145. package/dist/src/builtins/System/Formats/index.js.map +1 -0
  146. package/dist/src/builtins/System/IO/Compression/index.d.ts +186 -0
  147. package/dist/src/builtins/System/IO/Compression/index.d.ts.map +1 -0
  148. package/dist/src/builtins/System/IO/Compression/index.js +894 -0
  149. package/dist/src/builtins/System/IO/Compression/index.js.map +1 -0
  150. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts +103 -0
  151. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts.map +1 -0
  152. package/dist/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  153. package/dist/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  154. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts +56 -0
  155. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts.map +1 -0
  156. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  157. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  158. package/dist/src/builtins/System/IO/Pipelines/index.d.ts +93 -0
  159. package/dist/src/builtins/System/IO/Pipelines/index.d.ts.map +1 -0
  160. package/dist/src/builtins/System/IO/Pipelines/index.js +415 -0
  161. package/dist/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  162. package/dist/src/builtins/System/IO/Pipes/index.d.ts +157 -0
  163. package/dist/src/builtins/System/IO/Pipes/index.d.ts.map +1 -0
  164. package/dist/src/builtins/System/IO/Pipes/index.js +723 -0
  165. package/dist/src/builtins/System/IO/Pipes/index.js.map +1 -0
  166. package/dist/src/builtins/System/IO/index.d.ts +140 -0
  167. package/dist/src/builtins/System/IO/index.d.ts.map +1 -1
  168. package/dist/src/builtins/System/IO/index.js +630 -0
  169. package/dist/src/builtins/System/IO/index.js.map +1 -1
  170. package/dist/src/builtins/System/Linq/Expressions/index.d.ts +429 -0
  171. package/dist/src/builtins/System/Linq/Expressions/index.d.ts.map +1 -0
  172. package/dist/src/builtins/System/Linq/Expressions/index.js +2253 -0
  173. package/dist/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  174. package/dist/src/builtins/System/Linq/index.d.ts +73 -0
  175. package/dist/src/builtins/System/Linq/index.d.ts.map +1 -0
  176. package/dist/src/builtins/System/Linq/index.js +275 -0
  177. package/dist/src/builtins/System/Linq/index.js.map +1 -0
  178. package/dist/src/builtins/System/Net/Cache/index.d.ts +48 -0
  179. package/dist/src/builtins/System/Net/Cache/index.d.ts.map +1 -0
  180. package/dist/src/builtins/System/Net/Cache/index.js +217 -0
  181. package/dist/src/builtins/System/Net/Cache/index.js.map +1 -0
  182. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts +335 -0
  183. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts.map +1 -0
  184. package/dist/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  185. package/dist/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  186. package/dist/src/builtins/System/Net/Http/Json/index.d.ts +21 -0
  187. package/dist/src/builtins/System/Net/Http/Json/index.d.ts.map +1 -0
  188. package/dist/src/builtins/System/Net/Http/Json/index.js +72 -0
  189. package/dist/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  190. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts +13 -0
  191. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts.map +1 -0
  192. package/dist/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  193. package/dist/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  194. package/dist/src/builtins/System/Net/Http/index.d.ts +305 -0
  195. package/dist/src/builtins/System/Net/Http/index.d.ts.map +1 -0
  196. package/dist/src/builtins/System/Net/Http/index.js +1458 -0
  197. package/dist/src/builtins/System/Net/Http/index.js.map +1 -0
  198. package/dist/src/builtins/System/Net/Mail/index.d.ts +182 -0
  199. package/dist/src/builtins/System/Net/Mail/index.d.ts.map +1 -0
  200. package/dist/src/builtins/System/Net/Mail/index.js +871 -0
  201. package/dist/src/builtins/System/Net/Mail/index.js.map +1 -0
  202. package/dist/src/builtins/System/Net/Mime/index.d.ts +100 -0
  203. package/dist/src/builtins/System/Net/Mime/index.d.ts.map +1 -0
  204. package/dist/src/builtins/System/Net/Mime/index.js +500 -0
  205. package/dist/src/builtins/System/Net/Mime/index.js.map +1 -0
  206. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts +506 -0
  207. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts.map +1 -0
  208. package/dist/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  209. package/dist/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  210. package/dist/src/builtins/System/Net/Quic/index.d.ts +129 -0
  211. package/dist/src/builtins/System/Net/Quic/index.d.ts.map +1 -0
  212. package/dist/src/builtins/System/Net/Quic/index.js +635 -0
  213. package/dist/src/builtins/System/Net/Quic/index.js.map +1 -0
  214. package/dist/src/builtins/System/Net/Security/index.d.ts +277 -0
  215. package/dist/src/builtins/System/Net/Security/index.d.ts.map +1 -0
  216. package/dist/src/builtins/System/Net/Security/index.js +1432 -0
  217. package/dist/src/builtins/System/Net/Security/index.js.map +1 -0
  218. package/dist/src/builtins/System/Net/Sockets/index.d.ts +593 -0
  219. package/dist/src/builtins/System/Net/Sockets/index.d.ts.map +1 -0
  220. package/dist/src/builtins/System/Net/Sockets/index.js +3095 -0
  221. package/dist/src/builtins/System/Net/Sockets/index.js.map +1 -0
  222. package/dist/src/builtins/System/Net/WebSockets/index.d.ts +165 -0
  223. package/dist/src/builtins/System/Net/WebSockets/index.d.ts.map +1 -0
  224. package/dist/src/builtins/System/Net/WebSockets/index.js +876 -0
  225. package/dist/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  226. package/dist/src/builtins/System/Net/index.d.ts +1052 -0
  227. package/dist/src/builtins/System/Net/index.d.ts.map +1 -1
  228. package/dist/src/builtins/System/Net/index.js +5440 -0
  229. package/dist/src/builtins/System/Net/index.js.map +1 -1
  230. package/dist/src/builtins/System/Numerics/index.d.ts +469 -0
  231. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -1
  232. package/dist/src/builtins/System/Numerics/index.js +2989 -516
  233. package/dist/src/builtins/System/Numerics/index.js.map +1 -1
  234. package/dist/src/builtins/System/Reflection/Emit/index.d.ts +769 -0
  235. package/dist/src/builtins/System/Reflection/Emit/index.d.ts.map +1 -0
  236. package/dist/src/builtins/System/Reflection/Emit/index.js +4293 -0
  237. package/dist/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  238. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts +513 -0
  239. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts.map +1 -0
  240. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  241. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  242. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts +1333 -0
  243. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts.map +1 -0
  244. package/dist/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  245. package/dist/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  246. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts +383 -0
  247. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts.map +1 -0
  248. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  249. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  250. package/dist/src/builtins/System/Reflection/index.d.ts +120 -0
  251. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -1
  252. package/dist/src/builtins/System/Reflection/index.js +569 -0
  253. package/dist/src/builtins/System/Reflection/index.js.map +1 -1
  254. package/dist/src/builtins/System/Resources/index.d.ts +14 -0
  255. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -1
  256. package/dist/src/builtins/System/Resources/index.js +54 -0
  257. package/dist/src/builtins/System/Resources/index.js.map +1 -1
  258. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +90 -0
  259. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -1
  260. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +365 -0
  261. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -1
  262. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts +23 -0
  263. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts.map +1 -0
  264. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  265. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  266. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts +54 -0
  267. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts.map +1 -0
  268. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  269. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  270. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +175 -0
  271. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -1
  272. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +702 -0
  273. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -1
  274. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts +24 -0
  275. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts.map +1 -0
  276. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  277. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  278. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +616 -0
  279. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -1
  280. package/dist/src/builtins/System/Runtime/InteropServices/index.js +3199 -347
  281. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -1
  282. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts +273 -0
  283. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts.map +1 -0
  284. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  285. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  286. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts +73 -0
  287. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts.map +1 -0
  288. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  289. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  290. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts +311 -0
  291. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts.map +1 -0
  292. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  293. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  294. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts +57 -0
  295. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts.map +1 -0
  296. package/dist/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  297. package/dist/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  298. package/dist/src/builtins/System/Runtime/Loader/index.d.ts +35 -0
  299. package/dist/src/builtins/System/Runtime/Loader/index.d.ts.map +1 -0
  300. package/dist/src/builtins/System/Runtime/Loader/index.js +140 -0
  301. package/dist/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  302. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts +51 -0
  303. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts.map +1 -0
  304. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  305. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  306. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts +17 -0
  307. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts.map +1 -0
  308. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  309. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  310. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts +24 -0
  311. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts.map +1 -0
  312. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  313. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  314. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts +45 -0
  315. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts.map +1 -0
  316. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  317. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  318. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +256 -0
  319. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -1
  320. package/dist/src/builtins/System/Runtime/Serialization/index.js +1143 -0
  321. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -1
  322. package/dist/src/builtins/System/Runtime/index.d.ts +2 -0
  323. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -1
  324. package/dist/src/builtins/System/Runtime/index.js +2 -0
  325. package/dist/src/builtins/System/Runtime/index.js.map +1 -1
  326. package/dist/src/builtins/System/Security/AccessControl/index.d.ts +485 -0
  327. package/dist/src/builtins/System/Security/AccessControl/index.d.ts.map +1 -0
  328. package/dist/src/builtins/System/Security/AccessControl/index.js +2343 -0
  329. package/dist/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  330. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts +43 -0
  331. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts.map +1 -0
  332. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  333. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  334. package/dist/src/builtins/System/Security/Authentication/index.d.ts +49 -0
  335. package/dist/src/builtins/System/Security/Authentication/index.d.ts.map +1 -0
  336. package/dist/src/builtins/System/Security/Authentication/index.js +212 -0
  337. package/dist/src/builtins/System/Security/Authentication/index.js.map +1 -0
  338. package/dist/src/builtins/System/Security/Claims/index.d.ts +152 -0
  339. package/dist/src/builtins/System/Security/Claims/index.d.ts.map +1 -0
  340. package/dist/src/builtins/System/Security/Claims/index.js +844 -0
  341. package/dist/src/builtins/System/Security/Claims/index.js.map +1 -0
  342. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts +551 -0
  343. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts.map +1 -0
  344. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  345. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  346. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +1369 -0
  347. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -1
  348. package/dist/src/builtins/System/Security/Cryptography/index.js +6660 -1
  349. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -1
  350. package/dist/src/builtins/System/Security/Policy/index.d.ts +28 -0
  351. package/dist/src/builtins/System/Security/Policy/index.d.ts.map +1 -0
  352. package/dist/src/builtins/System/Security/Policy/index.js +101 -0
  353. package/dist/src/builtins/System/Security/Policy/index.js.map +1 -0
  354. package/dist/src/builtins/System/Security/Principal/index.d.ts +225 -0
  355. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -1
  356. package/dist/src/builtins/System/Security/Principal/index.js +1234 -0
  357. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -1
  358. package/dist/src/builtins/System/Security/index.d.ts +23 -0
  359. package/dist/src/builtins/System/Security/index.d.ts.map +1 -1
  360. package/dist/src/builtins/System/Security/index.js +82 -0
  361. package/dist/src/builtins/System/Security/index.js.map +1 -1
  362. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts +41 -0
  363. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts.map +1 -0
  364. package/dist/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  365. package/dist/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  366. package/dist/src/builtins/System/Text/Encodings/index.d.ts +6 -0
  367. package/dist/src/builtins/System/Text/Encodings/index.d.ts.map +1 -0
  368. package/dist/src/builtins/System/Text/Encodings/index.js +5 -0
  369. package/dist/src/builtins/System/Text/Encodings/index.js.map +1 -0
  370. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts +63 -0
  371. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts.map +1 -0
  372. package/dist/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  373. package/dist/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  374. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts +21 -0
  375. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts.map +1 -0
  376. package/dist/src/builtins/System/Text/Json/Schema/index.js +78 -0
  377. package/dist/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  378. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts +69 -0
  379. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts.map +1 -0
  380. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  381. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  382. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts +194 -0
  383. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts.map +1 -0
  384. package/dist/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  385. package/dist/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  386. package/dist/src/builtins/System/Text/Json/index.d.ts +251 -0
  387. package/dist/src/builtins/System/Text/Json/index.d.ts.map +1 -0
  388. package/dist/src/builtins/System/Text/Json/index.js +1185 -0
  389. package/dist/src/builtins/System/Text/Json/index.js.map +1 -0
  390. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts +152 -0
  391. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts.map +1 -0
  392. package/dist/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  393. package/dist/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  394. package/dist/src/builtins/System/Text/Unicode/index.d.ts +170 -0
  395. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -1
  396. package/dist/src/builtins/System/Text/Unicode/index.js +1168 -0
  397. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -1
  398. package/dist/src/builtins/System/Text/index.d.ts +104 -0
  399. package/dist/src/builtins/System/Text/index.d.ts.map +1 -1
  400. package/dist/src/builtins/System/Text/index.js +470 -0
  401. package/dist/src/builtins/System/Text/index.js.map +1 -1
  402. package/dist/src/builtins/System/Threading/Channels/index.d.ts +56 -0
  403. package/dist/src/builtins/System/Threading/Channels/index.d.ts.map +1 -0
  404. package/dist/src/builtins/System/Threading/Channels/index.js +229 -0
  405. package/dist/src/builtins/System/Threading/Channels/index.js.map +1 -0
  406. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts +159 -0
  407. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts.map +1 -0
  408. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  409. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  410. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +23 -0
  411. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -1
  412. package/dist/src/builtins/System/Threading/Tasks/index.js +100 -0
  413. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -1
  414. package/dist/src/builtins/System/Threading/index.d.ts +441 -0
  415. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -1
  416. package/dist/src/builtins/System/Threading/index.js +2052 -132
  417. package/dist/src/builtins/System/Threading/index.js.map +1 -1
  418. package/dist/src/builtins/System/Timers/index.d.ts +34 -0
  419. package/dist/src/builtins/System/Timers/index.d.ts.map +1 -0
  420. package/dist/src/builtins/System/Timers/index.js +129 -0
  421. package/dist/src/builtins/System/Timers/index.js.map +1 -0
  422. package/dist/src/builtins/System/Transactions/index.d.ts +183 -0
  423. package/dist/src/builtins/System/Transactions/index.d.ts.map +1 -0
  424. package/dist/src/builtins/System/Transactions/index.js +727 -0
  425. package/dist/src/builtins/System/Transactions/index.js.map +1 -0
  426. package/dist/src/builtins/System/Web/index.d.ts +24 -0
  427. package/dist/src/builtins/System/Web/index.d.ts.map +1 -0
  428. package/dist/src/builtins/System/Web/index.js +84 -0
  429. package/dist/src/builtins/System/Web/index.js.map +1 -0
  430. package/dist/src/builtins/System/Windows/Input/index.d.ts +10 -0
  431. package/dist/src/builtins/System/Windows/Input/index.d.ts.map +1 -0
  432. package/dist/src/builtins/System/Windows/Input/index.js +18 -0
  433. package/dist/src/builtins/System/Windows/Input/index.js.map +1 -0
  434. package/dist/src/builtins/System/Windows/Markup/index.d.ts +11 -0
  435. package/dist/src/builtins/System/Windows/Markup/index.d.ts.map +1 -0
  436. package/dist/src/builtins/System/Windows/Markup/index.js +28 -0
  437. package/dist/src/builtins/System/Windows/Markup/index.js.map +1 -0
  438. package/dist/src/builtins/System/Windows/index.d.ts +7 -0
  439. package/dist/src/builtins/System/Windows/index.d.ts.map +1 -0
  440. package/dist/src/builtins/System/Windows/index.js +6 -0
  441. package/dist/src/builtins/System/Windows/index.js.map +1 -0
  442. package/dist/src/builtins/System/Xml/Linq/index.d.ts +234 -0
  443. package/dist/src/builtins/System/Xml/Linq/index.d.ts.map +1 -0
  444. package/dist/src/builtins/System/Xml/Linq/index.js +1086 -0
  445. package/dist/src/builtins/System/Xml/Linq/index.js.map +1 -0
  446. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts +23 -0
  447. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts.map +1 -0
  448. package/dist/src/builtins/System/Xml/Resolvers/index.js +86 -0
  449. package/dist/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  450. package/dist/src/builtins/System/Xml/Schema/index.d.ts +630 -0
  451. package/dist/src/builtins/System/Xml/Schema/index.d.ts.map +1 -0
  452. package/dist/src/builtins/System/Xml/Schema/index.js +2993 -0
  453. package/dist/src/builtins/System/Xml/Schema/index.js.map +1 -0
  454. package/dist/src/builtins/System/Xml/Serialization/index.d.ts +534 -0
  455. package/dist/src/builtins/System/Xml/Serialization/index.d.ts.map +1 -0
  456. package/dist/src/builtins/System/Xml/Serialization/index.js +2356 -0
  457. package/dist/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  458. package/dist/src/builtins/System/Xml/XPath/index.d.ts +180 -0
  459. package/dist/src/builtins/System/Xml/XPath/index.d.ts.map +1 -0
  460. package/dist/src/builtins/System/Xml/XPath/index.js +917 -0
  461. package/dist/src/builtins/System/Xml/XPath/index.js.map +1 -0
  462. package/dist/src/builtins/System/Xml/Xsl/index.d.ts +76 -0
  463. package/dist/src/builtins/System/Xml/Xsl/index.d.ts.map +1 -0
  464. package/dist/src/builtins/System/Xml/Xsl/index.js +315 -0
  465. package/dist/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  466. package/dist/src/builtins/System/Xml/index.d.ts +1114 -0
  467. package/dist/src/builtins/System/Xml/index.d.ts.map +1 -0
  468. package/dist/src/builtins/System/Xml/index.js +5736 -0
  469. package/dist/src/builtins/System/Xml/index.js.map +1 -0
  470. package/dist/src/builtins/System/index.d.ts +283 -0
  471. package/dist/src/builtins/System/index.d.ts.map +1 -1
  472. package/dist/src/builtins/System/index.js +1517 -0
  473. package/dist/src/builtins/System/index.js.map +1 -1
  474. package/dist/src/create-library.test.d.ts +0 -8
  475. package/dist/src/create-library.test.d.ts.map +1 -1
  476. package/dist/src/create-library.test.js +0 -9
  477. package/dist/src/create-library.test.js.map +1 -1
  478. package/dist/tsconfig.tsbuildinfo +1 -1
  479. package/package.json +4 -3
  480. package/scripts/generate-builtins.tsx +2 -1
  481. package/scripts/process-docfx.tsx +22 -10
  482. package/src/builtins/Microsoft/CSharp/RuntimeBinder/index.ts +32 -0
  483. package/src/builtins/Microsoft/CSharp/index.ts +8 -0
  484. package/src/builtins/Microsoft/VisualBasic/FileIO/index.ts +573 -0
  485. package/src/builtins/Microsoft/VisualBasic/index.ts +3021 -0
  486. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +253 -0
  487. package/src/builtins/Microsoft/Win32/index.ts +431 -2
  488. package/src/builtins/Microsoft/index.ts +3 -1
  489. package/src/builtins/System/Buffers/Binary/index.ts +646 -0
  490. package/src/builtins/System/Buffers/Text/index.ts +28 -0
  491. package/src/builtins/System/Buffers/index.ts +478 -1
  492. package/src/builtins/System/Collections/Concurrent/index.ts +497 -0
  493. package/src/builtins/System/Collections/Frozen/index.ts +115 -0
  494. package/src/builtins/System/Collections/Generic/index.ts +814 -0
  495. package/src/builtins/System/Collections/Immutable/index.ts +1322 -0
  496. package/src/builtins/System/Collections/ObjectModel/index.ts +257 -0
  497. package/src/builtins/System/Collections/Specialized/index.ts +878 -0
  498. package/src/builtins/System/Collections/index.ts +1069 -201
  499. package/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.ts +181 -0
  500. package/src/builtins/System/ComponentModel/DataAnnotations/index.ts +1507 -0
  501. package/src/builtins/System/ComponentModel/Design/Serialization/index.ts +661 -0
  502. package/src/builtins/System/ComponentModel/Design/index.ts +2432 -0
  503. package/src/builtins/System/ComponentModel/index.ts +8006 -35
  504. package/src/builtins/System/Data/Common/index.ts +3888 -0
  505. package/src/builtins/System/Data/SqlTypes/index.ts +3194 -0
  506. package/src/builtins/System/Data/index.ts +5476 -0
  507. package/src/builtins/System/Diagnostics/Contracts/index.ts +383 -0
  508. package/src/builtins/System/Diagnostics/Metrics/index.ts +404 -0
  509. package/src/builtins/System/Diagnostics/SymbolStore/index.ts +746 -0
  510. package/src/builtins/System/Diagnostics/Tracing/index.ts +1160 -0
  511. package/src/builtins/System/Diagnostics/index.ts +4293 -295
  512. package/src/builtins/System/Drawing/index.ts +3861 -0
  513. package/src/builtins/System/Dynamic/index.ts +963 -0
  514. package/src/builtins/System/Formats/Asn1/index.ts +1014 -0
  515. package/src/builtins/System/Formats/Tar/index.ts +530 -0
  516. package/src/builtins/System/Formats/index.ts +9 -0
  517. package/src/builtins/System/IO/Compression/index.ts +1078 -0
  518. package/src/builtins/System/IO/IsolatedStorage/index.ts +596 -0
  519. package/src/builtins/System/IO/MemoryMappedFiles/index.ts +305 -0
  520. package/src/builtins/System/IO/Pipelines/index.ts +506 -0
  521. package/src/builtins/System/IO/Pipes/index.ts +878 -0
  522. package/src/builtins/System/IO/index.ts +777 -12
  523. package/src/builtins/System/Linq/Expressions/index.ts +2680 -0
  524. package/src/builtins/System/Linq/index.ts +352 -0
  525. package/src/builtins/System/Net/Cache/index.ts +263 -0
  526. package/src/builtins/System/Net/Http/Headers/index.ts +2001 -0
  527. package/src/builtins/System/Net/Http/Json/index.ts +91 -0
  528. package/src/builtins/System/Net/Http/Metrics/index.ts +51 -0
  529. package/src/builtins/System/Net/Http/index.ts +1757 -0
  530. package/src/builtins/System/Net/Mail/index.ts +1051 -0
  531. package/src/builtins/System/Net/Mime/index.ts +598 -0
  532. package/src/builtins/System/Net/NetworkInformation/index.ts +3282 -0
  533. package/src/builtins/System/Net/Quic/index.ts +762 -0
  534. package/src/builtins/System/Net/Security/index.ts +1709 -0
  535. package/src/builtins/System/Net/Sockets/index.ts +3686 -0
  536. package/src/builtins/System/Net/WebSockets/index.ts +1039 -0
  537. package/src/builtins/System/Net/index.ts +6484 -1
  538. package/src/builtins/System/Numerics/index.ts +3378 -436
  539. package/src/builtins/System/Reflection/Emit/index.ts +5060 -0
  540. package/src/builtins/System/Reflection/Metadata/Ecma335/index.ts +2729 -0
  541. package/src/builtins/System/Reflection/Metadata/index.ts +7374 -0
  542. package/src/builtins/System/Reflection/PortableExecutable/index.ts +2401 -0
  543. package/src/builtins/System/Reflection/index.ts +686 -1
  544. package/src/builtins/System/Resources/index.ts +68 -0
  545. package/src/builtins/System/Runtime/CompilerServices/index.ts +477 -0
  546. package/src/builtins/System/Runtime/InteropServices/ComTypes/index.ts +87 -0
  547. package/src/builtins/System/Runtime/InteropServices/JavaScript/index.ts +290 -0
  548. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +884 -7
  549. package/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.ts +100 -0
  550. package/src/builtins/System/Runtime/InteropServices/index.ts +3768 -297
  551. package/src/builtins/System/Runtime/Intrinsics/Arm/index.ts +1568 -0
  552. package/src/builtins/System/Runtime/Intrinsics/Wasm/index.ts +409 -0
  553. package/src/builtins/System/Runtime/Intrinsics/X86/index.ts +1681 -0
  554. package/src/builtins/System/Runtime/Intrinsics/index.ts +324 -0
  555. package/src/builtins/System/Runtime/Loader/index.ts +173 -0
  556. package/src/builtins/System/Runtime/Serialization/DataContracts/index.ts +314 -0
  557. package/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.ts +76 -0
  558. package/src/builtins/System/Runtime/Serialization/Formatters/index.ts +103 -0
  559. package/src/builtins/System/Runtime/Serialization/Json/index.ts +235 -0
  560. package/src/builtins/System/Runtime/Serialization/index.ts +1401 -4
  561. package/src/builtins/System/Runtime/index.ts +2 -0
  562. package/src/builtins/System/Security/AccessControl/index.ts +2826 -0
  563. package/src/builtins/System/Security/Authentication/ExtendedProtection/index.ts +210 -0
  564. package/src/builtins/System/Security/Authentication/index.ts +256 -0
  565. package/src/builtins/System/Security/Claims/index.ts +994 -0
  566. package/src/builtins/System/Security/Cryptography/X509Certificates/index.ts +3182 -0
  567. package/src/builtins/System/Security/Cryptography/index.ts +8030 -3
  568. package/src/builtins/System/Security/Policy/index.ts +127 -0
  569. package/src/builtins/System/Security/Principal/index.ts +1470 -11
  570. package/src/builtins/System/Security/index.ts +102 -1
  571. package/src/builtins/System/Text/Encodings/Web/index.ts +200 -0
  572. package/src/builtins/System/Text/Encodings/index.ts +8 -0
  573. package/src/builtins/System/Text/Json/Nodes/index.ts +311 -0
  574. package/src/builtins/System/Text/Json/Schema/index.ts +97 -0
  575. package/src/builtins/System/Text/Json/Serialization/Metadata/index.ts +395 -0
  576. package/src/builtins/System/Text/Json/Serialization/index.ts +1030 -0
  577. package/src/builtins/System/Text/Json/index.ts +1430 -0
  578. package/src/builtins/System/Text/RegularExpressions/index.ts +882 -0
  579. package/src/builtins/System/Text/Unicode/index.ts +1339 -0
  580. package/src/builtins/System/Text/index.ts +572 -1
  581. package/src/builtins/System/Threading/Channels/index.ts +283 -0
  582. package/src/builtins/System/Threading/Tasks/Dataflow/index.ts +837 -0
  583. package/src/builtins/System/Threading/Tasks/index.ts +123 -1
  584. package/src/builtins/System/Threading/index.ts +2439 -75
  585. package/src/builtins/System/Timers/index.ts +161 -0
  586. package/src/builtins/System/Transactions/index.ts +908 -0
  587. package/src/builtins/System/Web/index.ts +105 -0
  588. package/src/builtins/System/Windows/Input/index.ts +25 -0
  589. package/src/builtins/System/Windows/Markup/index.ts +37 -0
  590. package/src/builtins/System/Windows/index.ts +9 -0
  591. package/src/builtins/System/Xml/Linq/index.ts +1318 -0
  592. package/src/builtins/System/Xml/Resolvers/index.ts +107 -0
  593. package/src/builtins/System/Xml/Schema/index.ts +3621 -0
  594. package/src/builtins/System/Xml/Serialization/index.ts +2890 -0
  595. package/src/builtins/System/Xml/XPath/index.ts +1095 -0
  596. package/src/builtins/System/Xml/Xsl/index.ts +389 -0
  597. package/src/builtins/System/Xml/index.ts +6841 -0
  598. package/src/builtins/System/index.ts +1874 -84
  599. package/src/create-library.test.tsx +0 -9
@@ -1,13 +1,175 @@
1
+ import SafeHandles from "../../Microsoft/Win32/SafeHandles/index.js";
2
+ import Generic from "../Collections/Generic/index.js";
3
+ import Collections from "../Collections/index.js";
4
+ import ObjectModel from "../Collections/ObjectModel/index.js";
5
+ import Specialized from "../Collections/Specialized/index.js";
6
+ import ComponentModel from "../ComponentModel/index.js";
1
7
  import System from "../index.js";
8
+ import IO from "../IO/index.js";
9
+ import Security from "../Security/index.js";
10
+ import Text from "../Text/index.js";
2
11
 
3
12
  import { createLibrary } from "#createLibrary";
4
13
  import { LibrarySymbolReference } from "@alloy-js/core";export { default as CodeAnalysis } from "./CodeAnalysis/index.js";
14
+ export { default as Contracts } from "./Contracts/index.js";
15
+ export { default as Metrics } from "./Metrics/index.js";
16
+ export { default as SymbolStore } from "./SymbolStore/index.js";
17
+ export { default as Tracing } from "./Tracing/index.js";
5
18
 
6
19
  type DiagnosticsLibrary = LibrarySymbolReference & {
20
+ Activity: LibrarySymbolReference & {
21
+ Enumerator: LibrarySymbolReference & {
22
+ MoveNext: LibrarySymbolReference;
23
+ Current: LibrarySymbolReference
24
+ }
25
+ };
26
+ ActivityChangedEventArgs: LibrarySymbolReference & {
27
+ Previous: LibrarySymbolReference;
28
+ Current: LibrarySymbolReference
29
+ };
30
+ ActivityContext: LibrarySymbolReference & {
31
+ ActivityContext: LibrarySymbolReference;
32
+ TryParse: LibrarySymbolReference;
33
+ Parse: LibrarySymbolReference;
34
+ Equals: LibrarySymbolReference;
35
+ GetHashCode: LibrarySymbolReference;
36
+ TraceId: LibrarySymbolReference;
37
+ SpanId: LibrarySymbolReference;
38
+ TraceFlags: LibrarySymbolReference;
39
+ TraceState: LibrarySymbolReference;
40
+ IsRemote: LibrarySymbolReference
41
+ };
42
+ ActivityCreationOptions: LibrarySymbolReference & {
43
+ Source: LibrarySymbolReference;
44
+ Name: LibrarySymbolReference;
45
+ Kind: LibrarySymbolReference;
46
+ Parent: LibrarySymbolReference;
47
+ Tags: LibrarySymbolReference;
48
+ Links: LibrarySymbolReference;
49
+ SamplingTags: LibrarySymbolReference;
50
+ TraceId: LibrarySymbolReference;
51
+ TraceState: LibrarySymbolReference
52
+ };
53
+ ActivityEvent: LibrarySymbolReference & {
54
+ ActivityEvent: LibrarySymbolReference;
55
+ EnumerateTagObjects: LibrarySymbolReference;
56
+ Name: LibrarySymbolReference;
57
+ Timestamp: LibrarySymbolReference;
58
+ Tags: LibrarySymbolReference
59
+ };
60
+ ActivityIdFormat: LibrarySymbolReference & {
61
+ Unknown: LibrarySymbolReference;
62
+ Hierarchical: LibrarySymbolReference;
63
+ W3C: LibrarySymbolReference
64
+ };
65
+ ActivityKind: LibrarySymbolReference & {
66
+ Internal: LibrarySymbolReference;
67
+ Server: LibrarySymbolReference;
68
+ Client: LibrarySymbolReference;
69
+ Producer: LibrarySymbolReference;
70
+ Consumer: LibrarySymbolReference
71
+ };
72
+ ActivityLink: LibrarySymbolReference & {
73
+ ActivityLink: LibrarySymbolReference;
74
+ Equals: LibrarySymbolReference;
75
+ GetHashCode: LibrarySymbolReference;
76
+ EnumerateTagObjects: LibrarySymbolReference;
77
+ Context: LibrarySymbolReference;
78
+ Tags: LibrarySymbolReference
79
+ };
80
+ ActivityListener: LibrarySymbolReference & {
81
+ ActivityListener: LibrarySymbolReference;
82
+ Dispose: LibrarySymbolReference;
83
+ ActivityStarted: LibrarySymbolReference;
84
+ ActivityStopped: LibrarySymbolReference;
85
+ ExceptionRecorder: LibrarySymbolReference;
86
+ ShouldListenTo: LibrarySymbolReference;
87
+ SampleUsingParentId: LibrarySymbolReference;
88
+ Sample: LibrarySymbolReference
89
+ };
90
+ ActivitySamplingResult: LibrarySymbolReference & {
91
+ None: LibrarySymbolReference;
92
+ PropagationData: LibrarySymbolReference;
93
+ AllData: LibrarySymbolReference;
94
+ AllDataAndRecorded: LibrarySymbolReference
95
+ };
96
+ ActivitySource: LibrarySymbolReference & {
97
+ ActivitySource: LibrarySymbolReference;
98
+ HasListeners: LibrarySymbolReference;
99
+ CreateActivity: LibrarySymbolReference;
100
+ StartActivity: LibrarySymbolReference;
101
+ AddActivityListener: LibrarySymbolReference;
102
+ Dispose: LibrarySymbolReference;
103
+ Name: LibrarySymbolReference;
104
+ Version: LibrarySymbolReference;
105
+ Tags: LibrarySymbolReference
106
+ };
107
+ ActivitySpanId: LibrarySymbolReference & {
108
+ CopyTo: LibrarySymbolReference;
109
+ CreateFromBytes: LibrarySymbolReference;
110
+ CreateFromString: LibrarySymbolReference;
111
+ CreateFromUtf8String: LibrarySymbolReference;
112
+ CreateRandom: LibrarySymbolReference;
113
+ Equals: LibrarySymbolReference;
114
+ GetHashCode: LibrarySymbolReference;
115
+ ToHexString: LibrarySymbolReference;
116
+ ToString: LibrarySymbolReference
117
+ };
118
+ ActivityStatusCode: LibrarySymbolReference & {
119
+ Unset: LibrarySymbolReference;
120
+ Ok: LibrarySymbolReference;
121
+ Error: LibrarySymbolReference
122
+ };
123
+ ActivityTagsCollection: LibrarySymbolReference & {
124
+ Enumerator: LibrarySymbolReference & {
125
+ Dispose: LibrarySymbolReference;
126
+ MoveNext: LibrarySymbolReference;
127
+ Current: LibrarySymbolReference
128
+ }
129
+ };
130
+ ActivityTraceFlags: LibrarySymbolReference & {
131
+ None: LibrarySymbolReference;
132
+ Recorded: LibrarySymbolReference
133
+ };
134
+ ActivityTraceId: LibrarySymbolReference & {
135
+ CopyTo: LibrarySymbolReference;
136
+ CreateFromBytes: LibrarySymbolReference;
137
+ CreateFromString: LibrarySymbolReference;
138
+ CreateFromUtf8String: LibrarySymbolReference;
139
+ CreateRandom: LibrarySymbolReference;
140
+ Equals: LibrarySymbolReference;
141
+ GetHashCode: LibrarySymbolReference;
142
+ ToHexString: LibrarySymbolReference;
143
+ ToString: LibrarySymbolReference
144
+ };
145
+ BooleanSwitch: LibrarySymbolReference & {
146
+ BooleanSwitch: LibrarySymbolReference;
147
+ OnValueChanged: LibrarySymbolReference;
148
+ Enabled: LibrarySymbolReference
149
+ };
7
150
  ConditionalAttribute: LibrarySymbolReference & {
8
151
  ConditionalAttribute: LibrarySymbolReference;
9
152
  ConditionString: LibrarySymbolReference
10
153
  };
154
+ ConsoleTraceListener: LibrarySymbolReference & {
155
+ ConsoleTraceListener: LibrarySymbolReference;
156
+ Close: LibrarySymbolReference
157
+ };
158
+ CorrelationManager: LibrarySymbolReference & {
159
+ StartLogicalOperation: LibrarySymbolReference;
160
+ StopLogicalOperation: LibrarySymbolReference;
161
+ ActivityId: LibrarySymbolReference;
162
+ LogicalOperationStack: LibrarySymbolReference
163
+ };
164
+ DataReceivedEventArgs: LibrarySymbolReference & {
165
+ Data: LibrarySymbolReference
166
+ };
167
+ DataReceivedEventHandler: LibrarySymbolReference & {
168
+ DataReceivedEventHandler: LibrarySymbolReference;
169
+ Invoke: LibrarySymbolReference;
170
+ BeginInvoke: LibrarySymbolReference;
171
+ EndInvoke: LibrarySymbolReference
172
+ };
11
173
  Debug: LibrarySymbolReference & {
12
174
  Assert: LibrarySymbolReference;
13
175
  Close: LibrarySymbolReference;
@@ -89,6 +251,328 @@ type DiagnosticsLibrary = LibrarySymbolReference & {
89
251
  VisualizerObjectSourceTypeName: LibrarySymbolReference;
90
252
  VisualizerTypeName: LibrarySymbolReference
91
253
  };
254
+ DefaultTraceListener: LibrarySymbolReference & {
255
+ DefaultTraceListener: LibrarySymbolReference;
256
+ Fail: LibrarySymbolReference;
257
+ Write: LibrarySymbolReference;
258
+ WriteLine: LibrarySymbolReference;
259
+ AssertUiEnabled: LibrarySymbolReference;
260
+ LogFileName: LibrarySymbolReference
261
+ };
262
+ DelimitedListTraceListener: LibrarySymbolReference & {
263
+ DelimitedListTraceListener: LibrarySymbolReference;
264
+ GetSupportedAttributes: LibrarySymbolReference;
265
+ TraceData: LibrarySymbolReference;
266
+ TraceEvent: LibrarySymbolReference;
267
+ Delimiter: LibrarySymbolReference
268
+ };
269
+ DiagnosticListener: LibrarySymbolReference & {
270
+ DiagnosticListener: LibrarySymbolReference;
271
+ Dispose: LibrarySymbolReference;
272
+ IsEnabled: LibrarySymbolReference;
273
+ Subscribe: LibrarySymbolReference;
274
+ ToString: LibrarySymbolReference;
275
+ Write: LibrarySymbolReference;
276
+ OnActivityExport: LibrarySymbolReference;
277
+ OnActivityImport: LibrarySymbolReference;
278
+ AllListeners: LibrarySymbolReference;
279
+ Name: LibrarySymbolReference
280
+ };
281
+ DiagnosticMethodInfo: LibrarySymbolReference & {
282
+ Create: LibrarySymbolReference;
283
+ Name: LibrarySymbolReference;
284
+ DeclaringTypeName: LibrarySymbolReference;
285
+ DeclaringAssemblyName: LibrarySymbolReference
286
+ };
287
+ DiagnosticSource: LibrarySymbolReference & {
288
+ DiagnosticSource: LibrarySymbolReference;
289
+ IsEnabled: LibrarySymbolReference;
290
+ Write: LibrarySymbolReference;
291
+ OnActivityExport: LibrarySymbolReference;
292
+ OnActivityImport: LibrarySymbolReference;
293
+ StartActivity: LibrarySymbolReference;
294
+ StopActivity: LibrarySymbolReference
295
+ };
296
+ DistributedContextPropagator: LibrarySymbolReference & {
297
+ PropagatorGetterCallback: LibrarySymbolReference & {
298
+ PropagatorGetterCallback: LibrarySymbolReference;
299
+ Invoke: LibrarySymbolReference;
300
+ BeginInvoke: LibrarySymbolReference;
301
+ EndInvoke: LibrarySymbolReference
302
+ };
303
+ PropagatorSetterCallback: LibrarySymbolReference & {
304
+ PropagatorSetterCallback: LibrarySymbolReference;
305
+ Invoke: LibrarySymbolReference;
306
+ BeginInvoke: LibrarySymbolReference;
307
+ EndInvoke: LibrarySymbolReference
308
+ }
309
+ };
310
+ EventTypeFilter: LibrarySymbolReference & {
311
+ EventTypeFilter: LibrarySymbolReference;
312
+ ShouldTrace: LibrarySymbolReference;
313
+ EventType: LibrarySymbolReference
314
+ };
315
+ ExceptionRecorder: LibrarySymbolReference & {
316
+ ExceptionRecorder: LibrarySymbolReference;
317
+ Invoke: LibrarySymbolReference;
318
+ BeginInvoke: LibrarySymbolReference;
319
+ EndInvoke: LibrarySymbolReference
320
+ };
321
+ FileVersionInfo: LibrarySymbolReference & {
322
+ GetVersionInfo: LibrarySymbolReference;
323
+ ToString: LibrarySymbolReference;
324
+ Comments: LibrarySymbolReference;
325
+ CompanyName: LibrarySymbolReference;
326
+ FileBuildPart: LibrarySymbolReference;
327
+ FileDescription: LibrarySymbolReference;
328
+ FileMajorPart: LibrarySymbolReference;
329
+ FileMinorPart: LibrarySymbolReference;
330
+ FileName: LibrarySymbolReference;
331
+ FilePrivatePart: LibrarySymbolReference;
332
+ FileVersion: LibrarySymbolReference;
333
+ InternalName: LibrarySymbolReference;
334
+ IsDebug: LibrarySymbolReference;
335
+ IsPatched: LibrarySymbolReference;
336
+ IsPreRelease: LibrarySymbolReference;
337
+ IsPrivateBuild: LibrarySymbolReference;
338
+ IsSpecialBuild: LibrarySymbolReference;
339
+ Language: LibrarySymbolReference;
340
+ LegalCopyright: LibrarySymbolReference;
341
+ LegalTrademarks: LibrarySymbolReference;
342
+ OriginalFilename: LibrarySymbolReference;
343
+ PrivateBuild: LibrarySymbolReference;
344
+ ProductBuildPart: LibrarySymbolReference;
345
+ ProductMajorPart: LibrarySymbolReference;
346
+ ProductMinorPart: LibrarySymbolReference;
347
+ ProductName: LibrarySymbolReference;
348
+ ProductPrivatePart: LibrarySymbolReference;
349
+ ProductVersion: LibrarySymbolReference;
350
+ SpecialBuild: LibrarySymbolReference
351
+ };
352
+ InitializingSwitchEventArgs: LibrarySymbolReference & {
353
+ InitializingSwitchEventArgs: LibrarySymbolReference;
354
+ Switch: LibrarySymbolReference
355
+ };
356
+ InitializingTraceSourceEventArgs: LibrarySymbolReference & {
357
+ InitializingTraceSourceEventArgs: LibrarySymbolReference;
358
+ TraceSource: LibrarySymbolReference;
359
+ WasInitialized: LibrarySymbolReference
360
+ };
361
+ MonitoringDescriptionAttribute: LibrarySymbolReference & {
362
+ MonitoringDescriptionAttribute: LibrarySymbolReference;
363
+ Description: LibrarySymbolReference
364
+ };
365
+ Process: LibrarySymbolReference & {
366
+ Process: LibrarySymbolReference;
367
+ BeginErrorReadLine: LibrarySymbolReference;
368
+ BeginOutputReadLine: LibrarySymbolReference;
369
+ CancelErrorRead: LibrarySymbolReference;
370
+ CancelOutputRead: LibrarySymbolReference;
371
+ Close: LibrarySymbolReference;
372
+ CloseMainWindow: LibrarySymbolReference;
373
+ Dispose: LibrarySymbolReference;
374
+ EnterDebugMode: LibrarySymbolReference;
375
+ GetCurrentProcess: LibrarySymbolReference;
376
+ GetProcessById: LibrarySymbolReference;
377
+ GetProcesses: LibrarySymbolReference;
378
+ GetProcessesByName: LibrarySymbolReference;
379
+ Kill: LibrarySymbolReference;
380
+ LeaveDebugMode: LibrarySymbolReference;
381
+ OnExited: LibrarySymbolReference;
382
+ Refresh: LibrarySymbolReference;
383
+ Start: LibrarySymbolReference;
384
+ ToString: LibrarySymbolReference;
385
+ WaitForExit: LibrarySymbolReference;
386
+ WaitForExitAsync: LibrarySymbolReference;
387
+ WaitForInputIdle: LibrarySymbolReference;
388
+ BasePriority: LibrarySymbolReference;
389
+ EnableRaisingEvents: LibrarySymbolReference;
390
+ ExitCode: LibrarySymbolReference;
391
+ ExitTime: LibrarySymbolReference;
392
+ Handle: LibrarySymbolReference;
393
+ HandleCount: LibrarySymbolReference;
394
+ HasExited: LibrarySymbolReference;
395
+ Id: LibrarySymbolReference;
396
+ MachineName: LibrarySymbolReference;
397
+ MainModule: LibrarySymbolReference;
398
+ MainWindowHandle: LibrarySymbolReference;
399
+ MainWindowTitle: LibrarySymbolReference;
400
+ MaxWorkingSet: LibrarySymbolReference;
401
+ MinWorkingSet: LibrarySymbolReference;
402
+ Modules: LibrarySymbolReference;
403
+ NonpagedSystemMemorySize: LibrarySymbolReference;
404
+ NonpagedSystemMemorySize64: LibrarySymbolReference;
405
+ PagedMemorySize: LibrarySymbolReference;
406
+ PagedMemorySize64: LibrarySymbolReference;
407
+ PagedSystemMemorySize: LibrarySymbolReference;
408
+ PagedSystemMemorySize64: LibrarySymbolReference;
409
+ PeakPagedMemorySize: LibrarySymbolReference;
410
+ PeakPagedMemorySize64: LibrarySymbolReference;
411
+ PeakVirtualMemorySize: LibrarySymbolReference;
412
+ PeakVirtualMemorySize64: LibrarySymbolReference;
413
+ PeakWorkingSet: LibrarySymbolReference;
414
+ PeakWorkingSet64: LibrarySymbolReference;
415
+ PriorityBoostEnabled: LibrarySymbolReference;
416
+ PriorityClass: LibrarySymbolReference;
417
+ PrivateMemorySize: LibrarySymbolReference;
418
+ PrivateMemorySize64: LibrarySymbolReference;
419
+ PrivilegedProcessorTime: LibrarySymbolReference;
420
+ ProcessName: LibrarySymbolReference;
421
+ ProcessorAffinity: LibrarySymbolReference;
422
+ Responding: LibrarySymbolReference;
423
+ SafeHandle: LibrarySymbolReference;
424
+ SessionId: LibrarySymbolReference;
425
+ StandardError: LibrarySymbolReference;
426
+ StandardInput: LibrarySymbolReference;
427
+ StandardOutput: LibrarySymbolReference;
428
+ StartInfo: LibrarySymbolReference;
429
+ StartTime: LibrarySymbolReference;
430
+ SynchronizingObject: LibrarySymbolReference;
431
+ Threads: LibrarySymbolReference;
432
+ TotalProcessorTime: LibrarySymbolReference;
433
+ UserProcessorTime: LibrarySymbolReference;
434
+ VirtualMemorySize: LibrarySymbolReference;
435
+ VirtualMemorySize64: LibrarySymbolReference;
436
+ WorkingSet: LibrarySymbolReference;
437
+ WorkingSet64: LibrarySymbolReference
438
+ };
439
+ ProcessModule: LibrarySymbolReference & {
440
+ ToString: LibrarySymbolReference;
441
+ BaseAddress: LibrarySymbolReference;
442
+ EntryPointAddress: LibrarySymbolReference;
443
+ FileName: LibrarySymbolReference;
444
+ FileVersionInfo: LibrarySymbolReference;
445
+ ModuleMemorySize: LibrarySymbolReference;
446
+ ModuleName: LibrarySymbolReference
447
+ };
448
+ ProcessModuleCollection: LibrarySymbolReference & {
449
+ ProcessModuleCollection: LibrarySymbolReference;
450
+ Contains: LibrarySymbolReference;
451
+ CopyTo: LibrarySymbolReference;
452
+ IndexOf: LibrarySymbolReference;
453
+ Item: LibrarySymbolReference
454
+ };
455
+ ProcessPriorityClass: LibrarySymbolReference & {
456
+ Normal: LibrarySymbolReference;
457
+ Idle: LibrarySymbolReference;
458
+ High: LibrarySymbolReference;
459
+ RealTime: LibrarySymbolReference;
460
+ BelowNormal: LibrarySymbolReference;
461
+ AboveNormal: LibrarySymbolReference
462
+ };
463
+ ProcessStartInfo: LibrarySymbolReference & {
464
+ ProcessStartInfo: LibrarySymbolReference;
465
+ ArgumentList: LibrarySymbolReference;
466
+ Arguments: LibrarySymbolReference;
467
+ CreateNoWindow: LibrarySymbolReference;
468
+ Domain: LibrarySymbolReference;
469
+ Environment: LibrarySymbolReference;
470
+ EnvironmentVariables: LibrarySymbolReference;
471
+ ErrorDialog: LibrarySymbolReference;
472
+ ErrorDialogParentHandle: LibrarySymbolReference;
473
+ FileName: LibrarySymbolReference;
474
+ LoadUserProfile: LibrarySymbolReference;
475
+ UseCredentialsForNetworkingOnly: LibrarySymbolReference;
476
+ Password: LibrarySymbolReference;
477
+ PasswordInClearText: LibrarySymbolReference;
478
+ RedirectStandardError: LibrarySymbolReference;
479
+ RedirectStandardInput: LibrarySymbolReference;
480
+ RedirectStandardOutput: LibrarySymbolReference;
481
+ StandardErrorEncoding: LibrarySymbolReference;
482
+ StandardInputEncoding: LibrarySymbolReference;
483
+ StandardOutputEncoding: LibrarySymbolReference;
484
+ UserName: LibrarySymbolReference;
485
+ UseShellExecute: LibrarySymbolReference;
486
+ Verb: LibrarySymbolReference;
487
+ Verbs: LibrarySymbolReference;
488
+ WindowStyle: LibrarySymbolReference;
489
+ WorkingDirectory: LibrarySymbolReference
490
+ };
491
+ ProcessThread: LibrarySymbolReference & {
492
+ ResetIdealProcessor: LibrarySymbolReference;
493
+ BasePriority: LibrarySymbolReference;
494
+ CurrentPriority: LibrarySymbolReference;
495
+ Id: LibrarySymbolReference;
496
+ IdealProcessor: LibrarySymbolReference;
497
+ PriorityBoostEnabled: LibrarySymbolReference;
498
+ PriorityLevel: LibrarySymbolReference;
499
+ PrivilegedProcessorTime: LibrarySymbolReference;
500
+ ProcessorAffinity: LibrarySymbolReference;
501
+ StartAddress: LibrarySymbolReference;
502
+ StartTime: LibrarySymbolReference;
503
+ ThreadState: LibrarySymbolReference;
504
+ TotalProcessorTime: LibrarySymbolReference;
505
+ UserProcessorTime: LibrarySymbolReference;
506
+ WaitReason: LibrarySymbolReference
507
+ };
508
+ ProcessThreadCollection: LibrarySymbolReference & {
509
+ ProcessThreadCollection: LibrarySymbolReference;
510
+ Add: LibrarySymbolReference;
511
+ Contains: LibrarySymbolReference;
512
+ CopyTo: LibrarySymbolReference;
513
+ IndexOf: LibrarySymbolReference;
514
+ Insert: LibrarySymbolReference;
515
+ Remove: LibrarySymbolReference;
516
+ Item: LibrarySymbolReference
517
+ };
518
+ ProcessWindowStyle: LibrarySymbolReference & {
519
+ Normal: LibrarySymbolReference;
520
+ Hidden: LibrarySymbolReference;
521
+ Minimized: LibrarySymbolReference;
522
+ Maximized: LibrarySymbolReference
523
+ };
524
+ SampleActivity: LibrarySymbolReference & {
525
+ SampleActivity: LibrarySymbolReference;
526
+ Invoke: LibrarySymbolReference;
527
+ BeginInvoke: LibrarySymbolReference;
528
+ EndInvoke: LibrarySymbolReference
529
+ };
530
+ SourceFilter: LibrarySymbolReference & {
531
+ SourceFilter: LibrarySymbolReference;
532
+ ShouldTrace: LibrarySymbolReference;
533
+ Source: LibrarySymbolReference
534
+ };
535
+ SourceLevels: LibrarySymbolReference & {
536
+ All: LibrarySymbolReference;
537
+ Off: LibrarySymbolReference;
538
+ Critical: LibrarySymbolReference;
539
+ Error: LibrarySymbolReference;
540
+ Warning: LibrarySymbolReference;
541
+ Information: LibrarySymbolReference;
542
+ Verbose: LibrarySymbolReference;
543
+ ActivityTracing: LibrarySymbolReference
544
+ };
545
+ SourceSwitch: LibrarySymbolReference & {
546
+ SourceSwitch: LibrarySymbolReference;
547
+ OnValueChanged: LibrarySymbolReference;
548
+ ShouldTrace: LibrarySymbolReference;
549
+ Level: LibrarySymbolReference
550
+ };
551
+ StackFrame: LibrarySymbolReference & {
552
+ StackFrame: LibrarySymbolReference;
553
+ GetFileColumnNumber: LibrarySymbolReference;
554
+ GetFileLineNumber: LibrarySymbolReference;
555
+ GetFileName: LibrarySymbolReference;
556
+ GetILOffset: LibrarySymbolReference;
557
+ GetMethod: LibrarySymbolReference;
558
+ GetNativeOffset: LibrarySymbolReference;
559
+ ToString: LibrarySymbolReference
560
+ };
561
+ StackFrameExtensions: LibrarySymbolReference & {
562
+ GetNativeImageBase: LibrarySymbolReference;
563
+ GetNativeIP: LibrarySymbolReference;
564
+ HasILOffset: LibrarySymbolReference;
565
+ HasMethod: LibrarySymbolReference;
566
+ HasNativeImage: LibrarySymbolReference;
567
+ HasSource: LibrarySymbolReference
568
+ };
569
+ StackTrace: LibrarySymbolReference & {
570
+ StackTrace: LibrarySymbolReference;
571
+ GetFrame: LibrarySymbolReference;
572
+ GetFrames: LibrarySymbolReference;
573
+ ToString: LibrarySymbolReference;
574
+ FrameCount: LibrarySymbolReference
575
+ };
92
576
  StackTraceHiddenAttribute: LibrarySymbolReference & {
93
577
  StackTraceHiddenAttribute: LibrarySymbolReference
94
578
  };
@@ -109,512 +593,4026 @@ type DiagnosticsLibrary = LibrarySymbolReference & {
109
593
  ElapsedTicks: LibrarySymbolReference;
110
594
  IsRunning: LibrarySymbolReference
111
595
  };
596
+ Switch: LibrarySymbolReference & {
597
+ Switch: LibrarySymbolReference;
598
+ GetSupportedAttributes: LibrarySymbolReference;
599
+ OnSwitchSettingChanged: LibrarySymbolReference;
600
+ OnValueChanged: LibrarySymbolReference;
601
+ Refresh: LibrarySymbolReference;
602
+ Attributes: LibrarySymbolReference;
603
+ DefaultValue: LibrarySymbolReference;
604
+ Description: LibrarySymbolReference;
605
+ DisplayName: LibrarySymbolReference;
606
+ SwitchSetting: LibrarySymbolReference;
607
+ Value: LibrarySymbolReference
608
+ };
609
+ SwitchAttribute: LibrarySymbolReference & {
610
+ SwitchAttribute: LibrarySymbolReference;
611
+ GetAll: LibrarySymbolReference;
612
+ SwitchDescription: LibrarySymbolReference;
613
+ SwitchName: LibrarySymbolReference;
614
+ SwitchType: LibrarySymbolReference
615
+ };
616
+ SwitchLevelAttribute: LibrarySymbolReference & {
617
+ SwitchLevelAttribute: LibrarySymbolReference;
618
+ SwitchLevelType: LibrarySymbolReference
619
+ };
620
+ TagList: LibrarySymbolReference & {
621
+ Enumerator: LibrarySymbolReference & {
622
+ Dispose: LibrarySymbolReference;
623
+ MoveNext: LibrarySymbolReference;
624
+ Reset: LibrarySymbolReference;
625
+ Current: LibrarySymbolReference
626
+ }
627
+ };
628
+ TextWriterTraceListener: LibrarySymbolReference & {
629
+ TextWriterTraceListener: LibrarySymbolReference;
630
+ Close: LibrarySymbolReference;
631
+ Dispose: LibrarySymbolReference;
632
+ Flush: LibrarySymbolReference;
633
+ Write: LibrarySymbolReference;
634
+ WriteLine: LibrarySymbolReference;
635
+ Writer: LibrarySymbolReference
636
+ };
637
+ ThreadPriorityLevel: LibrarySymbolReference & {
638
+ Idle: LibrarySymbolReference;
639
+ Lowest: LibrarySymbolReference;
640
+ BelowNormal: LibrarySymbolReference;
641
+ Normal: LibrarySymbolReference;
642
+ AboveNormal: LibrarySymbolReference;
643
+ Highest: LibrarySymbolReference;
644
+ TimeCritical: LibrarySymbolReference
645
+ };
646
+ ThreadState: LibrarySymbolReference & {
647
+ Initialized: LibrarySymbolReference;
648
+ Ready: LibrarySymbolReference;
649
+ Running: LibrarySymbolReference;
650
+ Standby: LibrarySymbolReference;
651
+ Terminated: LibrarySymbolReference;
652
+ Wait: LibrarySymbolReference;
653
+ Transition: LibrarySymbolReference;
654
+ Unknown: LibrarySymbolReference
655
+ };
656
+ ThreadWaitReason: LibrarySymbolReference & {
657
+ Executive: LibrarySymbolReference;
658
+ FreePage: LibrarySymbolReference;
659
+ PageIn: LibrarySymbolReference;
660
+ SystemAllocation: LibrarySymbolReference;
661
+ ExecutionDelay: LibrarySymbolReference;
662
+ Suspended: LibrarySymbolReference;
663
+ UserRequest: LibrarySymbolReference;
664
+ EventPairHigh: LibrarySymbolReference;
665
+ EventPairLow: LibrarySymbolReference;
666
+ LpcReceive: LibrarySymbolReference;
667
+ LpcReply: LibrarySymbolReference;
668
+ VirtualMemory: LibrarySymbolReference;
669
+ PageOut: LibrarySymbolReference;
670
+ Unknown: LibrarySymbolReference
671
+ };
672
+ Trace: LibrarySymbolReference & {
673
+ Assert: LibrarySymbolReference;
674
+ Close: LibrarySymbolReference;
675
+ Fail: LibrarySymbolReference;
676
+ Flush: LibrarySymbolReference;
677
+ Indent: LibrarySymbolReference;
678
+ Refresh: LibrarySymbolReference;
679
+ TraceError: LibrarySymbolReference;
680
+ TraceInformation: LibrarySymbolReference;
681
+ TraceWarning: LibrarySymbolReference;
682
+ Unindent: LibrarySymbolReference;
683
+ Write: LibrarySymbolReference;
684
+ WriteIf: LibrarySymbolReference;
685
+ WriteLine: LibrarySymbolReference;
686
+ WriteLineIf: LibrarySymbolReference;
687
+ AutoFlush: LibrarySymbolReference;
688
+ CorrelationManager: LibrarySymbolReference;
689
+ IndentLevel: LibrarySymbolReference;
690
+ IndentSize: LibrarySymbolReference;
691
+ Listeners: LibrarySymbolReference;
692
+ UseGlobalLock: LibrarySymbolReference
693
+ };
694
+ TraceEventCache: LibrarySymbolReference & {
695
+ TraceEventCache: LibrarySymbolReference;
696
+ Callstack: LibrarySymbolReference;
697
+ DateTime: LibrarySymbolReference;
698
+ LogicalOperationStack: LibrarySymbolReference;
699
+ ProcessId: LibrarySymbolReference;
700
+ ThreadId: LibrarySymbolReference;
701
+ Timestamp: LibrarySymbolReference
702
+ };
703
+ TraceEventType: LibrarySymbolReference & {
704
+ Critical: LibrarySymbolReference;
705
+ Error: LibrarySymbolReference;
706
+ Warning: LibrarySymbolReference;
707
+ Information: LibrarySymbolReference;
708
+ Verbose: LibrarySymbolReference;
709
+ Start: LibrarySymbolReference;
710
+ Stop: LibrarySymbolReference;
711
+ Suspend: LibrarySymbolReference;
712
+ Resume: LibrarySymbolReference;
713
+ Transfer: LibrarySymbolReference
714
+ };
715
+ TraceFilter: LibrarySymbolReference & {
716
+ TraceFilter: LibrarySymbolReference;
717
+ ShouldTrace: LibrarySymbolReference
718
+ };
719
+ TraceLevel: LibrarySymbolReference & {
720
+ Off: LibrarySymbolReference;
721
+ Error: LibrarySymbolReference;
722
+ Warning: LibrarySymbolReference;
723
+ Info: LibrarySymbolReference;
724
+ Verbose: LibrarySymbolReference
725
+ };
726
+ TraceListener: LibrarySymbolReference & {
727
+ TraceListener: LibrarySymbolReference;
728
+ Close: LibrarySymbolReference;
729
+ Dispose: LibrarySymbolReference;
730
+ Fail: LibrarySymbolReference;
731
+ Flush: LibrarySymbolReference;
732
+ GetSupportedAttributes: LibrarySymbolReference;
733
+ TraceData: LibrarySymbolReference;
734
+ TraceEvent: LibrarySymbolReference;
735
+ TraceTransfer: LibrarySymbolReference;
736
+ Write: LibrarySymbolReference;
737
+ WriteIndent: LibrarySymbolReference;
738
+ WriteLine: LibrarySymbolReference;
739
+ Attributes: LibrarySymbolReference;
740
+ Filter: LibrarySymbolReference;
741
+ IndentLevel: LibrarySymbolReference;
742
+ IndentSize: LibrarySymbolReference;
743
+ IsThreadSafe: LibrarySymbolReference;
744
+ Name: LibrarySymbolReference;
745
+ NeedIndent: LibrarySymbolReference;
746
+ TraceOutputOptions: LibrarySymbolReference
747
+ };
748
+ TraceListenerCollection: LibrarySymbolReference & {
749
+ Add: LibrarySymbolReference;
750
+ AddRange: LibrarySymbolReference;
751
+ Clear: LibrarySymbolReference;
752
+ Contains: LibrarySymbolReference;
753
+ CopyTo: LibrarySymbolReference;
754
+ GetEnumerator: LibrarySymbolReference;
755
+ IndexOf: LibrarySymbolReference;
756
+ Insert: LibrarySymbolReference;
757
+ Remove: LibrarySymbolReference;
758
+ RemoveAt: LibrarySymbolReference;
759
+ Count: LibrarySymbolReference;
760
+ Item: LibrarySymbolReference
761
+ };
762
+ TraceOptions: LibrarySymbolReference & {
763
+ None: LibrarySymbolReference;
764
+ LogicalOperationStack: LibrarySymbolReference;
765
+ DateTime: LibrarySymbolReference;
766
+ Timestamp: LibrarySymbolReference;
767
+ ProcessId: LibrarySymbolReference;
768
+ ThreadId: LibrarySymbolReference;
769
+ Callstack: LibrarySymbolReference
770
+ };
771
+ TraceSource: LibrarySymbolReference & {
772
+ TraceSource: LibrarySymbolReference;
773
+ Close: LibrarySymbolReference;
774
+ Flush: LibrarySymbolReference;
775
+ GetSupportedAttributes: LibrarySymbolReference;
776
+ TraceData: LibrarySymbolReference;
777
+ TraceEvent: LibrarySymbolReference;
778
+ TraceInformation: LibrarySymbolReference;
779
+ TraceTransfer: LibrarySymbolReference;
780
+ Attributes: LibrarySymbolReference;
781
+ DefaultLevel: LibrarySymbolReference;
782
+ Listeners: LibrarySymbolReference;
783
+ Name: LibrarySymbolReference;
784
+ Switch: LibrarySymbolReference
785
+ };
786
+ TraceSwitch: LibrarySymbolReference & {
787
+ TraceSwitch: LibrarySymbolReference;
788
+ OnSwitchSettingChanged: LibrarySymbolReference;
789
+ OnValueChanged: LibrarySymbolReference;
790
+ Level: LibrarySymbolReference;
791
+ TraceError: LibrarySymbolReference;
792
+ TraceInfo: LibrarySymbolReference;
793
+ TraceVerbose: LibrarySymbolReference;
794
+ TraceWarning: LibrarySymbolReference
795
+ };
112
796
  UnreachableException: LibrarySymbolReference & {
113
797
  UnreachableException: LibrarySymbolReference
798
+ };
799
+ XmlWriterTraceListener: LibrarySymbolReference & {
800
+ XmlWriterTraceListener: LibrarySymbolReference;
801
+ Close: LibrarySymbolReference;
802
+ Fail: LibrarySymbolReference;
803
+ TraceData: LibrarySymbolReference;
804
+ TraceEvent: LibrarySymbolReference;
805
+ TraceTransfer: LibrarySymbolReference;
806
+ Write: LibrarySymbolReference;
807
+ WriteLine: LibrarySymbolReference
114
808
  }
115
809
  };
116
810
  const Diagnostics: DiagnosticsLibrary = createLibrary("System.Diagnostics", {
117
- ConditionalAttribute: {
811
+ Activity: {
118
812
  kind: "class",
119
813
  members: {
120
- ConditionalAttribute: {
121
- kind: "method",
122
- methodKind: "constructor",
814
+ Enumerator: {
815
+ kind: "struct",
816
+ members: {
817
+ MoveNext: {
818
+ kind: "method",
819
+ methodKind: "ordinary",
820
+ },
821
+ Current: {
822
+ kind: "property",
823
+ type: undefined,
824
+ isReadOnly: true,
825
+ },
826
+ },
123
827
  },
124
- ConditionString: {
828
+ },
829
+ },
830
+ ActivityChangedEventArgs: {
831
+ kind: "struct",
832
+ members: {
833
+ Previous: {
125
834
  kind: "property",
126
835
  type: () => {
127
- return System.String;
836
+ return Diagnostics.Activity;
837
+ },
838
+ isNullable: true,
839
+ },
840
+ Current: {
841
+ kind: "property",
842
+ type: () => {
843
+ return Diagnostics.Activity;
128
844
  },
845
+ isNullable: true,
129
846
  },
130
847
  },
131
- isSealed: true,
132
848
  },
133
- Debug: {
134
- kind: "class",
849
+ ActivityContext: {
850
+ kind: "struct",
135
851
  members: {
136
- Assert: {
137
- kind: "method",
138
- methodKind: "ordinary",
139
- isStatic: true,
140
- },
141
- Close: {
142
- kind: "method",
143
- methodKind: "ordinary",
144
- isStatic: true,
145
- },
146
- Fail: {
147
- kind: "method",
148
- methodKind: "ordinary",
149
- isStatic: true,
150
- },
151
- Flush: {
152
- kind: "method",
153
- methodKind: "ordinary",
154
- isStatic: true,
155
- },
156
- Indent: {
852
+ ActivityContext: {
157
853
  kind: "method",
158
- methodKind: "ordinary",
159
- isStatic: true,
854
+ methodKind: "constructor",
160
855
  },
161
- Print: {
856
+ TryParse: {
162
857
  kind: "method",
163
858
  methodKind: "ordinary",
164
859
  isStatic: true,
165
860
  },
166
- Unindent: {
861
+ Parse: {
167
862
  kind: "method",
168
863
  methodKind: "ordinary",
169
864
  isStatic: true,
170
865
  },
171
- Write: {
866
+ Equals: {
172
867
  kind: "method",
173
868
  methodKind: "ordinary",
174
- isStatic: true,
175
869
  },
176
- WriteIf: {
870
+ GetHashCode: {
177
871
  kind: "method",
178
872
  methodKind: "ordinary",
179
- isStatic: true,
873
+ isOverride: true,
180
874
  },
181
- WriteLine: {
182
- kind: "method",
183
- methodKind: "ordinary",
184
- isStatic: true,
875
+ TraceId: {
876
+ kind: "property",
877
+ type: () => {
878
+ return Diagnostics.ActivityTraceId;
879
+ },
185
880
  },
186
- WriteLineIf: {
187
- kind: "method",
188
- methodKind: "ordinary",
189
- isStatic: true,
881
+ SpanId: {
882
+ kind: "property",
883
+ type: () => {
884
+ return Diagnostics.ActivitySpanId;
885
+ },
190
886
  },
191
- AutoFlush: {
887
+ TraceFlags: {
192
888
  kind: "property",
193
889
  type: () => {
194
- return System.Boolean;
890
+ return Diagnostics.ActivityTraceFlags;
195
891
  },
196
- isStatic: true,
197
892
  },
198
- IndentLevel: {
893
+ TraceState: {
199
894
  kind: "property",
200
895
  type: () => {
201
- return System.Int32;
896
+ return System.String;
202
897
  },
203
- isStatic: true,
898
+ isNullable: true,
204
899
  },
205
- IndentSize: {
900
+ IsRemote: {
206
901
  kind: "property",
207
902
  type: () => {
208
- return System.Int32;
903
+ return System.Boolean;
209
904
  },
210
- isStatic: true,
211
905
  },
212
906
  },
213
- isStatic: true,
214
907
  },
215
- DebuggableAttribute: {
216
- kind: "class",
908
+ ActivityCreationOptions: {
909
+ kind: "struct",
217
910
  members: {
218
- DebuggingModes: {
219
- kind: "enum",
220
- members: {
221
- None: {
222
- kind: "field",
223
- type: () => {
224
- return Diagnostics.DebuggableAttribute.DebuggingModes;
225
- },
226
- },
227
- Default: {
228
- kind: "field",
229
- type: () => {
230
- return Diagnostics.DebuggableAttribute.DebuggingModes;
231
- },
232
- },
233
- IgnoreSymbolStoreSequencePoints: {
234
- kind: "field",
235
- type: () => {
236
- return Diagnostics.DebuggableAttribute.DebuggingModes;
237
- },
238
- },
239
- EnableEditAndContinue: {
240
- kind: "field",
241
- type: () => {
242
- return Diagnostics.DebuggableAttribute.DebuggingModes;
243
- },
244
- },
245
- DisableOptimizations: {
246
- kind: "field",
247
- type: () => {
248
- return Diagnostics.DebuggableAttribute.DebuggingModes;
249
- },
250
- },
911
+ Source: {
912
+ kind: "property",
913
+ type: () => {
914
+ return Diagnostics.ActivitySource;
251
915
  },
252
916
  },
253
- },
254
- },
255
- Debugger: {
256
- kind: "class",
257
- members: {
258
- DefaultCategory: {
259
- kind: "field",
917
+ Name: {
918
+ kind: "property",
260
919
  type: () => {
261
920
  return System.String;
262
921
  },
263
- isNullable: true,
264
- isStatic: true,
265
- isReadOnly: true,
266
922
  },
267
- Break: {
268
- kind: "method",
269
- methodKind: "ordinary",
270
- isStatic: true,
923
+ Kind: {
924
+ kind: "property",
925
+ type: () => {
926
+ return Diagnostics.ActivityKind;
927
+ },
271
928
  },
272
- BreakForUserUnhandledException: {
273
- kind: "method",
274
- methodKind: "ordinary",
275
- isStatic: true,
929
+ Parent: {
930
+ kind: "property",
931
+ type: undefined,
276
932
  },
277
- IsLogging: {
278
- kind: "method",
279
- methodKind: "ordinary",
280
- isStatic: true,
933
+ Tags: {
934
+ kind: "property",
935
+ type: () => {
936
+ return Generic.IEnumerable;
937
+ },
938
+ isNullable: true,
281
939
  },
282
- Launch: {
283
- kind: "method",
284
- methodKind: "ordinary",
285
- isStatic: true,
940
+ Links: {
941
+ kind: "property",
942
+ type: () => {
943
+ return Generic.IEnumerable;
944
+ },
945
+ isNullable: true,
286
946
  },
287
- Log: {
288
- kind: "method",
289
- methodKind: "ordinary",
290
- isStatic: true,
947
+ SamplingTags: {
948
+ kind: "property",
949
+ type: () => {
950
+ return Diagnostics.ActivityTagsCollection;
951
+ },
291
952
  },
292
- NotifyOfCrossThreadDependency: {
293
- kind: "method",
294
- methodKind: "ordinary",
295
- isStatic: true,
953
+ TraceId: {
954
+ kind: "property",
955
+ type: () => {
956
+ return Diagnostics.ActivityTraceId;
957
+ },
296
958
  },
297
- IsAttached: {
959
+ TraceState: {
298
960
  kind: "property",
299
961
  type: () => {
300
- return System.Boolean;
962
+ return System.String;
301
963
  },
302
- isStatic: true,
964
+ isNullable: true,
303
965
  },
304
966
  },
305
- isStatic: true,
306
967
  },
307
- DebuggerBrowsableAttribute: {
308
- kind: "class",
968
+ ActivityEvent: {
969
+ kind: "struct",
309
970
  members: {
310
- DebuggerBrowsableAttribute: {
971
+ ActivityEvent: {
311
972
  kind: "method",
312
973
  methodKind: "constructor",
313
974
  },
314
- State: {
975
+ EnumerateTagObjects: {
976
+ kind: "method",
977
+ methodKind: "ordinary",
978
+ },
979
+ Name: {
315
980
  kind: "property",
316
981
  type: () => {
317
- return Diagnostics.DebuggerBrowsableState;
982
+ return System.String;
983
+ },
984
+ },
985
+ Timestamp: {
986
+ kind: "property",
987
+ type: () => {
988
+ return System.DateTimeOffset;
989
+ },
990
+ },
991
+ Tags: {
992
+ kind: "property",
993
+ type: () => {
994
+ return Generic.IEnumerable;
318
995
  },
319
996
  },
320
997
  },
321
- isSealed: true,
322
998
  },
323
- DebuggerBrowsableState: {
999
+ ActivityIdFormat: {
324
1000
  kind: "enum",
325
1001
  members: {
326
- Never: {
1002
+ Unknown: {
327
1003
  kind: "field",
328
1004
  type: () => {
329
- return Diagnostics.DebuggerBrowsableState;
1005
+ return Diagnostics.ActivityIdFormat;
330
1006
  },
331
1007
  },
332
- Collapsed: {
1008
+ Hierarchical: {
333
1009
  kind: "field",
334
1010
  type: () => {
335
- return Diagnostics.DebuggerBrowsableState;
1011
+ return Diagnostics.ActivityIdFormat;
336
1012
  },
337
1013
  },
338
- RootHidden: {
1014
+ W3C: {
339
1015
  kind: "field",
340
1016
  type: () => {
341
- return Diagnostics.DebuggerBrowsableState;
1017
+ return Diagnostics.ActivityIdFormat;
342
1018
  },
343
1019
  },
344
1020
  },
345
1021
  },
346
- DebuggerDisableUserUnhandledExceptionsAttribute: {
347
- kind: "class",
348
- members: {
349
- DebuggerDisableUserUnhandledExceptionsAttribute: {
350
- kind: "method",
351
- methodKind: "constructor",
352
- },
353
- },
354
- isSealed: true,
355
- },
356
- DebuggerDisplayAttribute: {
357
- kind: "class",
1022
+ ActivityKind: {
1023
+ kind: "enum",
358
1024
  members: {
359
- DebuggerDisplayAttribute: {
360
- kind: "method",
361
- methodKind: "constructor",
362
- },
363
- Name: {
364
- kind: "property",
1025
+ Internal: {
1026
+ kind: "field",
365
1027
  type: () => {
366
- return System.String;
1028
+ return Diagnostics.ActivityKind;
367
1029
  },
368
- isNullable: true,
369
1030
  },
370
- Target: {
371
- kind: "property",
1031
+ Server: {
1032
+ kind: "field",
372
1033
  type: () => {
373
- return System.Type;
1034
+ return Diagnostics.ActivityKind;
374
1035
  },
375
- isNullable: true,
376
1036
  },
377
- TargetTypeName: {
378
- kind: "property",
1037
+ Client: {
1038
+ kind: "field",
379
1039
  type: () => {
380
- return System.String;
1040
+ return Diagnostics.ActivityKind;
381
1041
  },
382
- isNullable: true,
383
1042
  },
384
- Type: {
385
- kind: "property",
1043
+ Producer: {
1044
+ kind: "field",
386
1045
  type: () => {
387
- return System.String;
1046
+ return Diagnostics.ActivityKind;
388
1047
  },
389
- isNullable: true,
390
1048
  },
391
- Value: {
392
- kind: "property",
1049
+ Consumer: {
1050
+ kind: "field",
393
1051
  type: () => {
394
- return System.String;
1052
+ return Diagnostics.ActivityKind;
395
1053
  },
396
1054
  },
397
1055
  },
398
- isSealed: true,
399
- },
400
- DebuggerHiddenAttribute: {
401
- kind: "class",
402
- members: {
403
- DebuggerHiddenAttribute: {
404
- kind: "method",
405
- methodKind: "constructor",
406
- },
407
- },
408
- isSealed: true,
409
1056
  },
410
- DebuggerNonUserCodeAttribute: {
411
- kind: "class",
1057
+ ActivityLink: {
1058
+ kind: "struct",
412
1059
  members: {
413
- DebuggerNonUserCodeAttribute: {
1060
+ ActivityLink: {
414
1061
  kind: "method",
415
1062
  methodKind: "constructor",
416
1063
  },
417
- },
418
- isSealed: true,
419
- },
420
- DebuggerStepThroughAttribute: {
421
- kind: "class",
422
- members: {
423
- DebuggerStepThroughAttribute: {
1064
+ Equals: {
424
1065
  kind: "method",
425
- methodKind: "constructor",
1066
+ methodKind: "ordinary",
1067
+ isOverride: true,
426
1068
  },
427
- },
428
- isSealed: true,
429
- },
430
- DebuggerStepperBoundaryAttribute: {
431
- kind: "class",
432
- members: {
433
- DebuggerStepperBoundaryAttribute: {
1069
+ GetHashCode: {
434
1070
  kind: "method",
435
- methodKind: "constructor",
1071
+ methodKind: "ordinary",
1072
+ isOverride: true,
436
1073
  },
437
- },
438
- isSealed: true,
439
- },
440
- DebuggerTypeProxyAttribute: {
441
- kind: "class",
442
- members: {
443
- DebuggerTypeProxyAttribute: {
1074
+ EnumerateTagObjects: {
444
1075
  kind: "method",
445
- methodKind: "constructor",
446
- },
447
- ProxyTypeName: {
448
- kind: "property",
449
- type: () => {
450
- return System.String;
451
- },
1076
+ methodKind: "ordinary",
452
1077
  },
453
- Target: {
1078
+ Context: {
454
1079
  kind: "property",
455
1080
  type: () => {
456
- return System.Type;
1081
+ return Diagnostics.ActivityContext;
457
1082
  },
458
- isNullable: true,
459
1083
  },
460
- TargetTypeName: {
1084
+ Tags: {
461
1085
  kind: "property",
462
1086
  type: () => {
463
- return System.String;
1087
+ return Generic.IEnumerable;
464
1088
  },
465
1089
  isNullable: true,
466
1090
  },
467
1091
  },
468
- isSealed: true,
469
1092
  },
470
- DebuggerVisualizerAttribute: {
1093
+ ActivityListener: {
471
1094
  kind: "class",
472
1095
  members: {
473
- DebuggerVisualizerAttribute: {
1096
+ ActivityListener: {
474
1097
  kind: "method",
475
1098
  methodKind: "constructor",
476
1099
  },
477
- Description: {
1100
+ Dispose: {
1101
+ kind: "method",
1102
+ methodKind: "ordinary",
1103
+ },
1104
+ ActivityStarted: {
478
1105
  kind: "property",
479
1106
  type: () => {
480
- return System.String;
1107
+ return System.Action;
481
1108
  },
482
1109
  isNullable: true,
483
1110
  },
484
- Target: {
1111
+ ActivityStopped: {
485
1112
  kind: "property",
486
1113
  type: () => {
487
- return System.Type;
1114
+ return System.Action;
488
1115
  },
489
1116
  isNullable: true,
490
1117
  },
491
- TargetTypeName: {
1118
+ ExceptionRecorder: {
492
1119
  kind: "property",
493
1120
  type: () => {
494
- return System.String;
1121
+ return Diagnostics.ExceptionRecorder;
495
1122
  },
496
- isNullable: true,
497
1123
  },
498
- VisualizerObjectSourceTypeName: {
1124
+ ShouldListenTo: {
499
1125
  kind: "property",
500
1126
  type: () => {
501
- return System.String;
1127
+ return System.Func;
502
1128
  },
503
1129
  isNullable: true,
504
1130
  },
505
- VisualizerTypeName: {
1131
+ SampleUsingParentId: {
506
1132
  kind: "property",
507
1133
  type: () => {
508
- return System.String;
1134
+ return Diagnostics.SampleActivity;
509
1135
  },
1136
+ isNullable: true,
510
1137
  },
511
- },
512
- isSealed: true,
513
- },
514
- StackTraceHiddenAttribute: {
515
- kind: "class",
516
- members: {
517
- StackTraceHiddenAttribute: {
518
- kind: "method",
519
- methodKind: "constructor",
1138
+ Sample: {
1139
+ kind: "property",
1140
+ type: () => {
1141
+ return Diagnostics.SampleActivity;
1142
+ },
520
1143
  },
521
1144
  },
522
1145
  isSealed: true,
523
1146
  },
524
- Stopwatch: {
525
- kind: "class",
1147
+ ActivitySamplingResult: {
1148
+ kind: "enum",
526
1149
  members: {
527
- Frequency: {
1150
+ None: {
528
1151
  kind: "field",
529
1152
  type: () => {
530
- return System.Int64;
1153
+ return Diagnostics.ActivitySamplingResult;
531
1154
  },
532
- isStatic: true,
533
- isReadOnly: true,
534
1155
  },
535
- IsHighResolution: {
1156
+ PropagationData: {
536
1157
  kind: "field",
537
1158
  type: () => {
538
- return System.Boolean;
1159
+ return Diagnostics.ActivitySamplingResult;
539
1160
  },
540
- isStatic: true,
541
- isReadOnly: true,
542
1161
  },
543
- Stopwatch: {
544
- kind: "method",
545
- methodKind: "constructor",
1162
+ AllData: {
1163
+ kind: "field",
1164
+ type: () => {
1165
+ return Diagnostics.ActivitySamplingResult;
1166
+ },
546
1167
  },
547
- GetElapsedTime: {
548
- kind: "method",
549
- methodKind: "ordinary",
550
- isStatic: true,
1168
+ AllDataAndRecorded: {
1169
+ kind: "field",
1170
+ type: () => {
1171
+ return Diagnostics.ActivitySamplingResult;
1172
+ },
551
1173
  },
552
- GetTimestamp: {
1174
+ },
1175
+ },
1176
+ ActivitySource: {
1177
+ kind: "class",
1178
+ members: {
1179
+ ActivitySource: {
553
1180
  kind: "method",
554
- methodKind: "ordinary",
555
- isStatic: true,
1181
+ methodKind: "constructor",
556
1182
  },
557
- Reset: {
1183
+ HasListeners: {
558
1184
  kind: "method",
559
1185
  methodKind: "ordinary",
560
1186
  },
561
- Restart: {
1187
+ CreateActivity: {
562
1188
  kind: "method",
563
1189
  methodKind: "ordinary",
564
1190
  },
565
- Start: {
1191
+ StartActivity: {
566
1192
  kind: "method",
567
1193
  methodKind: "ordinary",
568
1194
  },
569
- StartNew: {
1195
+ AddActivityListener: {
570
1196
  kind: "method",
571
1197
  methodKind: "ordinary",
572
1198
  isStatic: true,
573
1199
  },
574
- Stop: {
575
- kind: "method",
576
- methodKind: "ordinary",
577
- },
578
- ToString: {
1200
+ Dispose: {
579
1201
  kind: "method",
580
1202
  methodKind: "ordinary",
581
- isOverride: true,
582
- },
583
- Elapsed: {
584
- kind: "property",
585
- type: () => {
586
- return System.TimeSpan;
587
- },
588
1203
  },
589
- ElapsedMilliseconds: {
1204
+ Name: {
590
1205
  kind: "property",
591
1206
  type: () => {
592
- return System.Int64;
1207
+ return System.String;
593
1208
  },
594
1209
  },
595
- ElapsedTicks: {
1210
+ Version: {
596
1211
  kind: "property",
597
1212
  type: () => {
598
- return System.Int64;
1213
+ return System.String;
599
1214
  },
1215
+ isNullable: true,
600
1216
  },
601
- IsRunning: {
1217
+ Tags: {
602
1218
  kind: "property",
603
1219
  type: () => {
604
- return System.Boolean;
1220
+ return Generic.IEnumerable;
605
1221
  },
1222
+ isNullable: true,
606
1223
  },
607
1224
  },
1225
+ isSealed: true,
608
1226
  },
609
- UnreachableException: {
610
- kind: "class",
1227
+ ActivitySpanId: {
1228
+ kind: "struct",
611
1229
  members: {
612
- UnreachableException: {
1230
+ CopyTo: {
613
1231
  kind: "method",
614
- methodKind: "constructor",
1232
+ methodKind: "ordinary",
1233
+ },
1234
+ CreateFromBytes: {
1235
+ kind: "method",
1236
+ methodKind: "ordinary",
1237
+ isStatic: true,
1238
+ },
1239
+ CreateFromString: {
1240
+ kind: "method",
1241
+ methodKind: "ordinary",
1242
+ isStatic: true,
1243
+ },
1244
+ CreateFromUtf8String: {
1245
+ kind: "method",
1246
+ methodKind: "ordinary",
1247
+ isStatic: true,
1248
+ },
1249
+ CreateRandom: {
1250
+ kind: "method",
1251
+ methodKind: "ordinary",
1252
+ isStatic: true,
1253
+ },
1254
+ Equals: {
1255
+ kind: "method",
1256
+ methodKind: "ordinary",
1257
+ },
1258
+ GetHashCode: {
1259
+ kind: "method",
1260
+ methodKind: "ordinary",
1261
+ isOverride: true,
1262
+ },
1263
+ ToHexString: {
1264
+ kind: "method",
1265
+ methodKind: "ordinary",
1266
+ },
1267
+ ToString: {
1268
+ kind: "method",
1269
+ methodKind: "ordinary",
1270
+ isOverride: true,
1271
+ },
1272
+ },
1273
+ },
1274
+ ActivityStatusCode: {
1275
+ kind: "enum",
1276
+ members: {
1277
+ Unset: {
1278
+ kind: "field",
1279
+ type: () => {
1280
+ return Diagnostics.ActivityStatusCode;
1281
+ },
1282
+ },
1283
+ Ok: {
1284
+ kind: "field",
1285
+ type: () => {
1286
+ return Diagnostics.ActivityStatusCode;
1287
+ },
1288
+ },
1289
+ Error: {
1290
+ kind: "field",
1291
+ type: () => {
1292
+ return Diagnostics.ActivityStatusCode;
1293
+ },
1294
+ },
1295
+ },
1296
+ },
1297
+ ActivityTagsCollection: {
1298
+ kind: "class",
1299
+ members: {
1300
+ Enumerator: {
1301
+ kind: "struct",
1302
+ members: {
1303
+ Dispose: {
1304
+ kind: "method",
1305
+ methodKind: "ordinary",
1306
+ },
1307
+ MoveNext: {
1308
+ kind: "method",
1309
+ methodKind: "ordinary",
1310
+ },
1311
+ Current: {
1312
+ kind: "property",
1313
+ type: () => {
1314
+ return Generic.KeyValuePair;
1315
+ },
1316
+ },
1317
+ },
1318
+ },
1319
+ },
1320
+ },
1321
+ ActivityTraceFlags: {
1322
+ kind: "enum",
1323
+ members: {
1324
+ None: {
1325
+ kind: "field",
1326
+ type: () => {
1327
+ return Diagnostics.ActivityTraceFlags;
1328
+ },
1329
+ },
1330
+ Recorded: {
1331
+ kind: "field",
1332
+ type: () => {
1333
+ return Diagnostics.ActivityTraceFlags;
1334
+ },
1335
+ },
1336
+ },
1337
+ },
1338
+ ActivityTraceId: {
1339
+ kind: "struct",
1340
+ members: {
1341
+ CopyTo: {
1342
+ kind: "method",
1343
+ methodKind: "ordinary",
1344
+ },
1345
+ CreateFromBytes: {
1346
+ kind: "method",
1347
+ methodKind: "ordinary",
1348
+ isStatic: true,
1349
+ },
1350
+ CreateFromString: {
1351
+ kind: "method",
1352
+ methodKind: "ordinary",
1353
+ isStatic: true,
1354
+ },
1355
+ CreateFromUtf8String: {
1356
+ kind: "method",
1357
+ methodKind: "ordinary",
1358
+ isStatic: true,
1359
+ },
1360
+ CreateRandom: {
1361
+ kind: "method",
1362
+ methodKind: "ordinary",
1363
+ isStatic: true,
1364
+ },
1365
+ Equals: {
1366
+ kind: "method",
1367
+ methodKind: "ordinary",
1368
+ },
1369
+ GetHashCode: {
1370
+ kind: "method",
1371
+ methodKind: "ordinary",
1372
+ isOverride: true,
1373
+ },
1374
+ ToHexString: {
1375
+ kind: "method",
1376
+ methodKind: "ordinary",
1377
+ },
1378
+ ToString: {
1379
+ kind: "method",
1380
+ methodKind: "ordinary",
1381
+ isOverride: true,
1382
+ },
1383
+ },
1384
+ },
1385
+ BooleanSwitch: {
1386
+ kind: "class",
1387
+ members: {
1388
+ BooleanSwitch: {
1389
+ kind: "method",
1390
+ methodKind: "constructor",
1391
+ },
1392
+ OnValueChanged: {
1393
+ kind: "method",
1394
+ methodKind: "ordinary",
1395
+ isOverride: true,
1396
+ },
1397
+ Enabled: {
1398
+ kind: "property",
1399
+ type: () => {
1400
+ return System.Boolean;
1401
+ },
1402
+ },
1403
+ },
1404
+ },
1405
+ ConditionalAttribute: {
1406
+ kind: "class",
1407
+ members: {
1408
+ ConditionalAttribute: {
1409
+ kind: "method",
1410
+ methodKind: "constructor",
1411
+ },
1412
+ ConditionString: {
1413
+ kind: "property",
1414
+ type: () => {
1415
+ return System.String;
1416
+ },
1417
+ },
1418
+ },
1419
+ isSealed: true,
1420
+ },
1421
+ ConsoleTraceListener: {
1422
+ kind: "class",
1423
+ members: {
1424
+ ConsoleTraceListener: {
1425
+ kind: "method",
1426
+ methodKind: "constructor",
1427
+ },
1428
+ Close: {
1429
+ kind: "method",
1430
+ methodKind: "ordinary",
1431
+ isOverride: true,
1432
+ },
1433
+ },
1434
+ },
1435
+ CorrelationManager: {
1436
+ kind: "class",
1437
+ members: {
1438
+ StartLogicalOperation: {
1439
+ kind: "method",
1440
+ methodKind: "ordinary",
1441
+ },
1442
+ StopLogicalOperation: {
1443
+ kind: "method",
1444
+ methodKind: "ordinary",
1445
+ },
1446
+ ActivityId: {
1447
+ kind: "property",
1448
+ type: () => {
1449
+ return System.Guid;
1450
+ },
1451
+ },
1452
+ LogicalOperationStack: {
1453
+ kind: "property",
1454
+ type: () => {
1455
+ return Collections.Stack;
1456
+ },
1457
+ },
1458
+ },
1459
+ },
1460
+ DataReceivedEventArgs: {
1461
+ kind: "class",
1462
+ members: {
1463
+ Data: {
1464
+ kind: "property",
1465
+ type: () => {
1466
+ return System.String;
1467
+ },
1468
+ isNullable: true,
1469
+ },
1470
+ },
1471
+ },
1472
+ DataReceivedEventHandler: {
1473
+ kind: "generic",
1474
+ members: {
1475
+ DataReceivedEventHandler: {
1476
+ kind: "method",
1477
+ methodKind: "constructor",
1478
+ },
1479
+ Invoke: {
1480
+ kind: "method",
1481
+ methodKind: "ordinary",
1482
+ isVirtual: true,
1483
+ },
1484
+ BeginInvoke: {
1485
+ kind: "method",
1486
+ methodKind: "ordinary",
1487
+ isVirtual: true,
1488
+ },
1489
+ EndInvoke: {
1490
+ kind: "method",
1491
+ methodKind: "ordinary",
1492
+ isVirtual: true,
1493
+ },
1494
+ },
1495
+ },
1496
+ Debug: {
1497
+ kind: "class",
1498
+ members: {
1499
+ Assert: {
1500
+ kind: "method",
1501
+ methodKind: "ordinary",
1502
+ isStatic: true,
1503
+ },
1504
+ Close: {
1505
+ kind: "method",
1506
+ methodKind: "ordinary",
1507
+ isStatic: true,
1508
+ },
1509
+ Fail: {
1510
+ kind: "method",
1511
+ methodKind: "ordinary",
1512
+ isStatic: true,
1513
+ },
1514
+ Flush: {
1515
+ kind: "method",
1516
+ methodKind: "ordinary",
1517
+ isStatic: true,
1518
+ },
1519
+ Indent: {
1520
+ kind: "method",
1521
+ methodKind: "ordinary",
1522
+ isStatic: true,
1523
+ },
1524
+ Print: {
1525
+ kind: "method",
1526
+ methodKind: "ordinary",
1527
+ isStatic: true,
1528
+ },
1529
+ Unindent: {
1530
+ kind: "method",
1531
+ methodKind: "ordinary",
1532
+ isStatic: true,
1533
+ },
1534
+ Write: {
1535
+ kind: "method",
1536
+ methodKind: "ordinary",
1537
+ isStatic: true,
1538
+ },
1539
+ WriteIf: {
1540
+ kind: "method",
1541
+ methodKind: "ordinary",
1542
+ isStatic: true,
1543
+ },
1544
+ WriteLine: {
1545
+ kind: "method",
1546
+ methodKind: "ordinary",
1547
+ isStatic: true,
1548
+ },
1549
+ WriteLineIf: {
1550
+ kind: "method",
1551
+ methodKind: "ordinary",
1552
+ isStatic: true,
1553
+ },
1554
+ AutoFlush: {
1555
+ kind: "property",
1556
+ type: () => {
1557
+ return System.Boolean;
1558
+ },
1559
+ isStatic: true,
1560
+ },
1561
+ IndentLevel: {
1562
+ kind: "property",
1563
+ type: () => {
1564
+ return System.Int32;
1565
+ },
1566
+ isStatic: true,
1567
+ },
1568
+ IndentSize: {
1569
+ kind: "property",
1570
+ type: () => {
1571
+ return System.Int32;
1572
+ },
1573
+ isStatic: true,
1574
+ },
1575
+ },
1576
+ isStatic: true,
1577
+ },
1578
+ DebuggableAttribute: {
1579
+ kind: "class",
1580
+ members: {
1581
+ DebuggingModes: {
1582
+ kind: "enum",
1583
+ members: {
1584
+ None: {
1585
+ kind: "field",
1586
+ type: () => {
1587
+ return Diagnostics.DebuggableAttribute.DebuggingModes;
1588
+ },
1589
+ },
1590
+ Default: {
1591
+ kind: "field",
1592
+ type: () => {
1593
+ return Diagnostics.DebuggableAttribute.DebuggingModes;
1594
+ },
1595
+ },
1596
+ IgnoreSymbolStoreSequencePoints: {
1597
+ kind: "field",
1598
+ type: () => {
1599
+ return Diagnostics.DebuggableAttribute.DebuggingModes;
1600
+ },
1601
+ },
1602
+ EnableEditAndContinue: {
1603
+ kind: "field",
1604
+ type: () => {
1605
+ return Diagnostics.DebuggableAttribute.DebuggingModes;
1606
+ },
1607
+ },
1608
+ DisableOptimizations: {
1609
+ kind: "field",
1610
+ type: () => {
1611
+ return Diagnostics.DebuggableAttribute.DebuggingModes;
1612
+ },
1613
+ },
1614
+ },
1615
+ },
1616
+ },
1617
+ },
1618
+ Debugger: {
1619
+ kind: "class",
1620
+ members: {
1621
+ DefaultCategory: {
1622
+ kind: "field",
1623
+ type: () => {
1624
+ return System.String;
1625
+ },
1626
+ isNullable: true,
1627
+ isStatic: true,
1628
+ isReadOnly: true,
1629
+ },
1630
+ Break: {
1631
+ kind: "method",
1632
+ methodKind: "ordinary",
1633
+ isStatic: true,
1634
+ },
1635
+ BreakForUserUnhandledException: {
1636
+ kind: "method",
1637
+ methodKind: "ordinary",
1638
+ isStatic: true,
1639
+ },
1640
+ IsLogging: {
1641
+ kind: "method",
1642
+ methodKind: "ordinary",
1643
+ isStatic: true,
1644
+ },
1645
+ Launch: {
1646
+ kind: "method",
1647
+ methodKind: "ordinary",
1648
+ isStatic: true,
1649
+ },
1650
+ Log: {
1651
+ kind: "method",
1652
+ methodKind: "ordinary",
1653
+ isStatic: true,
1654
+ },
1655
+ NotifyOfCrossThreadDependency: {
1656
+ kind: "method",
1657
+ methodKind: "ordinary",
1658
+ isStatic: true,
1659
+ },
1660
+ IsAttached: {
1661
+ kind: "property",
1662
+ type: () => {
1663
+ return System.Boolean;
1664
+ },
1665
+ isStatic: true,
1666
+ },
1667
+ },
1668
+ isStatic: true,
1669
+ },
1670
+ DebuggerBrowsableAttribute: {
1671
+ kind: "class",
1672
+ members: {
1673
+ DebuggerBrowsableAttribute: {
1674
+ kind: "method",
1675
+ methodKind: "constructor",
1676
+ },
1677
+ State: {
1678
+ kind: "property",
1679
+ type: () => {
1680
+ return Diagnostics.DebuggerBrowsableState;
1681
+ },
1682
+ },
1683
+ },
1684
+ isSealed: true,
1685
+ },
1686
+ DebuggerBrowsableState: {
1687
+ kind: "enum",
1688
+ members: {
1689
+ Never: {
1690
+ kind: "field",
1691
+ type: () => {
1692
+ return Diagnostics.DebuggerBrowsableState;
1693
+ },
1694
+ },
1695
+ Collapsed: {
1696
+ kind: "field",
1697
+ type: () => {
1698
+ return Diagnostics.DebuggerBrowsableState;
1699
+ },
1700
+ },
1701
+ RootHidden: {
1702
+ kind: "field",
1703
+ type: () => {
1704
+ return Diagnostics.DebuggerBrowsableState;
1705
+ },
1706
+ },
1707
+ },
1708
+ },
1709
+ DebuggerDisableUserUnhandledExceptionsAttribute: {
1710
+ kind: "class",
1711
+ members: {
1712
+ DebuggerDisableUserUnhandledExceptionsAttribute: {
1713
+ kind: "method",
1714
+ methodKind: "constructor",
1715
+ },
1716
+ },
1717
+ isSealed: true,
1718
+ },
1719
+ DebuggerDisplayAttribute: {
1720
+ kind: "class",
1721
+ members: {
1722
+ DebuggerDisplayAttribute: {
1723
+ kind: "method",
1724
+ methodKind: "constructor",
1725
+ },
1726
+ Name: {
1727
+ kind: "property",
1728
+ type: () => {
1729
+ return System.String;
1730
+ },
1731
+ isNullable: true,
1732
+ },
1733
+ Target: {
1734
+ kind: "property",
1735
+ type: () => {
1736
+ return System.Type;
1737
+ },
1738
+ isNullable: true,
1739
+ },
1740
+ TargetTypeName: {
1741
+ kind: "property",
1742
+ type: () => {
1743
+ return System.String;
1744
+ },
1745
+ isNullable: true,
1746
+ },
1747
+ Type: {
1748
+ kind: "property",
1749
+ type: () => {
1750
+ return System.String;
1751
+ },
1752
+ isNullable: true,
1753
+ },
1754
+ Value: {
1755
+ kind: "property",
1756
+ type: () => {
1757
+ return System.String;
1758
+ },
1759
+ },
1760
+ },
1761
+ isSealed: true,
1762
+ },
1763
+ DebuggerHiddenAttribute: {
1764
+ kind: "class",
1765
+ members: {
1766
+ DebuggerHiddenAttribute: {
1767
+ kind: "method",
1768
+ methodKind: "constructor",
1769
+ },
1770
+ },
1771
+ isSealed: true,
1772
+ },
1773
+ DebuggerNonUserCodeAttribute: {
1774
+ kind: "class",
1775
+ members: {
1776
+ DebuggerNonUserCodeAttribute: {
1777
+ kind: "method",
1778
+ methodKind: "constructor",
1779
+ },
1780
+ },
1781
+ isSealed: true,
1782
+ },
1783
+ DebuggerStepThroughAttribute: {
1784
+ kind: "class",
1785
+ members: {
1786
+ DebuggerStepThroughAttribute: {
1787
+ kind: "method",
1788
+ methodKind: "constructor",
1789
+ },
1790
+ },
1791
+ isSealed: true,
1792
+ },
1793
+ DebuggerStepperBoundaryAttribute: {
1794
+ kind: "class",
1795
+ members: {
1796
+ DebuggerStepperBoundaryAttribute: {
1797
+ kind: "method",
1798
+ methodKind: "constructor",
1799
+ },
1800
+ },
1801
+ isSealed: true,
1802
+ },
1803
+ DebuggerTypeProxyAttribute: {
1804
+ kind: "class",
1805
+ members: {
1806
+ DebuggerTypeProxyAttribute: {
1807
+ kind: "method",
1808
+ methodKind: "constructor",
1809
+ },
1810
+ ProxyTypeName: {
1811
+ kind: "property",
1812
+ type: () => {
1813
+ return System.String;
1814
+ },
1815
+ },
1816
+ Target: {
1817
+ kind: "property",
1818
+ type: () => {
1819
+ return System.Type;
1820
+ },
1821
+ isNullable: true,
1822
+ },
1823
+ TargetTypeName: {
1824
+ kind: "property",
1825
+ type: () => {
1826
+ return System.String;
1827
+ },
1828
+ isNullable: true,
1829
+ },
1830
+ },
1831
+ isSealed: true,
1832
+ },
1833
+ DebuggerVisualizerAttribute: {
1834
+ kind: "class",
1835
+ members: {
1836
+ DebuggerVisualizerAttribute: {
1837
+ kind: "method",
1838
+ methodKind: "constructor",
1839
+ },
1840
+ Description: {
1841
+ kind: "property",
1842
+ type: () => {
1843
+ return System.String;
1844
+ },
1845
+ isNullable: true,
1846
+ },
1847
+ Target: {
1848
+ kind: "property",
1849
+ type: () => {
1850
+ return System.Type;
1851
+ },
1852
+ isNullable: true,
1853
+ },
1854
+ TargetTypeName: {
1855
+ kind: "property",
1856
+ type: () => {
1857
+ return System.String;
1858
+ },
1859
+ isNullable: true,
1860
+ },
1861
+ VisualizerObjectSourceTypeName: {
1862
+ kind: "property",
1863
+ type: () => {
1864
+ return System.String;
1865
+ },
1866
+ isNullable: true,
1867
+ },
1868
+ VisualizerTypeName: {
1869
+ kind: "property",
1870
+ type: () => {
1871
+ return System.String;
1872
+ },
1873
+ },
1874
+ },
1875
+ isSealed: true,
1876
+ },
1877
+ DefaultTraceListener: {
1878
+ kind: "class",
1879
+ members: {
1880
+ DefaultTraceListener: {
1881
+ kind: "method",
1882
+ methodKind: "constructor",
1883
+ },
1884
+ Fail: {
1885
+ kind: "method",
1886
+ methodKind: "ordinary",
1887
+ isOverride: true,
1888
+ },
1889
+ Write: {
1890
+ kind: "method",
1891
+ methodKind: "ordinary",
1892
+ isOverride: true,
1893
+ },
1894
+ WriteLine: {
1895
+ kind: "method",
1896
+ methodKind: "ordinary",
1897
+ isOverride: true,
1898
+ },
1899
+ AssertUiEnabled: {
1900
+ kind: "property",
1901
+ type: () => {
1902
+ return System.Boolean;
1903
+ },
1904
+ },
1905
+ LogFileName: {
1906
+ kind: "property",
1907
+ type: () => {
1908
+ return System.String;
1909
+ },
1910
+ isNullable: true,
1911
+ },
1912
+ },
1913
+ },
1914
+ DelimitedListTraceListener: {
1915
+ kind: "class",
1916
+ members: {
1917
+ DelimitedListTraceListener: {
1918
+ kind: "method",
1919
+ methodKind: "constructor",
1920
+ },
1921
+ GetSupportedAttributes: {
1922
+ kind: "method",
1923
+ methodKind: "ordinary",
1924
+ isOverride: true,
1925
+ },
1926
+ TraceData: {
1927
+ kind: "method",
1928
+ methodKind: "ordinary",
1929
+ isOverride: true,
1930
+ },
1931
+ TraceEvent: {
1932
+ kind: "method",
1933
+ methodKind: "ordinary",
1934
+ isOverride: true,
1935
+ },
1936
+ Delimiter: {
1937
+ kind: "property",
1938
+ type: () => {
1939
+ return System.String;
1940
+ },
1941
+ },
1942
+ },
1943
+ },
1944
+ DiagnosticListener: {
1945
+ kind: "class",
1946
+ members: {
1947
+ DiagnosticListener: {
1948
+ kind: "method",
1949
+ methodKind: "constructor",
1950
+ },
1951
+ Dispose: {
1952
+ kind: "method",
1953
+ methodKind: "ordinary",
1954
+ isVirtual: true,
1955
+ },
1956
+ IsEnabled: {
1957
+ kind: "method",
1958
+ methodKind: "ordinary",
1959
+ },
1960
+ Subscribe: {
1961
+ kind: "method",
1962
+ methodKind: "ordinary",
1963
+ isVirtual: true,
1964
+ },
1965
+ ToString: {
1966
+ kind: "method",
1967
+ methodKind: "ordinary",
1968
+ isOverride: true,
1969
+ },
1970
+ Write: {
1971
+ kind: "method",
1972
+ methodKind: "ordinary",
1973
+ isOverride: true,
1974
+ },
1975
+ OnActivityExport: {
1976
+ kind: "method",
1977
+ methodKind: "ordinary",
1978
+ isOverride: true,
1979
+ },
1980
+ OnActivityImport: {
1981
+ kind: "method",
1982
+ methodKind: "ordinary",
1983
+ isOverride: true,
1984
+ },
1985
+ AllListeners: {
1986
+ kind: "property",
1987
+ type: () => {
1988
+ return System.IObservable;
1989
+ },
1990
+ isStatic: true,
1991
+ },
1992
+ Name: {
1993
+ kind: "property",
1994
+ type: () => {
1995
+ return System.String;
1996
+ },
1997
+ },
1998
+ },
1999
+ },
2000
+ DiagnosticMethodInfo: {
2001
+ kind: "class",
2002
+ members: {
2003
+ Create: {
2004
+ kind: "method",
2005
+ methodKind: "ordinary",
2006
+ isStatic: true,
2007
+ },
2008
+ Name: {
2009
+ kind: "property",
2010
+ type: () => {
2011
+ return System.String;
2012
+ },
2013
+ },
2014
+ DeclaringTypeName: {
2015
+ kind: "property",
2016
+ type: () => {
2017
+ return System.String;
2018
+ },
2019
+ },
2020
+ DeclaringAssemblyName: {
2021
+ kind: "property",
2022
+ type: () => {
2023
+ return System.String;
2024
+ },
2025
+ },
2026
+ },
2027
+ isSealed: true,
2028
+ },
2029
+ DiagnosticSource: {
2030
+ kind: "class",
2031
+ members: {
2032
+ DiagnosticSource: {
2033
+ kind: "method",
2034
+ methodKind: "constructor",
2035
+ },
2036
+ IsEnabled: {
2037
+ kind: "method",
2038
+ methodKind: "ordinary",
2039
+ isAbstract: true,
2040
+ },
2041
+ Write: {
2042
+ kind: "method",
2043
+ methodKind: "ordinary",
2044
+ isAbstract: true,
2045
+ },
2046
+ OnActivityExport: {
2047
+ kind: "method",
2048
+ methodKind: "ordinary",
2049
+ isVirtual: true,
2050
+ },
2051
+ OnActivityImport: {
2052
+ kind: "method",
2053
+ methodKind: "ordinary",
2054
+ isVirtual: true,
2055
+ },
2056
+ StartActivity: {
2057
+ kind: "method",
2058
+ methodKind: "ordinary",
2059
+ },
2060
+ StopActivity: {
2061
+ kind: "method",
2062
+ methodKind: "ordinary",
2063
+ },
2064
+ },
2065
+ isAbstract: true,
2066
+ },
2067
+ DistributedContextPropagator: {
2068
+ kind: "class",
2069
+ members: {
2070
+ PropagatorGetterCallback: {
2071
+ kind: "generic",
2072
+ members: {
2073
+ PropagatorGetterCallback: {
2074
+ kind: "method",
2075
+ methodKind: "constructor",
2076
+ },
2077
+ Invoke: {
2078
+ kind: "method",
2079
+ methodKind: "ordinary",
2080
+ isVirtual: true,
2081
+ },
2082
+ BeginInvoke: {
2083
+ kind: "method",
2084
+ methodKind: "ordinary",
2085
+ isVirtual: true,
2086
+ },
2087
+ EndInvoke: {
2088
+ kind: "method",
2089
+ methodKind: "ordinary",
2090
+ isVirtual: true,
2091
+ },
2092
+ },
2093
+ },
2094
+ PropagatorSetterCallback: {
2095
+ kind: "generic",
2096
+ members: {
2097
+ PropagatorSetterCallback: {
2098
+ kind: "method",
2099
+ methodKind: "constructor",
2100
+ },
2101
+ Invoke: {
2102
+ kind: "method",
2103
+ methodKind: "ordinary",
2104
+ isVirtual: true,
2105
+ },
2106
+ BeginInvoke: {
2107
+ kind: "method",
2108
+ methodKind: "ordinary",
2109
+ isVirtual: true,
2110
+ },
2111
+ EndInvoke: {
2112
+ kind: "method",
2113
+ methodKind: "ordinary",
2114
+ isVirtual: true,
2115
+ },
2116
+ },
2117
+ },
2118
+ },
2119
+ },
2120
+ EventTypeFilter: {
2121
+ kind: "class",
2122
+ members: {
2123
+ EventTypeFilter: {
2124
+ kind: "method",
2125
+ methodKind: "constructor",
2126
+ },
2127
+ ShouldTrace: {
2128
+ kind: "method",
2129
+ methodKind: "ordinary",
2130
+ isOverride: true,
2131
+ },
2132
+ EventType: {
2133
+ kind: "property",
2134
+ type: () => {
2135
+ return Diagnostics.SourceLevels;
2136
+ },
2137
+ },
2138
+ },
2139
+ },
2140
+ ExceptionRecorder: {
2141
+ kind: "generic",
2142
+ members: {
2143
+ ExceptionRecorder: {
2144
+ kind: "method",
2145
+ methodKind: "constructor",
2146
+ },
2147
+ Invoke: {
2148
+ kind: "method",
2149
+ methodKind: "ordinary",
2150
+ isVirtual: true,
2151
+ },
2152
+ BeginInvoke: {
2153
+ kind: "method",
2154
+ methodKind: "ordinary",
2155
+ isVirtual: true,
2156
+ },
2157
+ EndInvoke: {
2158
+ kind: "method",
2159
+ methodKind: "ordinary",
2160
+ isVirtual: true,
2161
+ },
2162
+ },
2163
+ },
2164
+ FileVersionInfo: {
2165
+ kind: "class",
2166
+ members: {
2167
+ GetVersionInfo: {
2168
+ kind: "method",
2169
+ methodKind: "ordinary",
2170
+ isStatic: true,
2171
+ },
2172
+ ToString: {
2173
+ kind: "method",
2174
+ methodKind: "ordinary",
2175
+ isOverride: true,
2176
+ },
2177
+ Comments: {
2178
+ kind: "property",
2179
+ type: () => {
2180
+ return System.String;
2181
+ },
2182
+ isNullable: true,
2183
+ },
2184
+ CompanyName: {
2185
+ kind: "property",
2186
+ type: () => {
2187
+ return System.String;
2188
+ },
2189
+ isNullable: true,
2190
+ },
2191
+ FileBuildPart: {
2192
+ kind: "property",
2193
+ type: () => {
2194
+ return System.Int32;
2195
+ },
2196
+ },
2197
+ FileDescription: {
2198
+ kind: "property",
2199
+ type: () => {
2200
+ return System.String;
2201
+ },
2202
+ isNullable: true,
2203
+ },
2204
+ FileMajorPart: {
2205
+ kind: "property",
2206
+ type: () => {
2207
+ return System.Int32;
2208
+ },
2209
+ },
2210
+ FileMinorPart: {
2211
+ kind: "property",
2212
+ type: () => {
2213
+ return System.Int32;
2214
+ },
2215
+ },
2216
+ FileName: {
2217
+ kind: "property",
2218
+ type: () => {
2219
+ return System.String;
2220
+ },
2221
+ },
2222
+ FilePrivatePart: {
2223
+ kind: "property",
2224
+ type: () => {
2225
+ return System.Int32;
2226
+ },
2227
+ },
2228
+ FileVersion: {
2229
+ kind: "property",
2230
+ type: () => {
2231
+ return System.String;
2232
+ },
2233
+ isNullable: true,
2234
+ },
2235
+ InternalName: {
2236
+ kind: "property",
2237
+ type: () => {
2238
+ return System.String;
2239
+ },
2240
+ isNullable: true,
2241
+ },
2242
+ IsDebug: {
2243
+ kind: "property",
2244
+ type: () => {
2245
+ return System.Boolean;
2246
+ },
2247
+ },
2248
+ IsPatched: {
2249
+ kind: "property",
2250
+ type: () => {
2251
+ return System.Boolean;
2252
+ },
2253
+ },
2254
+ IsPreRelease: {
2255
+ kind: "property",
2256
+ type: () => {
2257
+ return System.Boolean;
2258
+ },
2259
+ },
2260
+ IsPrivateBuild: {
2261
+ kind: "property",
2262
+ type: () => {
2263
+ return System.Boolean;
2264
+ },
2265
+ },
2266
+ IsSpecialBuild: {
2267
+ kind: "property",
2268
+ type: () => {
2269
+ return System.Boolean;
2270
+ },
2271
+ },
2272
+ Language: {
2273
+ kind: "property",
2274
+ type: () => {
2275
+ return System.String;
2276
+ },
2277
+ isNullable: true,
2278
+ },
2279
+ LegalCopyright: {
2280
+ kind: "property",
2281
+ type: () => {
2282
+ return System.String;
2283
+ },
2284
+ isNullable: true,
2285
+ },
2286
+ LegalTrademarks: {
2287
+ kind: "property",
2288
+ type: () => {
2289
+ return System.String;
2290
+ },
2291
+ isNullable: true,
2292
+ },
2293
+ OriginalFilename: {
2294
+ kind: "property",
2295
+ type: () => {
2296
+ return System.String;
2297
+ },
2298
+ isNullable: true,
2299
+ },
2300
+ PrivateBuild: {
2301
+ kind: "property",
2302
+ type: () => {
2303
+ return System.String;
2304
+ },
2305
+ isNullable: true,
2306
+ },
2307
+ ProductBuildPart: {
2308
+ kind: "property",
2309
+ type: () => {
2310
+ return System.Int32;
2311
+ },
2312
+ },
2313
+ ProductMajorPart: {
2314
+ kind: "property",
2315
+ type: () => {
2316
+ return System.Int32;
2317
+ },
2318
+ },
2319
+ ProductMinorPart: {
2320
+ kind: "property",
2321
+ type: () => {
2322
+ return System.Int32;
2323
+ },
2324
+ },
2325
+ ProductName: {
2326
+ kind: "property",
2327
+ type: () => {
2328
+ return System.String;
2329
+ },
2330
+ isNullable: true,
2331
+ },
2332
+ ProductPrivatePart: {
2333
+ kind: "property",
2334
+ type: () => {
2335
+ return System.Int32;
2336
+ },
2337
+ },
2338
+ ProductVersion: {
2339
+ kind: "property",
2340
+ type: () => {
2341
+ return System.String;
2342
+ },
2343
+ isNullable: true,
2344
+ },
2345
+ SpecialBuild: {
2346
+ kind: "property",
2347
+ type: () => {
2348
+ return System.String;
2349
+ },
2350
+ isNullable: true,
2351
+ },
2352
+ },
2353
+ isSealed: true,
2354
+ },
2355
+ InitializingSwitchEventArgs: {
2356
+ kind: "class",
2357
+ members: {
2358
+ InitializingSwitchEventArgs: {
2359
+ kind: "method",
2360
+ methodKind: "constructor",
2361
+ },
2362
+ Switch: {
2363
+ kind: "property",
2364
+ type: () => {
2365
+ return Diagnostics.Switch;
2366
+ },
2367
+ },
2368
+ },
2369
+ isSealed: true,
2370
+ },
2371
+ InitializingTraceSourceEventArgs: {
2372
+ kind: "class",
2373
+ members: {
2374
+ InitializingTraceSourceEventArgs: {
2375
+ kind: "method",
2376
+ methodKind: "constructor",
2377
+ },
2378
+ TraceSource: {
2379
+ kind: "property",
2380
+ type: () => {
2381
+ return Diagnostics.TraceSource;
2382
+ },
2383
+ },
2384
+ WasInitialized: {
2385
+ kind: "property",
2386
+ type: () => {
2387
+ return System.Boolean;
2388
+ },
2389
+ },
2390
+ },
2391
+ isSealed: true,
2392
+ },
2393
+ MonitoringDescriptionAttribute: {
2394
+ kind: "class",
2395
+ members: {
2396
+ MonitoringDescriptionAttribute: {
2397
+ kind: "method",
2398
+ methodKind: "constructor",
2399
+ },
2400
+ Description: {
2401
+ kind: "property",
2402
+ type: () => {
2403
+ return System.String;
2404
+ },
2405
+ isOverride: true,
2406
+ },
2407
+ },
2408
+ },
2409
+ Process: {
2410
+ kind: "class",
2411
+ members: {
2412
+ Process: {
2413
+ kind: "method",
2414
+ methodKind: "constructor",
2415
+ },
2416
+ BeginErrorReadLine: {
2417
+ kind: "method",
2418
+ methodKind: "ordinary",
2419
+ },
2420
+ BeginOutputReadLine: {
2421
+ kind: "method",
2422
+ methodKind: "ordinary",
2423
+ },
2424
+ CancelErrorRead: {
2425
+ kind: "method",
2426
+ methodKind: "ordinary",
2427
+ },
2428
+ CancelOutputRead: {
2429
+ kind: "method",
2430
+ methodKind: "ordinary",
2431
+ },
2432
+ Close: {
2433
+ kind: "method",
2434
+ methodKind: "ordinary",
2435
+ },
2436
+ CloseMainWindow: {
2437
+ kind: "method",
2438
+ methodKind: "ordinary",
2439
+ },
2440
+ Dispose: {
2441
+ kind: "method",
2442
+ methodKind: "ordinary",
2443
+ isOverride: true,
2444
+ },
2445
+ EnterDebugMode: {
2446
+ kind: "method",
2447
+ methodKind: "ordinary",
2448
+ isStatic: true,
2449
+ },
2450
+ GetCurrentProcess: {
2451
+ kind: "method",
2452
+ methodKind: "ordinary",
2453
+ isStatic: true,
2454
+ },
2455
+ GetProcessById: {
2456
+ kind: "method",
2457
+ methodKind: "ordinary",
2458
+ isStatic: true,
2459
+ },
2460
+ GetProcesses: {
2461
+ kind: "method",
2462
+ methodKind: "ordinary",
2463
+ isStatic: true,
2464
+ },
2465
+ GetProcessesByName: {
2466
+ kind: "method",
2467
+ methodKind: "ordinary",
2468
+ isStatic: true,
2469
+ },
2470
+ Kill: {
2471
+ kind: "method",
2472
+ methodKind: "ordinary",
2473
+ },
2474
+ LeaveDebugMode: {
2475
+ kind: "method",
2476
+ methodKind: "ordinary",
2477
+ isStatic: true,
2478
+ },
2479
+ OnExited: {
2480
+ kind: "method",
2481
+ methodKind: "ordinary",
2482
+ },
2483
+ Refresh: {
2484
+ kind: "method",
2485
+ methodKind: "ordinary",
2486
+ },
2487
+ Start: {
2488
+ kind: "method",
2489
+ methodKind: "ordinary",
2490
+ },
2491
+ ToString: {
2492
+ kind: "method",
2493
+ methodKind: "ordinary",
2494
+ isOverride: true,
2495
+ },
2496
+ WaitForExit: {
2497
+ kind: "method",
2498
+ methodKind: "ordinary",
2499
+ },
2500
+ WaitForExitAsync: {
2501
+ kind: "method",
2502
+ methodKind: "ordinary",
2503
+ },
2504
+ WaitForInputIdle: {
2505
+ kind: "method",
2506
+ methodKind: "ordinary",
2507
+ },
2508
+ BasePriority: {
2509
+ kind: "property",
2510
+ type: () => {
2511
+ return System.Int32;
2512
+ },
2513
+ },
2514
+ EnableRaisingEvents: {
2515
+ kind: "property",
2516
+ type: () => {
2517
+ return System.Boolean;
2518
+ },
2519
+ },
2520
+ ExitCode: {
2521
+ kind: "property",
2522
+ type: () => {
2523
+ return System.Int32;
2524
+ },
2525
+ },
2526
+ ExitTime: {
2527
+ kind: "property",
2528
+ type: () => {
2529
+ return System.DateTime;
2530
+ },
2531
+ },
2532
+ Handle: {
2533
+ kind: "property",
2534
+ type: () => {
2535
+ return System.IntPtr;
2536
+ },
2537
+ },
2538
+ HandleCount: {
2539
+ kind: "property",
2540
+ type: () => {
2541
+ return System.Int32;
2542
+ },
2543
+ },
2544
+ HasExited: {
2545
+ kind: "property",
2546
+ type: () => {
2547
+ return System.Boolean;
2548
+ },
2549
+ },
2550
+ Id: {
2551
+ kind: "property",
2552
+ type: () => {
2553
+ return System.Int32;
2554
+ },
2555
+ },
2556
+ MachineName: {
2557
+ kind: "property",
2558
+ type: () => {
2559
+ return System.String;
2560
+ },
2561
+ },
2562
+ MainModule: {
2563
+ kind: "property",
2564
+ type: () => {
2565
+ return Diagnostics.ProcessModule;
2566
+ },
2567
+ isNullable: true,
2568
+ },
2569
+ MainWindowHandle: {
2570
+ kind: "property",
2571
+ type: () => {
2572
+ return System.IntPtr;
2573
+ },
2574
+ },
2575
+ MainWindowTitle: {
2576
+ kind: "property",
2577
+ type: () => {
2578
+ return System.String;
2579
+ },
2580
+ },
2581
+ MaxWorkingSet: {
2582
+ kind: "property",
2583
+ type: () => {
2584
+ return System.IntPtr;
2585
+ },
2586
+ },
2587
+ MinWorkingSet: {
2588
+ kind: "property",
2589
+ type: () => {
2590
+ return System.IntPtr;
2591
+ },
2592
+ },
2593
+ Modules: {
2594
+ kind: "property",
2595
+ type: () => {
2596
+ return Diagnostics.ProcessModuleCollection;
2597
+ },
2598
+ },
2599
+ NonpagedSystemMemorySize: {
2600
+ kind: "property",
2601
+ type: () => {
2602
+ return System.Int32;
2603
+ },
2604
+ },
2605
+ NonpagedSystemMemorySize64: {
2606
+ kind: "property",
2607
+ type: () => {
2608
+ return System.Int64;
2609
+ },
2610
+ },
2611
+ PagedMemorySize: {
2612
+ kind: "property",
2613
+ type: () => {
2614
+ return System.Int32;
2615
+ },
2616
+ },
2617
+ PagedMemorySize64: {
2618
+ kind: "property",
2619
+ type: () => {
2620
+ return System.Int64;
2621
+ },
2622
+ },
2623
+ PagedSystemMemorySize: {
2624
+ kind: "property",
2625
+ type: () => {
2626
+ return System.Int32;
2627
+ },
2628
+ },
2629
+ PagedSystemMemorySize64: {
2630
+ kind: "property",
2631
+ type: () => {
2632
+ return System.Int64;
2633
+ },
2634
+ },
2635
+ PeakPagedMemorySize: {
2636
+ kind: "property",
2637
+ type: () => {
2638
+ return System.Int32;
2639
+ },
2640
+ },
2641
+ PeakPagedMemorySize64: {
2642
+ kind: "property",
2643
+ type: () => {
2644
+ return System.Int64;
2645
+ },
2646
+ },
2647
+ PeakVirtualMemorySize: {
2648
+ kind: "property",
2649
+ type: () => {
2650
+ return System.Int32;
2651
+ },
2652
+ },
2653
+ PeakVirtualMemorySize64: {
2654
+ kind: "property",
2655
+ type: () => {
2656
+ return System.Int64;
2657
+ },
2658
+ },
2659
+ PeakWorkingSet: {
2660
+ kind: "property",
2661
+ type: () => {
2662
+ return System.Int32;
2663
+ },
2664
+ },
2665
+ PeakWorkingSet64: {
2666
+ kind: "property",
2667
+ type: () => {
2668
+ return System.Int64;
2669
+ },
2670
+ },
2671
+ PriorityBoostEnabled: {
2672
+ kind: "property",
2673
+ type: () => {
2674
+ return System.Boolean;
2675
+ },
2676
+ },
2677
+ PriorityClass: {
2678
+ kind: "property",
2679
+ type: () => {
2680
+ return Diagnostics.ProcessPriorityClass;
2681
+ },
2682
+ },
2683
+ PrivateMemorySize: {
2684
+ kind: "property",
2685
+ type: () => {
2686
+ return System.Int32;
2687
+ },
2688
+ },
2689
+ PrivateMemorySize64: {
2690
+ kind: "property",
2691
+ type: () => {
2692
+ return System.Int64;
2693
+ },
2694
+ },
2695
+ PrivilegedProcessorTime: {
2696
+ kind: "property",
2697
+ type: () => {
2698
+ return System.TimeSpan;
2699
+ },
2700
+ },
2701
+ ProcessName: {
2702
+ kind: "property",
2703
+ type: () => {
2704
+ return System.String;
2705
+ },
2706
+ },
2707
+ ProcessorAffinity: {
2708
+ kind: "property",
2709
+ type: () => {
2710
+ return System.IntPtr;
2711
+ },
2712
+ },
2713
+ Responding: {
2714
+ kind: "property",
2715
+ type: () => {
2716
+ return System.Boolean;
2717
+ },
2718
+ },
2719
+ SafeHandle: {
2720
+ kind: "property",
2721
+ type: () => {
2722
+ return SafeHandles.SafeProcessHandle;
2723
+ },
2724
+ },
2725
+ SessionId: {
2726
+ kind: "property",
2727
+ type: () => {
2728
+ return System.Int32;
2729
+ },
2730
+ },
2731
+ StandardError: {
2732
+ kind: "property",
2733
+ type: () => {
2734
+ return IO.StreamReader;
2735
+ },
2736
+ },
2737
+ StandardInput: {
2738
+ kind: "property",
2739
+ type: () => {
2740
+ return IO.StreamWriter;
2741
+ },
2742
+ },
2743
+ StandardOutput: {
2744
+ kind: "property",
2745
+ type: () => {
2746
+ return IO.StreamReader;
2747
+ },
2748
+ },
2749
+ StartInfo: {
2750
+ kind: "property",
2751
+ type: () => {
2752
+ return Diagnostics.ProcessStartInfo;
2753
+ },
2754
+ },
2755
+ StartTime: {
2756
+ kind: "property",
2757
+ type: () => {
2758
+ return System.DateTime;
2759
+ },
2760
+ },
2761
+ SynchronizingObject: {
2762
+ kind: "property",
2763
+ type: () => {
2764
+ return ComponentModel.ISynchronizeInvoke;
2765
+ },
2766
+ isNullable: true,
2767
+ },
2768
+ Threads: {
2769
+ kind: "property",
2770
+ type: () => {
2771
+ return Diagnostics.ProcessThreadCollection;
2772
+ },
2773
+ },
2774
+ TotalProcessorTime: {
2775
+ kind: "property",
2776
+ type: () => {
2777
+ return System.TimeSpan;
2778
+ },
2779
+ },
2780
+ UserProcessorTime: {
2781
+ kind: "property",
2782
+ type: () => {
2783
+ return System.TimeSpan;
2784
+ },
2785
+ },
2786
+ VirtualMemorySize: {
2787
+ kind: "property",
2788
+ type: () => {
2789
+ return System.Int32;
2790
+ },
2791
+ },
2792
+ VirtualMemorySize64: {
2793
+ kind: "property",
2794
+ type: () => {
2795
+ return System.Int64;
2796
+ },
2797
+ },
2798
+ WorkingSet: {
2799
+ kind: "property",
2800
+ type: () => {
2801
+ return System.Int32;
2802
+ },
2803
+ },
2804
+ WorkingSet64: {
2805
+ kind: "property",
2806
+ type: () => {
2807
+ return System.Int64;
2808
+ },
2809
+ },
2810
+ },
2811
+ },
2812
+ ProcessModule: {
2813
+ kind: "class",
2814
+ members: {
2815
+ ToString: {
2816
+ kind: "method",
2817
+ methodKind: "ordinary",
2818
+ isOverride: true,
2819
+ },
2820
+ BaseAddress: {
2821
+ kind: "property",
2822
+ type: () => {
2823
+ return System.IntPtr;
2824
+ },
2825
+ },
2826
+ EntryPointAddress: {
2827
+ kind: "property",
2828
+ type: () => {
2829
+ return System.IntPtr;
2830
+ },
2831
+ },
2832
+ FileName: {
2833
+ kind: "property",
2834
+ type: () => {
2835
+ return System.String;
2836
+ },
2837
+ },
2838
+ FileVersionInfo: {
2839
+ kind: "property",
2840
+ type: () => {
2841
+ return Diagnostics.FileVersionInfo;
2842
+ },
2843
+ },
2844
+ ModuleMemorySize: {
2845
+ kind: "property",
2846
+ type: () => {
2847
+ return System.Int32;
2848
+ },
2849
+ },
2850
+ ModuleName: {
2851
+ kind: "property",
2852
+ type: () => {
2853
+ return System.String;
2854
+ },
2855
+ },
2856
+ },
2857
+ },
2858
+ ProcessModuleCollection: {
2859
+ kind: "class",
2860
+ members: {
2861
+ ProcessModuleCollection: {
2862
+ kind: "method",
2863
+ methodKind: "constructor",
2864
+ },
2865
+ Contains: {
2866
+ kind: "method",
2867
+ methodKind: "ordinary",
2868
+ },
2869
+ CopyTo: {
2870
+ kind: "method",
2871
+ methodKind: "ordinary",
2872
+ },
2873
+ IndexOf: {
2874
+ kind: "method",
2875
+ methodKind: "ordinary",
2876
+ },
2877
+ Item: {
2878
+ kind: "property",
2879
+ type: () => {
2880
+ return Diagnostics.ProcessModule;
2881
+ },
2882
+ },
2883
+ },
2884
+ },
2885
+ ProcessPriorityClass: {
2886
+ kind: "enum",
2887
+ members: {
2888
+ Normal: {
2889
+ kind: "field",
2890
+ type: () => {
2891
+ return Diagnostics.ProcessPriorityClass;
2892
+ },
2893
+ },
2894
+ Idle: {
2895
+ kind: "field",
2896
+ type: () => {
2897
+ return Diagnostics.ProcessPriorityClass;
2898
+ },
2899
+ },
2900
+ High: {
2901
+ kind: "field",
2902
+ type: () => {
2903
+ return Diagnostics.ProcessPriorityClass;
2904
+ },
2905
+ },
2906
+ RealTime: {
2907
+ kind: "field",
2908
+ type: () => {
2909
+ return Diagnostics.ProcessPriorityClass;
2910
+ },
2911
+ },
2912
+ BelowNormal: {
2913
+ kind: "field",
2914
+ type: () => {
2915
+ return Diagnostics.ProcessPriorityClass;
2916
+ },
2917
+ },
2918
+ AboveNormal: {
2919
+ kind: "field",
2920
+ type: () => {
2921
+ return Diagnostics.ProcessPriorityClass;
2922
+ },
2923
+ },
2924
+ },
2925
+ },
2926
+ ProcessStartInfo: {
2927
+ kind: "class",
2928
+ members: {
2929
+ ProcessStartInfo: {
2930
+ kind: "method",
2931
+ methodKind: "constructor",
2932
+ },
2933
+ ArgumentList: {
2934
+ kind: "property",
2935
+ type: () => {
2936
+ return ObjectModel.Collection;
2937
+ },
2938
+ },
2939
+ Arguments: {
2940
+ kind: "property",
2941
+ type: () => {
2942
+ return System.String;
2943
+ },
2944
+ },
2945
+ CreateNoWindow: {
2946
+ kind: "property",
2947
+ type: () => {
2948
+ return System.Boolean;
2949
+ },
2950
+ },
2951
+ Domain: {
2952
+ kind: "property",
2953
+ type: () => {
2954
+ return System.String;
2955
+ },
2956
+ },
2957
+ Environment: {
2958
+ kind: "property",
2959
+ type: () => {
2960
+ return Generic.IDictionary;
2961
+ },
2962
+ },
2963
+ EnvironmentVariables: {
2964
+ kind: "property",
2965
+ type: () => {
2966
+ return Specialized.StringDictionary;
2967
+ },
2968
+ },
2969
+ ErrorDialog: {
2970
+ kind: "property",
2971
+ type: () => {
2972
+ return System.Boolean;
2973
+ },
2974
+ },
2975
+ ErrorDialogParentHandle: {
2976
+ kind: "property",
2977
+ type: () => {
2978
+ return System.IntPtr;
2979
+ },
2980
+ },
2981
+ FileName: {
2982
+ kind: "property",
2983
+ type: () => {
2984
+ return System.String;
2985
+ },
2986
+ },
2987
+ LoadUserProfile: {
2988
+ kind: "property",
2989
+ type: () => {
2990
+ return System.Boolean;
2991
+ },
2992
+ },
2993
+ UseCredentialsForNetworkingOnly: {
2994
+ kind: "property",
2995
+ type: () => {
2996
+ return System.Boolean;
2997
+ },
2998
+ },
2999
+ Password: {
3000
+ kind: "property",
3001
+ type: () => {
3002
+ return Security.SecureString;
3003
+ },
3004
+ },
3005
+ PasswordInClearText: {
3006
+ kind: "property",
3007
+ type: () => {
3008
+ return System.String;
3009
+ },
3010
+ isNullable: true,
3011
+ },
3012
+ RedirectStandardError: {
3013
+ kind: "property",
3014
+ type: () => {
3015
+ return System.Boolean;
3016
+ },
3017
+ },
3018
+ RedirectStandardInput: {
3019
+ kind: "property",
3020
+ type: () => {
3021
+ return System.Boolean;
3022
+ },
3023
+ },
3024
+ RedirectStandardOutput: {
3025
+ kind: "property",
3026
+ type: () => {
3027
+ return System.Boolean;
3028
+ },
3029
+ },
3030
+ StandardErrorEncoding: {
3031
+ kind: "property",
3032
+ type: () => {
3033
+ return Text.Encoding;
3034
+ },
3035
+ isNullable: true,
3036
+ },
3037
+ StandardInputEncoding: {
3038
+ kind: "property",
3039
+ type: () => {
3040
+ return Text.Encoding;
3041
+ },
3042
+ isNullable: true,
3043
+ },
3044
+ StandardOutputEncoding: {
3045
+ kind: "property",
3046
+ type: () => {
3047
+ return Text.Encoding;
3048
+ },
3049
+ isNullable: true,
3050
+ },
3051
+ UserName: {
3052
+ kind: "property",
3053
+ type: () => {
3054
+ return System.String;
3055
+ },
3056
+ },
3057
+ UseShellExecute: {
3058
+ kind: "property",
3059
+ type: () => {
3060
+ return System.Boolean;
3061
+ },
3062
+ },
3063
+ Verb: {
3064
+ kind: "property",
3065
+ type: () => {
3066
+ return System.String;
3067
+ },
3068
+ },
3069
+ Verbs: {
3070
+ kind: "property",
3071
+ type: () => {
3072
+ return System.Array;
3073
+ },
3074
+ },
3075
+ WindowStyle: {
3076
+ kind: "property",
3077
+ type: () => {
3078
+ return Diagnostics.ProcessWindowStyle;
3079
+ },
3080
+ },
3081
+ WorkingDirectory: {
3082
+ kind: "property",
3083
+ type: () => {
3084
+ return System.String;
3085
+ },
3086
+ },
3087
+ },
3088
+ isSealed: true,
3089
+ },
3090
+ ProcessThread: {
3091
+ kind: "class",
3092
+ members: {
3093
+ ResetIdealProcessor: {
3094
+ kind: "method",
3095
+ methodKind: "ordinary",
3096
+ },
3097
+ BasePriority: {
3098
+ kind: "property",
3099
+ type: () => {
3100
+ return System.Int32;
3101
+ },
3102
+ },
3103
+ CurrentPriority: {
3104
+ kind: "property",
3105
+ type: () => {
3106
+ return System.Int32;
3107
+ },
3108
+ },
3109
+ Id: {
3110
+ kind: "property",
3111
+ type: () => {
3112
+ return System.Int32;
3113
+ },
3114
+ },
3115
+ IdealProcessor: {
3116
+ kind: "property",
3117
+ type: () => {
3118
+ return System.Int32;
3119
+ },
3120
+ },
3121
+ PriorityBoostEnabled: {
3122
+ kind: "property",
3123
+ type: () => {
3124
+ return System.Boolean;
3125
+ },
3126
+ },
3127
+ PriorityLevel: {
3128
+ kind: "property",
3129
+ type: () => {
3130
+ return Diagnostics.ThreadPriorityLevel;
3131
+ },
3132
+ },
3133
+ PrivilegedProcessorTime: {
3134
+ kind: "property",
3135
+ type: () => {
3136
+ return System.TimeSpan;
3137
+ },
3138
+ },
3139
+ ProcessorAffinity: {
3140
+ kind: "property",
3141
+ type: () => {
3142
+ return System.IntPtr;
3143
+ },
3144
+ },
3145
+ StartAddress: {
3146
+ kind: "property",
3147
+ type: () => {
3148
+ return System.IntPtr;
3149
+ },
3150
+ },
3151
+ StartTime: {
3152
+ kind: "property",
3153
+ type: () => {
3154
+ return System.DateTime;
3155
+ },
3156
+ },
3157
+ ThreadState: {
3158
+ kind: "property",
3159
+ type: () => {
3160
+ return Diagnostics.ThreadState;
3161
+ },
3162
+ },
3163
+ TotalProcessorTime: {
3164
+ kind: "property",
3165
+ type: () => {
3166
+ return System.TimeSpan;
3167
+ },
3168
+ },
3169
+ UserProcessorTime: {
3170
+ kind: "property",
3171
+ type: () => {
3172
+ return System.TimeSpan;
3173
+ },
3174
+ },
3175
+ WaitReason: {
3176
+ kind: "property",
3177
+ type: () => {
3178
+ return Diagnostics.ThreadWaitReason;
3179
+ },
3180
+ },
3181
+ },
3182
+ },
3183
+ ProcessThreadCollection: {
3184
+ kind: "class",
3185
+ members: {
3186
+ ProcessThreadCollection: {
3187
+ kind: "method",
3188
+ methodKind: "constructor",
3189
+ },
3190
+ Add: {
3191
+ kind: "method",
3192
+ methodKind: "ordinary",
3193
+ },
3194
+ Contains: {
3195
+ kind: "method",
3196
+ methodKind: "ordinary",
3197
+ },
3198
+ CopyTo: {
3199
+ kind: "method",
3200
+ methodKind: "ordinary",
3201
+ },
3202
+ IndexOf: {
3203
+ kind: "method",
3204
+ methodKind: "ordinary",
3205
+ },
3206
+ Insert: {
3207
+ kind: "method",
3208
+ methodKind: "ordinary",
3209
+ },
3210
+ Remove: {
3211
+ kind: "method",
3212
+ methodKind: "ordinary",
3213
+ },
3214
+ Item: {
3215
+ kind: "property",
3216
+ type: () => {
3217
+ return Diagnostics.ProcessThread;
3218
+ },
3219
+ },
3220
+ },
3221
+ },
3222
+ ProcessWindowStyle: {
3223
+ kind: "enum",
3224
+ members: {
3225
+ Normal: {
3226
+ kind: "field",
3227
+ type: () => {
3228
+ return Diagnostics.ProcessWindowStyle;
3229
+ },
3230
+ },
3231
+ Hidden: {
3232
+ kind: "field",
3233
+ type: () => {
3234
+ return Diagnostics.ProcessWindowStyle;
3235
+ },
3236
+ },
3237
+ Minimized: {
3238
+ kind: "field",
3239
+ type: () => {
3240
+ return Diagnostics.ProcessWindowStyle;
3241
+ },
3242
+ },
3243
+ Maximized: {
3244
+ kind: "field",
3245
+ type: () => {
3246
+ return Diagnostics.ProcessWindowStyle;
3247
+ },
3248
+ },
3249
+ },
3250
+ },
3251
+ SampleActivity: {
3252
+ kind: "generic",
3253
+ members: {
3254
+ SampleActivity: {
3255
+ kind: "method",
3256
+ methodKind: "constructor",
3257
+ },
3258
+ Invoke: {
3259
+ kind: "method",
3260
+ methodKind: "ordinary",
3261
+ isVirtual: true,
3262
+ },
3263
+ BeginInvoke: {
3264
+ kind: "method",
3265
+ methodKind: "ordinary",
3266
+ isVirtual: true,
3267
+ },
3268
+ EndInvoke: {
3269
+ kind: "method",
3270
+ methodKind: "ordinary",
3271
+ isVirtual: true,
3272
+ },
3273
+ },
3274
+ },
3275
+ SourceFilter: {
3276
+ kind: "class",
3277
+ members: {
3278
+ SourceFilter: {
3279
+ kind: "method",
3280
+ methodKind: "constructor",
3281
+ },
3282
+ ShouldTrace: {
3283
+ kind: "method",
3284
+ methodKind: "ordinary",
3285
+ isOverride: true,
3286
+ },
3287
+ Source: {
3288
+ kind: "property",
3289
+ type: () => {
3290
+ return System.String;
3291
+ },
3292
+ },
3293
+ },
3294
+ },
3295
+ SourceLevels: {
3296
+ kind: "enum",
3297
+ members: {
3298
+ All: {
3299
+ kind: "field",
3300
+ type: () => {
3301
+ return Diagnostics.SourceLevels;
3302
+ },
3303
+ },
3304
+ Off: {
3305
+ kind: "field",
3306
+ type: () => {
3307
+ return Diagnostics.SourceLevels;
3308
+ },
3309
+ },
3310
+ Critical: {
3311
+ kind: "field",
3312
+ type: () => {
3313
+ return Diagnostics.SourceLevels;
3314
+ },
3315
+ },
3316
+ Error: {
3317
+ kind: "field",
3318
+ type: () => {
3319
+ return Diagnostics.SourceLevels;
3320
+ },
3321
+ },
3322
+ Warning: {
3323
+ kind: "field",
3324
+ type: () => {
3325
+ return Diagnostics.SourceLevels;
3326
+ },
3327
+ },
3328
+ Information: {
3329
+ kind: "field",
3330
+ type: () => {
3331
+ return Diagnostics.SourceLevels;
3332
+ },
3333
+ },
3334
+ Verbose: {
3335
+ kind: "field",
3336
+ type: () => {
3337
+ return Diagnostics.SourceLevels;
3338
+ },
3339
+ },
3340
+ ActivityTracing: {
3341
+ kind: "field",
3342
+ type: () => {
3343
+ return Diagnostics.SourceLevels;
3344
+ },
3345
+ },
3346
+ },
3347
+ },
3348
+ SourceSwitch: {
3349
+ kind: "class",
3350
+ members: {
3351
+ SourceSwitch: {
3352
+ kind: "method",
3353
+ methodKind: "constructor",
3354
+ },
3355
+ OnValueChanged: {
3356
+ kind: "method",
3357
+ methodKind: "ordinary",
3358
+ isOverride: true,
3359
+ },
3360
+ ShouldTrace: {
3361
+ kind: "method",
3362
+ methodKind: "ordinary",
3363
+ },
3364
+ Level: {
3365
+ kind: "property",
3366
+ type: () => {
3367
+ return Diagnostics.SourceLevels;
3368
+ },
3369
+ },
3370
+ },
3371
+ },
3372
+ StackFrame: {
3373
+ kind: "class",
3374
+ members: {
3375
+ StackFrame: {
3376
+ kind: "method",
3377
+ methodKind: "constructor",
3378
+ },
3379
+ GetFileColumnNumber: {
3380
+ kind: "method",
3381
+ methodKind: "ordinary",
3382
+ isVirtual: true,
3383
+ },
3384
+ GetFileLineNumber: {
3385
+ kind: "method",
3386
+ methodKind: "ordinary",
3387
+ isVirtual: true,
3388
+ },
3389
+ GetFileName: {
3390
+ kind: "method",
3391
+ methodKind: "ordinary",
3392
+ isVirtual: true,
3393
+ },
3394
+ GetILOffset: {
3395
+ kind: "method",
3396
+ methodKind: "ordinary",
3397
+ isVirtual: true,
3398
+ },
3399
+ GetMethod: {
3400
+ kind: "method",
3401
+ methodKind: "ordinary",
3402
+ isVirtual: true,
3403
+ },
3404
+ GetNativeOffset: {
3405
+ kind: "method",
3406
+ methodKind: "ordinary",
3407
+ isVirtual: true,
3408
+ },
3409
+ ToString: {
3410
+ kind: "method",
3411
+ methodKind: "ordinary",
3412
+ isOverride: true,
3413
+ },
3414
+ },
3415
+ },
3416
+ StackFrameExtensions: {
3417
+ kind: "class",
3418
+ members: {
3419
+ GetNativeImageBase: {
3420
+ kind: "method",
3421
+ methodKind: "ordinary",
3422
+ isStatic: true,
3423
+ },
3424
+ GetNativeIP: {
3425
+ kind: "method",
3426
+ methodKind: "ordinary",
3427
+ isStatic: true,
3428
+ },
3429
+ HasILOffset: {
3430
+ kind: "method",
3431
+ methodKind: "ordinary",
3432
+ isStatic: true,
3433
+ },
3434
+ HasMethod: {
3435
+ kind: "method",
3436
+ methodKind: "ordinary",
3437
+ isStatic: true,
3438
+ },
3439
+ HasNativeImage: {
3440
+ kind: "method",
3441
+ methodKind: "ordinary",
3442
+ isStatic: true,
3443
+ },
3444
+ HasSource: {
3445
+ kind: "method",
3446
+ methodKind: "ordinary",
3447
+ isStatic: true,
3448
+ },
3449
+ },
3450
+ isStatic: true,
3451
+ },
3452
+ StackTrace: {
3453
+ kind: "class",
3454
+ members: {
3455
+ StackTrace: {
3456
+ kind: "method",
3457
+ methodKind: "constructor",
3458
+ },
3459
+ GetFrame: {
3460
+ kind: "method",
3461
+ methodKind: "ordinary",
3462
+ isVirtual: true,
3463
+ },
3464
+ GetFrames: {
3465
+ kind: "method",
3466
+ methodKind: "ordinary",
3467
+ isVirtual: true,
3468
+ },
3469
+ ToString: {
3470
+ kind: "method",
3471
+ methodKind: "ordinary",
3472
+ isOverride: true,
3473
+ },
3474
+ FrameCount: {
3475
+ kind: "property",
3476
+ type: () => {
3477
+ return System.Int32;
3478
+ },
3479
+ isVirtual: true,
3480
+ },
3481
+ },
3482
+ },
3483
+ StackTraceHiddenAttribute: {
3484
+ kind: "class",
3485
+ members: {
3486
+ StackTraceHiddenAttribute: {
3487
+ kind: "method",
3488
+ methodKind: "constructor",
3489
+ },
3490
+ },
3491
+ isSealed: true,
3492
+ },
3493
+ Stopwatch: {
3494
+ kind: "class",
3495
+ members: {
3496
+ Frequency: {
3497
+ kind: "field",
3498
+ type: () => {
3499
+ return System.Int64;
3500
+ },
3501
+ isStatic: true,
3502
+ isReadOnly: true,
3503
+ },
3504
+ IsHighResolution: {
3505
+ kind: "field",
3506
+ type: () => {
3507
+ return System.Boolean;
3508
+ },
3509
+ isStatic: true,
3510
+ isReadOnly: true,
3511
+ },
3512
+ Stopwatch: {
3513
+ kind: "method",
3514
+ methodKind: "constructor",
3515
+ },
3516
+ GetElapsedTime: {
3517
+ kind: "method",
3518
+ methodKind: "ordinary",
3519
+ isStatic: true,
3520
+ },
3521
+ GetTimestamp: {
3522
+ kind: "method",
3523
+ methodKind: "ordinary",
3524
+ isStatic: true,
3525
+ },
3526
+ Reset: {
3527
+ kind: "method",
3528
+ methodKind: "ordinary",
3529
+ },
3530
+ Restart: {
3531
+ kind: "method",
3532
+ methodKind: "ordinary",
3533
+ },
3534
+ Start: {
3535
+ kind: "method",
3536
+ methodKind: "ordinary",
3537
+ },
3538
+ StartNew: {
3539
+ kind: "method",
3540
+ methodKind: "ordinary",
3541
+ isStatic: true,
3542
+ },
3543
+ Stop: {
3544
+ kind: "method",
3545
+ methodKind: "ordinary",
3546
+ },
3547
+ ToString: {
3548
+ kind: "method",
3549
+ methodKind: "ordinary",
3550
+ isOverride: true,
3551
+ },
3552
+ Elapsed: {
3553
+ kind: "property",
3554
+ type: () => {
3555
+ return System.TimeSpan;
3556
+ },
3557
+ },
3558
+ ElapsedMilliseconds: {
3559
+ kind: "property",
3560
+ type: () => {
3561
+ return System.Int64;
3562
+ },
3563
+ },
3564
+ ElapsedTicks: {
3565
+ kind: "property",
3566
+ type: () => {
3567
+ return System.Int64;
3568
+ },
3569
+ },
3570
+ IsRunning: {
3571
+ kind: "property",
3572
+ type: () => {
3573
+ return System.Boolean;
3574
+ },
3575
+ },
3576
+ },
3577
+ },
3578
+ Switch: {
3579
+ kind: "class",
3580
+ members: {
3581
+ Switch: {
3582
+ kind: "method",
3583
+ methodKind: "constructor",
3584
+ },
3585
+ GetSupportedAttributes: {
3586
+ kind: "method",
3587
+ methodKind: "ordinary",
3588
+ isVirtual: true,
3589
+ },
3590
+ OnSwitchSettingChanged: {
3591
+ kind: "method",
3592
+ methodKind: "ordinary",
3593
+ isVirtual: true,
3594
+ },
3595
+ OnValueChanged: {
3596
+ kind: "method",
3597
+ methodKind: "ordinary",
3598
+ isVirtual: true,
3599
+ },
3600
+ Refresh: {
3601
+ kind: "method",
3602
+ methodKind: "ordinary",
3603
+ },
3604
+ Attributes: {
3605
+ kind: "property",
3606
+ type: () => {
3607
+ return Specialized.StringDictionary;
3608
+ },
3609
+ },
3610
+ DefaultValue: {
3611
+ kind: "property",
3612
+ type: () => {
3613
+ return System.String;
3614
+ },
3615
+ },
3616
+ Description: {
3617
+ kind: "property",
3618
+ type: () => {
3619
+ return System.String;
3620
+ },
3621
+ },
3622
+ DisplayName: {
3623
+ kind: "property",
3624
+ type: () => {
3625
+ return System.String;
3626
+ },
3627
+ },
3628
+ SwitchSetting: {
3629
+ kind: "property",
3630
+ type: () => {
3631
+ return System.Int32;
3632
+ },
3633
+ },
3634
+ Value: {
3635
+ kind: "property",
3636
+ type: () => {
3637
+ return System.String;
3638
+ },
3639
+ },
3640
+ },
3641
+ isAbstract: true,
3642
+ },
3643
+ SwitchAttribute: {
3644
+ kind: "class",
3645
+ members: {
3646
+ SwitchAttribute: {
3647
+ kind: "method",
3648
+ methodKind: "constructor",
3649
+ },
3650
+ GetAll: {
3651
+ kind: "method",
3652
+ methodKind: "ordinary",
3653
+ isStatic: true,
3654
+ },
3655
+ SwitchDescription: {
3656
+ kind: "property",
3657
+ type: () => {
3658
+ return System.String;
3659
+ },
3660
+ isNullable: true,
3661
+ },
3662
+ SwitchName: {
3663
+ kind: "property",
3664
+ type: () => {
3665
+ return System.String;
3666
+ },
3667
+ },
3668
+ SwitchType: {
3669
+ kind: "property",
3670
+ type: () => {
3671
+ return System.Type;
3672
+ },
3673
+ },
3674
+ },
3675
+ isSealed: true,
3676
+ },
3677
+ SwitchLevelAttribute: {
3678
+ kind: "class",
3679
+ members: {
3680
+ SwitchLevelAttribute: {
3681
+ kind: "method",
3682
+ methodKind: "constructor",
3683
+ },
3684
+ SwitchLevelType: {
3685
+ kind: "property",
3686
+ type: () => {
3687
+ return System.Type;
3688
+ },
3689
+ },
3690
+ },
3691
+ isSealed: true,
3692
+ },
3693
+ TagList: {
3694
+ kind: "class",
3695
+ members: {
3696
+ Enumerator: {
3697
+ kind: "struct",
3698
+ members: {
3699
+ Dispose: {
3700
+ kind: "method",
3701
+ methodKind: "ordinary",
3702
+ },
3703
+ MoveNext: {
3704
+ kind: "method",
3705
+ methodKind: "ordinary",
3706
+ },
3707
+ Reset: {
3708
+ kind: "method",
3709
+ methodKind: "ordinary",
3710
+ },
3711
+ Current: {
3712
+ kind: "property",
3713
+ type: () => {
3714
+ return Generic.KeyValuePair;
3715
+ },
3716
+ },
3717
+ },
3718
+ },
3719
+ },
3720
+ },
3721
+ TextWriterTraceListener: {
3722
+ kind: "class",
3723
+ members: {
3724
+ TextWriterTraceListener: {
3725
+ kind: "method",
3726
+ methodKind: "constructor",
3727
+ },
3728
+ Close: {
3729
+ kind: "method",
3730
+ methodKind: "ordinary",
3731
+ isOverride: true,
3732
+ },
3733
+ Dispose: {
3734
+ kind: "method",
3735
+ methodKind: "ordinary",
3736
+ isOverride: true,
3737
+ },
3738
+ Flush: {
3739
+ kind: "method",
3740
+ methodKind: "ordinary",
3741
+ isOverride: true,
3742
+ },
3743
+ Write: {
3744
+ kind: "method",
3745
+ methodKind: "ordinary",
3746
+ isOverride: true,
3747
+ },
3748
+ WriteLine: {
3749
+ kind: "method",
3750
+ methodKind: "ordinary",
3751
+ isOverride: true,
3752
+ },
3753
+ Writer: {
3754
+ kind: "property",
3755
+ type: () => {
3756
+ return IO.TextWriter;
3757
+ },
3758
+ },
3759
+ },
3760
+ },
3761
+ ThreadPriorityLevel: {
3762
+ kind: "enum",
3763
+ members: {
3764
+ Idle: {
3765
+ kind: "field",
3766
+ type: () => {
3767
+ return Diagnostics.ThreadPriorityLevel;
3768
+ },
3769
+ },
3770
+ Lowest: {
3771
+ kind: "field",
3772
+ type: () => {
3773
+ return Diagnostics.ThreadPriorityLevel;
3774
+ },
3775
+ },
3776
+ BelowNormal: {
3777
+ kind: "field",
3778
+ type: () => {
3779
+ return Diagnostics.ThreadPriorityLevel;
3780
+ },
3781
+ },
3782
+ Normal: {
3783
+ kind: "field",
3784
+ type: () => {
3785
+ return Diagnostics.ThreadPriorityLevel;
3786
+ },
3787
+ },
3788
+ AboveNormal: {
3789
+ kind: "field",
3790
+ type: () => {
3791
+ return Diagnostics.ThreadPriorityLevel;
3792
+ },
3793
+ },
3794
+ Highest: {
3795
+ kind: "field",
3796
+ type: () => {
3797
+ return Diagnostics.ThreadPriorityLevel;
3798
+ },
3799
+ },
3800
+ TimeCritical: {
3801
+ kind: "field",
3802
+ type: () => {
3803
+ return Diagnostics.ThreadPriorityLevel;
3804
+ },
3805
+ },
3806
+ },
3807
+ },
3808
+ ThreadState: {
3809
+ kind: "enum",
3810
+ members: {
3811
+ Initialized: {
3812
+ kind: "field",
3813
+ type: () => {
3814
+ return Diagnostics.ThreadState;
3815
+ },
3816
+ },
3817
+ Ready: {
3818
+ kind: "field",
3819
+ type: () => {
3820
+ return Diagnostics.ThreadState;
3821
+ },
3822
+ },
3823
+ Running: {
3824
+ kind: "field",
3825
+ type: () => {
3826
+ return Diagnostics.ThreadState;
3827
+ },
3828
+ },
3829
+ Standby: {
3830
+ kind: "field",
3831
+ type: () => {
3832
+ return Diagnostics.ThreadState;
3833
+ },
3834
+ },
3835
+ Terminated: {
3836
+ kind: "field",
3837
+ type: () => {
3838
+ return Diagnostics.ThreadState;
3839
+ },
3840
+ },
3841
+ Wait: {
3842
+ kind: "field",
3843
+ type: () => {
3844
+ return Diagnostics.ThreadState;
3845
+ },
3846
+ },
3847
+ Transition: {
3848
+ kind: "field",
3849
+ type: () => {
3850
+ return Diagnostics.ThreadState;
3851
+ },
3852
+ },
3853
+ Unknown: {
3854
+ kind: "field",
3855
+ type: () => {
3856
+ return Diagnostics.ThreadState;
3857
+ },
3858
+ },
3859
+ },
3860
+ },
3861
+ ThreadWaitReason: {
3862
+ kind: "enum",
3863
+ members: {
3864
+ Executive: {
3865
+ kind: "field",
3866
+ type: () => {
3867
+ return Diagnostics.ThreadWaitReason;
3868
+ },
3869
+ },
3870
+ FreePage: {
3871
+ kind: "field",
3872
+ type: () => {
3873
+ return Diagnostics.ThreadWaitReason;
3874
+ },
3875
+ },
3876
+ PageIn: {
3877
+ kind: "field",
3878
+ type: () => {
3879
+ return Diagnostics.ThreadWaitReason;
3880
+ },
3881
+ },
3882
+ SystemAllocation: {
3883
+ kind: "field",
3884
+ type: () => {
3885
+ return Diagnostics.ThreadWaitReason;
3886
+ },
3887
+ },
3888
+ ExecutionDelay: {
3889
+ kind: "field",
3890
+ type: () => {
3891
+ return Diagnostics.ThreadWaitReason;
3892
+ },
3893
+ },
3894
+ Suspended: {
3895
+ kind: "field",
3896
+ type: () => {
3897
+ return Diagnostics.ThreadWaitReason;
3898
+ },
3899
+ },
3900
+ UserRequest: {
3901
+ kind: "field",
3902
+ type: () => {
3903
+ return Diagnostics.ThreadWaitReason;
3904
+ },
3905
+ },
3906
+ EventPairHigh: {
3907
+ kind: "field",
3908
+ type: () => {
3909
+ return Diagnostics.ThreadWaitReason;
3910
+ },
3911
+ },
3912
+ EventPairLow: {
3913
+ kind: "field",
3914
+ type: () => {
3915
+ return Diagnostics.ThreadWaitReason;
3916
+ },
3917
+ },
3918
+ LpcReceive: {
3919
+ kind: "field",
3920
+ type: () => {
3921
+ return Diagnostics.ThreadWaitReason;
3922
+ },
3923
+ },
3924
+ LpcReply: {
3925
+ kind: "field",
3926
+ type: () => {
3927
+ return Diagnostics.ThreadWaitReason;
3928
+ },
3929
+ },
3930
+ VirtualMemory: {
3931
+ kind: "field",
3932
+ type: () => {
3933
+ return Diagnostics.ThreadWaitReason;
3934
+ },
3935
+ },
3936
+ PageOut: {
3937
+ kind: "field",
3938
+ type: () => {
3939
+ return Diagnostics.ThreadWaitReason;
3940
+ },
3941
+ },
3942
+ Unknown: {
3943
+ kind: "field",
3944
+ type: () => {
3945
+ return Diagnostics.ThreadWaitReason;
3946
+ },
3947
+ },
3948
+ },
3949
+ },
3950
+ Trace: {
3951
+ kind: "class",
3952
+ members: {
3953
+ Assert: {
3954
+ kind: "method",
3955
+ methodKind: "ordinary",
3956
+ isStatic: true,
3957
+ },
3958
+ Close: {
3959
+ kind: "method",
3960
+ methodKind: "ordinary",
3961
+ isStatic: true,
3962
+ },
3963
+ Fail: {
3964
+ kind: "method",
3965
+ methodKind: "ordinary",
3966
+ isStatic: true,
3967
+ },
3968
+ Flush: {
3969
+ kind: "method",
3970
+ methodKind: "ordinary",
3971
+ isStatic: true,
3972
+ },
3973
+ Indent: {
3974
+ kind: "method",
3975
+ methodKind: "ordinary",
3976
+ isStatic: true,
3977
+ },
3978
+ Refresh: {
3979
+ kind: "method",
3980
+ methodKind: "ordinary",
3981
+ isStatic: true,
3982
+ },
3983
+ TraceError: {
3984
+ kind: "method",
3985
+ methodKind: "ordinary",
3986
+ isStatic: true,
3987
+ },
3988
+ TraceInformation: {
3989
+ kind: "method",
3990
+ methodKind: "ordinary",
3991
+ isStatic: true,
3992
+ },
3993
+ TraceWarning: {
3994
+ kind: "method",
3995
+ methodKind: "ordinary",
3996
+ isStatic: true,
3997
+ },
3998
+ Unindent: {
3999
+ kind: "method",
4000
+ methodKind: "ordinary",
4001
+ isStatic: true,
4002
+ },
4003
+ Write: {
4004
+ kind: "method",
4005
+ methodKind: "ordinary",
4006
+ isStatic: true,
4007
+ },
4008
+ WriteIf: {
4009
+ kind: "method",
4010
+ methodKind: "ordinary",
4011
+ isStatic: true,
4012
+ },
4013
+ WriteLine: {
4014
+ kind: "method",
4015
+ methodKind: "ordinary",
4016
+ isStatic: true,
4017
+ },
4018
+ WriteLineIf: {
4019
+ kind: "method",
4020
+ methodKind: "ordinary",
4021
+ isStatic: true,
4022
+ },
4023
+ AutoFlush: {
4024
+ kind: "property",
4025
+ type: () => {
4026
+ return System.Boolean;
4027
+ },
4028
+ isStatic: true,
4029
+ },
4030
+ CorrelationManager: {
4031
+ kind: "property",
4032
+ type: () => {
4033
+ return Diagnostics.CorrelationManager;
4034
+ },
4035
+ isStatic: true,
4036
+ },
4037
+ IndentLevel: {
4038
+ kind: "property",
4039
+ type: () => {
4040
+ return System.Int32;
4041
+ },
4042
+ isStatic: true,
4043
+ },
4044
+ IndentSize: {
4045
+ kind: "property",
4046
+ type: () => {
4047
+ return System.Int32;
4048
+ },
4049
+ isStatic: true,
4050
+ },
4051
+ Listeners: {
4052
+ kind: "property",
4053
+ type: () => {
4054
+ return Diagnostics.TraceListenerCollection;
4055
+ },
4056
+ isStatic: true,
4057
+ },
4058
+ UseGlobalLock: {
4059
+ kind: "property",
4060
+ type: () => {
4061
+ return System.Boolean;
4062
+ },
4063
+ isStatic: true,
4064
+ },
4065
+ },
4066
+ isSealed: true,
4067
+ },
4068
+ TraceEventCache: {
4069
+ kind: "class",
4070
+ members: {
4071
+ TraceEventCache: {
4072
+ kind: "method",
4073
+ methodKind: "constructor",
4074
+ },
4075
+ Callstack: {
4076
+ kind: "property",
4077
+ type: () => {
4078
+ return System.String;
4079
+ },
4080
+ },
4081
+ DateTime: {
4082
+ kind: "property",
4083
+ type: () => {
4084
+ return System.DateTime;
4085
+ },
4086
+ },
4087
+ LogicalOperationStack: {
4088
+ kind: "property",
4089
+ type: () => {
4090
+ return Collections.Stack;
4091
+ },
4092
+ },
4093
+ ProcessId: {
4094
+ kind: "property",
4095
+ type: () => {
4096
+ return System.Int32;
4097
+ },
4098
+ },
4099
+ ThreadId: {
4100
+ kind: "property",
4101
+ type: () => {
4102
+ return System.String;
4103
+ },
4104
+ },
4105
+ Timestamp: {
4106
+ kind: "property",
4107
+ type: () => {
4108
+ return System.Int64;
4109
+ },
4110
+ },
4111
+ },
4112
+ },
4113
+ TraceEventType: {
4114
+ kind: "enum",
4115
+ members: {
4116
+ Critical: {
4117
+ kind: "field",
4118
+ type: () => {
4119
+ return Diagnostics.TraceEventType;
4120
+ },
4121
+ },
4122
+ Error: {
4123
+ kind: "field",
4124
+ type: () => {
4125
+ return Diagnostics.TraceEventType;
4126
+ },
4127
+ },
4128
+ Warning: {
4129
+ kind: "field",
4130
+ type: () => {
4131
+ return Diagnostics.TraceEventType;
4132
+ },
4133
+ },
4134
+ Information: {
4135
+ kind: "field",
4136
+ type: () => {
4137
+ return Diagnostics.TraceEventType;
4138
+ },
4139
+ },
4140
+ Verbose: {
4141
+ kind: "field",
4142
+ type: () => {
4143
+ return Diagnostics.TraceEventType;
4144
+ },
4145
+ },
4146
+ Start: {
4147
+ kind: "field",
4148
+ type: () => {
4149
+ return Diagnostics.TraceEventType;
4150
+ },
4151
+ },
4152
+ Stop: {
4153
+ kind: "field",
4154
+ type: () => {
4155
+ return Diagnostics.TraceEventType;
4156
+ },
4157
+ },
4158
+ Suspend: {
4159
+ kind: "field",
4160
+ type: () => {
4161
+ return Diagnostics.TraceEventType;
4162
+ },
4163
+ },
4164
+ Resume: {
4165
+ kind: "field",
4166
+ type: () => {
4167
+ return Diagnostics.TraceEventType;
4168
+ },
4169
+ },
4170
+ Transfer: {
4171
+ kind: "field",
4172
+ type: () => {
4173
+ return Diagnostics.TraceEventType;
4174
+ },
4175
+ },
4176
+ },
4177
+ },
4178
+ TraceFilter: {
4179
+ kind: "class",
4180
+ members: {
4181
+ TraceFilter: {
4182
+ kind: "method",
4183
+ methodKind: "constructor",
4184
+ },
4185
+ ShouldTrace: {
4186
+ kind: "method",
4187
+ methodKind: "ordinary",
4188
+ isAbstract: true,
4189
+ },
4190
+ },
4191
+ isAbstract: true,
4192
+ },
4193
+ TraceLevel: {
4194
+ kind: "enum",
4195
+ members: {
4196
+ Off: {
4197
+ kind: "field",
4198
+ type: () => {
4199
+ return Diagnostics.TraceLevel;
4200
+ },
4201
+ },
4202
+ Error: {
4203
+ kind: "field",
4204
+ type: () => {
4205
+ return Diagnostics.TraceLevel;
4206
+ },
4207
+ },
4208
+ Warning: {
4209
+ kind: "field",
4210
+ type: () => {
4211
+ return Diagnostics.TraceLevel;
4212
+ },
4213
+ },
4214
+ Info: {
4215
+ kind: "field",
4216
+ type: () => {
4217
+ return Diagnostics.TraceLevel;
4218
+ },
4219
+ },
4220
+ Verbose: {
4221
+ kind: "field",
4222
+ type: () => {
4223
+ return Diagnostics.TraceLevel;
4224
+ },
4225
+ },
4226
+ },
4227
+ },
4228
+ TraceListener: {
4229
+ kind: "class",
4230
+ members: {
4231
+ TraceListener: {
4232
+ kind: "method",
4233
+ methodKind: "constructor",
4234
+ },
4235
+ Close: {
4236
+ kind: "method",
4237
+ methodKind: "ordinary",
4238
+ isVirtual: true,
4239
+ },
4240
+ Dispose: {
4241
+ kind: "method",
4242
+ methodKind: "ordinary",
4243
+ },
4244
+ Fail: {
4245
+ kind: "method",
4246
+ methodKind: "ordinary",
4247
+ isVirtual: true,
4248
+ },
4249
+ Flush: {
4250
+ kind: "method",
4251
+ methodKind: "ordinary",
4252
+ isVirtual: true,
4253
+ },
4254
+ GetSupportedAttributes: {
4255
+ kind: "method",
4256
+ methodKind: "ordinary",
4257
+ isVirtual: true,
4258
+ },
4259
+ TraceData: {
4260
+ kind: "method",
4261
+ methodKind: "ordinary",
4262
+ isVirtual: true,
4263
+ },
4264
+ TraceEvent: {
4265
+ kind: "method",
4266
+ methodKind: "ordinary",
4267
+ isVirtual: true,
4268
+ },
4269
+ TraceTransfer: {
4270
+ kind: "method",
4271
+ methodKind: "ordinary",
4272
+ isVirtual: true,
4273
+ },
4274
+ Write: {
4275
+ kind: "method",
4276
+ methodKind: "ordinary",
4277
+ isVirtual: true,
4278
+ },
4279
+ WriteIndent: {
4280
+ kind: "method",
4281
+ methodKind: "ordinary",
4282
+ isVirtual: true,
4283
+ },
4284
+ WriteLine: {
4285
+ kind: "method",
4286
+ methodKind: "ordinary",
4287
+ isVirtual: true,
4288
+ },
4289
+ Attributes: {
4290
+ kind: "property",
4291
+ type: () => {
4292
+ return Specialized.StringDictionary;
4293
+ },
4294
+ },
4295
+ Filter: {
4296
+ kind: "property",
4297
+ type: () => {
4298
+ return Diagnostics.TraceFilter;
4299
+ },
4300
+ },
4301
+ IndentLevel: {
4302
+ kind: "property",
4303
+ type: () => {
4304
+ return System.Int32;
4305
+ },
4306
+ },
4307
+ IndentSize: {
4308
+ kind: "property",
4309
+ type: () => {
4310
+ return System.Int32;
4311
+ },
4312
+ },
4313
+ IsThreadSafe: {
4314
+ kind: "property",
4315
+ type: () => {
4316
+ return System.Boolean;
4317
+ },
4318
+ isVirtual: true,
4319
+ },
4320
+ Name: {
4321
+ kind: "property",
4322
+ type: () => {
4323
+ return System.String;
4324
+ },
4325
+ isVirtual: true,
4326
+ },
4327
+ NeedIndent: {
4328
+ kind: "property",
4329
+ type: () => {
4330
+ return System.Boolean;
4331
+ },
4332
+ },
4333
+ TraceOutputOptions: {
4334
+ kind: "property",
4335
+ type: () => {
4336
+ return Diagnostics.TraceOptions;
4337
+ },
4338
+ },
4339
+ },
4340
+ isAbstract: true,
4341
+ },
4342
+ TraceListenerCollection: {
4343
+ kind: "class",
4344
+ members: {
4345
+ Add: {
4346
+ kind: "method",
4347
+ methodKind: "ordinary",
4348
+ },
4349
+ AddRange: {
4350
+ kind: "method",
4351
+ methodKind: "ordinary",
4352
+ },
4353
+ Clear: {
4354
+ kind: "method",
4355
+ methodKind: "ordinary",
4356
+ },
4357
+ Contains: {
4358
+ kind: "method",
4359
+ methodKind: "ordinary",
4360
+ },
4361
+ CopyTo: {
4362
+ kind: "method",
4363
+ methodKind: "ordinary",
4364
+ },
4365
+ GetEnumerator: {
4366
+ kind: "method",
4367
+ methodKind: "ordinary",
4368
+ },
4369
+ IndexOf: {
4370
+ kind: "method",
4371
+ methodKind: "ordinary",
4372
+ },
4373
+ Insert: {
4374
+ kind: "method",
4375
+ methodKind: "ordinary",
4376
+ },
4377
+ Remove: {
4378
+ kind: "method",
4379
+ methodKind: "ordinary",
4380
+ },
4381
+ RemoveAt: {
4382
+ kind: "method",
4383
+ methodKind: "ordinary",
4384
+ },
4385
+ Count: {
4386
+ kind: "property",
4387
+ type: () => {
4388
+ return System.Int32;
4389
+ },
4390
+ },
4391
+ Item: {
4392
+ kind: "property",
4393
+ type: () => {
4394
+ return Diagnostics.TraceListener;
4395
+ },
4396
+ },
4397
+ },
4398
+ },
4399
+ TraceOptions: {
4400
+ kind: "enum",
4401
+ members: {
4402
+ None: {
4403
+ kind: "field",
4404
+ type: () => {
4405
+ return Diagnostics.TraceOptions;
4406
+ },
4407
+ },
4408
+ LogicalOperationStack: {
4409
+ kind: "field",
4410
+ type: () => {
4411
+ return Diagnostics.TraceOptions;
4412
+ },
4413
+ },
4414
+ DateTime: {
4415
+ kind: "field",
4416
+ type: () => {
4417
+ return Diagnostics.TraceOptions;
4418
+ },
4419
+ },
4420
+ Timestamp: {
4421
+ kind: "field",
4422
+ type: () => {
4423
+ return Diagnostics.TraceOptions;
4424
+ },
4425
+ },
4426
+ ProcessId: {
4427
+ kind: "field",
4428
+ type: () => {
4429
+ return Diagnostics.TraceOptions;
4430
+ },
4431
+ },
4432
+ ThreadId: {
4433
+ kind: "field",
4434
+ type: () => {
4435
+ return Diagnostics.TraceOptions;
4436
+ },
4437
+ },
4438
+ Callstack: {
4439
+ kind: "field",
4440
+ type: () => {
4441
+ return Diagnostics.TraceOptions;
4442
+ },
4443
+ },
4444
+ },
4445
+ },
4446
+ TraceSource: {
4447
+ kind: "class",
4448
+ members: {
4449
+ TraceSource: {
4450
+ kind: "method",
4451
+ methodKind: "constructor",
4452
+ },
4453
+ Close: {
4454
+ kind: "method",
4455
+ methodKind: "ordinary",
4456
+ },
4457
+ Flush: {
4458
+ kind: "method",
4459
+ methodKind: "ordinary",
4460
+ },
4461
+ GetSupportedAttributes: {
4462
+ kind: "method",
4463
+ methodKind: "ordinary",
4464
+ isVirtual: true,
4465
+ },
4466
+ TraceData: {
4467
+ kind: "method",
4468
+ methodKind: "ordinary",
4469
+ },
4470
+ TraceEvent: {
4471
+ kind: "method",
4472
+ methodKind: "ordinary",
4473
+ },
4474
+ TraceInformation: {
4475
+ kind: "method",
4476
+ methodKind: "ordinary",
4477
+ },
4478
+ TraceTransfer: {
4479
+ kind: "method",
4480
+ methodKind: "ordinary",
4481
+ },
4482
+ Attributes: {
4483
+ kind: "property",
4484
+ type: () => {
4485
+ return Specialized.StringDictionary;
4486
+ },
4487
+ },
4488
+ DefaultLevel: {
4489
+ kind: "property",
4490
+ type: () => {
4491
+ return Diagnostics.SourceLevels;
4492
+ },
4493
+ },
4494
+ Listeners: {
4495
+ kind: "property",
4496
+ type: () => {
4497
+ return Diagnostics.TraceListenerCollection;
4498
+ },
4499
+ },
4500
+ Name: {
4501
+ kind: "property",
4502
+ type: () => {
4503
+ return System.String;
4504
+ },
4505
+ },
4506
+ Switch: {
4507
+ kind: "property",
4508
+ type: () => {
4509
+ return Diagnostics.SourceSwitch;
4510
+ },
4511
+ },
4512
+ },
4513
+ },
4514
+ TraceSwitch: {
4515
+ kind: "class",
4516
+ members: {
4517
+ TraceSwitch: {
4518
+ kind: "method",
4519
+ methodKind: "constructor",
4520
+ },
4521
+ OnSwitchSettingChanged: {
4522
+ kind: "method",
4523
+ methodKind: "ordinary",
4524
+ isOverride: true,
4525
+ },
4526
+ OnValueChanged: {
4527
+ kind: "method",
4528
+ methodKind: "ordinary",
4529
+ isOverride: true,
4530
+ },
4531
+ Level: {
4532
+ kind: "property",
4533
+ type: () => {
4534
+ return Diagnostics.TraceLevel;
4535
+ },
4536
+ },
4537
+ TraceError: {
4538
+ kind: "property",
4539
+ type: () => {
4540
+ return System.Boolean;
4541
+ },
4542
+ },
4543
+ TraceInfo: {
4544
+ kind: "property",
4545
+ type: () => {
4546
+ return System.Boolean;
4547
+ },
4548
+ },
4549
+ TraceVerbose: {
4550
+ kind: "property",
4551
+ type: () => {
4552
+ return System.Boolean;
4553
+ },
4554
+ },
4555
+ TraceWarning: {
4556
+ kind: "property",
4557
+ type: () => {
4558
+ return System.Boolean;
4559
+ },
4560
+ },
4561
+ },
4562
+ },
4563
+ UnreachableException: {
4564
+ kind: "class",
4565
+ members: {
4566
+ UnreachableException: {
4567
+ kind: "method",
4568
+ methodKind: "constructor",
615
4569
  },
616
4570
  },
617
4571
  isSealed: true,
618
4572
  },
4573
+ XmlWriterTraceListener: {
4574
+ kind: "class",
4575
+ members: {
4576
+ XmlWriterTraceListener: {
4577
+ kind: "method",
4578
+ methodKind: "constructor",
4579
+ },
4580
+ Close: {
4581
+ kind: "method",
4582
+ methodKind: "ordinary",
4583
+ isOverride: true,
4584
+ },
4585
+ Fail: {
4586
+ kind: "method",
4587
+ methodKind: "ordinary",
4588
+ isOverride: true,
4589
+ },
4590
+ TraceData: {
4591
+ kind: "method",
4592
+ methodKind: "ordinary",
4593
+ isOverride: true,
4594
+ },
4595
+ TraceEvent: {
4596
+ kind: "method",
4597
+ methodKind: "ordinary",
4598
+ isOverride: true,
4599
+ },
4600
+ TraceTransfer: {
4601
+ kind: "method",
4602
+ methodKind: "ordinary",
4603
+ isOverride: true,
4604
+ },
4605
+ Write: {
4606
+ kind: "method",
4607
+ methodKind: "ordinary",
4608
+ isOverride: true,
4609
+ },
4610
+ WriteLine: {
4611
+ kind: "method",
4612
+ methodKind: "ordinary",
4613
+ isOverride: true,
4614
+ },
4615
+ },
4616
+ },
619
4617
  });
620
4618
  export default Diagnostics