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

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 (445) hide show
  1. package/dist/scripts/components/library-interface.d.ts +9 -0
  2. package/dist/scripts/components/library-interface.d.ts.map +1 -0
  3. package/dist/scripts/components/library-interface.js +43 -0
  4. package/dist/scripts/components/library-interface.js.map +1 -0
  5. package/dist/scripts/components/namespace-directory.d.ts +7 -0
  6. package/dist/scripts/components/namespace-directory.d.ts.map +1 -0
  7. package/dist/scripts/components/namespace-directory.js +96 -0
  8. package/dist/scripts/components/namespace-directory.js.map +1 -0
  9. package/dist/scripts/generate-builtins.d.ts +11 -0
  10. package/dist/scripts/generate-builtins.d.ts.map +1 -0
  11. package/dist/scripts/generate-builtins.js +35 -0
  12. package/dist/scripts/generate-builtins.js.map +1 -0
  13. package/dist/scripts/process-docfx.d.ts +3 -0
  14. package/dist/scripts/process-docfx.d.ts.map +1 -0
  15. package/dist/scripts/process-docfx.js +288 -0
  16. package/dist/scripts/process-docfx.js.map +1 -0
  17. package/dist/src/access.d.ts +13 -0
  18. package/dist/src/access.d.ts.map +1 -0
  19. package/dist/src/access.js +65 -0
  20. package/dist/src/access.js.map +1 -0
  21. package/dist/src/access.test.d.ts +2 -0
  22. package/dist/src/access.test.d.ts.map +1 -0
  23. package/dist/src/access.test.js +43 -0
  24. package/dist/src/access.test.js.map +1 -0
  25. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +32 -0
  26. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -0
  27. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +117 -0
  28. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  29. package/dist/src/builtins/Microsoft/Win32/index.d.ts +6 -0
  30. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -0
  31. package/dist/src/builtins/Microsoft/Win32/index.js +5 -0
  32. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -0
  33. package/dist/src/builtins/Microsoft/index.d.ts +6 -0
  34. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -0
  35. package/dist/src/builtins/Microsoft/index.js +5 -0
  36. package/dist/src/builtins/Microsoft/index.js.map +1 -0
  37. package/dist/src/builtins/System/Buffers/Text/index.d.ts +31 -0
  38. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -0
  39. package/dist/src/builtins/System/Buffers/Text/index.js +122 -0
  40. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -0
  41. package/dist/src/builtins/System/Buffers/index.d.ts +57 -0
  42. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -0
  43. package/dist/src/builtins/System/Buffers/index.js +214 -0
  44. package/dist/src/builtins/System/Buffers/index.js.map +1 -0
  45. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts +31 -0
  46. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts.map +1 -0
  47. package/dist/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  48. package/dist/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  49. package/dist/src/builtins/System/CodeDom/index.d.ts +6 -0
  50. package/dist/src/builtins/System/CodeDom/index.d.ts.map +1 -0
  51. package/dist/src/builtins/System/CodeDom/index.js +5 -0
  52. package/dist/src/builtins/System/CodeDom/index.js.map +1 -0
  53. package/dist/src/builtins/System/Collections/Generic/index.d.ts +99 -0
  54. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -0
  55. package/dist/src/builtins/System/Collections/Generic/index.js +342 -0
  56. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -0
  57. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +49 -0
  58. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -0
  59. package/dist/src/builtins/System/Collections/ObjectModel/index.js +185 -0
  60. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  61. package/dist/src/builtins/System/Collections/index.d.ts +142 -0
  62. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -0
  63. package/dist/src/builtins/System/Collections/index.js +634 -0
  64. package/dist/src/builtins/System/Collections/index.js.map +1 -0
  65. package/dist/src/builtins/System/ComponentModel/index.d.ts +24 -0
  66. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -0
  67. package/dist/src/builtins/System/ComponentModel/index.js +86 -0
  68. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -0
  69. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts +19 -0
  70. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts.map +1 -0
  71. package/dist/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  72. package/dist/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  73. package/dist/src/builtins/System/Configuration/index.d.ts +6 -0
  74. package/dist/src/builtins/System/Configuration/index.d.ts.map +1 -0
  75. package/dist/src/builtins/System/Configuration/index.js +5 -0
  76. package/dist/src/builtins/System/Configuration/index.js.map +1 -0
  77. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts +155 -0
  78. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts.map +1 -0
  79. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  80. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  81. package/dist/src/builtins/System/Diagnostics/index.d.ts +115 -0
  82. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -0
  83. package/dist/src/builtins/System/Diagnostics/index.js +509 -0
  84. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -0
  85. package/dist/src/builtins/System/Globalization/index.d.ts +737 -0
  86. package/dist/src/builtins/System/Globalization/index.d.ts.map +1 -0
  87. package/dist/src/builtins/System/Globalization/index.js +3848 -0
  88. package/dist/src/builtins/System/Globalization/index.js.map +1 -0
  89. package/dist/src/builtins/System/IO/Enumeration/index.d.ts +53 -0
  90. package/dist/src/builtins/System/IO/Enumeration/index.d.ts.map +1 -0
  91. package/dist/src/builtins/System/IO/Enumeration/index.js +218 -0
  92. package/dist/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  93. package/dist/src/builtins/System/IO/index.d.ts +622 -0
  94. package/dist/src/builtins/System/IO/index.d.ts.map +1 -0
  95. package/dist/src/builtins/System/IO/index.js +3083 -0
  96. package/dist/src/builtins/System/IO/index.js.map +1 -0
  97. package/dist/src/builtins/System/Net/index.d.ts +14 -0
  98. package/dist/src/builtins/System/Net/index.d.ts.map +1 -0
  99. package/dist/src/builtins/System/Net/index.js +41 -0
  100. package/dist/src/builtins/System/Net/index.js.map +1 -0
  101. package/dist/src/builtins/System/Numerics/index.d.ts +204 -0
  102. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -0
  103. package/dist/src/builtins/System/Numerics/index.js +952 -0
  104. package/dist/src/builtins/System/Numerics/index.js.map +1 -0
  105. package/dist/src/builtins/System/Reflection/index.d.ts +918 -0
  106. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -0
  107. package/dist/src/builtins/System/Reflection/index.js +4675 -0
  108. package/dist/src/builtins/System/Reflection/index.js.map +1 -0
  109. package/dist/src/builtins/System/Resources/index.d.ts +56 -0
  110. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -0
  111. package/dist/src/builtins/System/Resources/index.js +235 -0
  112. package/dist/src/builtins/System/Resources/index.js.map +1 -0
  113. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +396 -0
  114. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -0
  115. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +1531 -0
  116. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  117. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts +29 -0
  118. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts.map +1 -0
  119. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  120. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  121. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts +20 -0
  122. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts.map +1 -0
  123. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  124. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  125. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +84 -0
  126. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -0
  127. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +310 -0
  128. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  129. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts +18 -0
  130. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts.map +1 -0
  131. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  132. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  133. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +165 -0
  134. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -0
  135. package/dist/src/builtins/System/Runtime/InteropServices/index.js +774 -0
  136. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  137. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts +10 -0
  138. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts.map +1 -0
  139. package/dist/src/builtins/System/Runtime/Remoting/index.js +18 -0
  140. package/dist/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  141. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +118 -0
  142. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -0
  143. package/dist/src/builtins/System/Runtime/Serialization/index.js +468 -0
  144. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  145. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts +81 -0
  146. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts.map +1 -0
  147. package/dist/src/builtins/System/Runtime/Versioning/index.js +336 -0
  148. package/dist/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  149. package/dist/src/builtins/System/Runtime/index.d.ts +65 -0
  150. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -0
  151. package/dist/src/builtins/System/Runtime/index.js +243 -0
  152. package/dist/src/builtins/System/Runtime/index.js.map +1 -0
  153. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +9 -0
  154. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -0
  155. package/dist/src/builtins/System/Security/Cryptography/index.js +14 -0
  156. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  157. package/dist/src/builtins/System/Security/Permissions/index.d.ts +67 -0
  158. package/dist/src/builtins/System/Security/Permissions/index.d.ts.map +1 -0
  159. package/dist/src/builtins/System/Security/Permissions/index.js +325 -0
  160. package/dist/src/builtins/System/Security/Permissions/index.js.map +1 -0
  161. package/dist/src/builtins/System/Security/Principal/index.d.ts +27 -0
  162. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -0
  163. package/dist/src/builtins/System/Security/Principal/index.js +104 -0
  164. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -0
  165. package/dist/src/builtins/System/Security/index.d.ts +141 -0
  166. package/dist/src/builtins/System/Security/index.d.ts.map +1 -0
  167. package/dist/src/builtins/System/Security/index.js +590 -0
  168. package/dist/src/builtins/System/Security/index.js.map +1 -0
  169. package/dist/src/builtins/System/Text/Unicode/index.d.ts +12 -0
  170. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -0
  171. package/dist/src/builtins/System/Text/Unicode/index.js +31 -0
  172. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -0
  173. package/dist/src/builtins/System/Text/index.d.ts +268 -0
  174. package/dist/src/builtins/System/Text/index.d.ts.map +1 -0
  175. package/dist/src/builtins/System/Text/index.js +1278 -0
  176. package/dist/src/builtins/System/Text/index.js.map +1 -0
  177. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts +32 -0
  178. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts.map +1 -0
  179. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  180. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  181. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +140 -0
  182. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -0
  183. package/dist/src/builtins/System/Threading/Tasks/index.js +621 -0
  184. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  185. package/dist/src/builtins/System/Threading/index.d.ts +92 -0
  186. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -0
  187. package/dist/src/builtins/System/Threading/index.js +372 -0
  188. package/dist/src/builtins/System/Threading/index.js.map +1 -0
  189. package/dist/src/builtins/System/index.d.ts +2746 -0
  190. package/dist/src/builtins/System/index.d.ts.map +1 -0
  191. package/dist/src/builtins/System/index.js +13070 -0
  192. package/dist/src/builtins/System/index.js.map +1 -0
  193. package/dist/src/builtins/index.d.ts +3 -0
  194. package/dist/src/builtins/index.d.ts.map +1 -0
  195. package/dist/src/builtins/index.js +3 -0
  196. package/dist/src/builtins/index.js.map +1 -0
  197. package/dist/src/components/access-expression/access-expression.d.ts +3 -3
  198. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  199. package/dist/src/components/enum/declaration.d.ts +2 -2
  200. package/dist/src/components/enum/declaration.d.ts.map +1 -1
  201. package/dist/src/components/enum/declaration.js +3 -3
  202. package/dist/src/components/enum/declaration.js.map +1 -1
  203. package/dist/src/components/enum/declaration.ref.test.js +1 -1
  204. package/dist/src/components/enum/declaration.test.js +15 -1
  205. package/dist/src/components/enum/declaration.test.js.map +1 -1
  206. package/dist/src/components/enum/member.d.ts +2 -2
  207. package/dist/src/components/enum/member.d.ts.map +1 -1
  208. package/dist/src/components/enum/member.js +3 -3
  209. package/dist/src/components/enum/member.js.map +1 -1
  210. package/dist/src/components/enum/member.test.js +24 -1
  211. package/dist/src/components/enum/member.test.js.map +1 -1
  212. package/dist/src/components/field/field.d.ts +2 -2
  213. package/dist/src/components/field/field.d.ts.map +1 -1
  214. package/dist/src/components/field/field.js.map +1 -1
  215. package/dist/src/components/field/field.test.js +19 -1
  216. package/dist/src/components/field/field.test.js.map +1 -1
  217. package/dist/src/components/if/if-statement.d.ts +25 -0
  218. package/dist/src/components/if/if-statement.d.ts.map +1 -0
  219. package/dist/src/components/if/if-statement.js +36 -0
  220. package/dist/src/components/if/if-statement.js.map +1 -0
  221. package/dist/src/components/if/if-statement.test.d.ts +2 -0
  222. package/dist/src/components/if/if-statement.test.d.ts.map +1 -0
  223. package/dist/src/components/if/if-statement.test.js +29 -0
  224. package/dist/src/components/if/if-statement.test.js.map +1 -0
  225. package/dist/src/components/index.d.ts +3 -1
  226. package/dist/src/components/index.d.ts.map +1 -1
  227. package/dist/src/components/index.js +3 -2
  228. package/dist/src/components/index.js.map +1 -1
  229. package/dist/src/components/interface/declaration.d.ts +1 -1
  230. package/dist/src/components/interface/declaration.d.ts.map +1 -1
  231. package/dist/src/components/interface/declaration.js +3 -3
  232. package/dist/src/components/interface/declaration.js.map +1 -1
  233. package/dist/src/components/interface/declaration.test.js +14 -1
  234. package/dist/src/components/interface/declaration.test.js.map +1 -1
  235. package/dist/src/components/interface/method.d.ts +2 -2
  236. package/dist/src/components/interface/method.d.ts.map +1 -1
  237. package/dist/src/components/interface/method.js.map +1 -1
  238. package/dist/src/components/interface/method.test.js +17 -1
  239. package/dist/src/components/interface/method.test.js.map +1 -1
  240. package/dist/src/components/interface/property.d.ts +2 -2
  241. package/dist/src/components/interface/property.d.ts.map +1 -1
  242. package/dist/src/components/interface/property.js.map +1 -1
  243. package/dist/src/components/interface/property.test.js +19 -0
  244. package/dist/src/components/interface/property.test.js.map +1 -1
  245. package/dist/src/components/method/method.js +10 -2
  246. package/dist/src/components/method/method.js.map +1 -1
  247. package/dist/src/components/method/method.test.js +61 -0
  248. package/dist/src/components/method/method.test.js.map +1 -1
  249. package/dist/src/components/namespace/namespace-name.d.ts +10 -0
  250. package/dist/src/components/namespace/namespace-name.d.ts.map +1 -0
  251. package/dist/src/components/namespace/namespace-name.js +20 -0
  252. package/dist/src/components/namespace/namespace-name.js.map +1 -0
  253. package/dist/src/components/{namespace.d.ts → namespace/namespace.d.ts} +3 -1
  254. package/dist/src/components/namespace/namespace.d.ts.map +1 -0
  255. package/dist/src/components/{namespace.js → namespace/namespace.js} +12 -13
  256. package/dist/src/components/namespace/namespace.js.map +1 -0
  257. package/dist/src/components/namespace/namespace.test.d.ts.map +1 -0
  258. package/dist/src/components/namespace/namespace.test.js +207 -0
  259. package/dist/src/components/namespace/namespace.test.js.map +1 -0
  260. package/dist/src/components/namespace.ref.test.js +42 -10
  261. package/dist/src/components/namespace.ref.test.js.map +1 -1
  262. package/dist/src/components/parameters/parameters.d.ts +15 -0
  263. package/dist/src/components/parameters/parameters.d.ts.map +1 -1
  264. package/dist/src/components/parameters/parameters.js +9 -3
  265. package/dist/src/components/parameters/parameters.js.map +1 -1
  266. package/dist/src/components/parameters/parameters.test.js +36 -0
  267. package/dist/src/components/parameters/parameters.test.js.map +1 -1
  268. package/dist/src/components/property/property.d.ts.map +1 -1
  269. package/dist/src/components/property/property.js +21 -12
  270. package/dist/src/components/property/property.js.map +1 -1
  271. package/dist/src/components/property/property.test.js +28 -0
  272. package/dist/src/components/property/property.test.js.map +1 -1
  273. package/dist/src/components/record/declaration.d.ts +1 -1
  274. package/dist/src/components/record/declaration.d.ts.map +1 -1
  275. package/dist/src/components/record/declaration.js +3 -4
  276. package/dist/src/components/record/declaration.js.map +1 -1
  277. package/dist/src/components/record/declaration.test.js +14 -1
  278. package/dist/src/components/record/declaration.test.js.map +1 -1
  279. package/dist/src/components/source-file/source-file.d.ts.map +1 -1
  280. package/dist/src/components/source-file/source-file.js +4 -2
  281. package/dist/src/components/source-file/source-file.js.map +1 -1
  282. package/dist/src/components/source-file/source-file.test.js +1 -1
  283. package/dist/src/components/source-file/using.test.js +1 -1
  284. package/dist/src/components/struct/declaration.d.ts +1 -1
  285. package/dist/src/components/struct/declaration.d.ts.map +1 -1
  286. package/dist/src/components/struct/declaration.js +3 -3
  287. package/dist/src/components/struct/declaration.js.map +1 -1
  288. package/dist/src/components/struct/declaration.test.js +14 -1
  289. package/dist/src/components/struct/declaration.test.js.map +1 -1
  290. package/dist/src/components/type-parameters/type-parameter.d.ts +2 -2
  291. package/dist/src/components/type-parameters/type-parameter.d.ts.map +1 -1
  292. package/dist/src/components/type-parameters/type-parameter.js.map +1 -1
  293. package/dist/src/components/type-parameters/type-parameters.test.js +14 -0
  294. package/dist/src/components/type-parameters/type-parameters.test.js.map +1 -1
  295. package/dist/src/components/var/declaration.d.ts +4 -2
  296. package/dist/src/components/var/declaration.d.ts.map +1 -1
  297. package/dist/src/components/var/declaration.js +17 -3
  298. package/dist/src/components/var/declaration.js.map +1 -1
  299. package/dist/src/components/var/declaration.test.js +22 -1
  300. package/dist/src/components/var/declaration.test.js.map +1 -1
  301. package/dist/src/contexts/global-namespace.d.ts +1 -0
  302. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  303. package/dist/src/contexts/global-namespace.js +6 -1
  304. package/dist/src/contexts/global-namespace.js.map +1 -1
  305. package/dist/src/create-library.d.ts +62 -0
  306. package/dist/src/create-library.d.ts.map +1 -0
  307. package/dist/src/create-library.js +128 -0
  308. package/dist/src/create-library.js.map +1 -0
  309. package/dist/src/create-library.test.d.ts +10 -0
  310. package/dist/src/create-library.test.d.ts.map +1 -0
  311. package/dist/src/create-library.test.js +220 -0
  312. package/dist/src/create-library.test.js.map +1 -0
  313. package/dist/src/index.d.ts +2 -0
  314. package/dist/src/index.d.ts.map +1 -1
  315. package/dist/src/index.js +2 -0
  316. package/dist/src/index.js.map +1 -1
  317. package/dist/src/name-policy.d.ts +1 -1
  318. package/dist/src/name-policy.d.ts.map +1 -1
  319. package/dist/src/name-policy.js +1 -0
  320. package/dist/src/name-policy.js.map +1 -1
  321. package/dist/src/symbols/factories.d.ts +1 -1
  322. package/dist/src/symbols/factories.d.ts.map +1 -1
  323. package/dist/src/symbols/factories.js +27 -7
  324. package/dist/src/symbols/factories.js.map +1 -1
  325. package/dist/src/symbols/named-type.d.ts +3 -3
  326. package/dist/src/symbols/named-type.d.ts.map +1 -1
  327. package/dist/src/symbols/named-type.js.map +1 -1
  328. package/dist/src/symbols/namespace.d.ts +2 -2
  329. package/dist/src/symbols/namespace.d.ts.map +1 -1
  330. package/dist/src/symbols/namespace.js.map +1 -1
  331. package/dist/src/symbols/reference.d.ts.map +1 -1
  332. package/dist/src/symbols/reference.js +3 -3
  333. package/dist/src/symbols/reference.js.map +1 -1
  334. package/dist/test/utils.d.ts +4 -2
  335. package/dist/test/utils.d.ts.map +1 -1
  336. package/dist/test/utils.js +5 -4
  337. package/dist/test/utils.js.map +1 -1
  338. package/dist/tsconfig.tsbuildinfo +1 -1
  339. package/package.json +14 -3
  340. package/scripts/components/library-interface.tsx +41 -0
  341. package/scripts/components/namespace-directory.tsx +104 -0
  342. package/scripts/generate-builtins.tsx +35 -0
  343. package/scripts/process-docfx.tsx +309 -0
  344. package/src/access.test.tsx +49 -0
  345. package/src/access.tsx +70 -0
  346. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +147 -0
  347. package/src/builtins/Microsoft/Win32/index.ts +8 -0
  348. package/src/builtins/Microsoft/index.ts +8 -0
  349. package/src/builtins/System/Buffers/Text/index.ts +150 -0
  350. package/src/builtins/System/Buffers/index.ts +267 -0
  351. package/src/builtins/System/CodeDom/Compiler/index.ts +160 -0
  352. package/src/builtins/System/CodeDom/index.ts +8 -0
  353. package/src/builtins/System/Collections/Generic/index.ts +439 -0
  354. package/src/builtins/System/Collections/ObjectModel/index.ts +232 -0
  355. package/src/builtins/System/Collections/index.ts +771 -0
  356. package/src/builtins/System/ComponentModel/index.ts +108 -0
  357. package/src/builtins/System/Configuration/Assemblies/index.ts +85 -0
  358. package/src/builtins/System/Configuration/index.ts +8 -0
  359. package/src/builtins/System/Diagnostics/CodeAnalysis/index.ts +858 -0
  360. package/src/builtins/System/Diagnostics/index.ts +620 -0
  361. package/src/builtins/System/Globalization/index.ts +4583 -0
  362. package/src/builtins/System/IO/Enumeration/index.ts +269 -0
  363. package/src/builtins/System/IO/index.ts +3701 -0
  364. package/src/builtins/System/Net/index.ts +52 -0
  365. package/src/builtins/System/Numerics/index.ts +1184 -0
  366. package/src/builtins/System/Reflection/index.ts +5591 -0
  367. package/src/builtins/System/Resources/index.ts +289 -0
  368. package/src/builtins/System/Runtime/CompilerServices/index.ts +1929 -0
  369. package/src/builtins/System/Runtime/ConstrainedExecution/index.ts +129 -0
  370. package/src/builtins/System/Runtime/ExceptionServices/index.ts +80 -0
  371. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +394 -0
  372. package/src/builtins/System/Runtime/InteropServices/Swift/index.ts +65 -0
  373. package/src/builtins/System/Runtime/InteropServices/index.ts +934 -0
  374. package/src/builtins/System/Runtime/Remoting/index.ts +25 -0
  375. package/src/builtins/System/Runtime/Serialization/index.ts +584 -0
  376. package/src/builtins/System/Runtime/Versioning/index.ts +415 -0
  377. package/src/builtins/System/Runtime/index.ts +298 -0
  378. package/src/builtins/System/Security/Cryptography/index.ts +20 -0
  379. package/src/builtins/System/Security/Permissions/index.ts +390 -0
  380. package/src/builtins/System/Security/Principal/index.ts +129 -0
  381. package/src/builtins/System/Security/index.ts +725 -0
  382. package/src/builtins/System/Text/Unicode/index.ts +40 -0
  383. package/src/builtins/System/Text/index.ts +1542 -0
  384. package/src/builtins/System/Threading/Tasks/Sources/index.ts +147 -0
  385. package/src/builtins/System/Threading/Tasks/index.ts +757 -0
  386. package/src/builtins/System/Threading/index.ts +460 -0
  387. package/src/builtins/System/index.ts +15803 -0
  388. package/src/builtins/index.ts +2 -0
  389. package/src/components/access-expression/access-expression.tsx +2 -2
  390. package/src/components/enum/declaration.ref.test.tsx +1 -1
  391. package/src/components/enum/declaration.test.tsx +14 -1
  392. package/src/components/enum/declaration.tsx +4 -3
  393. package/src/components/enum/member.test.tsx +22 -1
  394. package/src/components/enum/member.tsx +4 -4
  395. package/src/components/field/field.test.tsx +14 -1
  396. package/src/components/field/field.tsx +2 -2
  397. package/src/components/if/if-statement.test.tsx +26 -0
  398. package/src/components/if/if-statement.tsx +50 -0
  399. package/src/components/index.ts +3 -1
  400. package/src/components/interface/declaration.test.tsx +11 -1
  401. package/src/components/interface/declaration.tsx +3 -4
  402. package/src/components/interface/method.test.tsx +14 -1
  403. package/src/components/interface/method.tsx +2 -1
  404. package/src/components/interface/property.test.tsx +13 -0
  405. package/src/components/interface/property.tsx +2 -1
  406. package/src/components/method/method.test.tsx +49 -0
  407. package/src/components/method/method.tsx +7 -4
  408. package/src/components/namespace/namespace-name.tsx +31 -0
  409. package/src/components/namespace/namespace.test.tsx +145 -0
  410. package/src/components/{namespace.tsx → namespace/namespace.tsx} +12 -15
  411. package/src/components/namespace.ref.test.tsx +34 -9
  412. package/src/components/parameters/parameters.test.tsx +33 -0
  413. package/src/components/parameters/parameters.tsx +24 -2
  414. package/src/components/property/property.test.tsx +25 -0
  415. package/src/components/property/property.tsx +22 -11
  416. package/src/components/record/declaration.test.tsx +11 -1
  417. package/src/components/record/declaration.tsx +3 -4
  418. package/src/components/source-file/source-file.test.tsx +1 -1
  419. package/src/components/source-file/source-file.tsx +2 -2
  420. package/src/components/source-file/using.test.tsx +1 -1
  421. package/src/components/struct/declaration.test.tsx +11 -1
  422. package/src/components/struct/declaration.tsx +3 -4
  423. package/src/components/type-parameters/type-parameter.tsx +2 -1
  424. package/src/components/type-parameters/type-parameters.test.tsx +9 -0
  425. package/src/components/var/declaration.test.tsx +16 -1
  426. package/src/components/var/declaration.tsx +17 -2
  427. package/src/contexts/global-namespace.ts +8 -1
  428. package/src/create-library.test.tsx +202 -0
  429. package/src/create-library.ts +270 -0
  430. package/src/index.ts +2 -0
  431. package/src/name-policy.ts +3 -1
  432. package/src/symbols/factories.ts +47 -10
  433. package/src/symbols/named-type.ts +3 -3
  434. package/src/symbols/namespace.ts +2 -2
  435. package/src/symbols/reference.tsx +10 -3
  436. package/temp/api.json +3282 -98
  437. package/test/utils.tsx +6 -3
  438. package/tsconfig.json +11 -2
  439. package/dist/src/components/namespace.d.ts.map +0 -1
  440. package/dist/src/components/namespace.js.map +0 -1
  441. package/dist/src/components/namespace.test.d.ts.map +0 -1
  442. package/dist/src/components/namespace.test.js +0 -79
  443. package/dist/src/components/namespace.test.js.map +0 -1
  444. package/src/components/namespace.test.tsx +0 -52
  445. /package/dist/src/components/{namespace.test.d.ts → namespace/namespace.test.d.ts} +0 -0
