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

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