@@ -0,0 +1,3083 @@
1
+ import SafeHandles from "../../Microsoft/Win32/SafeHandles/index.js";
2
+ import System from "../index.js";
3
+ import Text from "../Text/index.js";
4
+ import { createLibrary } from "#createLibrary";
5
+ export { default as Enumeration } from "./Enumeration/index.js";
6
+ const IO = createLibrary("System.IO", {
7
+ BinaryReader: {
8
+ kind: "class",
9
+ members: {
10
+ BinaryReader: {
11
+ kind: "method",
12
+ methodKind: "constructor"
13
+ },
14
+ Close: {
15
+ kind: "method",
16
+ methodKind: "ordinary",
17
+ isVirtual: true
18
+ },
19
+ Dispose: {
20
+ kind: "method",
21
+ methodKind: "ordinary"
22
+ },
23
+ FillBuffer: {
24
+ kind: "method",
25
+ methodKind: "ordinary",
26
+ isVirtual: true
27
+ },
28
+ PeekChar: {
29
+ kind: "method",
30
+ methodKind: "ordinary",
31
+ isVirtual: true
32
+ },
33
+ Read: {
34
+ kind: "method",
35
+ methodKind: "ordinary",
36
+ isVirtual: true
37
+ },
38
+ Read7BitEncodedInt: {
39
+ kind: "method",
40
+ methodKind: "ordinary"
41
+ },
42
+ Read7BitEncodedInt64: {
43
+ kind: "method",
44
+ methodKind: "ordinary"
45
+ },
46
+ ReadBoolean: {
47
+ kind: "method",
48
+ methodKind: "ordinary",
49
+ isVirtual: true
50
+ },
51
+ ReadByte: {
52
+ kind: "method",
53
+ methodKind: "ordinary",
54
+ isVirtual: true
55
+ },
56
+ ReadBytes: {
57
+ kind: "method",
58
+ methodKind: "ordinary",
59
+ isVirtual: true
60
+ },
61
+ ReadChar: {
62
+ kind: "method",
63
+ methodKind: "ordinary",
64
+ isVirtual: true
65
+ },
66
+ ReadChars: {
67
+ kind: "method",
68
+ methodKind: "ordinary",
69
+ isVirtual: true
70
+ },
71
+ ReadDecimal: {
72
+ kind: "method",
73
+ methodKind: "ordinary",
74
+ isVirtual: true
75
+ },
76
+ ReadDouble: {
77
+ kind: "method",
78
+ methodKind: "ordinary",
79
+ isVirtual: true
80
+ },
81
+ ReadHalf: {
82
+ kind: "method",
83
+ methodKind: "ordinary",
84
+ isVirtual: true
85
+ },
86
+ ReadInt16: {
87
+ kind: "method",
88
+ methodKind: "ordinary",
89
+ isVirtual: true
90
+ },
91
+ ReadInt32: {
92
+ kind: "method",
93
+ methodKind: "ordinary",
94
+ isVirtual: true
95
+ },
96
+ ReadInt64: {
97
+ kind: "method",
98
+ methodKind: "ordinary",
99
+ isVirtual: true
100
+ },
101
+ ReadSByte: {
102
+ kind: "method",
103
+ methodKind: "ordinary",
104
+ isVirtual: true
105
+ },
106
+ ReadSingle: {
107
+ kind: "method",
108
+ methodKind: "ordinary",
109
+ isVirtual: true
110
+ },
111
+ ReadString: {
112
+ kind: "method",
113
+ methodKind: "ordinary",
114
+ isVirtual: true
115
+ },
116
+ ReadUInt16: {
117
+ kind: "method",
118
+ methodKind: "ordinary",
119
+ isVirtual: true
120
+ },
121
+ ReadUInt32: {
122
+ kind: "method",
123
+ methodKind: "ordinary",
124
+ isVirtual: true
125
+ },
126
+ ReadUInt64: {
127
+ kind: "method",
128
+ methodKind: "ordinary",
129
+ isVirtual: true
130
+ },
131
+ BaseStream: {
132
+ kind: "property",
133
+ type: () => {
134
+ return IO.Stream;
135
+ },
136
+ isVirtual: true
137
+ }
138
+ }
139
+ },
140
+ BinaryWriter: {
141
+ kind: "class",
142
+ members: {
143
+ Null: {
144
+ kind: "field",
145
+ type: () => {
146
+ return IO.BinaryWriter;
147
+ },
148
+ isStatic: true,
149
+ isReadOnly: true
150
+ },
151
+ OutStream: {
152
+ kind: "field",
153
+ type: () => {
154
+ return IO.Stream;
155
+ }
156
+ },
157
+ BinaryWriter: {
158
+ kind: "method",
159
+ methodKind: "constructor"
160
+ },
161
+ Close: {
162
+ kind: "method",
163
+ methodKind: "ordinary",
164
+ isVirtual: true
165
+ },
166
+ Dispose: {
167
+ kind: "method",
168
+ methodKind: "ordinary"
169
+ },
170
+ DisposeAsync: {
171
+ kind: "method",
172
+ methodKind: "ordinary",
173
+ isVirtual: true
174
+ },
175
+ Flush: {
176
+ kind: "method",
177
+ methodKind: "ordinary",
178
+ isVirtual: true
179
+ },
180
+ Seek: {
181
+ kind: "method",
182
+ methodKind: "ordinary",
183
+ isVirtual: true
184
+ },
185
+ Write: {
186
+ kind: "method",
187
+ methodKind: "ordinary",
188
+ isVirtual: true
189
+ },
190
+ Write7BitEncodedInt: {
191
+ kind: "method",
192
+ methodKind: "ordinary"
193
+ },
194
+ Write7BitEncodedInt64: {
195
+ kind: "method",
196
+ methodKind: "ordinary"
197
+ },
198
+ BaseStream: {
199
+ kind: "property",
200
+ type: () => {
201
+ return IO.Stream;
202
+ },
203
+ isVirtual: true
204
+ }
205
+ }
206
+ },
207
+ BufferedStream: {
208
+ kind: "class",
209
+ members: {
210
+ BufferedStream: {
211
+ kind: "method",
212
+ methodKind: "constructor"
213
+ },
214
+ BeginRead: {
215
+ kind: "method",
216
+ methodKind: "ordinary",
217
+ isOverride: true
218
+ },
219
+ BeginWrite: {
220
+ kind: "method",
221
+ methodKind: "ordinary",
222
+ isOverride: true
223
+ },
224
+ CopyTo: {
225
+ kind: "method",
226
+ methodKind: "ordinary",
227
+ isOverride: true
228
+ },
229
+ CopyToAsync: {
230
+ kind: "method",
231
+ methodKind: "ordinary",
232
+ isOverride: true
233
+ },
234
+ Dispose: {
235
+ kind: "method",
236
+ methodKind: "ordinary",
237
+ isOverride: true
238
+ },
239
+ DisposeAsync: {
240
+ kind: "method",
241
+ methodKind: "ordinary",
242
+ isOverride: true
243
+ },
244
+ EndRead: {
245
+ kind: "method",
246
+ methodKind: "ordinary",
247
+ isOverride: true
248
+ },
249
+ EndWrite: {
250
+ kind: "method",
251
+ methodKind: "ordinary",
252
+ isOverride: true
253
+ },
254
+ Flush: {
255
+ kind: "method",
256
+ methodKind: "ordinary",
257
+ isOverride: true
258
+ },
259
+ FlushAsync: {
260
+ kind: "method",
261
+ methodKind: "ordinary",
262
+ isOverride: true
263
+ },
264
+ Read: {
265
+ kind: "method",
266
+ methodKind: "ordinary",
267
+ isOverride: true
268
+ },
269
+ ReadAsync: {
270
+ kind: "method",
271
+ methodKind: "ordinary",
272
+ isOverride: true
273
+ },
274
+ ReadByte: {
275
+ kind: "method",
276
+ methodKind: "ordinary",
277
+ isOverride: true
278
+ },
279
+ Seek: {
280
+ kind: "method",
281
+ methodKind: "ordinary",
282
+ isOverride: true
283
+ },
284
+ SetLength: {
285
+ kind: "method",
286
+ methodKind: "ordinary",
287
+ isOverride: true
288
+ },
289
+ Write: {
290
+ kind: "method",
291
+ methodKind: "ordinary",
292
+ isOverride: true
293
+ },
294
+ WriteAsync: {
295
+ kind: "method",
296
+ methodKind: "ordinary",
297
+ isOverride: true
298
+ },
299
+ WriteByte: {
300
+ kind: "method",
301
+ methodKind: "ordinary",
302
+ isOverride: true
303
+ },
304
+ BufferSize: {
305
+ kind: "property",
306
+ type: () => {
307
+ return System.Int32;
308
+ }
309
+ },
310
+ CanRead: {
311
+ kind: "property",
312
+ type: () => {
313
+ return System.Boolean;
314
+ },
315
+ isOverride: true
316
+ },
317
+ CanSeek: {
318
+ kind: "property",
319
+ type: () => {
320
+ return System.Boolean;
321
+ },
322
+ isOverride: true
323
+ },
324
+ CanWrite: {
325
+ kind: "property",
326
+ type: () => {
327
+ return System.Boolean;
328
+ },
329
+ isOverride: true
330
+ },
331
+ Length: {
332
+ kind: "property",
333
+ type: () => {
334
+ return System.Int64;
335
+ },
336
+ isOverride: true
337
+ },
338
+ Position: {
339
+ kind: "property",
340
+ type: () => {
341
+ return System.Int64;
342
+ },
343
+ isOverride: true
344
+ },
345
+ UnderlyingStream: {
346
+ kind: "property",
347
+ type: () => {
348
+ return IO.Stream;
349
+ }
350
+ }
351
+ },
352
+ isSealed: true
353
+ },
354
+ Directory: {
355
+ kind: "class",
356
+ members: {
357
+ CreateDirectory: {
358
+ kind: "method",
359
+ methodKind: "ordinary",
360
+ isStatic: true
361
+ },
362
+ CreateSymbolicLink: {
363
+ kind: "method",
364
+ methodKind: "ordinary",
365
+ isStatic: true
366
+ },
367
+ CreateTempSubdirectory: {
368
+ kind: "method",
369
+ methodKind: "ordinary",
370
+ isStatic: true
371
+ },
372
+ Delete: {
373
+ kind: "method",
374
+ methodKind: "ordinary",
375
+ isStatic: true
376
+ },
377
+ EnumerateDirectories: {
378
+ kind: "method",
379
+ methodKind: "ordinary",
380
+ isStatic: true
381
+ },
382
+ EnumerateFiles: {
383
+ kind: "method",
384
+ methodKind: "ordinary",
385
+ isStatic: true
386
+ },
387
+ EnumerateFileSystemEntries: {
388
+ kind: "method",
389
+ methodKind: "ordinary",
390
+ isStatic: true
391
+ },
392
+ Exists: {
393
+ kind: "method",
394
+ methodKind: "ordinary",
395
+ isStatic: true
396
+ },
397
+ GetCreationTime: {
398
+ kind: "method",
399
+ methodKind: "ordinary",
400
+ isStatic: true
401
+ },
402
+ GetCreationTimeUtc: {
403
+ kind: "method",
404
+ methodKind: "ordinary",
405
+ isStatic: true
406
+ },
407
+ GetCurrentDirectory: {
408
+ kind: "method",
409
+ methodKind: "ordinary",
410
+ isStatic: true
411
+ },
412
+ GetDirectories: {
413
+ kind: "method",
414
+ methodKind: "ordinary",
415
+ isStatic: true
416
+ },
417
+ GetDirectoryRoot: {
418
+ kind: "method",
419
+ methodKind: "ordinary",
420
+ isStatic: true
421
+ },
422
+ GetFiles: {
423
+ kind: "method",
424
+ methodKind: "ordinary",
425
+ isStatic: true
426
+ },
427
+ GetFileSystemEntries: {
428
+ kind: "method",
429
+ methodKind: "ordinary",
430
+ isStatic: true
431
+ },
432
+ GetLastAccessTime: {
433
+ kind: "method",
434
+ methodKind: "ordinary",
435
+ isStatic: true
436
+ },
437
+ GetLastAccessTimeUtc: {
438
+ kind: "method",
439
+ methodKind: "ordinary",
440
+ isStatic: true
441
+ },
442
+ GetLastWriteTime: {
443
+ kind: "method",
444
+ methodKind: "ordinary",
445
+ isStatic: true
446
+ },
447
+ GetLastWriteTimeUtc: {
448
+ kind: "method",
449
+ methodKind: "ordinary",
450
+ isStatic: true
451
+ },
452
+ GetLogicalDrives: {
453
+ kind: "method",
454
+ methodKind: "ordinary",
455
+ isStatic: true
456
+ },
457
+ GetParent: {
458
+ kind: "method",
459
+ methodKind: "ordinary",
460
+ isStatic: true
461
+ },
462
+ Move: {
463
+ kind: "method",
464
+ methodKind: "ordinary",
465
+ isStatic: true
466
+ },
467
+ ResolveLinkTarget: {
468
+ kind: "method",
469
+ methodKind: "ordinary",
470
+ isStatic: true
471
+ },
472
+ SetCreationTime: {
473
+ kind: "method",
474
+ methodKind: "ordinary",
475
+ isStatic: true
476
+ },
477
+ SetCreationTimeUtc: {
478
+ kind: "method",
479
+ methodKind: "ordinary",
480
+ isStatic: true
481
+ },
482
+ SetCurrentDirectory: {
483
+ kind: "method",
484
+ methodKind: "ordinary",
485
+ isStatic: true
486
+ },
487
+ SetLastAccessTime: {
488
+ kind: "method",
489
+ methodKind: "ordinary",
490
+ isStatic: true
491
+ },
492
+ SetLastAccessTimeUtc: {
493
+ kind: "method",
494
+ methodKind: "ordinary",
495
+ isStatic: true
496
+ },
497
+ SetLastWriteTime: {
498
+ kind: "method",
499
+ methodKind: "ordinary",
500
+ isStatic: true
501
+ },
502
+ SetLastWriteTimeUtc: {
503
+ kind: "method",
504
+ methodKind: "ordinary",
505
+ isStatic: true
506
+ }
507
+ },
508
+ isStatic: true
509
+ },
510
+ DirectoryInfo: {
511
+ kind: "class",
512
+ members: {
513
+ DirectoryInfo: {
514
+ kind: "method",
515
+ methodKind: "constructor"
516
+ },
517
+ Create: {
518
+ kind: "method",
519
+ methodKind: "ordinary"
520
+ },
521
+ CreateSubdirectory: {
522
+ kind: "method",
523
+ methodKind: "ordinary"
524
+ },
525
+ Delete: {
526
+ kind: "method",
527
+ methodKind: "ordinary",
528
+ isOverride: true
529
+ },
530
+ EnumerateDirectories: {
531
+ kind: "method",
532
+ methodKind: "ordinary"
533
+ },
534
+ EnumerateFiles: {
535
+ kind: "method",
536
+ methodKind: "ordinary"
537
+ },
538
+ EnumerateFileSystemInfos: {
539
+ kind: "method",
540
+ methodKind: "ordinary"
541
+ },
542
+ GetDirectories: {
543
+ kind: "method",
544
+ methodKind: "ordinary"
545
+ },
546
+ GetFiles: {
547
+ kind: "method",
548
+ methodKind: "ordinary"
549
+ },
550
+ GetFileSystemInfos: {
551
+ kind: "method",
552
+ methodKind: "ordinary"
553
+ },
554
+ MoveTo: {
555
+ kind: "method",
556
+ methodKind: "ordinary"
557
+ },
558
+ Exists: {
559
+ kind: "property",
560
+ type: () => {
561
+ return System.Boolean;
562
+ },
563
+ isOverride: true
564
+ },
565
+ Name: {
566
+ kind: "property",
567
+ type: () => {
568
+ return System.String;
569
+ },
570
+ isOverride: true
571
+ },
572
+ Parent: {
573
+ kind: "property",
574
+ type: () => {
575
+ return IO.DirectoryInfo;
576
+ },
577
+ isNullable: true
578
+ },
579
+ Root: {
580
+ kind: "property",
581
+ type: () => {
582
+ return IO.DirectoryInfo;
583
+ }
584
+ }
585
+ },
586
+ isSealed: true
587
+ },
588
+ DirectoryNotFoundException: {
589
+ kind: "class",
590
+ members: {
591
+ DirectoryNotFoundException: {
592
+ kind: "method",
593
+ methodKind: "constructor"
594
+ }
595
+ }
596
+ },
597
+ EndOfStreamException: {
598
+ kind: "class",
599
+ members: {
600
+ EndOfStreamException: {
601
+ kind: "method",
602
+ methodKind: "constructor"
603
+ }
604
+ }
605
+ },
606
+ EnumerationOptions: {
607
+ kind: "class",
608
+ members: {
609
+ EnumerationOptions: {
610
+ kind: "method",
611
+ methodKind: "constructor"
612
+ },
613
+ AttributesToSkip: {
614
+ kind: "property",
615
+ type: () => {
616
+ return IO.FileAttributes;
617
+ }
618
+ },
619
+ BufferSize: {
620
+ kind: "property",
621
+ type: () => {
622
+ return System.Int32;
623
+ }
624
+ },
625
+ IgnoreInaccessible: {
626
+ kind: "property",
627
+ type: () => {
628
+ return System.Boolean;
629
+ }
630
+ },
631
+ MatchCasing: {
632
+ kind: "property",
633
+ type: () => {
634
+ return IO.MatchCasing;
635
+ }
636
+ },
637
+ MatchType: {
638
+ kind: "property",
639
+ type: () => {
640
+ return IO.MatchType;
641
+ }
642
+ },
643
+ MaxRecursionDepth: {
644
+ kind: "property",
645
+ type: () => {
646
+ return System.Int32;
647
+ }
648
+ },
649
+ RecurseSubdirectories: {
650
+ kind: "property",
651
+ type: () => {
652
+ return System.Boolean;
653
+ }
654
+ },
655
+ ReturnSpecialDirectories: {
656
+ kind: "property",
657
+ type: () => {
658
+ return System.Boolean;
659
+ }
660
+ }
661
+ }
662
+ },
663
+ File: {
664
+ kind: "class",
665
+ members: {
666
+ AppendAllBytes: {
667
+ kind: "method",
668
+ methodKind: "ordinary",
669
+ isStatic: true
670
+ },
671
+ AppendAllBytesAsync: {
672
+ kind: "method",
673
+ methodKind: "ordinary",
674
+ isStatic: true
675
+ },
676
+ AppendAllLines: {
677
+ kind: "method",
678
+ methodKind: "ordinary",
679
+ isStatic: true
680
+ },
681
+ AppendAllLinesAsync: {
682
+ kind: "method",
683
+ methodKind: "ordinary",
684
+ isStatic: true
685
+ },
686
+ AppendAllText: {
687
+ kind: "method",
688
+ methodKind: "ordinary",
689
+ isStatic: true
690
+ },
691
+ AppendAllTextAsync: {
692
+ kind: "method",
693
+ methodKind: "ordinary",
694
+ isStatic: true
695
+ },
696
+ AppendText: {
697
+ kind: "method",
698
+ methodKind: "ordinary",
699
+ isStatic: true
700
+ },
701
+ Copy: {
702
+ kind: "method",
703
+ methodKind: "ordinary",
704
+ isStatic: true
705
+ },
706
+ Create: {
707
+ kind: "method",
708
+ methodKind: "ordinary",
709
+ isStatic: true
710
+ },
711
+ CreateSymbolicLink: {
712
+ kind: "method",
713
+ methodKind: "ordinary",
714
+ isStatic: true
715
+ },
716
+ CreateText: {
717
+ kind: "method",
718
+ methodKind: "ordinary",
719
+ isStatic: true
720
+ },
721
+ Decrypt: {
722
+ kind: "method",
723
+ methodKind: "ordinary",
724
+ isStatic: true
725
+ },
726
+ Delete: {
727
+ kind: "method",
728
+ methodKind: "ordinary",
729
+ isStatic: true
730
+ },
731
+ Encrypt: {
732
+ kind: "method",
733
+ methodKind: "ordinary",
734
+ isStatic: true
735
+ },
736
+ Exists: {
737
+ kind: "method",
738
+ methodKind: "ordinary",
739
+ isStatic: true
740
+ },
741
+ GetAttributes: {
742
+ kind: "method",
743
+ methodKind: "ordinary",
744
+ isStatic: true
745
+ },
746
+ GetCreationTime: {
747
+ kind: "method",
748
+ methodKind: "ordinary",
749
+ isStatic: true
750
+ },
751
+ GetCreationTimeUtc: {
752
+ kind: "method",
753
+ methodKind: "ordinary",
754
+ isStatic: true
755
+ },
756
+ GetLastAccessTime: {
757
+ kind: "method",
758
+ methodKind: "ordinary",
759
+ isStatic: true
760
+ },
761
+ GetLastAccessTimeUtc: {
762
+ kind: "method",
763
+ methodKind: "ordinary",
764
+ isStatic: true
765
+ },
766
+ GetLastWriteTime: {
767
+ kind: "method",
768
+ methodKind: "ordinary",
769
+ isStatic: true
770
+ },
771
+ GetLastWriteTimeUtc: {
772
+ kind: "method",
773
+ methodKind: "ordinary",
774
+ isStatic: true
775
+ },
776
+ GetUnixFileMode: {
777
+ kind: "method",
778
+ methodKind: "ordinary",
779
+ isStatic: true
780
+ },
781
+ Move: {
782
+ kind: "method",
783
+ methodKind: "ordinary",
784
+ isStatic: true
785
+ },
786
+ Open: {
787
+ kind: "method",
788
+ methodKind: "ordinary",
789
+ isStatic: true
790
+ },
791
+ OpenHandle: {
792
+ kind: "method",
793
+ methodKind: "ordinary",
794
+ isStatic: true
795
+ },
796
+ OpenRead: {
797
+ kind: "method",
798
+ methodKind: "ordinary",
799
+ isStatic: true
800
+ },
801
+ OpenText: {
802
+ kind: "method",
803
+ methodKind: "ordinary",
804
+ isStatic: true
805
+ },
806
+ OpenWrite: {
807
+ kind: "method",
808
+ methodKind: "ordinary",
809
+ isStatic: true
810
+ },
811
+ ReadAllBytes: {
812
+ kind: "method",
813
+ methodKind: "ordinary",
814
+ isStatic: true
815
+ },
816
+ ReadAllBytesAsync: {
817
+ kind: "method",
818
+ methodKind: "ordinary",
819
+ isStatic: true
820
+ },
821
+ ReadAllLines: {
822
+ kind: "method",
823
+ methodKind: "ordinary",
824
+ isStatic: true
825
+ },
826
+ ReadAllLinesAsync: {
827
+ kind: "method",
828
+ methodKind: "ordinary",
829
+ isStatic: true
830
+ },
831
+ ReadAllText: {
832
+ kind: "method",
833
+ methodKind: "ordinary",
834
+ isStatic: true
835
+ },
836
+ ReadAllTextAsync: {
837
+ kind: "method",
838
+ methodKind: "ordinary",
839
+ isStatic: true
840
+ },
841
+ ReadLines: {
842
+ kind: "method",
843
+ methodKind: "ordinary",
844
+ isStatic: true
845
+ },
846
+ ReadLinesAsync: {
847
+ kind: "method",
848
+ methodKind: "ordinary",
849
+ isStatic: true
850
+ },
851
+ Replace: {
852
+ kind: "method",
853
+ methodKind: "ordinary",
854
+ isStatic: true
855
+ },
856
+ ResolveLinkTarget: {
857
+ kind: "method",
858
+ methodKind: "ordinary",
859
+ isStatic: true
860
+ },
861
+ SetAttributes: {
862
+ kind: "method",
863
+ methodKind: "ordinary",
864
+ isStatic: true
865
+ },
866
+ SetCreationTime: {
867
+ kind: "method",
868
+ methodKind: "ordinary",
869
+ isStatic: true
870
+ },
871
+ SetCreationTimeUtc: {
872
+ kind: "method",
873
+ methodKind: "ordinary",
874
+ isStatic: true
875
+ },
876
+ SetLastAccessTime: {
877
+ kind: "method",
878
+ methodKind: "ordinary",
879
+ isStatic: true
880
+ },
881
+ SetLastAccessTimeUtc: {
882
+ kind: "method",
883
+ methodKind: "ordinary",
884
+ isStatic: true
885
+ },
886
+ SetLastWriteTime: {
887
+ kind: "method",
888
+ methodKind: "ordinary",
889
+ isStatic: true
890
+ },
891
+ SetLastWriteTimeUtc: {
892
+ kind: "method",
893
+ methodKind: "ordinary",
894
+ isStatic: true
895
+ },
896
+ SetUnixFileMode: {
897
+ kind: "method",
898
+ methodKind: "ordinary",
899
+ isStatic: true
900
+ },
901
+ WriteAllBytes: {
902
+ kind: "method",
903
+ methodKind: "ordinary",
904
+ isStatic: true
905
+ },
906
+ WriteAllBytesAsync: {
907
+ kind: "method",
908
+ methodKind: "ordinary",
909
+ isStatic: true
910
+ },
911
+ WriteAllLines: {
912
+ kind: "method",
913
+ methodKind: "ordinary",
914
+ isStatic: true
915
+ },
916
+ WriteAllLinesAsync: {
917
+ kind: "method",
918
+ methodKind: "ordinary",
919
+ isStatic: true
920
+ },
921
+ WriteAllText: {
922
+ kind: "method",
923
+ methodKind: "ordinary",
924
+ isStatic: true
925
+ },
926
+ WriteAllTextAsync: {
927
+ kind: "method",
928
+ methodKind: "ordinary",
929
+ isStatic: true
930
+ }
931
+ },
932
+ isStatic: true
933
+ },
934
+ FileAccess: {
935
+ kind: "enum",
936
+ members: {
937
+ Read: {
938
+ kind: "field",
939
+ type: () => {
940
+ return IO.FileAccess;
941
+ }
942
+ },
943
+ Write: {
944
+ kind: "field",
945
+ type: () => {
946
+ return IO.FileAccess;
947
+ }
948
+ },
949
+ ReadWrite: {
950
+ kind: "field",
951
+ type: () => {
952
+ return IO.FileAccess;
953
+ }
954
+ }
955
+ }
956
+ },
957
+ FileAttributes: {
958
+ kind: "enum",
959
+ members: {
960
+ None: {
961
+ kind: "field",
962
+ type: () => {
963
+ return IO.FileAttributes;
964
+ }
965
+ },
966
+ ReadOnly: {
967
+ kind: "field",
968
+ type: () => {
969
+ return IO.FileAttributes;
970
+ }
971
+ },
972
+ Hidden: {
973
+ kind: "field",
974
+ type: () => {
975
+ return IO.FileAttributes;
976
+ }
977
+ },
978
+ System: {
979
+ kind: "field",
980
+ type: () => {
981
+ return IO.FileAttributes;
982
+ }
983
+ },
984
+ Directory: {
985
+ kind: "field",
986
+ type: () => {
987
+ return IO.FileAttributes;
988
+ }
989
+ },
990
+ Archive: {
991
+ kind: "field",
992
+ type: () => {
993
+ return IO.FileAttributes;
994
+ }
995
+ },
996
+ Device: {
997
+ kind: "field",
998
+ type: () => {
999
+ return IO.FileAttributes;
1000
+ }
1001
+ },
1002
+ Normal: {
1003
+ kind: "field",
1004
+ type: () => {
1005
+ return IO.FileAttributes;
1006
+ }
1007
+ },
1008
+ Temporary: {
1009
+ kind: "field",
1010
+ type: () => {
1011
+ return IO.FileAttributes;
1012
+ }
1013
+ },
1014
+ SparseFile: {
1015
+ kind: "field",
1016
+ type: () => {
1017
+ return IO.FileAttributes;
1018
+ }
1019
+ },
1020
+ ReparsePoint: {
1021
+ kind: "field",
1022
+ type: () => {
1023
+ return IO.FileAttributes;
1024
+ }
1025
+ },
1026
+ Compressed: {
1027
+ kind: "field",
1028
+ type: () => {
1029
+ return IO.FileAttributes;
1030
+ }
1031
+ },
1032
+ Offline: {
1033
+ kind: "field",
1034
+ type: () => {
1035
+ return IO.FileAttributes;
1036
+ }
1037
+ },
1038
+ NotContentIndexed: {
1039
+ kind: "field",
1040
+ type: () => {
1041
+ return IO.FileAttributes;
1042
+ }
1043
+ },
1044
+ Encrypted: {
1045
+ kind: "field",
1046
+ type: () => {
1047
+ return IO.FileAttributes;
1048
+ }
1049
+ },
1050
+ IntegrityStream: {
1051
+ kind: "field",
1052
+ type: () => {
1053
+ return IO.FileAttributes;
1054
+ }
1055
+ },
1056
+ NoScrubData: {
1057
+ kind: "field",
1058
+ type: () => {
1059
+ return IO.FileAttributes;
1060
+ }
1061
+ }
1062
+ }
1063
+ },
1064
+ FileInfo: {
1065
+ kind: "class",
1066
+ members: {
1067
+ FileInfo: {
1068
+ kind: "method",
1069
+ methodKind: "constructor"
1070
+ },
1071
+ AppendText: {
1072
+ kind: "method",
1073
+ methodKind: "ordinary"
1074
+ },
1075
+ CopyTo: {
1076
+ kind: "method",
1077
+ methodKind: "ordinary"
1078
+ },
1079
+ Create: {
1080
+ kind: "method",
1081
+ methodKind: "ordinary"
1082
+ },
1083
+ CreateText: {
1084
+ kind: "method",
1085
+ methodKind: "ordinary"
1086
+ },
1087
+ Decrypt: {
1088
+ kind: "method",
1089
+ methodKind: "ordinary"
1090
+ },
1091
+ Delete: {
1092
+ kind: "method",
1093
+ methodKind: "ordinary",
1094
+ isOverride: true
1095
+ },
1096
+ Encrypt: {
1097
+ kind: "method",
1098
+ methodKind: "ordinary"
1099
+ },
1100
+ MoveTo: {
1101
+ kind: "method",
1102
+ methodKind: "ordinary"
1103
+ },
1104
+ Open: {
1105
+ kind: "method",
1106
+ methodKind: "ordinary"
1107
+ },
1108
+ OpenRead: {
1109
+ kind: "method",
1110
+ methodKind: "ordinary"
1111
+ },
1112
+ OpenText: {
1113
+ kind: "method",
1114
+ methodKind: "ordinary"
1115
+ },
1116
+ OpenWrite: {
1117
+ kind: "method",
1118
+ methodKind: "ordinary"
1119
+ },
1120
+ Replace: {
1121
+ kind: "method",
1122
+ methodKind: "ordinary"
1123
+ },
1124
+ Directory: {
1125
+ kind: "property",
1126
+ type: () => {
1127
+ return IO.DirectoryInfo;
1128
+ }
1129
+ },
1130
+ DirectoryName: {
1131
+ kind: "property",
1132
+ type: () => {
1133
+ return System.String;
1134
+ },
1135
+ isNullable: true
1136
+ },
1137
+ Exists: {
1138
+ kind: "property",
1139
+ type: () => {
1140
+ return System.Boolean;
1141
+ },
1142
+ isOverride: true
1143
+ },
1144
+ IsReadOnly: {
1145
+ kind: "property",
1146
+ type: () => {
1147
+ return System.Boolean;
1148
+ }
1149
+ },
1150
+ Length: {
1151
+ kind: "property",
1152
+ type: () => {
1153
+ return System.Int64;
1154
+ }
1155
+ },
1156
+ Name: {
1157
+ kind: "property",
1158
+ type: () => {
1159
+ return System.String;
1160
+ },
1161
+ isOverride: true
1162
+ }
1163
+ },
1164
+ isSealed: true
1165
+ },
1166
+ FileLoadException: {
1167
+ kind: "class",
1168
+ members: {
1169
+ FileLoadException: {
1170
+ kind: "method",
1171
+ methodKind: "constructor"
1172
+ },
1173
+ ToString: {
1174
+ kind: "method",
1175
+ methodKind: "ordinary",
1176
+ isOverride: true
1177
+ },
1178
+ FileName: {
1179
+ kind: "property",
1180
+ type: () => {
1181
+ return System.String;
1182
+ },
1183
+ isNullable: true
1184
+ },
1185
+ FusionLog: {
1186
+ kind: "property",
1187
+ type: () => {
1188
+ return System.String;
1189
+ },
1190
+ isNullable: true
1191
+ },
1192
+ Message: {
1193
+ kind: "property",
1194
+ type: () => {
1195
+ return System.String;
1196
+ },
1197
+ isOverride: true
1198
+ }
1199
+ }
1200
+ },
1201
+ FileMode: {
1202
+ kind: "enum",
1203
+ members: {
1204
+ CreateNew: {
1205
+ kind: "field",
1206
+ type: () => {
1207
+ return IO.FileMode;
1208
+ }
1209
+ },
1210
+ Create: {
1211
+ kind: "field",
1212
+ type: () => {
1213
+ return IO.FileMode;
1214
+ }
1215
+ },
1216
+ Open: {
1217
+ kind: "field",
1218
+ type: () => {
1219
+ return IO.FileMode;
1220
+ }
1221
+ },
1222
+ OpenOrCreate: {
1223
+ kind: "field",
1224
+ type: () => {
1225
+ return IO.FileMode;
1226
+ }
1227
+ },
1228
+ Truncate: {
1229
+ kind: "field",
1230
+ type: () => {
1231
+ return IO.FileMode;
1232
+ }
1233
+ },
1234
+ Append: {
1235
+ kind: "field",
1236
+ type: () => {
1237
+ return IO.FileMode;
1238
+ }
1239
+ }
1240
+ }
1241
+ },
1242
+ FileNotFoundException: {
1243
+ kind: "class",
1244
+ members: {
1245
+ FileNotFoundException: {
1246
+ kind: "method",
1247
+ methodKind: "constructor"
1248
+ },
1249
+ ToString: {
1250
+ kind: "method",
1251
+ methodKind: "ordinary",
1252
+ isOverride: true
1253
+ },
1254
+ FileName: {
1255
+ kind: "property",
1256
+ type: () => {
1257
+ return System.String;
1258
+ },
1259
+ isNullable: true
1260
+ },
1261
+ FusionLog: {
1262
+ kind: "property",
1263
+ type: () => {
1264
+ return System.String;
1265
+ },
1266
+ isNullable: true
1267
+ },
1268
+ Message: {
1269
+ kind: "property",
1270
+ type: () => {
1271
+ return System.String;
1272
+ },
1273
+ isOverride: true
1274
+ }
1275
+ }
1276
+ },
1277
+ FileOptions: {
1278
+ kind: "enum",
1279
+ members: {
1280
+ WriteThrough: {
1281
+ kind: "field",
1282
+ type: () => {
1283
+ return IO.FileOptions;
1284
+ }
1285
+ },
1286
+ None: {
1287
+ kind: "field",
1288
+ type: () => {
1289
+ return IO.FileOptions;
1290
+ }
1291
+ },
1292
+ Encrypted: {
1293
+ kind: "field",
1294
+ type: () => {
1295
+ return IO.FileOptions;
1296
+ }
1297
+ },
1298
+ DeleteOnClose: {
1299
+ kind: "field",
1300
+ type: () => {
1301
+ return IO.FileOptions;
1302
+ }
1303
+ },
1304
+ SequentialScan: {
1305
+ kind: "field",
1306
+ type: () => {
1307
+ return IO.FileOptions;
1308
+ }
1309
+ },
1310
+ RandomAccess: {
1311
+ kind: "field",
1312
+ type: () => {
1313
+ return IO.FileOptions;
1314
+ }
1315
+ },
1316
+ Asynchronous: {
1317
+ kind: "field",
1318
+ type: () => {
1319
+ return IO.FileOptions;
1320
+ }
1321
+ }
1322
+ }
1323
+ },
1324
+ FileShare: {
1325
+ kind: "enum",
1326
+ members: {
1327
+ None: {
1328
+ kind: "field",
1329
+ type: () => {
1330
+ return IO.FileShare;
1331
+ }
1332
+ },
1333
+ Read: {
1334
+ kind: "field",
1335
+ type: () => {
1336
+ return IO.FileShare;
1337
+ }
1338
+ },
1339
+ Write: {
1340
+ kind: "field",
1341
+ type: () => {
1342
+ return IO.FileShare;
1343
+ }
1344
+ },
1345
+ ReadWrite: {
1346
+ kind: "field",
1347
+ type: () => {
1348
+ return IO.FileShare;
1349
+ }
1350
+ },
1351
+ Delete: {
1352
+ kind: "field",
1353
+ type: () => {
1354
+ return IO.FileShare;
1355
+ }
1356
+ },
1357
+ Inheritable: {
1358
+ kind: "field",
1359
+ type: () => {
1360
+ return IO.FileShare;
1361
+ }
1362
+ }
1363
+ }
1364
+ },
1365
+ FileStream: {
1366
+ kind: "class",
1367
+ members: {
1368
+ FileStream: {
1369
+ kind: "method",
1370
+ methodKind: "constructor"
1371
+ },
1372
+ BeginRead: {
1373
+ kind: "method",
1374
+ methodKind: "ordinary",
1375
+ isOverride: true
1376
+ },
1377
+ BeginWrite: {
1378
+ kind: "method",
1379
+ methodKind: "ordinary",
1380
+ isOverride: true
1381
+ },
1382
+ CopyTo: {
1383
+ kind: "method",
1384
+ methodKind: "ordinary",
1385
+ isOverride: true
1386
+ },
1387
+ CopyToAsync: {
1388
+ kind: "method",
1389
+ methodKind: "ordinary",
1390
+ isOverride: true
1391
+ },
1392
+ Dispose: {
1393
+ kind: "method",
1394
+ methodKind: "ordinary",
1395
+ isOverride: true
1396
+ },
1397
+ DisposeAsync: {
1398
+ kind: "method",
1399
+ methodKind: "ordinary",
1400
+ isOverride: true
1401
+ },
1402
+ EndRead: {
1403
+ kind: "method",
1404
+ methodKind: "ordinary",
1405
+ isOverride: true
1406
+ },
1407
+ EndWrite: {
1408
+ kind: "method",
1409
+ methodKind: "ordinary",
1410
+ isOverride: true
1411
+ },
1412
+ Finalize: {
1413
+ kind: "method",
1414
+ methodKind: "ordinary"
1415
+ },
1416
+ Flush: {
1417
+ kind: "method",
1418
+ methodKind: "ordinary",
1419
+ isOverride: true
1420
+ },
1421
+ FlushAsync: {
1422
+ kind: "method",
1423
+ methodKind: "ordinary",
1424
+ isOverride: true
1425
+ },
1426
+ Lock: {
1427
+ kind: "method",
1428
+ methodKind: "ordinary",
1429
+ isVirtual: true
1430
+ },
1431
+ Read: {
1432
+ kind: "method",
1433
+ methodKind: "ordinary",
1434
+ isOverride: true
1435
+ },
1436
+ ReadAsync: {
1437
+ kind: "method",
1438
+ methodKind: "ordinary",
1439
+ isOverride: true
1440
+ },
1441
+ ReadByte: {
1442
+ kind: "method",
1443
+ methodKind: "ordinary",
1444
+ isOverride: true
1445
+ },
1446
+ Seek: {
1447
+ kind: "method",
1448
+ methodKind: "ordinary",
1449
+ isOverride: true
1450
+ },
1451
+ SetLength: {
1452
+ kind: "method",
1453
+ methodKind: "ordinary",
1454
+ isOverride: true
1455
+ },
1456
+ Unlock: {
1457
+ kind: "method",
1458
+ methodKind: "ordinary",
1459
+ isVirtual: true
1460
+ },
1461
+ Write: {
1462
+ kind: "method",
1463
+ methodKind: "ordinary",
1464
+ isOverride: true
1465
+ },
1466
+ WriteAsync: {
1467
+ kind: "method",
1468
+ methodKind: "ordinary",
1469
+ isOverride: true
1470
+ },
1471
+ WriteByte: {
1472
+ kind: "method",
1473
+ methodKind: "ordinary",
1474
+ isOverride: true
1475
+ },
1476
+ CanRead: {
1477
+ kind: "property",
1478
+ type: () => {
1479
+ return System.Boolean;
1480
+ },
1481
+ isOverride: true
1482
+ },
1483
+ CanSeek: {
1484
+ kind: "property",
1485
+ type: () => {
1486
+ return System.Boolean;
1487
+ },
1488
+ isOverride: true
1489
+ },
1490
+ CanWrite: {
1491
+ kind: "property",
1492
+ type: () => {
1493
+ return System.Boolean;
1494
+ },
1495
+ isOverride: true
1496
+ },
1497
+ Handle: {
1498
+ kind: "property",
1499
+ type: () => {
1500
+ return System.IntPtr;
1501
+ },
1502
+ isVirtual: true
1503
+ },
1504
+ IsAsync: {
1505
+ kind: "property",
1506
+ type: () => {
1507
+ return System.Boolean;
1508
+ },
1509
+ isVirtual: true
1510
+ },
1511
+ Length: {
1512
+ kind: "property",
1513
+ type: () => {
1514
+ return System.Int64;
1515
+ },
1516
+ isOverride: true
1517
+ },
1518
+ Name: {
1519
+ kind: "property",
1520
+ type: () => {
1521
+ return System.String;
1522
+ },
1523
+ isVirtual: true
1524
+ },
1525
+ Position: {
1526
+ kind: "property",
1527
+ type: () => {
1528
+ return System.Int64;
1529
+ },
1530
+ isOverride: true
1531
+ },
1532
+ SafeFileHandle: {
1533
+ kind: "property",
1534
+ type: () => {
1535
+ return SafeHandles.SafeFileHandle;
1536
+ },
1537
+ isVirtual: true
1538
+ }
1539
+ }
1540
+ },
1541
+ FileStreamOptions: {
1542
+ kind: "class",
1543
+ members: {
1544
+ FileStreamOptions: {
1545
+ kind: "method",
1546
+ methodKind: "constructor"
1547
+ },
1548
+ Access: {
1549
+ kind: "property",
1550
+ type: () => {
1551
+ return IO.FileAccess;
1552
+ }
1553
+ },
1554
+ BufferSize: {
1555
+ kind: "property",
1556
+ type: () => {
1557
+ return System.Int32;
1558
+ }
1559
+ },
1560
+ Mode: {
1561
+ kind: "property",
1562
+ type: () => {
1563
+ return IO.FileMode;
1564
+ }
1565
+ },
1566
+ Options: {
1567
+ kind: "property",
1568
+ type: () => {
1569
+ return IO.FileOptions;
1570
+ }
1571
+ },
1572
+ PreallocationSize: {
1573
+ kind: "property",
1574
+ type: () => {
1575
+ return System.Int64;
1576
+ }
1577
+ },
1578
+ Share: {
1579
+ kind: "property",
1580
+ type: () => {
1581
+ return IO.FileShare;
1582
+ }
1583
+ },
1584
+ UnixCreateMode: {
1585
+ kind: "property",
1586
+ type: () => {
1587
+ return IO.UnixFileMode;
1588
+ },
1589
+ isNullable: true
1590
+ }
1591
+ },
1592
+ isSealed: true
1593
+ },
1594
+ FileSystemInfo: {
1595
+ kind: "class",
1596
+ members: {
1597
+ FullPath: {
1598
+ kind: "field",
1599
+ type: () => {
1600
+ return System.String;
1601
+ }
1602
+ },
1603
+ OriginalPath: {
1604
+ kind: "field",
1605
+ type: () => {
1606
+ return System.String;
1607
+ }
1608
+ },
1609
+ FileSystemInfo: {
1610
+ kind: "method",
1611
+ methodKind: "constructor"
1612
+ },
1613
+ CreateAsSymbolicLink: {
1614
+ kind: "method",
1615
+ methodKind: "ordinary"
1616
+ },
1617
+ Delete: {
1618
+ kind: "method",
1619
+ methodKind: "ordinary",
1620
+ isAbstract: true
1621
+ },
1622
+ Refresh: {
1623
+ kind: "method",
1624
+ methodKind: "ordinary"
1625
+ },
1626
+ ResolveLinkTarget: {
1627
+ kind: "method",
1628
+ methodKind: "ordinary"
1629
+ },
1630
+ ToString: {
1631
+ kind: "method",
1632
+ methodKind: "ordinary",
1633
+ isOverride: true
1634
+ },
1635
+ Attributes: {
1636
+ kind: "property",
1637
+ type: () => {
1638
+ return IO.FileAttributes;
1639
+ }
1640
+ },
1641
+ CreationTime: {
1642
+ kind: "property",
1643
+ type: () => {
1644
+ return System.DateTime;
1645
+ }
1646
+ },
1647
+ CreationTimeUtc: {
1648
+ kind: "property",
1649
+ type: () => {
1650
+ return System.DateTime;
1651
+ }
1652
+ },
1653
+ Exists: {
1654
+ kind: "property",
1655
+ type: () => {
1656
+ return System.Boolean;
1657
+ },
1658
+ isAbstract: true
1659
+ },
1660
+ Extension: {
1661
+ kind: "property",
1662
+ type: () => {
1663
+ return System.String;
1664
+ }
1665
+ },
1666
+ FullName: {
1667
+ kind: "property",
1668
+ type: () => {
1669
+ return System.String;
1670
+ },
1671
+ isVirtual: true
1672
+ },
1673
+ LastAccessTime: {
1674
+ kind: "property",
1675
+ type: () => {
1676
+ return System.DateTime;
1677
+ }
1678
+ },
1679
+ LastAccessTimeUtc: {
1680
+ kind: "property",
1681
+ type: () => {
1682
+ return System.DateTime;
1683
+ }
1684
+ },
1685
+ LastWriteTime: {
1686
+ kind: "property",
1687
+ type: () => {
1688
+ return System.DateTime;
1689
+ }
1690
+ },
1691
+ LastWriteTimeUtc: {
1692
+ kind: "property",
1693
+ type: () => {
1694
+ return System.DateTime;
1695
+ }
1696
+ },
1697
+ LinkTarget: {
1698
+ kind: "property",
1699
+ type: () => {
1700
+ return System.String;
1701
+ },
1702
+ isNullable: true
1703
+ },
1704
+ Name: {
1705
+ kind: "property",
1706
+ type: () => {
1707
+ return System.String;
1708
+ },
1709
+ isAbstract: true
1710
+ },
1711
+ UnixFileMode: {
1712
+ kind: "property",
1713
+ type: () => {
1714
+ return IO.UnixFileMode;
1715
+ }
1716
+ }
1717
+ },
1718
+ isAbstract: true
1719
+ },
1720
+ HandleInheritability: {
1721
+ kind: "enum",
1722
+ members: {
1723
+ None: {
1724
+ kind: "field",
1725
+ type: () => {
1726
+ return IO.HandleInheritability;
1727
+ }
1728
+ },
1729
+ Inheritable: {
1730
+ kind: "field",
1731
+ type: () => {
1732
+ return IO.HandleInheritability;
1733
+ }
1734
+ }
1735
+ }
1736
+ },
1737
+ IOException: {
1738
+ kind: "class",
1739
+ members: {
1740
+ IOException: {
1741
+ kind: "method",
1742
+ methodKind: "constructor"
1743
+ }
1744
+ }
1745
+ },
1746
+ InvalidDataException: {
1747
+ kind: "class",
1748
+ members: {
1749
+ InvalidDataException: {
1750
+ kind: "method",
1751
+ methodKind: "constructor"
1752
+ }
1753
+ },
1754
+ isSealed: true
1755
+ },
1756
+ MatchCasing: {
1757
+ kind: "enum",
1758
+ members: {
1759
+ PlatformDefault: {
1760
+ kind: "field",
1761
+ type: () => {
1762
+ return IO.MatchCasing;
1763
+ }
1764
+ },
1765
+ CaseSensitive: {
1766
+ kind: "field",
1767
+ type: () => {
1768
+ return IO.MatchCasing;
1769
+ }
1770
+ },
1771
+ CaseInsensitive: {
1772
+ kind: "field",
1773
+ type: () => {
1774
+ return IO.MatchCasing;
1775
+ }
1776
+ }
1777
+ }
1778
+ },
1779
+ MatchType: {
1780
+ kind: "enum",
1781
+ members: {
1782
+ Simple: {
1783
+ kind: "field",
1784
+ type: () => {
1785
+ return IO.MatchType;
1786
+ }
1787
+ },
1788
+ Win32: {
1789
+ kind: "field",
1790
+ type: () => {
1791
+ return IO.MatchType;
1792
+ }
1793
+ }
1794
+ }
1795
+ },
1796
+ MemoryStream: {
1797
+ kind: "class",
1798
+ members: {
1799
+ MemoryStream: {
1800
+ kind: "method",
1801
+ methodKind: "constructor"
1802
+ },
1803
+ BeginRead: {
1804
+ kind: "method",
1805
+ methodKind: "ordinary",
1806
+ isOverride: true
1807
+ },
1808
+ BeginWrite: {
1809
+ kind: "method",
1810
+ methodKind: "ordinary",
1811
+ isOverride: true
1812
+ },
1813
+ CopyTo: {
1814
+ kind: "method",
1815
+ methodKind: "ordinary",
1816
+ isOverride: true
1817
+ },
1818
+ CopyToAsync: {
1819
+ kind: "method",
1820
+ methodKind: "ordinary",
1821
+ isOverride: true
1822
+ },
1823
+ Dispose: {
1824
+ kind: "method",
1825
+ methodKind: "ordinary",
1826
+ isOverride: true
1827
+ },
1828
+ EndRead: {
1829
+ kind: "method",
1830
+ methodKind: "ordinary",
1831
+ isOverride: true
1832
+ },
1833
+ EndWrite: {
1834
+ kind: "method",
1835
+ methodKind: "ordinary",
1836
+ isOverride: true
1837
+ },
1838
+ Flush: {
1839
+ kind: "method",
1840
+ methodKind: "ordinary",
1841
+ isOverride: true
1842
+ },
1843
+ FlushAsync: {
1844
+ kind: "method",
1845
+ methodKind: "ordinary",
1846
+ isOverride: true
1847
+ },
1848
+ GetBuffer: {
1849
+ kind: "method",
1850
+ methodKind: "ordinary",
1851
+ isVirtual: true
1852
+ },
1853
+ Read: {
1854
+ kind: "method",
1855
+ methodKind: "ordinary",
1856
+ isOverride: true
1857
+ },
1858
+ ReadAsync: {
1859
+ kind: "method",
1860
+ methodKind: "ordinary",
1861
+ isOverride: true
1862
+ },
1863
+ ReadByte: {
1864
+ kind: "method",
1865
+ methodKind: "ordinary",
1866
+ isOverride: true
1867
+ },
1868
+ Seek: {
1869
+ kind: "method",
1870
+ methodKind: "ordinary",
1871
+ isOverride: true
1872
+ },
1873
+ SetLength: {
1874
+ kind: "method",
1875
+ methodKind: "ordinary",
1876
+ isOverride: true
1877
+ },
1878
+ ToArray: {
1879
+ kind: "method",
1880
+ methodKind: "ordinary",
1881
+ isVirtual: true
1882
+ },
1883
+ TryGetBuffer: {
1884
+ kind: "method",
1885
+ methodKind: "ordinary",
1886
+ isVirtual: true
1887
+ },
1888
+ Write: {
1889
+ kind: "method",
1890
+ methodKind: "ordinary",
1891
+ isOverride: true
1892
+ },
1893
+ WriteAsync: {
1894
+ kind: "method",
1895
+ methodKind: "ordinary",
1896
+ isOverride: true
1897
+ },
1898
+ WriteByte: {
1899
+ kind: "method",
1900
+ methodKind: "ordinary",
1901
+ isOverride: true
1902
+ },
1903
+ WriteTo: {
1904
+ kind: "method",
1905
+ methodKind: "ordinary",
1906
+ isVirtual: true
1907
+ },
1908
+ CanRead: {
1909
+ kind: "property",
1910
+ type: () => {
1911
+ return System.Boolean;
1912
+ },
1913
+ isOverride: true
1914
+ },
1915
+ CanSeek: {
1916
+ kind: "property",
1917
+ type: () => {
1918
+ return System.Boolean;
1919
+ },
1920
+ isOverride: true
1921
+ },
1922
+ CanWrite: {
1923
+ kind: "property",
1924
+ type: () => {
1925
+ return System.Boolean;
1926
+ },
1927
+ isOverride: true
1928
+ },
1929
+ Capacity: {
1930
+ kind: "property",
1931
+ type: () => {
1932
+ return System.Int32;
1933
+ },
1934
+ isVirtual: true
1935
+ },
1936
+ Length: {
1937
+ kind: "property",
1938
+ type: () => {
1939
+ return System.Int64;
1940
+ },
1941
+ isOverride: true
1942
+ },
1943
+ Position: {
1944
+ kind: "property",
1945
+ type: () => {
1946
+ return System.Int64;
1947
+ },
1948
+ isOverride: true
1949
+ }
1950
+ }
1951
+ },
1952
+ Path: {
1953
+ kind: "class",
1954
+ members: {
1955
+ AltDirectorySeparatorChar: {
1956
+ kind: "field",
1957
+ type: () => {
1958
+ return System.Char;
1959
+ },
1960
+ isStatic: true,
1961
+ isReadOnly: true
1962
+ },
1963
+ DirectorySeparatorChar: {
1964
+ kind: "field",
1965
+ type: () => {
1966
+ return System.Char;
1967
+ },
1968
+ isStatic: true,
1969
+ isReadOnly: true
1970
+ },
1971
+ InvalidPathChars: {
1972
+ kind: "field",
1973
+ type: () => {
1974
+ return System.Array;
1975
+ },
1976
+ isStatic: true,
1977
+ isReadOnly: true
1978
+ },
1979
+ PathSeparator: {
1980
+ kind: "field",
1981
+ type: () => {
1982
+ return System.Char;
1983
+ },
1984
+ isStatic: true,
1985
+ isReadOnly: true
1986
+ },
1987
+ VolumeSeparatorChar: {
1988
+ kind: "field",
1989
+ type: () => {
1990
+ return System.Char;
1991
+ },
1992
+ isStatic: true,
1993
+ isReadOnly: true
1994
+ },
1995
+ ChangeExtension: {
1996
+ kind: "method",
1997
+ methodKind: "ordinary",
1998
+ isStatic: true
1999
+ },
2000
+ Combine: {
2001
+ kind: "method",
2002
+ methodKind: "ordinary",
2003
+ isStatic: true
2004
+ },
2005
+ EndsInDirectorySeparator: {
2006
+ kind: "method",
2007
+ methodKind: "ordinary",
2008
+ isStatic: true
2009
+ },
2010
+ Exists: {
2011
+ kind: "method",
2012
+ methodKind: "ordinary",
2013
+ isStatic: true
2014
+ },
2015
+ GetDirectoryName: {
2016
+ kind: "method",
2017
+ methodKind: "ordinary",
2018
+ isStatic: true
2019
+ },
2020
+ GetExtension: {
2021
+ kind: "method",
2022
+ methodKind: "ordinary",
2023
+ isStatic: true
2024
+ },
2025
+ GetFileName: {
2026
+ kind: "method",
2027
+ methodKind: "ordinary",
2028
+ isStatic: true
2029
+ },
2030
+ GetFileNameWithoutExtension: {
2031
+ kind: "method",
2032
+ methodKind: "ordinary",
2033
+ isStatic: true
2034
+ },
2035
+ GetFullPath: {
2036
+ kind: "method",
2037
+ methodKind: "ordinary",
2038
+ isStatic: true
2039
+ },
2040
+ GetInvalidFileNameChars: {
2041
+ kind: "method",
2042
+ methodKind: "ordinary",
2043
+ isStatic: true
2044
+ },
2045
+ GetInvalidPathChars: {
2046
+ kind: "method",
2047
+ methodKind: "ordinary",
2048
+ isStatic: true
2049
+ },
2050
+ GetPathRoot: {
2051
+ kind: "method",
2052
+ methodKind: "ordinary",
2053
+ isStatic: true
2054
+ },
2055
+ GetRandomFileName: {
2056
+ kind: "method",
2057
+ methodKind: "ordinary",
2058
+ isStatic: true
2059
+ },
2060
+ GetRelativePath: {
2061
+ kind: "method",
2062
+ methodKind: "ordinary",
2063
+ isStatic: true
2064
+ },
2065
+ GetTempFileName: {
2066
+ kind: "method",
2067
+ methodKind: "ordinary",
2068
+ isStatic: true
2069
+ },
2070
+ GetTempPath: {
2071
+ kind: "method",
2072
+ methodKind: "ordinary",
2073
+ isStatic: true
2074
+ },
2075
+ HasExtension: {
2076
+ kind: "method",
2077
+ methodKind: "ordinary",
2078
+ isStatic: true
2079
+ },
2080
+ IsPathFullyQualified: {
2081
+ kind: "method",
2082
+ methodKind: "ordinary",
2083
+ isStatic: true
2084
+ },
2085
+ IsPathRooted: {
2086
+ kind: "method",
2087
+ methodKind: "ordinary",
2088
+ isStatic: true
2089
+ },
2090
+ Join: {
2091
+ kind: "method",
2092
+ methodKind: "ordinary",
2093
+ isStatic: true
2094
+ },
2095
+ TrimEndingDirectorySeparator: {
2096
+ kind: "method",
2097
+ methodKind: "ordinary",
2098
+ isStatic: true
2099
+ },
2100
+ TryJoin: {
2101
+ kind: "method",
2102
+ methodKind: "ordinary",
2103
+ isStatic: true
2104
+ }
2105
+ },
2106
+ isStatic: true
2107
+ },
2108
+ PathTooLongException: {
2109
+ kind: "class",
2110
+ members: {
2111
+ PathTooLongException: {
2112
+ kind: "method",
2113
+ methodKind: "constructor"
2114
+ }
2115
+ }
2116
+ },
2117
+ RandomAccess: {
2118
+ kind: "class",
2119
+ members: {
2120
+ FlushToDisk: {
2121
+ kind: "method",
2122
+ methodKind: "ordinary",
2123
+ isStatic: true
2124
+ },
2125
+ GetLength: {
2126
+ kind: "method",
2127
+ methodKind: "ordinary",
2128
+ isStatic: true
2129
+ },
2130
+ Read: {
2131
+ kind: "method",
2132
+ methodKind: "ordinary",
2133
+ isStatic: true
2134
+ },
2135
+ ReadAsync: {
2136
+ kind: "method",
2137
+ methodKind: "ordinary",
2138
+ isStatic: true
2139
+ },
2140
+ SetLength: {
2141
+ kind: "method",
2142
+ methodKind: "ordinary",
2143
+ isStatic: true
2144
+ },
2145
+ Write: {
2146
+ kind: "method",
2147
+ methodKind: "ordinary",
2148
+ isStatic: true
2149
+ },
2150
+ WriteAsync: {
2151
+ kind: "method",
2152
+ methodKind: "ordinary",
2153
+ isStatic: true
2154
+ }
2155
+ },
2156
+ isStatic: true
2157
+ },
2158
+ SearchOption: {
2159
+ kind: "enum",
2160
+ members: {
2161
+ TopDirectoryOnly: {
2162
+ kind: "field",
2163
+ type: () => {
2164
+ return IO.SearchOption;
2165
+ }
2166
+ },
2167
+ AllDirectories: {
2168
+ kind: "field",
2169
+ type: () => {
2170
+ return IO.SearchOption;
2171
+ }
2172
+ }
2173
+ }
2174
+ },
2175
+ SeekOrigin: {
2176
+ kind: "enum",
2177
+ members: {
2178
+ Begin: {
2179
+ kind: "field",
2180
+ type: () => {
2181
+ return IO.SeekOrigin;
2182
+ }
2183
+ },
2184
+ Current: {
2185
+ kind: "field",
2186
+ type: () => {
2187
+ return IO.SeekOrigin;
2188
+ }
2189
+ },
2190
+ End: {
2191
+ kind: "field",
2192
+ type: () => {
2193
+ return IO.SeekOrigin;
2194
+ }
2195
+ }
2196
+ }
2197
+ },
2198
+ Stream: {
2199
+ kind: "class",
2200
+ members: {
2201
+ Null: {
2202
+ kind: "field",
2203
+ type: () => {
2204
+ return IO.Stream;
2205
+ },
2206
+ isStatic: true,
2207
+ isReadOnly: true
2208
+ },
2209
+ Stream: {
2210
+ kind: "method",
2211
+ methodKind: "constructor"
2212
+ },
2213
+ BeginRead: {
2214
+ kind: "method",
2215
+ methodKind: "ordinary",
2216
+ isVirtual: true
2217
+ },
2218
+ BeginWrite: {
2219
+ kind: "method",
2220
+ methodKind: "ordinary",
2221
+ isVirtual: true
2222
+ },
2223
+ Close: {
2224
+ kind: "method",
2225
+ methodKind: "ordinary",
2226
+ isVirtual: true
2227
+ },
2228
+ CopyTo: {
2229
+ kind: "method",
2230
+ methodKind: "ordinary"
2231
+ },
2232
+ CopyToAsync: {
2233
+ kind: "method",
2234
+ methodKind: "ordinary"
2235
+ },
2236
+ CreateWaitHandle: {
2237
+ kind: "method",
2238
+ methodKind: "ordinary",
2239
+ isVirtual: true
2240
+ },
2241
+ Dispose: {
2242
+ kind: "method",
2243
+ methodKind: "ordinary"
2244
+ },
2245
+ DisposeAsync: {
2246
+ kind: "method",
2247
+ methodKind: "ordinary",
2248
+ isVirtual: true
2249
+ },
2250
+ EndRead: {
2251
+ kind: "method",
2252
+ methodKind: "ordinary",
2253
+ isVirtual: true
2254
+ },
2255
+ EndWrite: {
2256
+ kind: "method",
2257
+ methodKind: "ordinary",
2258
+ isVirtual: true
2259
+ },
2260
+ Flush: {
2261
+ kind: "method",
2262
+ methodKind: "ordinary",
2263
+ isAbstract: true
2264
+ },
2265
+ FlushAsync: {
2266
+ kind: "method",
2267
+ methodKind: "ordinary"
2268
+ },
2269
+ ObjectInvariant: {
2270
+ kind: "method",
2271
+ methodKind: "ordinary",
2272
+ isVirtual: true,
2273
+ isOverride: true
2274
+ },
2275
+ Read: {
2276
+ kind: "method",
2277
+ methodKind: "ordinary",
2278
+ isAbstract: true
2279
+ },
2280
+ ReadAsync: {
2281
+ kind: "method",
2282
+ methodKind: "ordinary"
2283
+ },
2284
+ ReadAtLeast: {
2285
+ kind: "method",
2286
+ methodKind: "ordinary"
2287
+ },
2288
+ ReadAtLeastAsync: {
2289
+ kind: "method",
2290
+ methodKind: "ordinary"
2291
+ },
2292
+ ReadByte: {
2293
+ kind: "method",
2294
+ methodKind: "ordinary",
2295
+ isVirtual: true
2296
+ },
2297
+ ReadExactly: {
2298
+ kind: "method",
2299
+ methodKind: "ordinary"
2300
+ },
2301
+ ReadExactlyAsync: {
2302
+ kind: "method",
2303
+ methodKind: "ordinary"
2304
+ },
2305
+ Seek: {
2306
+ kind: "method",
2307
+ methodKind: "ordinary",
2308
+ isAbstract: true
2309
+ },
2310
+ SetLength: {
2311
+ kind: "method",
2312
+ methodKind: "ordinary",
2313
+ isAbstract: true
2314
+ },
2315
+ Synchronized: {
2316
+ kind: "method",
2317
+ methodKind: "ordinary",
2318
+ isStatic: true
2319
+ },
2320
+ ValidateBufferArguments: {
2321
+ kind: "method",
2322
+ methodKind: "ordinary",
2323
+ isStatic: true
2324
+ },
2325
+ ValidateCopyToArguments: {
2326
+ kind: "method",
2327
+ methodKind: "ordinary",
2328
+ isStatic: true
2329
+ },
2330
+ Write: {
2331
+ kind: "method",
2332
+ methodKind: "ordinary",
2333
+ isAbstract: true
2334
+ },
2335
+ WriteAsync: {
2336
+ kind: "method",
2337
+ methodKind: "ordinary"
2338
+ },
2339
+ WriteByte: {
2340
+ kind: "method",
2341
+ methodKind: "ordinary",
2342
+ isVirtual: true
2343
+ },
2344
+ CanRead: {
2345
+ kind: "property",
2346
+ type: () => {
2347
+ return System.Boolean;
2348
+ },
2349
+ isAbstract: true
2350
+ },
2351
+ CanSeek: {
2352
+ kind: "property",
2353
+ type: () => {
2354
+ return System.Boolean;
2355
+ },
2356
+ isAbstract: true
2357
+ },
2358
+ CanTimeout: {
2359
+ kind: "property",
2360
+ type: () => {
2361
+ return System.Boolean;
2362
+ },
2363
+ isVirtual: true
2364
+ },
2365
+ CanWrite: {
2366
+ kind: "property",
2367
+ type: () => {
2368
+ return System.Boolean;
2369
+ },
2370
+ isAbstract: true
2371
+ },
2372
+ Length: {
2373
+ kind: "property",
2374
+ type: () => {
2375
+ return System.Int64;
2376
+ },
2377
+ isAbstract: true
2378
+ },
2379
+ Position: {
2380
+ kind: "property",
2381
+ type: () => {
2382
+ return System.Int64;
2383
+ },
2384
+ isAbstract: true
2385
+ },
2386
+ ReadTimeout: {
2387
+ kind: "property",
2388
+ type: () => {
2389
+ return System.Int32;
2390
+ },
2391
+ isVirtual: true
2392
+ },
2393
+ WriteTimeout: {
2394
+ kind: "property",
2395
+ type: () => {
2396
+ return System.Int32;
2397
+ },
2398
+ isVirtual: true
2399
+ }
2400
+ },
2401
+ isAbstract: true
2402
+ },
2403
+ StreamReader: {
2404
+ kind: "class",
2405
+ members: {
2406
+ Null: {
2407
+ kind: "field",
2408
+ type: () => {
2409
+ return IO.StreamReader;
2410
+ },
2411
+ isStatic: true,
2412
+ isReadOnly: true
2413
+ },
2414
+ StreamReader: {
2415
+ kind: "method",
2416
+ methodKind: "constructor"
2417
+ },
2418
+ Close: {
2419
+ kind: "method",
2420
+ methodKind: "ordinary",
2421
+ isOverride: true
2422
+ },
2423
+ DiscardBufferedData: {
2424
+ kind: "method",
2425
+ methodKind: "ordinary"
2426
+ },
2427
+ Dispose: {
2428
+ kind: "method",
2429
+ methodKind: "ordinary",
2430
+ isOverride: true
2431
+ },
2432
+ Peek: {
2433
+ kind: "method",
2434
+ methodKind: "ordinary",
2435
+ isOverride: true
2436
+ },
2437
+ Read: {
2438
+ kind: "method",
2439
+ methodKind: "ordinary",
2440
+ isOverride: true
2441
+ },
2442
+ ReadAsync: {
2443
+ kind: "method",
2444
+ methodKind: "ordinary",
2445
+ isOverride: true
2446
+ },
2447
+ ReadBlock: {
2448
+ kind: "method",
2449
+ methodKind: "ordinary",
2450
+ isOverride: true
2451
+ },
2452
+ ReadBlockAsync: {
2453
+ kind: "method",
2454
+ methodKind: "ordinary",
2455
+ isOverride: true
2456
+ },
2457
+ ReadLine: {
2458
+ kind: "method",
2459
+ methodKind: "ordinary",
2460
+ isOverride: true
2461
+ },
2462
+ ReadLineAsync: {
2463
+ kind: "method",
2464
+ methodKind: "ordinary",
2465
+ isOverride: true
2466
+ },
2467
+ ReadToEnd: {
2468
+ kind: "method",
2469
+ methodKind: "ordinary",
2470
+ isOverride: true
2471
+ },
2472
+ ReadToEndAsync: {
2473
+ kind: "method",
2474
+ methodKind: "ordinary",
2475
+ isOverride: true
2476
+ },
2477
+ BaseStream: {
2478
+ kind: "property",
2479
+ type: () => {
2480
+ return IO.Stream;
2481
+ },
2482
+ isVirtual: true
2483
+ },
2484
+ CurrentEncoding: {
2485
+ kind: "property",
2486
+ type: () => {
2487
+ return Text.Encoding;
2488
+ },
2489
+ isVirtual: true
2490
+ },
2491
+ EndOfStream: {
2492
+ kind: "property",
2493
+ type: () => {
2494
+ return System.Boolean;
2495
+ }
2496
+ }
2497
+ }
2498
+ },
2499
+ StreamWriter: {
2500
+ kind: "class",
2501
+ members: {
2502
+ Null: {
2503
+ kind: "field",
2504
+ type: () => {
2505
+ return IO.StreamWriter;
2506
+ },
2507
+ isStatic: true,
2508
+ isReadOnly: true
2509
+ },
2510
+ StreamWriter: {
2511
+ kind: "method",
2512
+ methodKind: "constructor"
2513
+ },
2514
+ Close: {
2515
+ kind: "method",
2516
+ methodKind: "ordinary",
2517
+ isOverride: true
2518
+ },
2519
+ Dispose: {
2520
+ kind: "method",
2521
+ methodKind: "ordinary",
2522
+ isOverride: true
2523
+ },
2524
+ DisposeAsync: {
2525
+ kind: "method",
2526
+ methodKind: "ordinary",
2527
+ isOverride: true
2528
+ },
2529
+ Flush: {
2530
+ kind: "method",
2531
+ methodKind: "ordinary",
2532
+ isOverride: true
2533
+ },
2534
+ FlushAsync: {
2535
+ kind: "method",
2536
+ methodKind: "ordinary",
2537
+ isOverride: true
2538
+ },
2539
+ Write: {
2540
+ kind: "method",
2541
+ methodKind: "ordinary",
2542
+ isOverride: true
2543
+ },
2544
+ WriteAsync: {
2545
+ kind: "method",
2546
+ methodKind: "ordinary",
2547
+ isOverride: true
2548
+ },
2549
+ WriteLine: {
2550
+ kind: "method",
2551
+ methodKind: "ordinary",
2552
+ isOverride: true
2553
+ },
2554
+ WriteLineAsync: {
2555
+ kind: "method",
2556
+ methodKind: "ordinary",
2557
+ isOverride: true
2558
+ },
2559
+ AutoFlush: {
2560
+ kind: "property",
2561
+ type: () => {
2562
+ return System.Boolean;
2563
+ },
2564
+ isVirtual: true
2565
+ },
2566
+ BaseStream: {
2567
+ kind: "property",
2568
+ type: () => {
2569
+ return IO.Stream;
2570
+ },
2571
+ isVirtual: true
2572
+ },
2573
+ Encoding: {
2574
+ kind: "property",
2575
+ type: () => {
2576
+ return Text.Encoding;
2577
+ },
2578
+ isOverride: true
2579
+ }
2580
+ }
2581
+ },
2582
+ StringReader: {
2583
+ kind: "class",
2584
+ members: {
2585
+ StringReader: {
2586
+ kind: "method",
2587
+ methodKind: "constructor"
2588
+ },
2589
+ Close: {
2590
+ kind: "method",
2591
+ methodKind: "ordinary",
2592
+ isOverride: true
2593
+ },
2594
+ Dispose: {
2595
+ kind: "method",
2596
+ methodKind: "ordinary",
2597
+ isOverride: true
2598
+ },
2599
+ Peek: {
2600
+ kind: "method",
2601
+ methodKind: "ordinary",
2602
+ isOverride: true
2603
+ },
2604
+ Read: {
2605
+ kind: "method",
2606
+ methodKind: "ordinary",
2607
+ isOverride: true
2608
+ },
2609
+ ReadAsync: {
2610
+ kind: "method",
2611
+ methodKind: "ordinary",
2612
+ isOverride: true
2613
+ },
2614
+ ReadBlock: {
2615
+ kind: "method",
2616
+ methodKind: "ordinary",
2617
+ isOverride: true
2618
+ },
2619
+ ReadBlockAsync: {
2620
+ kind: "method",
2621
+ methodKind: "ordinary",
2622
+ isOverride: true
2623
+ },
2624
+ ReadLine: {
2625
+ kind: "method",
2626
+ methodKind: "ordinary",
2627
+ isOverride: true
2628
+ },
2629
+ ReadLineAsync: {
2630
+ kind: "method",
2631
+ methodKind: "ordinary",
2632
+ isOverride: true
2633
+ },
2634
+ ReadToEnd: {
2635
+ kind: "method",
2636
+ methodKind: "ordinary",
2637
+ isOverride: true
2638
+ },
2639
+ ReadToEndAsync: {
2640
+ kind: "method",
2641
+ methodKind: "ordinary",
2642
+ isOverride: true
2643
+ }
2644
+ }
2645
+ },
2646
+ StringWriter: {
2647
+ kind: "class",
2648
+ members: {
2649
+ StringWriter: {
2650
+ kind: "method",
2651
+ methodKind: "constructor"
2652
+ },
2653
+ Close: {
2654
+ kind: "method",
2655
+ methodKind: "ordinary",
2656
+ isOverride: true
2657
+ },
2658
+ Dispose: {
2659
+ kind: "method",
2660
+ methodKind: "ordinary",
2661
+ isOverride: true
2662
+ },
2663
+ FlushAsync: {
2664
+ kind: "method",
2665
+ methodKind: "ordinary",
2666
+ isOverride: true
2667
+ },
2668
+ GetStringBuilder: {
2669
+ kind: "method",
2670
+ methodKind: "ordinary",
2671
+ isVirtual: true
2672
+ },
2673
+ ToString: {
2674
+ kind: "method",
2675
+ methodKind: "ordinary",
2676
+ isOverride: true
2677
+ },
2678
+ Write: {
2679
+ kind: "method",
2680
+ methodKind: "ordinary",
2681
+ isOverride: true
2682
+ },
2683
+ WriteAsync: {
2684
+ kind: "method",
2685
+ methodKind: "ordinary",
2686
+ isOverride: true
2687
+ },
2688
+ WriteLine: {
2689
+ kind: "method",
2690
+ methodKind: "ordinary",
2691
+ isOverride: true
2692
+ },
2693
+ WriteLineAsync: {
2694
+ kind: "method",
2695
+ methodKind: "ordinary",
2696
+ isOverride: true
2697
+ },
2698
+ Encoding: {
2699
+ kind: "property",
2700
+ type: () => {
2701
+ return Text.Encoding;
2702
+ },
2703
+ isOverride: true
2704
+ }
2705
+ }
2706
+ },
2707
+ TextReader: {
2708
+ kind: "class",
2709
+ members: {
2710
+ Null: {
2711
+ kind: "field",
2712
+ type: () => {
2713
+ return IO.TextReader;
2714
+ },
2715
+ isStatic: true,
2716
+ isReadOnly: true
2717
+ },
2718
+ TextReader: {
2719
+ kind: "method",
2720
+ methodKind: "constructor"
2721
+ },
2722
+ Close: {
2723
+ kind: "method",
2724
+ methodKind: "ordinary",
2725
+ isVirtual: true
2726
+ },
2727
+ Dispose: {
2728
+ kind: "method",
2729
+ methodKind: "ordinary"
2730
+ },
2731
+ Peek: {
2732
+ kind: "method",
2733
+ methodKind: "ordinary",
2734
+ isVirtual: true
2735
+ },
2736
+ Read: {
2737
+ kind: "method",
2738
+ methodKind: "ordinary",
2739
+ isVirtual: true
2740
+ },
2741
+ ReadAsync: {
2742
+ kind: "method",
2743
+ methodKind: "ordinary",
2744
+ isVirtual: true
2745
+ },
2746
+ ReadBlock: {
2747
+ kind: "method",
2748
+ methodKind: "ordinary",
2749
+ isVirtual: true
2750
+ },
2751
+ ReadBlockAsync: {
2752
+ kind: "method",
2753
+ methodKind: "ordinary",
2754
+ isVirtual: true
2755
+ },
2756
+ ReadLine: {
2757
+ kind: "method",
2758
+ methodKind: "ordinary",
2759
+ isVirtual: true
2760
+ },
2761
+ ReadLineAsync: {
2762
+ kind: "method",
2763
+ methodKind: "ordinary",
2764
+ isVirtual: true
2765
+ },
2766
+ ReadToEnd: {
2767
+ kind: "method",
2768
+ methodKind: "ordinary",
2769
+ isVirtual: true
2770
+ },
2771
+ ReadToEndAsync: {
2772
+ kind: "method",
2773
+ methodKind: "ordinary",
2774
+ isVirtual: true
2775
+ },
2776
+ Synchronized: {
2777
+ kind: "method",
2778
+ methodKind: "ordinary",
2779
+ isStatic: true
2780
+ }
2781
+ },
2782
+ isAbstract: true
2783
+ },
2784
+ TextWriter: {
2785
+ kind: "class",
2786
+ members: {
2787
+ CoreNewLine: {
2788
+ kind: "field",
2789
+ type: () => {
2790
+ return System.Array;
2791
+ }
2792
+ },
2793
+ Null: {
2794
+ kind: "field",
2795
+ type: () => {
2796
+ return IO.TextWriter;
2797
+ },
2798
+ isStatic: true,
2799
+ isReadOnly: true
2800
+ },
2801
+ TextWriter: {
2802
+ kind: "method",
2803
+ methodKind: "constructor"
2804
+ },
2805
+ Close: {
2806
+ kind: "method",
2807
+ methodKind: "ordinary",
2808
+ isVirtual: true
2809
+ },
2810
+ CreateBroadcasting: {
2811
+ kind: "method",
2812
+ methodKind: "ordinary",
2813
+ isStatic: true
2814
+ },
2815
+ Dispose: {
2816
+ kind: "method",
2817
+ methodKind: "ordinary"
2818
+ },
2819
+ DisposeAsync: {
2820
+ kind: "method",
2821
+ methodKind: "ordinary",
2822
+ isVirtual: true
2823
+ },
2824
+ Flush: {
2825
+ kind: "method",
2826
+ methodKind: "ordinary",
2827
+ isVirtual: true
2828
+ },
2829
+ FlushAsync: {
2830
+ kind: "method",
2831
+ methodKind: "ordinary",
2832
+ isVirtual: true
2833
+ },
2834
+ Synchronized: {
2835
+ kind: "method",
2836
+ methodKind: "ordinary",
2837
+ isStatic: true
2838
+ },
2839
+ Write: {
2840
+ kind: "method",
2841
+ methodKind: "ordinary",
2842
+ isVirtual: true
2843
+ },
2844
+ WriteAsync: {
2845
+ kind: "method",
2846
+ methodKind: "ordinary",
2847
+ isVirtual: true
2848
+ },
2849
+ WriteLine: {
2850
+ kind: "method",
2851
+ methodKind: "ordinary",
2852
+ isVirtual: true
2853
+ },
2854
+ WriteLineAsync: {
2855
+ kind: "method",
2856
+ methodKind: "ordinary",
2857
+ isVirtual: true
2858
+ },
2859
+ Encoding: {
2860
+ kind: "property",
2861
+ type: () => {
2862
+ return Text.Encoding;
2863
+ },
2864
+ isAbstract: true
2865
+ },
2866
+ FormatProvider: {
2867
+ kind: "property",
2868
+ type: () => {
2869
+ return System.IFormatProvider;
2870
+ },
2871
+ isVirtual: true
2872
+ },
2873
+ NewLine: {
2874
+ kind: "property",
2875
+ type: () => {
2876
+ return System.String;
2877
+ },
2878
+ isVirtual: true
2879
+ }
2880
+ },
2881
+ isAbstract: true
2882
+ },
2883
+ UnixFileMode: {
2884
+ kind: "enum",
2885
+ members: {
2886
+ None: {
2887
+ kind: "field",
2888
+ type: () => {
2889
+ return IO.UnixFileMode;
2890
+ }
2891
+ },
2892
+ OtherExecute: {
2893
+ kind: "field",
2894
+ type: () => {
2895
+ return IO.UnixFileMode;
2896
+ }
2897
+ },
2898
+ OtherWrite: {
2899
+ kind: "field",
2900
+ type: () => {
2901
+ return IO.UnixFileMode;
2902
+ }
2903
+ },
2904
+ OtherRead: {
2905
+ kind: "field",
2906
+ type: () => {
2907
+ return IO.UnixFileMode;
2908
+ }
2909
+ },
2910
+ GroupExecute: {
2911
+ kind: "field",
2912
+ type: () => {
2913
+ return IO.UnixFileMode;
2914
+ }
2915
+ },
2916
+ GroupWrite: {
2917
+ kind: "field",
2918
+ type: () => {
2919
+ return IO.UnixFileMode;
2920
+ }
2921
+ },
2922
+ GroupRead: {
2923
+ kind: "field",
2924
+ type: () => {
2925
+ return IO.UnixFileMode;
2926
+ }
2927
+ },
2928
+ UserExecute: {
2929
+ kind: "field",
2930
+ type: () => {
2931
+ return IO.UnixFileMode;
2932
+ }
2933
+ },
2934
+ UserWrite: {
2935
+ kind: "field",
2936
+ type: () => {
2937
+ return IO.UnixFileMode;
2938
+ }
2939
+ },
2940
+ UserRead: {
2941
+ kind: "field",
2942
+ type: () => {
2943
+ return IO.UnixFileMode;
2944
+ }
2945
+ },
2946
+ StickyBit: {
2947
+ kind: "field",
2948
+ type: () => {
2949
+ return IO.UnixFileMode;
2950
+ }
2951
+ },
2952
+ SetGroup: {
2953
+ kind: "field",
2954
+ type: () => {
2955
+ return IO.UnixFileMode;
2956
+ }
2957
+ },
2958
+ SetUser: {
2959
+ kind: "field",
2960
+ type: () => {
2961
+ return IO.UnixFileMode;
2962
+ }
2963
+ }
2964
+ }
2965
+ },
2966
+ UnmanagedMemoryStream: {
2967
+ kind: "class",
2968
+ members: {
2969
+ UnmanagedMemoryStream: {
2970
+ kind: "method",
2971
+ methodKind: "constructor"
2972
+ },
2973
+ Dispose: {
2974
+ kind: "method",
2975
+ methodKind: "ordinary",
2976
+ isOverride: true
2977
+ },
2978
+ Flush: {
2979
+ kind: "method",
2980
+ methodKind: "ordinary",
2981
+ isOverride: true
2982
+ },
2983
+ FlushAsync: {
2984
+ kind: "method",
2985
+ methodKind: "ordinary",
2986
+ isOverride: true
2987
+ },
2988
+ Initialize: {
2989
+ kind: "method",
2990
+ methodKind: "ordinary"
2991
+ },
2992
+ Read: {
2993
+ kind: "method",
2994
+ methodKind: "ordinary",
2995
+ isOverride: true
2996
+ },
2997
+ ReadAsync: {
2998
+ kind: "method",
2999
+ methodKind: "ordinary",
3000
+ isOverride: true
3001
+ },
3002
+ ReadByte: {
3003
+ kind: "method",
3004
+ methodKind: "ordinary",
3005
+ isOverride: true
3006
+ },
3007
+ Seek: {
3008
+ kind: "method",
3009
+ methodKind: "ordinary",
3010
+ isOverride: true
3011
+ },
3012
+ SetLength: {
3013
+ kind: "method",
3014
+ methodKind: "ordinary",
3015
+ isOverride: true
3016
+ },
3017
+ Write: {
3018
+ kind: "method",
3019
+ methodKind: "ordinary",
3020
+ isOverride: true
3021
+ },
3022
+ WriteAsync: {
3023
+ kind: "method",
3024
+ methodKind: "ordinary",
3025
+ isOverride: true
3026
+ },
3027
+ WriteByte: {
3028
+ kind: "method",
3029
+ methodKind: "ordinary",
3030
+ isOverride: true
3031
+ },
3032
+ CanRead: {
3033
+ kind: "property",
3034
+ type: () => {
3035
+ return System.Boolean;
3036
+ },
3037
+ isOverride: true
3038
+ },
3039
+ CanSeek: {
3040
+ kind: "property",
3041
+ type: () => {
3042
+ return System.Boolean;
3043
+ },
3044
+ isOverride: true
3045
+ },
3046
+ CanWrite: {
3047
+ kind: "property",
3048
+ type: () => {
3049
+ return System.Boolean;
3050
+ },
3051
+ isOverride: true
3052
+ },
3053
+ Capacity: {
3054
+ kind: "property",
3055
+ type: () => {
3056
+ return System.Int64;
3057
+ }
3058
+ },
3059
+ Length: {
3060
+ kind: "property",
3061
+ type: () => {
3062
+ return System.Int64;
3063
+ },
3064
+ isOverride: true
3065
+ },
3066
+ Position: {
3067
+ kind: "property",
3068
+ type: () => {
3069
+ return System.Int64;
3070
+ },
3071
+ isOverride: true
3072
+ },
3073
+ PositionPointer: {
3074
+ kind: "property",
3075
+ type: () => {
3076
+ return System.Byte;
3077
+ }
3078
+ }
3079
+ }
3080
+ }
3081
+ });
3082
+ export default IO;
3083
+ //# sourceMappingURL=index.js.map