@alloy-js/csharp 0.21.0-dev.8 → 0.21.0

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 (817) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/dist/scripts/components/library-interface.d.ts +9 -0
  3. package/dist/scripts/components/library-interface.d.ts.map +1 -0
  4. package/dist/scripts/components/library-interface.js +43 -0
  5. package/dist/scripts/components/library-interface.js.map +1 -0
  6. package/dist/scripts/components/namespace-directory.d.ts +7 -0
  7. package/dist/scripts/components/namespace-directory.d.ts.map +1 -0
  8. package/dist/scripts/components/namespace-directory.js +96 -0
  9. package/dist/scripts/components/namespace-directory.js.map +1 -0
  10. package/dist/scripts/generate-builtins.d.ts +11 -0
  11. package/dist/scripts/generate-builtins.d.ts.map +1 -0
  12. package/dist/scripts/generate-builtins.js +37 -0
  13. package/dist/scripts/generate-builtins.js.map +1 -0
  14. package/dist/scripts/process-docfx.d.ts +3 -0
  15. package/dist/scripts/process-docfx.d.ts.map +1 -0
  16. package/dist/scripts/process-docfx.js +300 -0
  17. package/dist/scripts/process-docfx.js.map +1 -0
  18. package/dist/src/access.d.ts +13 -0
  19. package/dist/src/access.d.ts.map +1 -0
  20. package/dist/src/access.js +65 -0
  21. package/dist/src/access.js.map +1 -0
  22. package/dist/src/access.test.d.ts +2 -0
  23. package/dist/src/access.test.d.ts.map +1 -0
  24. package/dist/src/access.test.js +43 -0
  25. package/dist/src/access.test.js.map +1 -0
  26. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts +12 -0
  27. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts.map +1 -0
  28. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  29. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  30. package/dist/src/builtins/Microsoft/CSharp/index.d.ts +6 -0
  31. package/dist/src/builtins/Microsoft/CSharp/index.d.ts.map +1 -0
  32. package/dist/src/builtins/Microsoft/CSharp/index.js +5 -0
  33. package/dist/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  34. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts +102 -0
  35. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts.map +1 -0
  36. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  37. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  38. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts +491 -0
  39. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts.map +1 -0
  40. package/dist/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  41. package/dist/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  42. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +82 -0
  43. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -0
  44. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  45. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  46. package/dist/src/builtins/Microsoft/Win32/index.d.ts +79 -0
  47. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -0
  48. package/dist/src/builtins/Microsoft/Win32/index.js +362 -0
  49. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -0
  50. package/dist/src/builtins/Microsoft/index.d.ts +8 -0
  51. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -0
  52. package/dist/src/builtins/Microsoft/index.js +7 -0
  53. package/dist/src/builtins/Microsoft/index.js.map +1 -0
  54. package/dist/src/builtins/System/Buffers/Binary/index.d.ts +113 -0
  55. package/dist/src/builtins/System/Buffers/Binary/index.d.ts.map +1 -0
  56. package/dist/src/builtins/System/Buffers/Binary/index.js +536 -0
  57. package/dist/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  58. package/dist/src/builtins/System/Buffers/Text/index.d.ts +37 -0
  59. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -0
  60. package/dist/src/builtins/System/Buffers/Text/index.js +144 -0
  61. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -0
  62. package/dist/src/builtins/System/Buffers/index.d.ts +142 -0
  63. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -0
  64. package/dist/src/builtins/System/Buffers/index.js +605 -0
  65. package/dist/src/builtins/System/Buffers/index.js.map +1 -0
  66. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts +31 -0
  67. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts.map +1 -0
  68. package/dist/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  69. package/dist/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  70. package/dist/src/builtins/System/CodeDom/index.d.ts +6 -0
  71. package/dist/src/builtins/System/CodeDom/index.d.ts.map +1 -0
  72. package/dist/src/builtins/System/CodeDom/index.js +5 -0
  73. package/dist/src/builtins/System/CodeDom/index.js.map +1 -0
  74. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts +100 -0
  75. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts.map +1 -0
  76. package/dist/src/builtins/System/Collections/Concurrent/index.js +399 -0
  77. package/dist/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  78. package/dist/src/builtins/System/Collections/Frozen/index.d.ts +29 -0
  79. package/dist/src/builtins/System/Collections/Frozen/index.d.ts.map +1 -0
  80. package/dist/src/builtins/System/Collections/Frozen/index.js +88 -0
  81. package/dist/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  82. package/dist/src/builtins/System/Collections/Generic/index.d.ts +275 -0
  83. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -0
  84. package/dist/src/builtins/System/Collections/Generic/index.js +978 -0
  85. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -0
  86. package/dist/src/builtins/System/Collections/Immutable/index.d.ts +273 -0
  87. package/dist/src/builtins/System/Collections/Immutable/index.d.ts.map +1 -0
  88. package/dist/src/builtins/System/Collections/Immutable/index.js +1049 -0
  89. package/dist/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  90. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +97 -0
  91. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -0
  92. package/dist/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  93. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  94. package/dist/src/builtins/System/Collections/Specialized/index.d.ts +162 -0
  95. package/dist/src/builtins/System/Collections/Specialized/index.d.ts.map +1 -0
  96. package/dist/src/builtins/System/Collections/Specialized/index.js +716 -0
  97. package/dist/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  98. package/dist/src/builtins/System/Collections/index.d.ts +293 -0
  99. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -0
  100. package/dist/src/builtins/System/Collections/index.js +1355 -0
  101. package/dist/src/builtins/System/Collections/index.js.map +1 -0
  102. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts +40 -0
  103. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts.map +1 -0
  104. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  105. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  106. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts +274 -0
  107. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts.map +1 -0
  108. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  109. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  110. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts +128 -0
  111. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts.map +1 -0
  112. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  113. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  114. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts +428 -0
  115. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts.map +1 -0
  116. package/dist/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  117. package/dist/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  118. package/dist/src/builtins/System/ComponentModel/index.d.ts +1431 -0
  119. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -0
  120. package/dist/src/builtins/System/ComponentModel/index.js +6649 -0
  121. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -0
  122. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts +19 -0
  123. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts.map +1 -0
  124. package/dist/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  125. package/dist/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  126. package/dist/src/builtins/System/Configuration/index.d.ts +6 -0
  127. package/dist/src/builtins/System/Configuration/index.d.ts.map +1 -0
  128. package/dist/src/builtins/System/Configuration/index.js +5 -0
  129. package/dist/src/builtins/System/Configuration/index.js.map +1 -0
  130. package/dist/src/builtins/System/Data/Common/index.d.ts +611 -0
  131. package/dist/src/builtins/System/Data/Common/index.d.ts.map +1 -0
  132. package/dist/src/builtins/System/Data/Common/index.js +3279 -0
  133. package/dist/src/builtins/System/Data/Common/index.js.map +1 -0
  134. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts +541 -0
  135. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts.map +1 -0
  136. package/dist/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  137. package/dist/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  138. package/dist/src/builtins/System/Data/index.d.ts +967 -0
  139. package/dist/src/builtins/System/Data/index.d.ts.map +1 -0
  140. package/dist/src/builtins/System/Data/index.js +4504 -0
  141. package/dist/src/builtins/System/Data/index.js.map +1 -0
  142. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts +155 -0
  143. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts.map +1 -0
  144. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  145. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  146. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts +76 -0
  147. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts.map +1 -0
  148. package/dist/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  149. package/dist/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  150. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts +83 -0
  151. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts.map +1 -0
  152. package/dist/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  153. package/dist/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  154. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts +138 -0
  155. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts.map +1 -0
  156. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  157. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  158. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts +206 -0
  159. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts.map +1 -0
  160. package/dist/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  161. package/dist/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  162. package/dist/src/builtins/System/Diagnostics/index.d.ts +800 -0
  163. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -0
  164. package/dist/src/builtins/System/Diagnostics/index.js +3826 -0
  165. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -0
  166. package/dist/src/builtins/System/Drawing/index.d.ts +558 -0
  167. package/dist/src/builtins/System/Drawing/index.d.ts.map +1 -0
  168. package/dist/src/builtins/System/Drawing/index.js +3305 -0
  169. package/dist/src/builtins/System/Drawing/index.js.map +1 -0
  170. package/dist/src/builtins/System/Dynamic/index.d.ts +170 -0
  171. package/dist/src/builtins/System/Dynamic/index.d.ts.map +1 -0
  172. package/dist/src/builtins/System/Dynamic/index.js +795 -0
  173. package/dist/src/builtins/System/Dynamic/index.js.map +1 -0
  174. package/dist/src/builtins/System/Formats/Asn1/index.d.ts +173 -0
  175. package/dist/src/builtins/System/Formats/Asn1/index.d.ts.map +1 -0
  176. package/dist/src/builtins/System/Formats/Asn1/index.js +843 -0
  177. package/dist/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  178. package/dist/src/builtins/System/Formats/Tar/index.d.ts +96 -0
  179. package/dist/src/builtins/System/Formats/Tar/index.d.ts.map +1 -0
  180. package/dist/src/builtins/System/Formats/Tar/index.js +436 -0
  181. package/dist/src/builtins/System/Formats/Tar/index.js.map +1 -0
  182. package/dist/src/builtins/System/Formats/index.d.ts +7 -0
  183. package/dist/src/builtins/System/Formats/index.d.ts.map +1 -0
  184. package/dist/src/builtins/System/Formats/index.js +6 -0
  185. package/dist/src/builtins/System/Formats/index.js.map +1 -0
  186. package/dist/src/builtins/System/Globalization/index.d.ts +737 -0
  187. package/dist/src/builtins/System/Globalization/index.d.ts.map +1 -0
  188. package/dist/src/builtins/System/Globalization/index.js +3848 -0
  189. package/dist/src/builtins/System/Globalization/index.js.map +1 -0
  190. package/dist/src/builtins/System/IO/Compression/index.d.ts +186 -0
  191. package/dist/src/builtins/System/IO/Compression/index.d.ts.map +1 -0
  192. package/dist/src/builtins/System/IO/Compression/index.js +894 -0
  193. package/dist/src/builtins/System/IO/Compression/index.js.map +1 -0
  194. package/dist/src/builtins/System/IO/Enumeration/index.d.ts +53 -0
  195. package/dist/src/builtins/System/IO/Enumeration/index.d.ts.map +1 -0
  196. package/dist/src/builtins/System/IO/Enumeration/index.js +218 -0
  197. package/dist/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  198. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts +103 -0
  199. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts.map +1 -0
  200. package/dist/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  201. package/dist/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  202. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts +56 -0
  203. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts.map +1 -0
  204. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  205. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  206. package/dist/src/builtins/System/IO/Pipelines/index.d.ts +93 -0
  207. package/dist/src/builtins/System/IO/Pipelines/index.d.ts.map +1 -0
  208. package/dist/src/builtins/System/IO/Pipelines/index.js +415 -0
  209. package/dist/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  210. package/dist/src/builtins/System/IO/Pipes/index.d.ts +157 -0
  211. package/dist/src/builtins/System/IO/Pipes/index.d.ts.map +1 -0
  212. package/dist/src/builtins/System/IO/Pipes/index.js +723 -0
  213. package/dist/src/builtins/System/IO/Pipes/index.js.map +1 -0
  214. package/dist/src/builtins/System/IO/index.d.ts +762 -0
  215. package/dist/src/builtins/System/IO/index.d.ts.map +1 -0
  216. package/dist/src/builtins/System/IO/index.js +3713 -0
  217. package/dist/src/builtins/System/IO/index.js.map +1 -0
  218. package/dist/src/builtins/System/Linq/Expressions/index.d.ts +429 -0
  219. package/dist/src/builtins/System/Linq/Expressions/index.d.ts.map +1 -0
  220. package/dist/src/builtins/System/Linq/Expressions/index.js +2253 -0
  221. package/dist/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  222. package/dist/src/builtins/System/Linq/index.d.ts +73 -0
  223. package/dist/src/builtins/System/Linq/index.d.ts.map +1 -0
  224. package/dist/src/builtins/System/Linq/index.js +275 -0
  225. package/dist/src/builtins/System/Linq/index.js.map +1 -0
  226. package/dist/src/builtins/System/Net/Cache/index.d.ts +48 -0
  227. package/dist/src/builtins/System/Net/Cache/index.d.ts.map +1 -0
  228. package/dist/src/builtins/System/Net/Cache/index.js +217 -0
  229. package/dist/src/builtins/System/Net/Cache/index.js.map +1 -0
  230. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts +335 -0
  231. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts.map +1 -0
  232. package/dist/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  233. package/dist/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  234. package/dist/src/builtins/System/Net/Http/Json/index.d.ts +21 -0
  235. package/dist/src/builtins/System/Net/Http/Json/index.d.ts.map +1 -0
  236. package/dist/src/builtins/System/Net/Http/Json/index.js +72 -0
  237. package/dist/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  238. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts +13 -0
  239. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts.map +1 -0
  240. package/dist/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  241. package/dist/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  242. package/dist/src/builtins/System/Net/Http/index.d.ts +305 -0
  243. package/dist/src/builtins/System/Net/Http/index.d.ts.map +1 -0
  244. package/dist/src/builtins/System/Net/Http/index.js +1458 -0
  245. package/dist/src/builtins/System/Net/Http/index.js.map +1 -0
  246. package/dist/src/builtins/System/Net/Mail/index.d.ts +182 -0
  247. package/dist/src/builtins/System/Net/Mail/index.d.ts.map +1 -0
  248. package/dist/src/builtins/System/Net/Mail/index.js +871 -0
  249. package/dist/src/builtins/System/Net/Mail/index.js.map +1 -0
  250. package/dist/src/builtins/System/Net/Mime/index.d.ts +100 -0
  251. package/dist/src/builtins/System/Net/Mime/index.d.ts.map +1 -0
  252. package/dist/src/builtins/System/Net/Mime/index.js +500 -0
  253. package/dist/src/builtins/System/Net/Mime/index.js.map +1 -0
  254. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts +506 -0
  255. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts.map +1 -0
  256. package/dist/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  257. package/dist/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  258. package/dist/src/builtins/System/Net/Quic/index.d.ts +129 -0
  259. package/dist/src/builtins/System/Net/Quic/index.d.ts.map +1 -0
  260. package/dist/src/builtins/System/Net/Quic/index.js +635 -0
  261. package/dist/src/builtins/System/Net/Quic/index.js.map +1 -0
  262. package/dist/src/builtins/System/Net/Security/index.d.ts +277 -0
  263. package/dist/src/builtins/System/Net/Security/index.d.ts.map +1 -0
  264. package/dist/src/builtins/System/Net/Security/index.js +1432 -0
  265. package/dist/src/builtins/System/Net/Security/index.js.map +1 -0
  266. package/dist/src/builtins/System/Net/Sockets/index.d.ts +593 -0
  267. package/dist/src/builtins/System/Net/Sockets/index.d.ts.map +1 -0
  268. package/dist/src/builtins/System/Net/Sockets/index.js +3095 -0
  269. package/dist/src/builtins/System/Net/Sockets/index.js.map +1 -0
  270. package/dist/src/builtins/System/Net/WebSockets/index.d.ts +165 -0
  271. package/dist/src/builtins/System/Net/WebSockets/index.d.ts.map +1 -0
  272. package/dist/src/builtins/System/Net/WebSockets/index.js +876 -0
  273. package/dist/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  274. package/dist/src/builtins/System/Net/index.d.ts +1066 -0
  275. package/dist/src/builtins/System/Net/index.d.ts.map +1 -0
  276. package/dist/src/builtins/System/Net/index.js +5481 -0
  277. package/dist/src/builtins/System/Net/index.js.map +1 -0
  278. package/dist/src/builtins/System/Numerics/index.d.ts +673 -0
  279. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -0
  280. package/dist/src/builtins/System/Numerics/index.js +3425 -0
  281. package/dist/src/builtins/System/Numerics/index.js.map +1 -0
  282. package/dist/src/builtins/System/Reflection/Emit/index.d.ts +769 -0
  283. package/dist/src/builtins/System/Reflection/Emit/index.d.ts.map +1 -0
  284. package/dist/src/builtins/System/Reflection/Emit/index.js +4293 -0
  285. package/dist/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  286. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts +513 -0
  287. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts.map +1 -0
  288. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  289. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  290. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts +1333 -0
  291. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts.map +1 -0
  292. package/dist/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  293. package/dist/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  294. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts +383 -0
  295. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts.map +1 -0
  296. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  297. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  298. package/dist/src/builtins/System/Reflection/index.d.ts +1038 -0
  299. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -0
  300. package/dist/src/builtins/System/Reflection/index.js +5244 -0
  301. package/dist/src/builtins/System/Reflection/index.js.map +1 -0
  302. package/dist/src/builtins/System/Resources/index.d.ts +70 -0
  303. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -0
  304. package/dist/src/builtins/System/Resources/index.js +289 -0
  305. package/dist/src/builtins/System/Resources/index.js.map +1 -0
  306. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +486 -0
  307. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -0
  308. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  309. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  310. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts +29 -0
  311. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts.map +1 -0
  312. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  313. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  314. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts +20 -0
  315. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts.map +1 -0
  316. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  317. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  318. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts +23 -0
  319. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts.map +1 -0
  320. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  321. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  322. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts +54 -0
  323. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts.map +1 -0
  324. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  325. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  326. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +259 -0
  327. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -0
  328. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  329. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  330. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts +24 -0
  331. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts.map +1 -0
  332. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  333. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  334. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts +18 -0
  335. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts.map +1 -0
  336. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  337. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  338. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +781 -0
  339. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -0
  340. package/dist/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  341. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  342. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts +273 -0
  343. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts.map +1 -0
  344. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  345. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  346. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts +73 -0
  347. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts.map +1 -0
  348. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  349. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  350. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts +311 -0
  351. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts.map +1 -0
  352. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  353. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  354. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts +57 -0
  355. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts.map +1 -0
  356. package/dist/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  357. package/dist/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  358. package/dist/src/builtins/System/Runtime/Loader/index.d.ts +35 -0
  359. package/dist/src/builtins/System/Runtime/Loader/index.d.ts.map +1 -0
  360. package/dist/src/builtins/System/Runtime/Loader/index.js +140 -0
  361. package/dist/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  362. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts +10 -0
  363. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts.map +1 -0
  364. package/dist/src/builtins/System/Runtime/Remoting/index.js +18 -0
  365. package/dist/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  366. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts +51 -0
  367. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts.map +1 -0
  368. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  369. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  370. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts +17 -0
  371. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts.map +1 -0
  372. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  373. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  374. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts +24 -0
  375. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts.map +1 -0
  376. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  377. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  378. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts +45 -0
  379. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts.map +1 -0
  380. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  381. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  382. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +374 -0
  383. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -0
  384. package/dist/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  385. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  386. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts +81 -0
  387. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts.map +1 -0
  388. package/dist/src/builtins/System/Runtime/Versioning/index.js +336 -0
  389. package/dist/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  390. package/dist/src/builtins/System/Runtime/index.d.ts +67 -0
  391. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -0
  392. package/dist/src/builtins/System/Runtime/index.js +245 -0
  393. package/dist/src/builtins/System/Runtime/index.js.map +1 -0
  394. package/dist/src/builtins/System/Security/AccessControl/index.d.ts +485 -0
  395. package/dist/src/builtins/System/Security/AccessControl/index.d.ts.map +1 -0
  396. package/dist/src/builtins/System/Security/AccessControl/index.js +2343 -0
  397. package/dist/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  398. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts +43 -0
  399. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts.map +1 -0
  400. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  401. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  402. package/dist/src/builtins/System/Security/Authentication/index.d.ts +49 -0
  403. package/dist/src/builtins/System/Security/Authentication/index.d.ts.map +1 -0
  404. package/dist/src/builtins/System/Security/Authentication/index.js +212 -0
  405. package/dist/src/builtins/System/Security/Authentication/index.js.map +1 -0
  406. package/dist/src/builtins/System/Security/Claims/index.d.ts +152 -0
  407. package/dist/src/builtins/System/Security/Claims/index.d.ts.map +1 -0
  408. package/dist/src/builtins/System/Security/Claims/index.js +844 -0
  409. package/dist/src/builtins/System/Security/Claims/index.js.map +1 -0
  410. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts +551 -0
  411. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts.map +1 -0
  412. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  413. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  414. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +1378 -0
  415. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -0
  416. package/dist/src/builtins/System/Security/Cryptography/index.js +6673 -0
  417. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  418. package/dist/src/builtins/System/Security/Permissions/index.d.ts +67 -0
  419. package/dist/src/builtins/System/Security/Permissions/index.d.ts.map +1 -0
  420. package/dist/src/builtins/System/Security/Permissions/index.js +325 -0
  421. package/dist/src/builtins/System/Security/Permissions/index.js.map +1 -0
  422. package/dist/src/builtins/System/Security/Policy/index.d.ts +28 -0
  423. package/dist/src/builtins/System/Security/Policy/index.d.ts.map +1 -0
  424. package/dist/src/builtins/System/Security/Policy/index.js +101 -0
  425. package/dist/src/builtins/System/Security/Policy/index.js.map +1 -0
  426. package/dist/src/builtins/System/Security/Principal/index.d.ts +252 -0
  427. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -0
  428. package/dist/src/builtins/System/Security/Principal/index.js +1338 -0
  429. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -0
  430. package/dist/src/builtins/System/Security/index.d.ts +164 -0
  431. package/dist/src/builtins/System/Security/index.d.ts.map +1 -0
  432. package/dist/src/builtins/System/Security/index.js +672 -0
  433. package/dist/src/builtins/System/Security/index.js.map +1 -0
  434. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts +41 -0
  435. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts.map +1 -0
  436. package/dist/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  437. package/dist/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  438. package/dist/src/builtins/System/Text/Encodings/index.d.ts +6 -0
  439. package/dist/src/builtins/System/Text/Encodings/index.d.ts.map +1 -0
  440. package/dist/src/builtins/System/Text/Encodings/index.js +5 -0
  441. package/dist/src/builtins/System/Text/Encodings/index.js.map +1 -0
  442. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts +63 -0
  443. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts.map +1 -0
  444. package/dist/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  445. package/dist/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  446. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts +21 -0
  447. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts.map +1 -0
  448. package/dist/src/builtins/System/Text/Json/Schema/index.js +78 -0
  449. package/dist/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  450. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts +69 -0
  451. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts.map +1 -0
  452. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  453. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  454. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts +194 -0
  455. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts.map +1 -0
  456. package/dist/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  457. package/dist/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  458. package/dist/src/builtins/System/Text/Json/index.d.ts +251 -0
  459. package/dist/src/builtins/System/Text/Json/index.d.ts.map +1 -0
  460. package/dist/src/builtins/System/Text/Json/index.js +1185 -0
  461. package/dist/src/builtins/System/Text/Json/index.js.map +1 -0
  462. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts +152 -0
  463. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts.map +1 -0
  464. package/dist/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  465. package/dist/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  466. package/dist/src/builtins/System/Text/Unicode/index.d.ts +182 -0
  467. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -0
  468. package/dist/src/builtins/System/Text/Unicode/index.js +1199 -0
  469. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -0
  470. package/dist/src/builtins/System/Text/index.d.ts +372 -0
  471. package/dist/src/builtins/System/Text/index.d.ts.map +1 -0
  472. package/dist/src/builtins/System/Text/index.js +1748 -0
  473. package/dist/src/builtins/System/Text/index.js.map +1 -0
  474. package/dist/src/builtins/System/Threading/Channels/index.d.ts +56 -0
  475. package/dist/src/builtins/System/Threading/Channels/index.d.ts.map +1 -0
  476. package/dist/src/builtins/System/Threading/Channels/index.js +229 -0
  477. package/dist/src/builtins/System/Threading/Channels/index.js.map +1 -0
  478. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts +159 -0
  479. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts.map +1 -0
  480. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  481. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  482. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts +32 -0
  483. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts.map +1 -0
  484. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  485. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  486. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +163 -0
  487. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -0
  488. package/dist/src/builtins/System/Threading/Tasks/index.js +721 -0
  489. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  490. package/dist/src/builtins/System/Threading/index.d.ts +533 -0
  491. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -0
  492. package/dist/src/builtins/System/Threading/index.js +2292 -0
  493. package/dist/src/builtins/System/Threading/index.js.map +1 -0
  494. package/dist/src/builtins/System/Timers/index.d.ts +34 -0
  495. package/dist/src/builtins/System/Timers/index.d.ts.map +1 -0
  496. package/dist/src/builtins/System/Timers/index.js +129 -0
  497. package/dist/src/builtins/System/Timers/index.js.map +1 -0
  498. package/dist/src/builtins/System/Transactions/index.d.ts +183 -0
  499. package/dist/src/builtins/System/Transactions/index.d.ts.map +1 -0
  500. package/dist/src/builtins/System/Transactions/index.js +727 -0
  501. package/dist/src/builtins/System/Transactions/index.js.map +1 -0
  502. package/dist/src/builtins/System/Web/index.d.ts +24 -0
  503. package/dist/src/builtins/System/Web/index.d.ts.map +1 -0
  504. package/dist/src/builtins/System/Web/index.js +84 -0
  505. package/dist/src/builtins/System/Web/index.js.map +1 -0
  506. package/dist/src/builtins/System/Windows/Input/index.d.ts +10 -0
  507. package/dist/src/builtins/System/Windows/Input/index.d.ts.map +1 -0
  508. package/dist/src/builtins/System/Windows/Input/index.js +18 -0
  509. package/dist/src/builtins/System/Windows/Input/index.js.map +1 -0
  510. package/dist/src/builtins/System/Windows/Markup/index.d.ts +11 -0
  511. package/dist/src/builtins/System/Windows/Markup/index.d.ts.map +1 -0
  512. package/dist/src/builtins/System/Windows/Markup/index.js +28 -0
  513. package/dist/src/builtins/System/Windows/Markup/index.js.map +1 -0
  514. package/dist/src/builtins/System/Windows/index.d.ts +7 -0
  515. package/dist/src/builtins/System/Windows/index.d.ts.map +1 -0
  516. package/dist/src/builtins/System/Windows/index.js +6 -0
  517. package/dist/src/builtins/System/Windows/index.js.map +1 -0
  518. package/dist/src/builtins/System/Xml/Linq/index.d.ts +234 -0
  519. package/dist/src/builtins/System/Xml/Linq/index.d.ts.map +1 -0
  520. package/dist/src/builtins/System/Xml/Linq/index.js +1086 -0
  521. package/dist/src/builtins/System/Xml/Linq/index.js.map +1 -0
  522. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts +23 -0
  523. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts.map +1 -0
  524. package/dist/src/builtins/System/Xml/Resolvers/index.js +86 -0
  525. package/dist/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  526. package/dist/src/builtins/System/Xml/Schema/index.d.ts +630 -0
  527. package/dist/src/builtins/System/Xml/Schema/index.d.ts.map +1 -0
  528. package/dist/src/builtins/System/Xml/Schema/index.js +2993 -0
  529. package/dist/src/builtins/System/Xml/Schema/index.js.map +1 -0
  530. package/dist/src/builtins/System/Xml/Serialization/index.d.ts +534 -0
  531. package/dist/src/builtins/System/Xml/Serialization/index.d.ts.map +1 -0
  532. package/dist/src/builtins/System/Xml/Serialization/index.js +2356 -0
  533. package/dist/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  534. package/dist/src/builtins/System/Xml/XPath/index.d.ts +180 -0
  535. package/dist/src/builtins/System/Xml/XPath/index.d.ts.map +1 -0
  536. package/dist/src/builtins/System/Xml/XPath/index.js +917 -0
  537. package/dist/src/builtins/System/Xml/XPath/index.js.map +1 -0
  538. package/dist/src/builtins/System/Xml/Xsl/index.d.ts +76 -0
  539. package/dist/src/builtins/System/Xml/Xsl/index.d.ts.map +1 -0
  540. package/dist/src/builtins/System/Xml/Xsl/index.js +315 -0
  541. package/dist/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  542. package/dist/src/builtins/System/Xml/index.d.ts +1114 -0
  543. package/dist/src/builtins/System/Xml/index.d.ts.map +1 -0
  544. package/dist/src/builtins/System/Xml/index.js +5736 -0
  545. package/dist/src/builtins/System/Xml/index.js.map +1 -0
  546. package/dist/src/builtins/System/index.d.ts +3029 -0
  547. package/dist/src/builtins/System/index.d.ts.map +1 -0
  548. package/dist/src/builtins/System/index.js +14587 -0
  549. package/dist/src/builtins/System/index.js.map +1 -0
  550. package/dist/src/builtins/index.d.ts +3 -0
  551. package/dist/src/builtins/index.d.ts.map +1 -0
  552. package/dist/src/builtins/index.js +3 -0
  553. package/dist/src/builtins/index.js.map +1 -0
  554. package/dist/src/components/access-expression/access-expression.d.ts +8 -3
  555. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  556. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  557. package/dist/src/components/access-expression/part-descriptors.d.ts +8 -0
  558. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  559. package/dist/src/components/access-expression/part-descriptors.js +22 -2
  560. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  561. package/dist/src/components/attributes/attributes.d.ts +2 -6
  562. package/dist/src/components/attributes/attributes.d.ts.map +1 -1
  563. package/dist/src/components/attributes/attributes.js +15 -1
  564. package/dist/src/components/attributes/attributes.js.map +1 -1
  565. package/dist/src/components/attributes/attributes.test.js +54 -1
  566. package/dist/src/components/attributes/attributes.test.js.map +1 -1
  567. package/dist/src/components/csproj-file/csproj-file.d.ts +15 -0
  568. package/dist/src/components/csproj-file/csproj-file.d.ts.map +1 -0
  569. package/dist/src/components/csproj-file/csproj-file.js +24 -0
  570. package/dist/src/components/csproj-file/csproj-file.js.map +1 -0
  571. package/dist/src/components/csproj-file/csproj-file.test.d.ts +2 -0
  572. package/dist/src/components/csproj-file/csproj-file.test.d.ts.map +1 -0
  573. package/dist/src/components/csproj-file/csproj-file.test.js +46 -0
  574. package/dist/src/components/csproj-file/csproj-file.test.js.map +1 -0
  575. package/dist/src/components/index.d.ts +3 -1
  576. package/dist/src/components/index.d.ts.map +1 -1
  577. package/dist/src/components/index.js +3 -1
  578. package/dist/src/components/index.js.map +1 -1
  579. package/dist/src/components/parameters/parameters.d.ts +35 -0
  580. package/dist/src/components/parameters/parameters.d.ts.map +1 -1
  581. package/dist/src/components/parameters/parameters.js +14 -1
  582. package/dist/src/components/parameters/parameters.js.map +1 -1
  583. package/dist/src/components/parameters/parameters.test.js +67 -0
  584. package/dist/src/components/parameters/parameters.test.js.map +1 -1
  585. package/dist/src/components/region/region.d.ts +7 -0
  586. package/dist/src/components/region/region.d.ts.map +1 -0
  587. package/dist/src/components/region/region.js +10 -0
  588. package/dist/src/components/region/region.js.map +1 -0
  589. package/dist/src/components/region/region.test.d.ts +2 -0
  590. package/dist/src/components/region/region.test.d.ts.map +1 -0
  591. package/dist/src/components/region/region.test.js +27 -0
  592. package/dist/src/components/region/region.test.js.map +1 -0
  593. package/dist/src/components/stc/index.d.ts +0 -1
  594. package/dist/src/components/stc/index.d.ts.map +1 -1
  595. package/dist/src/components/stc/index.js +0 -1
  596. package/dist/src/components/stc/index.js.map +1 -1
  597. package/dist/src/components/var/declaration.d.ts +6 -2
  598. package/dist/src/components/var/declaration.d.ts.map +1 -1
  599. package/dist/src/components/var/declaration.js +17 -3
  600. package/dist/src/components/var/declaration.js.map +1 -1
  601. package/dist/src/components/var/declaration.test.js +19 -2
  602. package/dist/src/components/var/declaration.test.js.map +1 -1
  603. package/dist/src/contexts/global-namespace.d.ts +1 -0
  604. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  605. package/dist/src/contexts/global-namespace.js +6 -1
  606. package/dist/src/contexts/global-namespace.js.map +1 -1
  607. package/dist/src/contexts/reference-context.d.ts +12 -0
  608. package/dist/src/contexts/reference-context.d.ts.map +1 -0
  609. package/dist/src/contexts/reference-context.js +15 -0
  610. package/dist/src/contexts/reference-context.js.map +1 -0
  611. package/dist/src/create-library.d.ts +62 -0
  612. package/dist/src/create-library.d.ts.map +1 -0
  613. package/dist/src/create-library.js +136 -0
  614. package/dist/src/create-library.js.map +1 -0
  615. package/dist/src/create-library.test.d.ts +2 -0
  616. package/dist/src/create-library.test.d.ts.map +1 -0
  617. package/dist/src/create-library.test.js +237 -0
  618. package/dist/src/create-library.test.js.map +1 -0
  619. package/dist/src/index.d.ts +2 -0
  620. package/dist/src/index.d.ts.map +1 -1
  621. package/dist/src/index.js +2 -0
  622. package/dist/src/index.js.map +1 -1
  623. package/dist/src/symbols/named-type.d.ts +3 -3
  624. package/dist/src/symbols/named-type.d.ts.map +1 -1
  625. package/dist/src/symbols/named-type.js.map +1 -1
  626. package/dist/src/symbols/reference.d.ts.map +1 -1
  627. package/dist/src/symbols/reference.js +7 -4
  628. package/dist/src/symbols/reference.js.map +1 -1
  629. package/dist/testing/create-wrapper.d.ts +3 -0
  630. package/dist/testing/create-wrapper.d.ts.map +1 -0
  631. package/dist/testing/create-wrapper.js +12 -0
  632. package/dist/testing/create-wrapper.js.map +1 -0
  633. package/dist/testing/create-wrapper.test.d.ts +2 -0
  634. package/dist/testing/create-wrapper.test.d.ts.map +1 -0
  635. package/dist/testing/create-wrapper.test.js +212 -0
  636. package/dist/testing/create-wrapper.test.js.map +1 -0
  637. package/dist/testing/index.d.ts +2 -0
  638. package/dist/testing/index.d.ts.map +1 -0
  639. package/dist/testing/index.js +2 -0
  640. package/dist/testing/index.js.map +1 -0
  641. package/dist/tsconfig.tsbuildinfo +1 -1
  642. package/package.json +22 -6
  643. package/scripts/components/library-interface.tsx +41 -0
  644. package/scripts/components/namespace-directory.tsx +104 -0
  645. package/scripts/generate-builtins.tsx +36 -0
  646. package/scripts/process-docfx.tsx +321 -0
  647. package/src/access.test.tsx +49 -0
  648. package/src/access.tsx +70 -0
  649. package/src/builtins/Microsoft/CSharp/RuntimeBinder/index.ts +32 -0
  650. package/src/builtins/Microsoft/CSharp/index.ts +8 -0
  651. package/src/builtins/Microsoft/VisualBasic/FileIO/index.ts +573 -0
  652. package/src/builtins/Microsoft/VisualBasic/index.ts +3021 -0
  653. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +400 -0
  654. package/src/builtins/Microsoft/Win32/index.ts +437 -0
  655. package/src/builtins/Microsoft/index.ts +10 -0
  656. package/src/builtins/System/Buffers/Binary/index.ts +646 -0
  657. package/src/builtins/System/Buffers/Text/index.ts +178 -0
  658. package/src/builtins/System/Buffers/index.ts +744 -0
  659. package/src/builtins/System/CodeDom/Compiler/index.ts +160 -0
  660. package/src/builtins/System/CodeDom/index.ts +8 -0
  661. package/src/builtins/System/Collections/Concurrent/index.ts +497 -0
  662. package/src/builtins/System/Collections/Frozen/index.ts +115 -0
  663. package/src/builtins/System/Collections/Generic/index.ts +1253 -0
  664. package/src/builtins/System/Collections/Immutable/index.ts +1322 -0
  665. package/src/builtins/System/Collections/ObjectModel/index.ts +489 -0
  666. package/src/builtins/System/Collections/Specialized/index.ts +878 -0
  667. package/src/builtins/System/Collections/index.ts +1639 -0
  668. package/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.ts +181 -0
  669. package/src/builtins/System/ComponentModel/DataAnnotations/index.ts +1507 -0
  670. package/src/builtins/System/ComponentModel/Design/Serialization/index.ts +661 -0
  671. package/src/builtins/System/ComponentModel/Design/index.ts +2432 -0
  672. package/src/builtins/System/ComponentModel/index.ts +8079 -0
  673. package/src/builtins/System/Configuration/Assemblies/index.ts +85 -0
  674. package/src/builtins/System/Configuration/index.ts +8 -0
  675. package/src/builtins/System/Data/Common/index.ts +3888 -0
  676. package/src/builtins/System/Data/SqlTypes/index.ts +3194 -0
  677. package/src/builtins/System/Data/index.ts +5476 -0
  678. package/src/builtins/System/Diagnostics/CodeAnalysis/index.ts +858 -0
  679. package/src/builtins/System/Diagnostics/Contracts/index.ts +383 -0
  680. package/src/builtins/System/Diagnostics/Metrics/index.ts +404 -0
  681. package/src/builtins/System/Diagnostics/SymbolStore/index.ts +746 -0
  682. package/src/builtins/System/Diagnostics/Tracing/index.ts +1160 -0
  683. package/src/builtins/System/Diagnostics/index.ts +4618 -0
  684. package/src/builtins/System/Drawing/index.ts +3861 -0
  685. package/src/builtins/System/Dynamic/index.ts +963 -0
  686. package/src/builtins/System/Formats/Asn1/index.ts +1014 -0
  687. package/src/builtins/System/Formats/Tar/index.ts +530 -0
  688. package/src/builtins/System/Formats/index.ts +9 -0
  689. package/src/builtins/System/Globalization/index.ts +4583 -0
  690. package/src/builtins/System/IO/Compression/index.ts +1078 -0
  691. package/src/builtins/System/IO/Enumeration/index.ts +269 -0
  692. package/src/builtins/System/IO/IsolatedStorage/index.ts +596 -0
  693. package/src/builtins/System/IO/MemoryMappedFiles/index.ts +305 -0
  694. package/src/builtins/System/IO/Pipelines/index.ts +506 -0
  695. package/src/builtins/System/IO/Pipes/index.ts +878 -0
  696. package/src/builtins/System/IO/index.ts +4466 -0
  697. package/src/builtins/System/Linq/Expressions/index.ts +2680 -0
  698. package/src/builtins/System/Linq/index.ts +352 -0
  699. package/src/builtins/System/Net/Cache/index.ts +263 -0
  700. package/src/builtins/System/Net/Http/Headers/index.ts +2001 -0
  701. package/src/builtins/System/Net/Http/Json/index.ts +91 -0
  702. package/src/builtins/System/Net/Http/Metrics/index.ts +51 -0
  703. package/src/builtins/System/Net/Http/index.ts +1757 -0
  704. package/src/builtins/System/Net/Mail/index.ts +1051 -0
  705. package/src/builtins/System/Net/Mime/index.ts +598 -0
  706. package/src/builtins/System/Net/NetworkInformation/index.ts +3282 -0
  707. package/src/builtins/System/Net/Quic/index.ts +762 -0
  708. package/src/builtins/System/Net/Security/index.ts +1709 -0
  709. package/src/builtins/System/Net/Sockets/index.ts +3686 -0
  710. package/src/builtins/System/Net/WebSockets/index.ts +1039 -0
  711. package/src/builtins/System/Net/index.ts +6535 -0
  712. package/src/builtins/System/Numerics/index.ts +4126 -0
  713. package/src/builtins/System/Reflection/Emit/index.ts +5060 -0
  714. package/src/builtins/System/Reflection/Metadata/Ecma335/index.ts +2729 -0
  715. package/src/builtins/System/Reflection/Metadata/index.ts +7374 -0
  716. package/src/builtins/System/Reflection/PortableExecutable/index.ts +2401 -0
  717. package/src/builtins/System/Reflection/index.ts +6276 -0
  718. package/src/builtins/System/Resources/index.ts +357 -0
  719. package/src/builtins/System/Runtime/CompilerServices/index.ts +2406 -0
  720. package/src/builtins/System/Runtime/ConstrainedExecution/index.ts +129 -0
  721. package/src/builtins/System/Runtime/ExceptionServices/index.ts +80 -0
  722. package/src/builtins/System/Runtime/InteropServices/ComTypes/index.ts +87 -0
  723. package/src/builtins/System/Runtime/InteropServices/JavaScript/index.ts +290 -0
  724. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +1271 -0
  725. package/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.ts +100 -0
  726. package/src/builtins/System/Runtime/InteropServices/Swift/index.ts +65 -0
  727. package/src/builtins/System/Runtime/InteropServices/index.ts +4405 -0
  728. package/src/builtins/System/Runtime/Intrinsics/Arm/index.ts +1568 -0
  729. package/src/builtins/System/Runtime/Intrinsics/Wasm/index.ts +409 -0
  730. package/src/builtins/System/Runtime/Intrinsics/X86/index.ts +1681 -0
  731. package/src/builtins/System/Runtime/Intrinsics/index.ts +324 -0
  732. package/src/builtins/System/Runtime/Loader/index.ts +173 -0
  733. package/src/builtins/System/Runtime/Remoting/index.ts +25 -0
  734. package/src/builtins/System/Runtime/Serialization/DataContracts/index.ts +314 -0
  735. package/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.ts +76 -0
  736. package/src/builtins/System/Runtime/Serialization/Formatters/index.ts +103 -0
  737. package/src/builtins/System/Runtime/Serialization/Json/index.ts +235 -0
  738. package/src/builtins/System/Runtime/Serialization/index.ts +1981 -0
  739. package/src/builtins/System/Runtime/Versioning/index.ts +415 -0
  740. package/src/builtins/System/Runtime/index.ts +300 -0
  741. package/src/builtins/System/Security/AccessControl/index.ts +2826 -0
  742. package/src/builtins/System/Security/Authentication/ExtendedProtection/index.ts +210 -0
  743. package/src/builtins/System/Security/Authentication/index.ts +256 -0
  744. package/src/builtins/System/Security/Claims/index.ts +994 -0
  745. package/src/builtins/System/Security/Cryptography/X509Certificates/index.ts +3182 -0
  746. package/src/builtins/System/Security/Cryptography/index.ts +8047 -0
  747. package/src/builtins/System/Security/Permissions/index.ts +390 -0
  748. package/src/builtins/System/Security/Policy/index.ts +127 -0
  749. package/src/builtins/System/Security/Principal/index.ts +1588 -0
  750. package/src/builtins/System/Security/index.ts +826 -0
  751. package/src/builtins/System/Text/Encodings/Web/index.ts +200 -0
  752. package/src/builtins/System/Text/Encodings/index.ts +8 -0
  753. package/src/builtins/System/Text/Json/Nodes/index.ts +311 -0
  754. package/src/builtins/System/Text/Json/Schema/index.ts +97 -0
  755. package/src/builtins/System/Text/Json/Serialization/Metadata/index.ts +395 -0
  756. package/src/builtins/System/Text/Json/Serialization/index.ts +1030 -0
  757. package/src/builtins/System/Text/Json/index.ts +1430 -0
  758. package/src/builtins/System/Text/RegularExpressions/index.ts +882 -0
  759. package/src/builtins/System/Text/Unicode/index.ts +1379 -0
  760. package/src/builtins/System/Text/index.ts +2113 -0
  761. package/src/builtins/System/Threading/Channels/index.ts +283 -0
  762. package/src/builtins/System/Threading/Tasks/Dataflow/index.ts +837 -0
  763. package/src/builtins/System/Threading/Tasks/Sources/index.ts +147 -0
  764. package/src/builtins/System/Threading/Tasks/index.ts +879 -0
  765. package/src/builtins/System/Threading/index.ts +2824 -0
  766. package/src/builtins/System/Timers/index.ts +161 -0
  767. package/src/builtins/System/Transactions/index.ts +908 -0
  768. package/src/builtins/System/Web/index.ts +105 -0
  769. package/src/builtins/System/Windows/Input/index.ts +25 -0
  770. package/src/builtins/System/Windows/Markup/index.ts +37 -0
  771. package/src/builtins/System/Windows/index.ts +9 -0
  772. package/src/builtins/System/Xml/Linq/index.ts +1318 -0
  773. package/src/builtins/System/Xml/Resolvers/index.ts +107 -0
  774. package/src/builtins/System/Xml/Schema/index.ts +3621 -0
  775. package/src/builtins/System/Xml/Serialization/index.ts +2890 -0
  776. package/src/builtins/System/Xml/XPath/index.ts +1095 -0
  777. package/src/builtins/System/Xml/Xsl/index.ts +389 -0
  778. package/src/builtins/System/Xml/index.ts +6841 -0
  779. package/src/builtins/System/index.ts +17593 -0
  780. package/src/builtins/index.ts +2 -0
  781. package/src/components/access-expression/access-expression.tsx +8 -2
  782. package/src/components/access-expression/part-descriptors.ts +26 -2
  783. package/src/components/attributes/attributes.test.tsx +43 -2
  784. package/src/components/attributes/attributes.tsx +14 -7
  785. package/src/components/csproj-file/csproj-file.test.tsx +38 -0
  786. package/src/components/csproj-file/csproj-file.tsx +32 -0
  787. package/src/components/index.ts +3 -1
  788. package/src/components/parameters/parameters.test.tsx +70 -0
  789. package/src/components/parameters/parameters.tsx +55 -0
  790. package/src/components/region/region.test.tsx +19 -0
  791. package/src/components/region/region.tsx +16 -0
  792. package/src/components/stc/index.ts +0 -1
  793. package/src/components/var/declaration.test.tsx +15 -1
  794. package/src/components/var/declaration.tsx +20 -4
  795. package/src/contexts/global-namespace.ts +8 -1
  796. package/src/contexts/reference-context.ts +18 -0
  797. package/src/create-library.test.tsx +213 -0
  798. package/src/create-library.ts +306 -0
  799. package/src/index.ts +2 -0
  800. package/src/symbols/named-type.ts +3 -3
  801. package/src/symbols/reference.tsx +19 -4
  802. package/temp/api.json +4219 -1416
  803. package/testing/create-wrapper.test.tsx +145 -0
  804. package/testing/create-wrapper.tsx +12 -0
  805. package/testing/index.ts +1 -0
  806. package/tsconfig.json +13 -2
  807. package/tsdoc.json +4 -0
  808. package/dist/src/components/ProjectDirectory.d.ts +0 -12
  809. package/dist/src/components/ProjectDirectory.d.ts.map +0 -1
  810. package/dist/src/components/ProjectDirectory.js +0 -47
  811. package/dist/src/components/ProjectDirectory.js.map +0 -1
  812. package/dist/test/project-directory.test.d.ts +0 -2
  813. package/dist/test/project-directory.test.d.ts.map +0 -1
  814. package/dist/test/project-directory.test.js +0 -133
  815. package/dist/test/project-directory.test.js.map +0 -1
  816. package/src/components/ProjectDirectory.tsx +0 -56
  817. package/test/project-directory.test.tsx +0 -121
@@ -0,0 +1,3282 @@
1
+ import System from "../../index.js";
2
+ import Net from "../index.js";
3
+
4
+ import { createLibrary } from "#createLibrary";
5
+ import { LibrarySymbolReference } from "@alloy-js/core";
6
+
7
+ type NetworkInformationLibrary = LibrarySymbolReference & {
8
+ DuplicateAddressDetectionState: LibrarySymbolReference & {
9
+ Invalid: LibrarySymbolReference;
10
+ Tentative: LibrarySymbolReference;
11
+ Duplicate: LibrarySymbolReference;
12
+ Deprecated: LibrarySymbolReference;
13
+ Preferred: LibrarySymbolReference
14
+ };
15
+ GatewayIPAddressInformation: LibrarySymbolReference & {
16
+ GatewayIPAddressInformation: LibrarySymbolReference;
17
+ Address: LibrarySymbolReference
18
+ };
19
+ GatewayIPAddressInformationCollection: LibrarySymbolReference & {
20
+ GatewayIPAddressInformationCollection: LibrarySymbolReference;
21
+ Add: LibrarySymbolReference;
22
+ Clear: LibrarySymbolReference;
23
+ Contains: LibrarySymbolReference;
24
+ CopyTo: LibrarySymbolReference;
25
+ GetEnumerator: LibrarySymbolReference;
26
+ Remove: LibrarySymbolReference;
27
+ Count: LibrarySymbolReference;
28
+ IsReadOnly: LibrarySymbolReference;
29
+ Item: LibrarySymbolReference
30
+ };
31
+ IPAddressCollection: LibrarySymbolReference & {
32
+ IPAddressCollection: LibrarySymbolReference;
33
+ Add: LibrarySymbolReference;
34
+ Clear: LibrarySymbolReference;
35
+ Contains: LibrarySymbolReference;
36
+ CopyTo: LibrarySymbolReference;
37
+ GetEnumerator: LibrarySymbolReference;
38
+ Remove: LibrarySymbolReference;
39
+ Count: LibrarySymbolReference;
40
+ IsReadOnly: LibrarySymbolReference;
41
+ Item: LibrarySymbolReference
42
+ };
43
+ IPAddressInformation: LibrarySymbolReference & {
44
+ IPAddressInformation: LibrarySymbolReference;
45
+ Address: LibrarySymbolReference;
46
+ IsDnsEligible: LibrarySymbolReference;
47
+ IsTransient: LibrarySymbolReference
48
+ };
49
+ IPAddressInformationCollection: LibrarySymbolReference & {
50
+ Add: LibrarySymbolReference;
51
+ Clear: LibrarySymbolReference;
52
+ Contains: LibrarySymbolReference;
53
+ CopyTo: LibrarySymbolReference;
54
+ GetEnumerator: LibrarySymbolReference;
55
+ Remove: LibrarySymbolReference;
56
+ Count: LibrarySymbolReference;
57
+ IsReadOnly: LibrarySymbolReference;
58
+ Item: LibrarySymbolReference
59
+ };
60
+ IPGlobalProperties: LibrarySymbolReference & {
61
+ IPGlobalProperties: LibrarySymbolReference;
62
+ BeginGetUnicastAddresses: LibrarySymbolReference;
63
+ EndGetUnicastAddresses: LibrarySymbolReference;
64
+ GetActiveTcpConnections: LibrarySymbolReference;
65
+ GetActiveTcpListeners: LibrarySymbolReference;
66
+ GetActiveUdpListeners: LibrarySymbolReference;
67
+ GetIcmpV4Statistics: LibrarySymbolReference;
68
+ GetIcmpV6Statistics: LibrarySymbolReference;
69
+ GetIPGlobalProperties: LibrarySymbolReference;
70
+ GetIPv4GlobalStatistics: LibrarySymbolReference;
71
+ GetIPv6GlobalStatistics: LibrarySymbolReference;
72
+ GetTcpIPv4Statistics: LibrarySymbolReference;
73
+ GetTcpIPv6Statistics: LibrarySymbolReference;
74
+ GetUdpIPv4Statistics: LibrarySymbolReference;
75
+ GetUdpIPv6Statistics: LibrarySymbolReference;
76
+ GetUnicastAddresses: LibrarySymbolReference;
77
+ GetUnicastAddressesAsync: LibrarySymbolReference;
78
+ DhcpScopeName: LibrarySymbolReference;
79
+ DomainName: LibrarySymbolReference;
80
+ HostName: LibrarySymbolReference;
81
+ IsWinsProxy: LibrarySymbolReference;
82
+ NodeType: LibrarySymbolReference
83
+ };
84
+ IPGlobalStatistics: LibrarySymbolReference & {
85
+ IPGlobalStatistics: LibrarySymbolReference;
86
+ DefaultTtl: LibrarySymbolReference;
87
+ ForwardingEnabled: LibrarySymbolReference;
88
+ NumberOfInterfaces: LibrarySymbolReference;
89
+ NumberOfIPAddresses: LibrarySymbolReference;
90
+ NumberOfRoutes: LibrarySymbolReference;
91
+ OutputPacketRequests: LibrarySymbolReference;
92
+ OutputPacketRoutingDiscards: LibrarySymbolReference;
93
+ OutputPacketsDiscarded: LibrarySymbolReference;
94
+ OutputPacketsWithNoRoute: LibrarySymbolReference;
95
+ PacketFragmentFailures: LibrarySymbolReference;
96
+ PacketReassembliesRequired: LibrarySymbolReference;
97
+ PacketReassemblyFailures: LibrarySymbolReference;
98
+ PacketReassemblyTimeout: LibrarySymbolReference;
99
+ PacketsFragmented: LibrarySymbolReference;
100
+ PacketsReassembled: LibrarySymbolReference;
101
+ ReceivedPackets: LibrarySymbolReference;
102
+ ReceivedPacketsDelivered: LibrarySymbolReference;
103
+ ReceivedPacketsDiscarded: LibrarySymbolReference;
104
+ ReceivedPacketsForwarded: LibrarySymbolReference;
105
+ ReceivedPacketsWithAddressErrors: LibrarySymbolReference;
106
+ ReceivedPacketsWithHeadersErrors: LibrarySymbolReference;
107
+ ReceivedPacketsWithUnknownProtocol: LibrarySymbolReference
108
+ };
109
+ IPInterfaceProperties: LibrarySymbolReference & {
110
+ IPInterfaceProperties: LibrarySymbolReference;
111
+ GetIPv4Properties: LibrarySymbolReference;
112
+ GetIPv6Properties: LibrarySymbolReference;
113
+ AnycastAddresses: LibrarySymbolReference;
114
+ DhcpServerAddresses: LibrarySymbolReference;
115
+ DnsAddresses: LibrarySymbolReference;
116
+ DnsSuffix: LibrarySymbolReference;
117
+ GatewayAddresses: LibrarySymbolReference;
118
+ IsDnsEnabled: LibrarySymbolReference;
119
+ IsDynamicDnsEnabled: LibrarySymbolReference;
120
+ MulticastAddresses: LibrarySymbolReference;
121
+ UnicastAddresses: LibrarySymbolReference;
122
+ WinsServersAddresses: LibrarySymbolReference
123
+ };
124
+ IPInterfaceStatistics: LibrarySymbolReference & {
125
+ IPInterfaceStatistics: LibrarySymbolReference;
126
+ BytesReceived: LibrarySymbolReference;
127
+ BytesSent: LibrarySymbolReference;
128
+ IncomingPacketsDiscarded: LibrarySymbolReference;
129
+ IncomingPacketsWithErrors: LibrarySymbolReference;
130
+ IncomingUnknownProtocolPackets: LibrarySymbolReference;
131
+ NonUnicastPacketsReceived: LibrarySymbolReference;
132
+ NonUnicastPacketsSent: LibrarySymbolReference;
133
+ OutgoingPacketsDiscarded: LibrarySymbolReference;
134
+ OutgoingPacketsWithErrors: LibrarySymbolReference;
135
+ OutputQueueLength: LibrarySymbolReference;
136
+ UnicastPacketsReceived: LibrarySymbolReference;
137
+ UnicastPacketsSent: LibrarySymbolReference
138
+ };
139
+ IPStatus: LibrarySymbolReference & {
140
+ Unknown: LibrarySymbolReference;
141
+ Success: LibrarySymbolReference;
142
+ DestinationNetworkUnreachable: LibrarySymbolReference;
143
+ DestinationHostUnreachable: LibrarySymbolReference;
144
+ DestinationProhibited: LibrarySymbolReference;
145
+ DestinationProtocolUnreachable: LibrarySymbolReference;
146
+ DestinationPortUnreachable: LibrarySymbolReference;
147
+ NoResources: LibrarySymbolReference;
148
+ BadOption: LibrarySymbolReference;
149
+ HardwareError: LibrarySymbolReference;
150
+ PacketTooBig: LibrarySymbolReference;
151
+ TimedOut: LibrarySymbolReference;
152
+ BadRoute: LibrarySymbolReference;
153
+ TtlExpired: LibrarySymbolReference;
154
+ TtlReassemblyTimeExceeded: LibrarySymbolReference;
155
+ ParameterProblem: LibrarySymbolReference;
156
+ SourceQuench: LibrarySymbolReference;
157
+ BadDestination: LibrarySymbolReference;
158
+ DestinationUnreachable: LibrarySymbolReference;
159
+ TimeExceeded: LibrarySymbolReference;
160
+ BadHeader: LibrarySymbolReference;
161
+ UnrecognizedNextHeader: LibrarySymbolReference;
162
+ IcmpError: LibrarySymbolReference;
163
+ DestinationScopeMismatch: LibrarySymbolReference
164
+ };
165
+ IPv4InterfaceProperties: LibrarySymbolReference & {
166
+ IPv4InterfaceProperties: LibrarySymbolReference;
167
+ Index: LibrarySymbolReference;
168
+ IsAutomaticPrivateAddressingActive: LibrarySymbolReference;
169
+ IsAutomaticPrivateAddressingEnabled: LibrarySymbolReference;
170
+ IsDhcpEnabled: LibrarySymbolReference;
171
+ IsForwardingEnabled: LibrarySymbolReference;
172
+ Mtu: LibrarySymbolReference;
173
+ UsesWins: LibrarySymbolReference
174
+ };
175
+ IPv4InterfaceStatistics: LibrarySymbolReference & {
176
+ IPv4InterfaceStatistics: LibrarySymbolReference;
177
+ BytesReceived: LibrarySymbolReference;
178
+ BytesSent: LibrarySymbolReference;
179
+ IncomingPacketsDiscarded: LibrarySymbolReference;
180
+ IncomingPacketsWithErrors: LibrarySymbolReference;
181
+ IncomingUnknownProtocolPackets: LibrarySymbolReference;
182
+ NonUnicastPacketsReceived: LibrarySymbolReference;
183
+ NonUnicastPacketsSent: LibrarySymbolReference;
184
+ OutgoingPacketsDiscarded: LibrarySymbolReference;
185
+ OutgoingPacketsWithErrors: LibrarySymbolReference;
186
+ OutputQueueLength: LibrarySymbolReference;
187
+ UnicastPacketsReceived: LibrarySymbolReference;
188
+ UnicastPacketsSent: LibrarySymbolReference
189
+ };
190
+ IPv6InterfaceProperties: LibrarySymbolReference & {
191
+ IPv6InterfaceProperties: LibrarySymbolReference;
192
+ GetScopeId: LibrarySymbolReference;
193
+ Index: LibrarySymbolReference;
194
+ Mtu: LibrarySymbolReference
195
+ };
196
+ IcmpV4Statistics: LibrarySymbolReference & {
197
+ IcmpV4Statistics: LibrarySymbolReference;
198
+ AddressMaskRepliesReceived: LibrarySymbolReference;
199
+ AddressMaskRepliesSent: LibrarySymbolReference;
200
+ AddressMaskRequestsReceived: LibrarySymbolReference;
201
+ AddressMaskRequestsSent: LibrarySymbolReference;
202
+ DestinationUnreachableMessagesReceived: LibrarySymbolReference;
203
+ DestinationUnreachableMessagesSent: LibrarySymbolReference;
204
+ EchoRepliesReceived: LibrarySymbolReference;
205
+ EchoRepliesSent: LibrarySymbolReference;
206
+ EchoRequestsReceived: LibrarySymbolReference;
207
+ EchoRequestsSent: LibrarySymbolReference;
208
+ ErrorsReceived: LibrarySymbolReference;
209
+ ErrorsSent: LibrarySymbolReference;
210
+ MessagesReceived: LibrarySymbolReference;
211
+ MessagesSent: LibrarySymbolReference;
212
+ ParameterProblemsReceived: LibrarySymbolReference;
213
+ ParameterProblemsSent: LibrarySymbolReference;
214
+ RedirectsReceived: LibrarySymbolReference;
215
+ RedirectsSent: LibrarySymbolReference;
216
+ SourceQuenchesReceived: LibrarySymbolReference;
217
+ SourceQuenchesSent: LibrarySymbolReference;
218
+ TimeExceededMessagesReceived: LibrarySymbolReference;
219
+ TimeExceededMessagesSent: LibrarySymbolReference;
220
+ TimestampRepliesReceived: LibrarySymbolReference;
221
+ TimestampRepliesSent: LibrarySymbolReference;
222
+ TimestampRequestsReceived: LibrarySymbolReference;
223
+ TimestampRequestsSent: LibrarySymbolReference
224
+ };
225
+ IcmpV6Statistics: LibrarySymbolReference & {
226
+ IcmpV6Statistics: LibrarySymbolReference;
227
+ DestinationUnreachableMessagesReceived: LibrarySymbolReference;
228
+ DestinationUnreachableMessagesSent: LibrarySymbolReference;
229
+ EchoRepliesReceived: LibrarySymbolReference;
230
+ EchoRepliesSent: LibrarySymbolReference;
231
+ EchoRequestsReceived: LibrarySymbolReference;
232
+ EchoRequestsSent: LibrarySymbolReference;
233
+ ErrorsReceived: LibrarySymbolReference;
234
+ ErrorsSent: LibrarySymbolReference;
235
+ MembershipQueriesReceived: LibrarySymbolReference;
236
+ MembershipQueriesSent: LibrarySymbolReference;
237
+ MembershipReductionsReceived: LibrarySymbolReference;
238
+ MembershipReductionsSent: LibrarySymbolReference;
239
+ MembershipReportsReceived: LibrarySymbolReference;
240
+ MembershipReportsSent: LibrarySymbolReference;
241
+ MessagesReceived: LibrarySymbolReference;
242
+ MessagesSent: LibrarySymbolReference;
243
+ NeighborAdvertisementsReceived: LibrarySymbolReference;
244
+ NeighborAdvertisementsSent: LibrarySymbolReference;
245
+ NeighborSolicitsReceived: LibrarySymbolReference;
246
+ NeighborSolicitsSent: LibrarySymbolReference;
247
+ PacketTooBigMessagesReceived: LibrarySymbolReference;
248
+ PacketTooBigMessagesSent: LibrarySymbolReference;
249
+ ParameterProblemsReceived: LibrarySymbolReference;
250
+ ParameterProblemsSent: LibrarySymbolReference;
251
+ RedirectsReceived: LibrarySymbolReference;
252
+ RedirectsSent: LibrarySymbolReference;
253
+ RouterAdvertisementsReceived: LibrarySymbolReference;
254
+ RouterAdvertisementsSent: LibrarySymbolReference;
255
+ RouterSolicitsReceived: LibrarySymbolReference;
256
+ RouterSolicitsSent: LibrarySymbolReference;
257
+ TimeExceededMessagesReceived: LibrarySymbolReference;
258
+ TimeExceededMessagesSent: LibrarySymbolReference
259
+ };
260
+ MulticastIPAddressInformation: LibrarySymbolReference & {
261
+ MulticastIPAddressInformation: LibrarySymbolReference;
262
+ AddressPreferredLifetime: LibrarySymbolReference;
263
+ AddressValidLifetime: LibrarySymbolReference;
264
+ DhcpLeaseLifetime: LibrarySymbolReference;
265
+ DuplicateAddressDetectionState: LibrarySymbolReference;
266
+ PrefixOrigin: LibrarySymbolReference;
267
+ SuffixOrigin: LibrarySymbolReference
268
+ };
269
+ MulticastIPAddressInformationCollection: LibrarySymbolReference & {
270
+ MulticastIPAddressInformationCollection: LibrarySymbolReference;
271
+ Add: LibrarySymbolReference;
272
+ Clear: LibrarySymbolReference;
273
+ Contains: LibrarySymbolReference;
274
+ CopyTo: LibrarySymbolReference;
275
+ GetEnumerator: LibrarySymbolReference;
276
+ Remove: LibrarySymbolReference;
277
+ Count: LibrarySymbolReference;
278
+ IsReadOnly: LibrarySymbolReference;
279
+ Item: LibrarySymbolReference
280
+ };
281
+ NetBiosNodeType: LibrarySymbolReference & {
282
+ Unknown: LibrarySymbolReference;
283
+ Broadcast: LibrarySymbolReference;
284
+ Peer2Peer: LibrarySymbolReference;
285
+ Mixed: LibrarySymbolReference;
286
+ Hybrid: LibrarySymbolReference
287
+ };
288
+ NetworkAddressChangedEventHandler: LibrarySymbolReference & {
289
+ NetworkAddressChangedEventHandler: LibrarySymbolReference;
290
+ Invoke: LibrarySymbolReference;
291
+ BeginInvoke: LibrarySymbolReference;
292
+ EndInvoke: LibrarySymbolReference
293
+ };
294
+ NetworkAvailabilityChangedEventHandler: LibrarySymbolReference & {
295
+ NetworkAvailabilityChangedEventHandler: LibrarySymbolReference;
296
+ Invoke: LibrarySymbolReference;
297
+ BeginInvoke: LibrarySymbolReference;
298
+ EndInvoke: LibrarySymbolReference
299
+ };
300
+ NetworkAvailabilityEventArgs: LibrarySymbolReference & {
301
+ IsAvailable: LibrarySymbolReference
302
+ };
303
+ NetworkChange: LibrarySymbolReference & {
304
+
305
+ };
306
+ NetworkInformationException: LibrarySymbolReference & {
307
+ NetworkInformationException: LibrarySymbolReference;
308
+ ErrorCode: LibrarySymbolReference
309
+ };
310
+ NetworkInterface: LibrarySymbolReference & {
311
+ NetworkInterface: LibrarySymbolReference;
312
+ GetAllNetworkInterfaces: LibrarySymbolReference;
313
+ GetIPProperties: LibrarySymbolReference;
314
+ GetIPStatistics: LibrarySymbolReference;
315
+ GetIPv4Statistics: LibrarySymbolReference;
316
+ GetIsNetworkAvailable: LibrarySymbolReference;
317
+ GetPhysicalAddress: LibrarySymbolReference;
318
+ Supports: LibrarySymbolReference;
319
+ Description: LibrarySymbolReference;
320
+ Id: LibrarySymbolReference;
321
+ IPv6LoopbackInterfaceIndex: LibrarySymbolReference;
322
+ IsReceiveOnly: LibrarySymbolReference;
323
+ LoopbackInterfaceIndex: LibrarySymbolReference;
324
+ Name: LibrarySymbolReference;
325
+ NetworkInterfaceType: LibrarySymbolReference;
326
+ OperationalStatus: LibrarySymbolReference;
327
+ Speed: LibrarySymbolReference;
328
+ SupportsMulticast: LibrarySymbolReference
329
+ };
330
+ NetworkInterfaceComponent: LibrarySymbolReference & {
331
+ IPv4: LibrarySymbolReference;
332
+ IPv6: LibrarySymbolReference
333
+ };
334
+ NetworkInterfaceType: LibrarySymbolReference & {
335
+ Unknown: LibrarySymbolReference;
336
+ Ethernet: LibrarySymbolReference;
337
+ TokenRing: LibrarySymbolReference;
338
+ Fddi: LibrarySymbolReference;
339
+ BasicIsdn: LibrarySymbolReference;
340
+ PrimaryIsdn: LibrarySymbolReference;
341
+ Ppp: LibrarySymbolReference;
342
+ Loopback: LibrarySymbolReference;
343
+ Ethernet3Megabit: LibrarySymbolReference;
344
+ Slip: LibrarySymbolReference;
345
+ Atm: LibrarySymbolReference;
346
+ GenericModem: LibrarySymbolReference;
347
+ FastEthernetT: LibrarySymbolReference;
348
+ Isdn: LibrarySymbolReference;
349
+ FastEthernetFx: LibrarySymbolReference;
350
+ Wireless80211: LibrarySymbolReference;
351
+ AsymmetricDsl: LibrarySymbolReference;
352
+ RateAdaptDsl: LibrarySymbolReference;
353
+ SymmetricDsl: LibrarySymbolReference;
354
+ VeryHighSpeedDsl: LibrarySymbolReference;
355
+ IPOverAtm: LibrarySymbolReference;
356
+ GigabitEthernet: LibrarySymbolReference;
357
+ Tunnel: LibrarySymbolReference;
358
+ MultiRateSymmetricDsl: LibrarySymbolReference;
359
+ HighPerformanceSerialBus: LibrarySymbolReference;
360
+ Wman: LibrarySymbolReference;
361
+ Wwanpp: LibrarySymbolReference;
362
+ Wwanpp2: LibrarySymbolReference
363
+ };
364
+ OperationalStatus: LibrarySymbolReference & {
365
+ Up: LibrarySymbolReference;
366
+ Down: LibrarySymbolReference;
367
+ Testing: LibrarySymbolReference;
368
+ Unknown: LibrarySymbolReference;
369
+ Dormant: LibrarySymbolReference;
370
+ NotPresent: LibrarySymbolReference;
371
+ LowerLayerDown: LibrarySymbolReference
372
+ };
373
+ PhysicalAddress: LibrarySymbolReference & {
374
+ None: LibrarySymbolReference;
375
+ PhysicalAddress: LibrarySymbolReference;
376
+ Equals: LibrarySymbolReference;
377
+ GetAddressBytes: LibrarySymbolReference;
378
+ GetHashCode: LibrarySymbolReference;
379
+ Parse: LibrarySymbolReference;
380
+ ToString: LibrarySymbolReference;
381
+ TryParse: LibrarySymbolReference
382
+ };
383
+ Ping: LibrarySymbolReference & {
384
+ Ping: LibrarySymbolReference;
385
+ Dispose: LibrarySymbolReference;
386
+ OnPingCompleted: LibrarySymbolReference;
387
+ Send: LibrarySymbolReference;
388
+ SendAsync: LibrarySymbolReference;
389
+ SendAsyncCancel: LibrarySymbolReference;
390
+ SendPingAsync: LibrarySymbolReference
391
+ };
392
+ PingCompletedEventArgs: LibrarySymbolReference & {
393
+ Reply: LibrarySymbolReference
394
+ };
395
+ PingCompletedEventHandler: LibrarySymbolReference & {
396
+ PingCompletedEventHandler: LibrarySymbolReference;
397
+ Invoke: LibrarySymbolReference;
398
+ BeginInvoke: LibrarySymbolReference;
399
+ EndInvoke: LibrarySymbolReference
400
+ };
401
+ PingException: LibrarySymbolReference & {
402
+ PingException: LibrarySymbolReference
403
+ };
404
+ PingOptions: LibrarySymbolReference & {
405
+ PingOptions: LibrarySymbolReference;
406
+ DontFragment: LibrarySymbolReference;
407
+ Ttl: LibrarySymbolReference
408
+ };
409
+ PingReply: LibrarySymbolReference & {
410
+ Address: LibrarySymbolReference;
411
+ Buffer: LibrarySymbolReference;
412
+ Options: LibrarySymbolReference;
413
+ RoundtripTime: LibrarySymbolReference;
414
+ Status: LibrarySymbolReference
415
+ };
416
+ PrefixOrigin: LibrarySymbolReference & {
417
+ Other: LibrarySymbolReference;
418
+ Manual: LibrarySymbolReference;
419
+ WellKnown: LibrarySymbolReference;
420
+ Dhcp: LibrarySymbolReference;
421
+ RouterAdvertisement: LibrarySymbolReference
422
+ };
423
+ ScopeLevel: LibrarySymbolReference & {
424
+ None: LibrarySymbolReference;
425
+ Interface: LibrarySymbolReference;
426
+ Link: LibrarySymbolReference;
427
+ Subnet: LibrarySymbolReference;
428
+ Admin: LibrarySymbolReference;
429
+ Site: LibrarySymbolReference;
430
+ Organization: LibrarySymbolReference;
431
+ Global: LibrarySymbolReference
432
+ };
433
+ SuffixOrigin: LibrarySymbolReference & {
434
+ Other: LibrarySymbolReference;
435
+ Manual: LibrarySymbolReference;
436
+ WellKnown: LibrarySymbolReference;
437
+ OriginDhcp: LibrarySymbolReference;
438
+ LinkLayerAddress: LibrarySymbolReference;
439
+ Random: LibrarySymbolReference
440
+ };
441
+ TcpConnectionInformation: LibrarySymbolReference & {
442
+ TcpConnectionInformation: LibrarySymbolReference;
443
+ LocalEndPoint: LibrarySymbolReference;
444
+ RemoteEndPoint: LibrarySymbolReference;
445
+ State: LibrarySymbolReference
446
+ };
447
+ TcpState: LibrarySymbolReference & {
448
+ Unknown: LibrarySymbolReference;
449
+ Closed: LibrarySymbolReference;
450
+ Listen: LibrarySymbolReference;
451
+ SynSent: LibrarySymbolReference;
452
+ SynReceived: LibrarySymbolReference;
453
+ Established: LibrarySymbolReference;
454
+ FinWait1: LibrarySymbolReference;
455
+ FinWait2: LibrarySymbolReference;
456
+ CloseWait: LibrarySymbolReference;
457
+ Closing: LibrarySymbolReference;
458
+ LastAck: LibrarySymbolReference;
459
+ TimeWait: LibrarySymbolReference;
460
+ DeleteTcb: LibrarySymbolReference
461
+ };
462
+ TcpStatistics: LibrarySymbolReference & {
463
+ TcpStatistics: LibrarySymbolReference;
464
+ ConnectionsAccepted: LibrarySymbolReference;
465
+ ConnectionsInitiated: LibrarySymbolReference;
466
+ CumulativeConnections: LibrarySymbolReference;
467
+ CurrentConnections: LibrarySymbolReference;
468
+ ErrorsReceived: LibrarySymbolReference;
469
+ FailedConnectionAttempts: LibrarySymbolReference;
470
+ MaximumConnections: LibrarySymbolReference;
471
+ MaximumTransmissionTimeout: LibrarySymbolReference;
472
+ MinimumTransmissionTimeout: LibrarySymbolReference;
473
+ ResetConnections: LibrarySymbolReference;
474
+ ResetsSent: LibrarySymbolReference;
475
+ SegmentsReceived: LibrarySymbolReference;
476
+ SegmentsResent: LibrarySymbolReference;
477
+ SegmentsSent: LibrarySymbolReference
478
+ };
479
+ UdpStatistics: LibrarySymbolReference & {
480
+ UdpStatistics: LibrarySymbolReference;
481
+ DatagramsReceived: LibrarySymbolReference;
482
+ DatagramsSent: LibrarySymbolReference;
483
+ IncomingDatagramsDiscarded: LibrarySymbolReference;
484
+ IncomingDatagramsWithErrors: LibrarySymbolReference;
485
+ UdpListeners: LibrarySymbolReference
486
+ };
487
+ UnicastIPAddressInformation: LibrarySymbolReference & {
488
+ UnicastIPAddressInformation: LibrarySymbolReference;
489
+ AddressPreferredLifetime: LibrarySymbolReference;
490
+ AddressValidLifetime: LibrarySymbolReference;
491
+ DhcpLeaseLifetime: LibrarySymbolReference;
492
+ DuplicateAddressDetectionState: LibrarySymbolReference;
493
+ IPv4Mask: LibrarySymbolReference;
494
+ PrefixLength: LibrarySymbolReference;
495
+ PrefixOrigin: LibrarySymbolReference;
496
+ SuffixOrigin: LibrarySymbolReference
497
+ };
498
+ UnicastIPAddressInformationCollection: LibrarySymbolReference & {
499
+ UnicastIPAddressInformationCollection: LibrarySymbolReference;
500
+ Add: LibrarySymbolReference;
501
+ Clear: LibrarySymbolReference;
502
+ Contains: LibrarySymbolReference;
503
+ CopyTo: LibrarySymbolReference;
504
+ GetEnumerator: LibrarySymbolReference;
505
+ Remove: LibrarySymbolReference;
506
+ Count: LibrarySymbolReference;
507
+ IsReadOnly: LibrarySymbolReference;
508
+ Item: LibrarySymbolReference
509
+ }
510
+ };
511
+ const NetworkInformation: NetworkInformationLibrary = createLibrary("System.Net.NetworkInformation", {
512
+ DuplicateAddressDetectionState: {
513
+ kind: "enum",
514
+ members: {
515
+ Invalid: {
516
+ kind: "field",
517
+ type: () => {
518
+ return NetworkInformation.DuplicateAddressDetectionState;
519
+ },
520
+ },
521
+ Tentative: {
522
+ kind: "field",
523
+ type: () => {
524
+ return NetworkInformation.DuplicateAddressDetectionState;
525
+ },
526
+ },
527
+ Duplicate: {
528
+ kind: "field",
529
+ type: () => {
530
+ return NetworkInformation.DuplicateAddressDetectionState;
531
+ },
532
+ },
533
+ Deprecated: {
534
+ kind: "field",
535
+ type: () => {
536
+ return NetworkInformation.DuplicateAddressDetectionState;
537
+ },
538
+ },
539
+ Preferred: {
540
+ kind: "field",
541
+ type: () => {
542
+ return NetworkInformation.DuplicateAddressDetectionState;
543
+ },
544
+ },
545
+ },
546
+ },
547
+ GatewayIPAddressInformation: {
548
+ kind: "class",
549
+ members: {
550
+ GatewayIPAddressInformation: {
551
+ kind: "method",
552
+ methodKind: "constructor",
553
+ },
554
+ Address: {
555
+ kind: "property",
556
+ type: () => {
557
+ return Net.IPAddress;
558
+ },
559
+ isAbstract: true,
560
+ },
561
+ },
562
+ isAbstract: true,
563
+ },
564
+ GatewayIPAddressInformationCollection: {
565
+ kind: "class",
566
+ members: {
567
+ GatewayIPAddressInformationCollection: {
568
+ kind: "method",
569
+ methodKind: "constructor",
570
+ },
571
+ Add: {
572
+ kind: "method",
573
+ methodKind: "ordinary",
574
+ isVirtual: true,
575
+ },
576
+ Clear: {
577
+ kind: "method",
578
+ methodKind: "ordinary",
579
+ isVirtual: true,
580
+ },
581
+ Contains: {
582
+ kind: "method",
583
+ methodKind: "ordinary",
584
+ isVirtual: true,
585
+ },
586
+ CopyTo: {
587
+ kind: "method",
588
+ methodKind: "ordinary",
589
+ isVirtual: true,
590
+ },
591
+ GetEnumerator: {
592
+ kind: "method",
593
+ methodKind: "ordinary",
594
+ isVirtual: true,
595
+ },
596
+ Remove: {
597
+ kind: "method",
598
+ methodKind: "ordinary",
599
+ isVirtual: true,
600
+ },
601
+ Count: {
602
+ kind: "property",
603
+ type: () => {
604
+ return System.Int32;
605
+ },
606
+ isVirtual: true,
607
+ },
608
+ IsReadOnly: {
609
+ kind: "property",
610
+ type: () => {
611
+ return System.Boolean;
612
+ },
613
+ isVirtual: true,
614
+ },
615
+ Item: {
616
+ kind: "property",
617
+ type: () => {
618
+ return NetworkInformation.GatewayIPAddressInformation;
619
+ },
620
+ isVirtual: true,
621
+ },
622
+ },
623
+ },
624
+ IPAddressCollection: {
625
+ kind: "class",
626
+ members: {
627
+ IPAddressCollection: {
628
+ kind: "method",
629
+ methodKind: "constructor",
630
+ },
631
+ Add: {
632
+ kind: "method",
633
+ methodKind: "ordinary",
634
+ isVirtual: true,
635
+ },
636
+ Clear: {
637
+ kind: "method",
638
+ methodKind: "ordinary",
639
+ isVirtual: true,
640
+ },
641
+ Contains: {
642
+ kind: "method",
643
+ methodKind: "ordinary",
644
+ isVirtual: true,
645
+ },
646
+ CopyTo: {
647
+ kind: "method",
648
+ methodKind: "ordinary",
649
+ isVirtual: true,
650
+ },
651
+ GetEnumerator: {
652
+ kind: "method",
653
+ methodKind: "ordinary",
654
+ isVirtual: true,
655
+ },
656
+ Remove: {
657
+ kind: "method",
658
+ methodKind: "ordinary",
659
+ isVirtual: true,
660
+ },
661
+ Count: {
662
+ kind: "property",
663
+ type: () => {
664
+ return System.Int32;
665
+ },
666
+ isVirtual: true,
667
+ },
668
+ IsReadOnly: {
669
+ kind: "property",
670
+ type: () => {
671
+ return System.Boolean;
672
+ },
673
+ isVirtual: true,
674
+ },
675
+ Item: {
676
+ kind: "property",
677
+ type: () => {
678
+ return Net.IPAddress;
679
+ },
680
+ isVirtual: true,
681
+ },
682
+ },
683
+ },
684
+ IPAddressInformation: {
685
+ kind: "class",
686
+ members: {
687
+ IPAddressInformation: {
688
+ kind: "method",
689
+ methodKind: "constructor",
690
+ },
691
+ Address: {
692
+ kind: "property",
693
+ type: () => {
694
+ return Net.IPAddress;
695
+ },
696
+ isAbstract: true,
697
+ },
698
+ IsDnsEligible: {
699
+ kind: "property",
700
+ type: () => {
701
+ return System.Boolean;
702
+ },
703
+ isAbstract: true,
704
+ },
705
+ IsTransient: {
706
+ kind: "property",
707
+ type: () => {
708
+ return System.Boolean;
709
+ },
710
+ isAbstract: true,
711
+ },
712
+ },
713
+ isAbstract: true,
714
+ },
715
+ IPAddressInformationCollection: {
716
+ kind: "class",
717
+ members: {
718
+ Add: {
719
+ kind: "method",
720
+ methodKind: "ordinary",
721
+ isVirtual: true,
722
+ },
723
+ Clear: {
724
+ kind: "method",
725
+ methodKind: "ordinary",
726
+ isVirtual: true,
727
+ },
728
+ Contains: {
729
+ kind: "method",
730
+ methodKind: "ordinary",
731
+ isVirtual: true,
732
+ },
733
+ CopyTo: {
734
+ kind: "method",
735
+ methodKind: "ordinary",
736
+ isVirtual: true,
737
+ },
738
+ GetEnumerator: {
739
+ kind: "method",
740
+ methodKind: "ordinary",
741
+ isVirtual: true,
742
+ },
743
+ Remove: {
744
+ kind: "method",
745
+ methodKind: "ordinary",
746
+ isVirtual: true,
747
+ },
748
+ Count: {
749
+ kind: "property",
750
+ type: () => {
751
+ return System.Int32;
752
+ },
753
+ isVirtual: true,
754
+ },
755
+ IsReadOnly: {
756
+ kind: "property",
757
+ type: () => {
758
+ return System.Boolean;
759
+ },
760
+ isVirtual: true,
761
+ },
762
+ Item: {
763
+ kind: "property",
764
+ type: () => {
765
+ return NetworkInformation.IPAddressInformation;
766
+ },
767
+ isVirtual: true,
768
+ },
769
+ },
770
+ },
771
+ IPGlobalProperties: {
772
+ kind: "class",
773
+ members: {
774
+ IPGlobalProperties: {
775
+ kind: "method",
776
+ methodKind: "constructor",
777
+ },
778
+ BeginGetUnicastAddresses: {
779
+ kind: "method",
780
+ methodKind: "ordinary",
781
+ isVirtual: true,
782
+ },
783
+ EndGetUnicastAddresses: {
784
+ kind: "method",
785
+ methodKind: "ordinary",
786
+ isVirtual: true,
787
+ },
788
+ GetActiveTcpConnections: {
789
+ kind: "method",
790
+ methodKind: "ordinary",
791
+ isAbstract: true,
792
+ },
793
+ GetActiveTcpListeners: {
794
+ kind: "method",
795
+ methodKind: "ordinary",
796
+ isAbstract: true,
797
+ },
798
+ GetActiveUdpListeners: {
799
+ kind: "method",
800
+ methodKind: "ordinary",
801
+ isAbstract: true,
802
+ },
803
+ GetIcmpV4Statistics: {
804
+ kind: "method",
805
+ methodKind: "ordinary",
806
+ isAbstract: true,
807
+ },
808
+ GetIcmpV6Statistics: {
809
+ kind: "method",
810
+ methodKind: "ordinary",
811
+ isAbstract: true,
812
+ },
813
+ GetIPGlobalProperties: {
814
+ kind: "method",
815
+ methodKind: "ordinary",
816
+ isStatic: true,
817
+ },
818
+ GetIPv4GlobalStatistics: {
819
+ kind: "method",
820
+ methodKind: "ordinary",
821
+ isAbstract: true,
822
+ },
823
+ GetIPv6GlobalStatistics: {
824
+ kind: "method",
825
+ methodKind: "ordinary",
826
+ isAbstract: true,
827
+ },
828
+ GetTcpIPv4Statistics: {
829
+ kind: "method",
830
+ methodKind: "ordinary",
831
+ isAbstract: true,
832
+ },
833
+ GetTcpIPv6Statistics: {
834
+ kind: "method",
835
+ methodKind: "ordinary",
836
+ isAbstract: true,
837
+ },
838
+ GetUdpIPv4Statistics: {
839
+ kind: "method",
840
+ methodKind: "ordinary",
841
+ isAbstract: true,
842
+ },
843
+ GetUdpIPv6Statistics: {
844
+ kind: "method",
845
+ methodKind: "ordinary",
846
+ isAbstract: true,
847
+ },
848
+ GetUnicastAddresses: {
849
+ kind: "method",
850
+ methodKind: "ordinary",
851
+ isVirtual: true,
852
+ },
853
+ GetUnicastAddressesAsync: {
854
+ kind: "method",
855
+ methodKind: "ordinary",
856
+ isVirtual: true,
857
+ },
858
+ DhcpScopeName: {
859
+ kind: "property",
860
+ type: () => {
861
+ return System.String;
862
+ },
863
+ isAbstract: true,
864
+ },
865
+ DomainName: {
866
+ kind: "property",
867
+ type: () => {
868
+ return System.String;
869
+ },
870
+ isAbstract: true,
871
+ },
872
+ HostName: {
873
+ kind: "property",
874
+ type: () => {
875
+ return System.String;
876
+ },
877
+ isAbstract: true,
878
+ },
879
+ IsWinsProxy: {
880
+ kind: "property",
881
+ type: () => {
882
+ return System.Boolean;
883
+ },
884
+ isAbstract: true,
885
+ },
886
+ NodeType: {
887
+ kind: "property",
888
+ type: () => {
889
+ return NetworkInformation.NetBiosNodeType;
890
+ },
891
+ isAbstract: true,
892
+ },
893
+ },
894
+ isAbstract: true,
895
+ },
896
+ IPGlobalStatistics: {
897
+ kind: "class",
898
+ members: {
899
+ IPGlobalStatistics: {
900
+ kind: "method",
901
+ methodKind: "constructor",
902
+ },
903
+ DefaultTtl: {
904
+ kind: "property",
905
+ type: () => {
906
+ return System.Int32;
907
+ },
908
+ isAbstract: true,
909
+ },
910
+ ForwardingEnabled: {
911
+ kind: "property",
912
+ type: () => {
913
+ return System.Boolean;
914
+ },
915
+ isAbstract: true,
916
+ },
917
+ NumberOfInterfaces: {
918
+ kind: "property",
919
+ type: () => {
920
+ return System.Int32;
921
+ },
922
+ isAbstract: true,
923
+ },
924
+ NumberOfIPAddresses: {
925
+ kind: "property",
926
+ type: () => {
927
+ return System.Int32;
928
+ },
929
+ isAbstract: true,
930
+ },
931
+ NumberOfRoutes: {
932
+ kind: "property",
933
+ type: () => {
934
+ return System.Int32;
935
+ },
936
+ isAbstract: true,
937
+ },
938
+ OutputPacketRequests: {
939
+ kind: "property",
940
+ type: () => {
941
+ return System.Int64;
942
+ },
943
+ isAbstract: true,
944
+ },
945
+ OutputPacketRoutingDiscards: {
946
+ kind: "property",
947
+ type: () => {
948
+ return System.Int64;
949
+ },
950
+ isAbstract: true,
951
+ },
952
+ OutputPacketsDiscarded: {
953
+ kind: "property",
954
+ type: () => {
955
+ return System.Int64;
956
+ },
957
+ isAbstract: true,
958
+ },
959
+ OutputPacketsWithNoRoute: {
960
+ kind: "property",
961
+ type: () => {
962
+ return System.Int64;
963
+ },
964
+ isAbstract: true,
965
+ },
966
+ PacketFragmentFailures: {
967
+ kind: "property",
968
+ type: () => {
969
+ return System.Int64;
970
+ },
971
+ isAbstract: true,
972
+ },
973
+ PacketReassembliesRequired: {
974
+ kind: "property",
975
+ type: () => {
976
+ return System.Int64;
977
+ },
978
+ isAbstract: true,
979
+ },
980
+ PacketReassemblyFailures: {
981
+ kind: "property",
982
+ type: () => {
983
+ return System.Int64;
984
+ },
985
+ isAbstract: true,
986
+ },
987
+ PacketReassemblyTimeout: {
988
+ kind: "property",
989
+ type: () => {
990
+ return System.Int64;
991
+ },
992
+ isAbstract: true,
993
+ },
994
+ PacketsFragmented: {
995
+ kind: "property",
996
+ type: () => {
997
+ return System.Int64;
998
+ },
999
+ isAbstract: true,
1000
+ },
1001
+ PacketsReassembled: {
1002
+ kind: "property",
1003
+ type: () => {
1004
+ return System.Int64;
1005
+ },
1006
+ isAbstract: true,
1007
+ },
1008
+ ReceivedPackets: {
1009
+ kind: "property",
1010
+ type: () => {
1011
+ return System.Int64;
1012
+ },
1013
+ isAbstract: true,
1014
+ },
1015
+ ReceivedPacketsDelivered: {
1016
+ kind: "property",
1017
+ type: () => {
1018
+ return System.Int64;
1019
+ },
1020
+ isAbstract: true,
1021
+ },
1022
+ ReceivedPacketsDiscarded: {
1023
+ kind: "property",
1024
+ type: () => {
1025
+ return System.Int64;
1026
+ },
1027
+ isAbstract: true,
1028
+ },
1029
+ ReceivedPacketsForwarded: {
1030
+ kind: "property",
1031
+ type: () => {
1032
+ return System.Int64;
1033
+ },
1034
+ isAbstract: true,
1035
+ },
1036
+ ReceivedPacketsWithAddressErrors: {
1037
+ kind: "property",
1038
+ type: () => {
1039
+ return System.Int64;
1040
+ },
1041
+ isAbstract: true,
1042
+ },
1043
+ ReceivedPacketsWithHeadersErrors: {
1044
+ kind: "property",
1045
+ type: () => {
1046
+ return System.Int64;
1047
+ },
1048
+ isAbstract: true,
1049
+ },
1050
+ ReceivedPacketsWithUnknownProtocol: {
1051
+ kind: "property",
1052
+ type: () => {
1053
+ return System.Int64;
1054
+ },
1055
+ isAbstract: true,
1056
+ },
1057
+ },
1058
+ isAbstract: true,
1059
+ },
1060
+ IPInterfaceProperties: {
1061
+ kind: "class",
1062
+ members: {
1063
+ IPInterfaceProperties: {
1064
+ kind: "method",
1065
+ methodKind: "constructor",
1066
+ },
1067
+ GetIPv4Properties: {
1068
+ kind: "method",
1069
+ methodKind: "ordinary",
1070
+ isAbstract: true,
1071
+ },
1072
+ GetIPv6Properties: {
1073
+ kind: "method",
1074
+ methodKind: "ordinary",
1075
+ isAbstract: true,
1076
+ },
1077
+ AnycastAddresses: {
1078
+ kind: "property",
1079
+ type: () => {
1080
+ return NetworkInformation.IPAddressInformationCollection;
1081
+ },
1082
+ isAbstract: true,
1083
+ },
1084
+ DhcpServerAddresses: {
1085
+ kind: "property",
1086
+ type: () => {
1087
+ return NetworkInformation.IPAddressCollection;
1088
+ },
1089
+ isAbstract: true,
1090
+ },
1091
+ DnsAddresses: {
1092
+ kind: "property",
1093
+ type: () => {
1094
+ return NetworkInformation.IPAddressCollection;
1095
+ },
1096
+ isAbstract: true,
1097
+ },
1098
+ DnsSuffix: {
1099
+ kind: "property",
1100
+ type: () => {
1101
+ return System.String;
1102
+ },
1103
+ isAbstract: true,
1104
+ },
1105
+ GatewayAddresses: {
1106
+ kind: "property",
1107
+ type: () => {
1108
+ return NetworkInformation.GatewayIPAddressInformationCollection;
1109
+ },
1110
+ isAbstract: true,
1111
+ },
1112
+ IsDnsEnabled: {
1113
+ kind: "property",
1114
+ type: () => {
1115
+ return System.Boolean;
1116
+ },
1117
+ isAbstract: true,
1118
+ },
1119
+ IsDynamicDnsEnabled: {
1120
+ kind: "property",
1121
+ type: () => {
1122
+ return System.Boolean;
1123
+ },
1124
+ isAbstract: true,
1125
+ },
1126
+ MulticastAddresses: {
1127
+ kind: "property",
1128
+ type: () => {
1129
+ return NetworkInformation.MulticastIPAddressInformationCollection;
1130
+ },
1131
+ isAbstract: true,
1132
+ },
1133
+ UnicastAddresses: {
1134
+ kind: "property",
1135
+ type: () => {
1136
+ return NetworkInformation.UnicastIPAddressInformationCollection;
1137
+ },
1138
+ isAbstract: true,
1139
+ },
1140
+ WinsServersAddresses: {
1141
+ kind: "property",
1142
+ type: () => {
1143
+ return NetworkInformation.IPAddressCollection;
1144
+ },
1145
+ isAbstract: true,
1146
+ },
1147
+ },
1148
+ isAbstract: true,
1149
+ },
1150
+ IPInterfaceStatistics: {
1151
+ kind: "class",
1152
+ members: {
1153
+ IPInterfaceStatistics: {
1154
+ kind: "method",
1155
+ methodKind: "constructor",
1156
+ },
1157
+ BytesReceived: {
1158
+ kind: "property",
1159
+ type: () => {
1160
+ return System.Int64;
1161
+ },
1162
+ isAbstract: true,
1163
+ },
1164
+ BytesSent: {
1165
+ kind: "property",
1166
+ type: () => {
1167
+ return System.Int64;
1168
+ },
1169
+ isAbstract: true,
1170
+ },
1171
+ IncomingPacketsDiscarded: {
1172
+ kind: "property",
1173
+ type: () => {
1174
+ return System.Int64;
1175
+ },
1176
+ isAbstract: true,
1177
+ },
1178
+ IncomingPacketsWithErrors: {
1179
+ kind: "property",
1180
+ type: () => {
1181
+ return System.Int64;
1182
+ },
1183
+ isAbstract: true,
1184
+ },
1185
+ IncomingUnknownProtocolPackets: {
1186
+ kind: "property",
1187
+ type: () => {
1188
+ return System.Int64;
1189
+ },
1190
+ isAbstract: true,
1191
+ },
1192
+ NonUnicastPacketsReceived: {
1193
+ kind: "property",
1194
+ type: () => {
1195
+ return System.Int64;
1196
+ },
1197
+ isAbstract: true,
1198
+ },
1199
+ NonUnicastPacketsSent: {
1200
+ kind: "property",
1201
+ type: () => {
1202
+ return System.Int64;
1203
+ },
1204
+ isAbstract: true,
1205
+ },
1206
+ OutgoingPacketsDiscarded: {
1207
+ kind: "property",
1208
+ type: () => {
1209
+ return System.Int64;
1210
+ },
1211
+ isAbstract: true,
1212
+ },
1213
+ OutgoingPacketsWithErrors: {
1214
+ kind: "property",
1215
+ type: () => {
1216
+ return System.Int64;
1217
+ },
1218
+ isAbstract: true,
1219
+ },
1220
+ OutputQueueLength: {
1221
+ kind: "property",
1222
+ type: () => {
1223
+ return System.Int64;
1224
+ },
1225
+ isAbstract: true,
1226
+ },
1227
+ UnicastPacketsReceived: {
1228
+ kind: "property",
1229
+ type: () => {
1230
+ return System.Int64;
1231
+ },
1232
+ isAbstract: true,
1233
+ },
1234
+ UnicastPacketsSent: {
1235
+ kind: "property",
1236
+ type: () => {
1237
+ return System.Int64;
1238
+ },
1239
+ isAbstract: true,
1240
+ },
1241
+ },
1242
+ isAbstract: true,
1243
+ },
1244
+ IPStatus: {
1245
+ kind: "enum",
1246
+ members: {
1247
+ Unknown: {
1248
+ kind: "field",
1249
+ type: () => {
1250
+ return NetworkInformation.IPStatus;
1251
+ },
1252
+ },
1253
+ Success: {
1254
+ kind: "field",
1255
+ type: () => {
1256
+ return NetworkInformation.IPStatus;
1257
+ },
1258
+ },
1259
+ DestinationNetworkUnreachable: {
1260
+ kind: "field",
1261
+ type: () => {
1262
+ return NetworkInformation.IPStatus;
1263
+ },
1264
+ },
1265
+ DestinationHostUnreachable: {
1266
+ kind: "field",
1267
+ type: () => {
1268
+ return NetworkInformation.IPStatus;
1269
+ },
1270
+ },
1271
+ DestinationProhibited: {
1272
+ kind: "field",
1273
+ type: () => {
1274
+ return NetworkInformation.IPStatus;
1275
+ },
1276
+ },
1277
+ DestinationProtocolUnreachable: {
1278
+ kind: "field",
1279
+ type: () => {
1280
+ return NetworkInformation.IPStatus;
1281
+ },
1282
+ },
1283
+ DestinationPortUnreachable: {
1284
+ kind: "field",
1285
+ type: () => {
1286
+ return NetworkInformation.IPStatus;
1287
+ },
1288
+ },
1289
+ NoResources: {
1290
+ kind: "field",
1291
+ type: () => {
1292
+ return NetworkInformation.IPStatus;
1293
+ },
1294
+ },
1295
+ BadOption: {
1296
+ kind: "field",
1297
+ type: () => {
1298
+ return NetworkInformation.IPStatus;
1299
+ },
1300
+ },
1301
+ HardwareError: {
1302
+ kind: "field",
1303
+ type: () => {
1304
+ return NetworkInformation.IPStatus;
1305
+ },
1306
+ },
1307
+ PacketTooBig: {
1308
+ kind: "field",
1309
+ type: () => {
1310
+ return NetworkInformation.IPStatus;
1311
+ },
1312
+ },
1313
+ TimedOut: {
1314
+ kind: "field",
1315
+ type: () => {
1316
+ return NetworkInformation.IPStatus;
1317
+ },
1318
+ },
1319
+ BadRoute: {
1320
+ kind: "field",
1321
+ type: () => {
1322
+ return NetworkInformation.IPStatus;
1323
+ },
1324
+ },
1325
+ TtlExpired: {
1326
+ kind: "field",
1327
+ type: () => {
1328
+ return NetworkInformation.IPStatus;
1329
+ },
1330
+ },
1331
+ TtlReassemblyTimeExceeded: {
1332
+ kind: "field",
1333
+ type: () => {
1334
+ return NetworkInformation.IPStatus;
1335
+ },
1336
+ },
1337
+ ParameterProblem: {
1338
+ kind: "field",
1339
+ type: () => {
1340
+ return NetworkInformation.IPStatus;
1341
+ },
1342
+ },
1343
+ SourceQuench: {
1344
+ kind: "field",
1345
+ type: () => {
1346
+ return NetworkInformation.IPStatus;
1347
+ },
1348
+ },
1349
+ BadDestination: {
1350
+ kind: "field",
1351
+ type: () => {
1352
+ return NetworkInformation.IPStatus;
1353
+ },
1354
+ },
1355
+ DestinationUnreachable: {
1356
+ kind: "field",
1357
+ type: () => {
1358
+ return NetworkInformation.IPStatus;
1359
+ },
1360
+ },
1361
+ TimeExceeded: {
1362
+ kind: "field",
1363
+ type: () => {
1364
+ return NetworkInformation.IPStatus;
1365
+ },
1366
+ },
1367
+ BadHeader: {
1368
+ kind: "field",
1369
+ type: () => {
1370
+ return NetworkInformation.IPStatus;
1371
+ },
1372
+ },
1373
+ UnrecognizedNextHeader: {
1374
+ kind: "field",
1375
+ type: () => {
1376
+ return NetworkInformation.IPStatus;
1377
+ },
1378
+ },
1379
+ IcmpError: {
1380
+ kind: "field",
1381
+ type: () => {
1382
+ return NetworkInformation.IPStatus;
1383
+ },
1384
+ },
1385
+ DestinationScopeMismatch: {
1386
+ kind: "field",
1387
+ type: () => {
1388
+ return NetworkInformation.IPStatus;
1389
+ },
1390
+ },
1391
+ },
1392
+ },
1393
+ IPv4InterfaceProperties: {
1394
+ kind: "class",
1395
+ members: {
1396
+ IPv4InterfaceProperties: {
1397
+ kind: "method",
1398
+ methodKind: "constructor",
1399
+ },
1400
+ Index: {
1401
+ kind: "property",
1402
+ type: () => {
1403
+ return System.Int32;
1404
+ },
1405
+ isAbstract: true,
1406
+ },
1407
+ IsAutomaticPrivateAddressingActive: {
1408
+ kind: "property",
1409
+ type: () => {
1410
+ return System.Boolean;
1411
+ },
1412
+ isAbstract: true,
1413
+ },
1414
+ IsAutomaticPrivateAddressingEnabled: {
1415
+ kind: "property",
1416
+ type: () => {
1417
+ return System.Boolean;
1418
+ },
1419
+ isAbstract: true,
1420
+ },
1421
+ IsDhcpEnabled: {
1422
+ kind: "property",
1423
+ type: () => {
1424
+ return System.Boolean;
1425
+ },
1426
+ isAbstract: true,
1427
+ },
1428
+ IsForwardingEnabled: {
1429
+ kind: "property",
1430
+ type: () => {
1431
+ return System.Boolean;
1432
+ },
1433
+ isAbstract: true,
1434
+ },
1435
+ Mtu: {
1436
+ kind: "property",
1437
+ type: () => {
1438
+ return System.Int32;
1439
+ },
1440
+ isAbstract: true,
1441
+ },
1442
+ UsesWins: {
1443
+ kind: "property",
1444
+ type: () => {
1445
+ return System.Boolean;
1446
+ },
1447
+ isAbstract: true,
1448
+ },
1449
+ },
1450
+ isAbstract: true,
1451
+ },
1452
+ IPv4InterfaceStatistics: {
1453
+ kind: "class",
1454
+ members: {
1455
+ IPv4InterfaceStatistics: {
1456
+ kind: "method",
1457
+ methodKind: "constructor",
1458
+ },
1459
+ BytesReceived: {
1460
+ kind: "property",
1461
+ type: () => {
1462
+ return System.Int64;
1463
+ },
1464
+ isAbstract: true,
1465
+ },
1466
+ BytesSent: {
1467
+ kind: "property",
1468
+ type: () => {
1469
+ return System.Int64;
1470
+ },
1471
+ isAbstract: true,
1472
+ },
1473
+ IncomingPacketsDiscarded: {
1474
+ kind: "property",
1475
+ type: () => {
1476
+ return System.Int64;
1477
+ },
1478
+ isAbstract: true,
1479
+ },
1480
+ IncomingPacketsWithErrors: {
1481
+ kind: "property",
1482
+ type: () => {
1483
+ return System.Int64;
1484
+ },
1485
+ isAbstract: true,
1486
+ },
1487
+ IncomingUnknownProtocolPackets: {
1488
+ kind: "property",
1489
+ type: () => {
1490
+ return System.Int64;
1491
+ },
1492
+ isAbstract: true,
1493
+ },
1494
+ NonUnicastPacketsReceived: {
1495
+ kind: "property",
1496
+ type: () => {
1497
+ return System.Int64;
1498
+ },
1499
+ isAbstract: true,
1500
+ },
1501
+ NonUnicastPacketsSent: {
1502
+ kind: "property",
1503
+ type: () => {
1504
+ return System.Int64;
1505
+ },
1506
+ isAbstract: true,
1507
+ },
1508
+ OutgoingPacketsDiscarded: {
1509
+ kind: "property",
1510
+ type: () => {
1511
+ return System.Int64;
1512
+ },
1513
+ isAbstract: true,
1514
+ },
1515
+ OutgoingPacketsWithErrors: {
1516
+ kind: "property",
1517
+ type: () => {
1518
+ return System.Int64;
1519
+ },
1520
+ isAbstract: true,
1521
+ },
1522
+ OutputQueueLength: {
1523
+ kind: "property",
1524
+ type: () => {
1525
+ return System.Int64;
1526
+ },
1527
+ isAbstract: true,
1528
+ },
1529
+ UnicastPacketsReceived: {
1530
+ kind: "property",
1531
+ type: () => {
1532
+ return System.Int64;
1533
+ },
1534
+ isAbstract: true,
1535
+ },
1536
+ UnicastPacketsSent: {
1537
+ kind: "property",
1538
+ type: () => {
1539
+ return System.Int64;
1540
+ },
1541
+ isAbstract: true,
1542
+ },
1543
+ },
1544
+ isAbstract: true,
1545
+ },
1546
+ IPv6InterfaceProperties: {
1547
+ kind: "class",
1548
+ members: {
1549
+ IPv6InterfaceProperties: {
1550
+ kind: "method",
1551
+ methodKind: "constructor",
1552
+ },
1553
+ GetScopeId: {
1554
+ kind: "method",
1555
+ methodKind: "ordinary",
1556
+ isVirtual: true,
1557
+ },
1558
+ Index: {
1559
+ kind: "property",
1560
+ type: () => {
1561
+ return System.Int32;
1562
+ },
1563
+ isAbstract: true,
1564
+ },
1565
+ Mtu: {
1566
+ kind: "property",
1567
+ type: () => {
1568
+ return System.Int32;
1569
+ },
1570
+ isAbstract: true,
1571
+ },
1572
+ },
1573
+ isAbstract: true,
1574
+ },
1575
+ IcmpV4Statistics: {
1576
+ kind: "class",
1577
+ members: {
1578
+ IcmpV4Statistics: {
1579
+ kind: "method",
1580
+ methodKind: "constructor",
1581
+ },
1582
+ AddressMaskRepliesReceived: {
1583
+ kind: "property",
1584
+ type: () => {
1585
+ return System.Int64;
1586
+ },
1587
+ isAbstract: true,
1588
+ },
1589
+ AddressMaskRepliesSent: {
1590
+ kind: "property",
1591
+ type: () => {
1592
+ return System.Int64;
1593
+ },
1594
+ isAbstract: true,
1595
+ },
1596
+ AddressMaskRequestsReceived: {
1597
+ kind: "property",
1598
+ type: () => {
1599
+ return System.Int64;
1600
+ },
1601
+ isAbstract: true,
1602
+ },
1603
+ AddressMaskRequestsSent: {
1604
+ kind: "property",
1605
+ type: () => {
1606
+ return System.Int64;
1607
+ },
1608
+ isAbstract: true,
1609
+ },
1610
+ DestinationUnreachableMessagesReceived: {
1611
+ kind: "property",
1612
+ type: () => {
1613
+ return System.Int64;
1614
+ },
1615
+ isAbstract: true,
1616
+ },
1617
+ DestinationUnreachableMessagesSent: {
1618
+ kind: "property",
1619
+ type: () => {
1620
+ return System.Int64;
1621
+ },
1622
+ isAbstract: true,
1623
+ },
1624
+ EchoRepliesReceived: {
1625
+ kind: "property",
1626
+ type: () => {
1627
+ return System.Int64;
1628
+ },
1629
+ isAbstract: true,
1630
+ },
1631
+ EchoRepliesSent: {
1632
+ kind: "property",
1633
+ type: () => {
1634
+ return System.Int64;
1635
+ },
1636
+ isAbstract: true,
1637
+ },
1638
+ EchoRequestsReceived: {
1639
+ kind: "property",
1640
+ type: () => {
1641
+ return System.Int64;
1642
+ },
1643
+ isAbstract: true,
1644
+ },
1645
+ EchoRequestsSent: {
1646
+ kind: "property",
1647
+ type: () => {
1648
+ return System.Int64;
1649
+ },
1650
+ isAbstract: true,
1651
+ },
1652
+ ErrorsReceived: {
1653
+ kind: "property",
1654
+ type: () => {
1655
+ return System.Int64;
1656
+ },
1657
+ isAbstract: true,
1658
+ },
1659
+ ErrorsSent: {
1660
+ kind: "property",
1661
+ type: () => {
1662
+ return System.Int64;
1663
+ },
1664
+ isAbstract: true,
1665
+ },
1666
+ MessagesReceived: {
1667
+ kind: "property",
1668
+ type: () => {
1669
+ return System.Int64;
1670
+ },
1671
+ isAbstract: true,
1672
+ },
1673
+ MessagesSent: {
1674
+ kind: "property",
1675
+ type: () => {
1676
+ return System.Int64;
1677
+ },
1678
+ isAbstract: true,
1679
+ },
1680
+ ParameterProblemsReceived: {
1681
+ kind: "property",
1682
+ type: () => {
1683
+ return System.Int64;
1684
+ },
1685
+ isAbstract: true,
1686
+ },
1687
+ ParameterProblemsSent: {
1688
+ kind: "property",
1689
+ type: () => {
1690
+ return System.Int64;
1691
+ },
1692
+ isAbstract: true,
1693
+ },
1694
+ RedirectsReceived: {
1695
+ kind: "property",
1696
+ type: () => {
1697
+ return System.Int64;
1698
+ },
1699
+ isAbstract: true,
1700
+ },
1701
+ RedirectsSent: {
1702
+ kind: "property",
1703
+ type: () => {
1704
+ return System.Int64;
1705
+ },
1706
+ isAbstract: true,
1707
+ },
1708
+ SourceQuenchesReceived: {
1709
+ kind: "property",
1710
+ type: () => {
1711
+ return System.Int64;
1712
+ },
1713
+ isAbstract: true,
1714
+ },
1715
+ SourceQuenchesSent: {
1716
+ kind: "property",
1717
+ type: () => {
1718
+ return System.Int64;
1719
+ },
1720
+ isAbstract: true,
1721
+ },
1722
+ TimeExceededMessagesReceived: {
1723
+ kind: "property",
1724
+ type: () => {
1725
+ return System.Int64;
1726
+ },
1727
+ isAbstract: true,
1728
+ },
1729
+ TimeExceededMessagesSent: {
1730
+ kind: "property",
1731
+ type: () => {
1732
+ return System.Int64;
1733
+ },
1734
+ isAbstract: true,
1735
+ },
1736
+ TimestampRepliesReceived: {
1737
+ kind: "property",
1738
+ type: () => {
1739
+ return System.Int64;
1740
+ },
1741
+ isAbstract: true,
1742
+ },
1743
+ TimestampRepliesSent: {
1744
+ kind: "property",
1745
+ type: () => {
1746
+ return System.Int64;
1747
+ },
1748
+ isAbstract: true,
1749
+ },
1750
+ TimestampRequestsReceived: {
1751
+ kind: "property",
1752
+ type: () => {
1753
+ return System.Int64;
1754
+ },
1755
+ isAbstract: true,
1756
+ },
1757
+ TimestampRequestsSent: {
1758
+ kind: "property",
1759
+ type: () => {
1760
+ return System.Int64;
1761
+ },
1762
+ isAbstract: true,
1763
+ },
1764
+ },
1765
+ isAbstract: true,
1766
+ },
1767
+ IcmpV6Statistics: {
1768
+ kind: "class",
1769
+ members: {
1770
+ IcmpV6Statistics: {
1771
+ kind: "method",
1772
+ methodKind: "constructor",
1773
+ },
1774
+ DestinationUnreachableMessagesReceived: {
1775
+ kind: "property",
1776
+ type: () => {
1777
+ return System.Int64;
1778
+ },
1779
+ isAbstract: true,
1780
+ },
1781
+ DestinationUnreachableMessagesSent: {
1782
+ kind: "property",
1783
+ type: () => {
1784
+ return System.Int64;
1785
+ },
1786
+ isAbstract: true,
1787
+ },
1788
+ EchoRepliesReceived: {
1789
+ kind: "property",
1790
+ type: () => {
1791
+ return System.Int64;
1792
+ },
1793
+ isAbstract: true,
1794
+ },
1795
+ EchoRepliesSent: {
1796
+ kind: "property",
1797
+ type: () => {
1798
+ return System.Int64;
1799
+ },
1800
+ isAbstract: true,
1801
+ },
1802
+ EchoRequestsReceived: {
1803
+ kind: "property",
1804
+ type: () => {
1805
+ return System.Int64;
1806
+ },
1807
+ isAbstract: true,
1808
+ },
1809
+ EchoRequestsSent: {
1810
+ kind: "property",
1811
+ type: () => {
1812
+ return System.Int64;
1813
+ },
1814
+ isAbstract: true,
1815
+ },
1816
+ ErrorsReceived: {
1817
+ kind: "property",
1818
+ type: () => {
1819
+ return System.Int64;
1820
+ },
1821
+ isAbstract: true,
1822
+ },
1823
+ ErrorsSent: {
1824
+ kind: "property",
1825
+ type: () => {
1826
+ return System.Int64;
1827
+ },
1828
+ isAbstract: true,
1829
+ },
1830
+ MembershipQueriesReceived: {
1831
+ kind: "property",
1832
+ type: () => {
1833
+ return System.Int64;
1834
+ },
1835
+ isAbstract: true,
1836
+ },
1837
+ MembershipQueriesSent: {
1838
+ kind: "property",
1839
+ type: () => {
1840
+ return System.Int64;
1841
+ },
1842
+ isAbstract: true,
1843
+ },
1844
+ MembershipReductionsReceived: {
1845
+ kind: "property",
1846
+ type: () => {
1847
+ return System.Int64;
1848
+ },
1849
+ isAbstract: true,
1850
+ },
1851
+ MembershipReductionsSent: {
1852
+ kind: "property",
1853
+ type: () => {
1854
+ return System.Int64;
1855
+ },
1856
+ isAbstract: true,
1857
+ },
1858
+ MembershipReportsReceived: {
1859
+ kind: "property",
1860
+ type: () => {
1861
+ return System.Int64;
1862
+ },
1863
+ isAbstract: true,
1864
+ },
1865
+ MembershipReportsSent: {
1866
+ kind: "property",
1867
+ type: () => {
1868
+ return System.Int64;
1869
+ },
1870
+ isAbstract: true,
1871
+ },
1872
+ MessagesReceived: {
1873
+ kind: "property",
1874
+ type: () => {
1875
+ return System.Int64;
1876
+ },
1877
+ isAbstract: true,
1878
+ },
1879
+ MessagesSent: {
1880
+ kind: "property",
1881
+ type: () => {
1882
+ return System.Int64;
1883
+ },
1884
+ isAbstract: true,
1885
+ },
1886
+ NeighborAdvertisementsReceived: {
1887
+ kind: "property",
1888
+ type: () => {
1889
+ return System.Int64;
1890
+ },
1891
+ isAbstract: true,
1892
+ },
1893
+ NeighborAdvertisementsSent: {
1894
+ kind: "property",
1895
+ type: () => {
1896
+ return System.Int64;
1897
+ },
1898
+ isAbstract: true,
1899
+ },
1900
+ NeighborSolicitsReceived: {
1901
+ kind: "property",
1902
+ type: () => {
1903
+ return System.Int64;
1904
+ },
1905
+ isAbstract: true,
1906
+ },
1907
+ NeighborSolicitsSent: {
1908
+ kind: "property",
1909
+ type: () => {
1910
+ return System.Int64;
1911
+ },
1912
+ isAbstract: true,
1913
+ },
1914
+ PacketTooBigMessagesReceived: {
1915
+ kind: "property",
1916
+ type: () => {
1917
+ return System.Int64;
1918
+ },
1919
+ isAbstract: true,
1920
+ },
1921
+ PacketTooBigMessagesSent: {
1922
+ kind: "property",
1923
+ type: () => {
1924
+ return System.Int64;
1925
+ },
1926
+ isAbstract: true,
1927
+ },
1928
+ ParameterProblemsReceived: {
1929
+ kind: "property",
1930
+ type: () => {
1931
+ return System.Int64;
1932
+ },
1933
+ isAbstract: true,
1934
+ },
1935
+ ParameterProblemsSent: {
1936
+ kind: "property",
1937
+ type: () => {
1938
+ return System.Int64;
1939
+ },
1940
+ isAbstract: true,
1941
+ },
1942
+ RedirectsReceived: {
1943
+ kind: "property",
1944
+ type: () => {
1945
+ return System.Int64;
1946
+ },
1947
+ isAbstract: true,
1948
+ },
1949
+ RedirectsSent: {
1950
+ kind: "property",
1951
+ type: () => {
1952
+ return System.Int64;
1953
+ },
1954
+ isAbstract: true,
1955
+ },
1956
+ RouterAdvertisementsReceived: {
1957
+ kind: "property",
1958
+ type: () => {
1959
+ return System.Int64;
1960
+ },
1961
+ isAbstract: true,
1962
+ },
1963
+ RouterAdvertisementsSent: {
1964
+ kind: "property",
1965
+ type: () => {
1966
+ return System.Int64;
1967
+ },
1968
+ isAbstract: true,
1969
+ },
1970
+ RouterSolicitsReceived: {
1971
+ kind: "property",
1972
+ type: () => {
1973
+ return System.Int64;
1974
+ },
1975
+ isAbstract: true,
1976
+ },
1977
+ RouterSolicitsSent: {
1978
+ kind: "property",
1979
+ type: () => {
1980
+ return System.Int64;
1981
+ },
1982
+ isAbstract: true,
1983
+ },
1984
+ TimeExceededMessagesReceived: {
1985
+ kind: "property",
1986
+ type: () => {
1987
+ return System.Int64;
1988
+ },
1989
+ isAbstract: true,
1990
+ },
1991
+ TimeExceededMessagesSent: {
1992
+ kind: "property",
1993
+ type: () => {
1994
+ return System.Int64;
1995
+ },
1996
+ isAbstract: true,
1997
+ },
1998
+ },
1999
+ isAbstract: true,
2000
+ },
2001
+ MulticastIPAddressInformation: {
2002
+ kind: "class",
2003
+ members: {
2004
+ MulticastIPAddressInformation: {
2005
+ kind: "method",
2006
+ methodKind: "constructor",
2007
+ },
2008
+ AddressPreferredLifetime: {
2009
+ kind: "property",
2010
+ type: () => {
2011
+ return System.Int64;
2012
+ },
2013
+ isAbstract: true,
2014
+ },
2015
+ AddressValidLifetime: {
2016
+ kind: "property",
2017
+ type: () => {
2018
+ return System.Int64;
2019
+ },
2020
+ isAbstract: true,
2021
+ },
2022
+ DhcpLeaseLifetime: {
2023
+ kind: "property",
2024
+ type: () => {
2025
+ return System.Int64;
2026
+ },
2027
+ isAbstract: true,
2028
+ },
2029
+ DuplicateAddressDetectionState: {
2030
+ kind: "property",
2031
+ type: () => {
2032
+ return NetworkInformation.DuplicateAddressDetectionState;
2033
+ },
2034
+ isAbstract: true,
2035
+ },
2036
+ PrefixOrigin: {
2037
+ kind: "property",
2038
+ type: () => {
2039
+ return NetworkInformation.PrefixOrigin;
2040
+ },
2041
+ isAbstract: true,
2042
+ },
2043
+ SuffixOrigin: {
2044
+ kind: "property",
2045
+ type: () => {
2046
+ return NetworkInformation.SuffixOrigin;
2047
+ },
2048
+ isAbstract: true,
2049
+ },
2050
+ },
2051
+ isAbstract: true,
2052
+ },
2053
+ MulticastIPAddressInformationCollection: {
2054
+ kind: "class",
2055
+ members: {
2056
+ MulticastIPAddressInformationCollection: {
2057
+ kind: "method",
2058
+ methodKind: "constructor",
2059
+ },
2060
+ Add: {
2061
+ kind: "method",
2062
+ methodKind: "ordinary",
2063
+ isVirtual: true,
2064
+ },
2065
+ Clear: {
2066
+ kind: "method",
2067
+ methodKind: "ordinary",
2068
+ isVirtual: true,
2069
+ },
2070
+ Contains: {
2071
+ kind: "method",
2072
+ methodKind: "ordinary",
2073
+ isVirtual: true,
2074
+ },
2075
+ CopyTo: {
2076
+ kind: "method",
2077
+ methodKind: "ordinary",
2078
+ isVirtual: true,
2079
+ },
2080
+ GetEnumerator: {
2081
+ kind: "method",
2082
+ methodKind: "ordinary",
2083
+ isVirtual: true,
2084
+ },
2085
+ Remove: {
2086
+ kind: "method",
2087
+ methodKind: "ordinary",
2088
+ isVirtual: true,
2089
+ },
2090
+ Count: {
2091
+ kind: "property",
2092
+ type: () => {
2093
+ return System.Int32;
2094
+ },
2095
+ isVirtual: true,
2096
+ },
2097
+ IsReadOnly: {
2098
+ kind: "property",
2099
+ type: () => {
2100
+ return System.Boolean;
2101
+ },
2102
+ isVirtual: true,
2103
+ },
2104
+ Item: {
2105
+ kind: "property",
2106
+ type: () => {
2107
+ return NetworkInformation.MulticastIPAddressInformation;
2108
+ },
2109
+ isVirtual: true,
2110
+ },
2111
+ },
2112
+ },
2113
+ NetBiosNodeType: {
2114
+ kind: "enum",
2115
+ members: {
2116
+ Unknown: {
2117
+ kind: "field",
2118
+ type: () => {
2119
+ return NetworkInformation.NetBiosNodeType;
2120
+ },
2121
+ },
2122
+ Broadcast: {
2123
+ kind: "field",
2124
+ type: () => {
2125
+ return NetworkInformation.NetBiosNodeType;
2126
+ },
2127
+ },
2128
+ Peer2Peer: {
2129
+ kind: "field",
2130
+ type: () => {
2131
+ return NetworkInformation.NetBiosNodeType;
2132
+ },
2133
+ },
2134
+ Mixed: {
2135
+ kind: "field",
2136
+ type: () => {
2137
+ return NetworkInformation.NetBiosNodeType;
2138
+ },
2139
+ },
2140
+ Hybrid: {
2141
+ kind: "field",
2142
+ type: () => {
2143
+ return NetworkInformation.NetBiosNodeType;
2144
+ },
2145
+ },
2146
+ },
2147
+ },
2148
+ NetworkAddressChangedEventHandler: {
2149
+ kind: "generic",
2150
+ members: {
2151
+ NetworkAddressChangedEventHandler: {
2152
+ kind: "method",
2153
+ methodKind: "constructor",
2154
+ },
2155
+ Invoke: {
2156
+ kind: "method",
2157
+ methodKind: "ordinary",
2158
+ isVirtual: true,
2159
+ },
2160
+ BeginInvoke: {
2161
+ kind: "method",
2162
+ methodKind: "ordinary",
2163
+ isVirtual: true,
2164
+ },
2165
+ EndInvoke: {
2166
+ kind: "method",
2167
+ methodKind: "ordinary",
2168
+ isVirtual: true,
2169
+ },
2170
+ },
2171
+ },
2172
+ NetworkAvailabilityChangedEventHandler: {
2173
+ kind: "generic",
2174
+ members: {
2175
+ NetworkAvailabilityChangedEventHandler: {
2176
+ kind: "method",
2177
+ methodKind: "constructor",
2178
+ },
2179
+ Invoke: {
2180
+ kind: "method",
2181
+ methodKind: "ordinary",
2182
+ isVirtual: true,
2183
+ },
2184
+ BeginInvoke: {
2185
+ kind: "method",
2186
+ methodKind: "ordinary",
2187
+ isVirtual: true,
2188
+ },
2189
+ EndInvoke: {
2190
+ kind: "method",
2191
+ methodKind: "ordinary",
2192
+ isVirtual: true,
2193
+ },
2194
+ },
2195
+ },
2196
+ NetworkAvailabilityEventArgs: {
2197
+ kind: "class",
2198
+ members: {
2199
+ IsAvailable: {
2200
+ kind: "property",
2201
+ type: () => {
2202
+ return System.Boolean;
2203
+ },
2204
+ },
2205
+ },
2206
+ },
2207
+ NetworkChange: {
2208
+ kind: "class",
2209
+ members: {},
2210
+ },
2211
+ NetworkInformationException: {
2212
+ kind: "class",
2213
+ members: {
2214
+ NetworkInformationException: {
2215
+ kind: "method",
2216
+ methodKind: "constructor",
2217
+ },
2218
+ ErrorCode: {
2219
+ kind: "property",
2220
+ type: () => {
2221
+ return System.Int32;
2222
+ },
2223
+ isOverride: true,
2224
+ },
2225
+ },
2226
+ },
2227
+ NetworkInterface: {
2228
+ kind: "class",
2229
+ members: {
2230
+ NetworkInterface: {
2231
+ kind: "method",
2232
+ methodKind: "constructor",
2233
+ },
2234
+ GetAllNetworkInterfaces: {
2235
+ kind: "method",
2236
+ methodKind: "ordinary",
2237
+ isStatic: true,
2238
+ },
2239
+ GetIPProperties: {
2240
+ kind: "method",
2241
+ methodKind: "ordinary",
2242
+ isVirtual: true,
2243
+ },
2244
+ GetIPStatistics: {
2245
+ kind: "method",
2246
+ methodKind: "ordinary",
2247
+ isVirtual: true,
2248
+ },
2249
+ GetIPv4Statistics: {
2250
+ kind: "method",
2251
+ methodKind: "ordinary",
2252
+ isVirtual: true,
2253
+ },
2254
+ GetIsNetworkAvailable: {
2255
+ kind: "method",
2256
+ methodKind: "ordinary",
2257
+ isStatic: true,
2258
+ },
2259
+ GetPhysicalAddress: {
2260
+ kind: "method",
2261
+ methodKind: "ordinary",
2262
+ isVirtual: true,
2263
+ },
2264
+ Supports: {
2265
+ kind: "method",
2266
+ methodKind: "ordinary",
2267
+ isVirtual: true,
2268
+ },
2269
+ Description: {
2270
+ kind: "property",
2271
+ type: () => {
2272
+ return System.String;
2273
+ },
2274
+ isVirtual: true,
2275
+ },
2276
+ Id: {
2277
+ kind: "property",
2278
+ type: () => {
2279
+ return System.String;
2280
+ },
2281
+ isVirtual: true,
2282
+ },
2283
+ IPv6LoopbackInterfaceIndex: {
2284
+ kind: "property",
2285
+ type: () => {
2286
+ return System.Int32;
2287
+ },
2288
+ isStatic: true,
2289
+ },
2290
+ IsReceiveOnly: {
2291
+ kind: "property",
2292
+ type: () => {
2293
+ return System.Boolean;
2294
+ },
2295
+ isVirtual: true,
2296
+ },
2297
+ LoopbackInterfaceIndex: {
2298
+ kind: "property",
2299
+ type: () => {
2300
+ return System.Int32;
2301
+ },
2302
+ isStatic: true,
2303
+ },
2304
+ Name: {
2305
+ kind: "property",
2306
+ type: () => {
2307
+ return System.String;
2308
+ },
2309
+ isVirtual: true,
2310
+ },
2311
+ NetworkInterfaceType: {
2312
+ kind: "property",
2313
+ type: () => {
2314
+ return NetworkInformation.NetworkInterfaceType;
2315
+ },
2316
+ isVirtual: true,
2317
+ },
2318
+ OperationalStatus: {
2319
+ kind: "property",
2320
+ type: () => {
2321
+ return NetworkInformation.OperationalStatus;
2322
+ },
2323
+ isVirtual: true,
2324
+ },
2325
+ Speed: {
2326
+ kind: "property",
2327
+ type: () => {
2328
+ return System.Int64;
2329
+ },
2330
+ isVirtual: true,
2331
+ },
2332
+ SupportsMulticast: {
2333
+ kind: "property",
2334
+ type: () => {
2335
+ return System.Boolean;
2336
+ },
2337
+ isVirtual: true,
2338
+ },
2339
+ },
2340
+ isAbstract: true,
2341
+ },
2342
+ NetworkInterfaceComponent: {
2343
+ kind: "enum",
2344
+ members: {
2345
+ IPv4: {
2346
+ kind: "field",
2347
+ type: () => {
2348
+ return NetworkInformation.NetworkInterfaceComponent;
2349
+ },
2350
+ },
2351
+ IPv6: {
2352
+ kind: "field",
2353
+ type: () => {
2354
+ return NetworkInformation.NetworkInterfaceComponent;
2355
+ },
2356
+ },
2357
+ },
2358
+ },
2359
+ NetworkInterfaceType: {
2360
+ kind: "enum",
2361
+ members: {
2362
+ Unknown: {
2363
+ kind: "field",
2364
+ type: () => {
2365
+ return NetworkInformation.NetworkInterfaceType;
2366
+ },
2367
+ },
2368
+ Ethernet: {
2369
+ kind: "field",
2370
+ type: () => {
2371
+ return NetworkInformation.NetworkInterfaceType;
2372
+ },
2373
+ },
2374
+ TokenRing: {
2375
+ kind: "field",
2376
+ type: () => {
2377
+ return NetworkInformation.NetworkInterfaceType;
2378
+ },
2379
+ },
2380
+ Fddi: {
2381
+ kind: "field",
2382
+ type: () => {
2383
+ return NetworkInformation.NetworkInterfaceType;
2384
+ },
2385
+ },
2386
+ BasicIsdn: {
2387
+ kind: "field",
2388
+ type: () => {
2389
+ return NetworkInformation.NetworkInterfaceType;
2390
+ },
2391
+ },
2392
+ PrimaryIsdn: {
2393
+ kind: "field",
2394
+ type: () => {
2395
+ return NetworkInformation.NetworkInterfaceType;
2396
+ },
2397
+ },
2398
+ Ppp: {
2399
+ kind: "field",
2400
+ type: () => {
2401
+ return NetworkInformation.NetworkInterfaceType;
2402
+ },
2403
+ },
2404
+ Loopback: {
2405
+ kind: "field",
2406
+ type: () => {
2407
+ return NetworkInformation.NetworkInterfaceType;
2408
+ },
2409
+ },
2410
+ Ethernet3Megabit: {
2411
+ kind: "field",
2412
+ type: () => {
2413
+ return NetworkInformation.NetworkInterfaceType;
2414
+ },
2415
+ },
2416
+ Slip: {
2417
+ kind: "field",
2418
+ type: () => {
2419
+ return NetworkInformation.NetworkInterfaceType;
2420
+ },
2421
+ },
2422
+ Atm: {
2423
+ kind: "field",
2424
+ type: () => {
2425
+ return NetworkInformation.NetworkInterfaceType;
2426
+ },
2427
+ },
2428
+ GenericModem: {
2429
+ kind: "field",
2430
+ type: () => {
2431
+ return NetworkInformation.NetworkInterfaceType;
2432
+ },
2433
+ },
2434
+ FastEthernetT: {
2435
+ kind: "field",
2436
+ type: () => {
2437
+ return NetworkInformation.NetworkInterfaceType;
2438
+ },
2439
+ },
2440
+ Isdn: {
2441
+ kind: "field",
2442
+ type: () => {
2443
+ return NetworkInformation.NetworkInterfaceType;
2444
+ },
2445
+ },
2446
+ FastEthernetFx: {
2447
+ kind: "field",
2448
+ type: () => {
2449
+ return NetworkInformation.NetworkInterfaceType;
2450
+ },
2451
+ },
2452
+ Wireless80211: {
2453
+ kind: "field",
2454
+ type: () => {
2455
+ return NetworkInformation.NetworkInterfaceType;
2456
+ },
2457
+ },
2458
+ AsymmetricDsl: {
2459
+ kind: "field",
2460
+ type: () => {
2461
+ return NetworkInformation.NetworkInterfaceType;
2462
+ },
2463
+ },
2464
+ RateAdaptDsl: {
2465
+ kind: "field",
2466
+ type: () => {
2467
+ return NetworkInformation.NetworkInterfaceType;
2468
+ },
2469
+ },
2470
+ SymmetricDsl: {
2471
+ kind: "field",
2472
+ type: () => {
2473
+ return NetworkInformation.NetworkInterfaceType;
2474
+ },
2475
+ },
2476
+ VeryHighSpeedDsl: {
2477
+ kind: "field",
2478
+ type: () => {
2479
+ return NetworkInformation.NetworkInterfaceType;
2480
+ },
2481
+ },
2482
+ IPOverAtm: {
2483
+ kind: "field",
2484
+ type: () => {
2485
+ return NetworkInformation.NetworkInterfaceType;
2486
+ },
2487
+ },
2488
+ GigabitEthernet: {
2489
+ kind: "field",
2490
+ type: () => {
2491
+ return NetworkInformation.NetworkInterfaceType;
2492
+ },
2493
+ },
2494
+ Tunnel: {
2495
+ kind: "field",
2496
+ type: () => {
2497
+ return NetworkInformation.NetworkInterfaceType;
2498
+ },
2499
+ },
2500
+ MultiRateSymmetricDsl: {
2501
+ kind: "field",
2502
+ type: () => {
2503
+ return NetworkInformation.NetworkInterfaceType;
2504
+ },
2505
+ },
2506
+ HighPerformanceSerialBus: {
2507
+ kind: "field",
2508
+ type: () => {
2509
+ return NetworkInformation.NetworkInterfaceType;
2510
+ },
2511
+ },
2512
+ Wman: {
2513
+ kind: "field",
2514
+ type: () => {
2515
+ return NetworkInformation.NetworkInterfaceType;
2516
+ },
2517
+ },
2518
+ Wwanpp: {
2519
+ kind: "field",
2520
+ type: () => {
2521
+ return NetworkInformation.NetworkInterfaceType;
2522
+ },
2523
+ },
2524
+ Wwanpp2: {
2525
+ kind: "field",
2526
+ type: () => {
2527
+ return NetworkInformation.NetworkInterfaceType;
2528
+ },
2529
+ },
2530
+ },
2531
+ },
2532
+ OperationalStatus: {
2533
+ kind: "enum",
2534
+ members: {
2535
+ Up: {
2536
+ kind: "field",
2537
+ type: () => {
2538
+ return NetworkInformation.OperationalStatus;
2539
+ },
2540
+ },
2541
+ Down: {
2542
+ kind: "field",
2543
+ type: () => {
2544
+ return NetworkInformation.OperationalStatus;
2545
+ },
2546
+ },
2547
+ Testing: {
2548
+ kind: "field",
2549
+ type: () => {
2550
+ return NetworkInformation.OperationalStatus;
2551
+ },
2552
+ },
2553
+ Unknown: {
2554
+ kind: "field",
2555
+ type: () => {
2556
+ return NetworkInformation.OperationalStatus;
2557
+ },
2558
+ },
2559
+ Dormant: {
2560
+ kind: "field",
2561
+ type: () => {
2562
+ return NetworkInformation.OperationalStatus;
2563
+ },
2564
+ },
2565
+ NotPresent: {
2566
+ kind: "field",
2567
+ type: () => {
2568
+ return NetworkInformation.OperationalStatus;
2569
+ },
2570
+ },
2571
+ LowerLayerDown: {
2572
+ kind: "field",
2573
+ type: () => {
2574
+ return NetworkInformation.OperationalStatus;
2575
+ },
2576
+ },
2577
+ },
2578
+ },
2579
+ PhysicalAddress: {
2580
+ kind: "class",
2581
+ members: {
2582
+ None: {
2583
+ kind: "field",
2584
+ type: () => {
2585
+ return NetworkInformation.PhysicalAddress;
2586
+ },
2587
+ isStatic: true,
2588
+ isReadOnly: true,
2589
+ },
2590
+ PhysicalAddress: {
2591
+ kind: "method",
2592
+ methodKind: "constructor",
2593
+ },
2594
+ Equals: {
2595
+ kind: "method",
2596
+ methodKind: "ordinary",
2597
+ isOverride: true,
2598
+ },
2599
+ GetAddressBytes: {
2600
+ kind: "method",
2601
+ methodKind: "ordinary",
2602
+ },
2603
+ GetHashCode: {
2604
+ kind: "method",
2605
+ methodKind: "ordinary",
2606
+ isOverride: true,
2607
+ },
2608
+ Parse: {
2609
+ kind: "method",
2610
+ methodKind: "ordinary",
2611
+ isStatic: true,
2612
+ },
2613
+ ToString: {
2614
+ kind: "method",
2615
+ methodKind: "ordinary",
2616
+ isOverride: true,
2617
+ },
2618
+ TryParse: {
2619
+ kind: "method",
2620
+ methodKind: "ordinary",
2621
+ isStatic: true,
2622
+ },
2623
+ },
2624
+ },
2625
+ Ping: {
2626
+ kind: "class",
2627
+ members: {
2628
+ Ping: {
2629
+ kind: "method",
2630
+ methodKind: "constructor",
2631
+ },
2632
+ Dispose: {
2633
+ kind: "method",
2634
+ methodKind: "ordinary",
2635
+ isOverride: true,
2636
+ },
2637
+ OnPingCompleted: {
2638
+ kind: "method",
2639
+ methodKind: "ordinary",
2640
+ },
2641
+ Send: {
2642
+ kind: "method",
2643
+ methodKind: "ordinary",
2644
+ },
2645
+ SendAsync: {
2646
+ kind: "method",
2647
+ methodKind: "ordinary",
2648
+ },
2649
+ SendAsyncCancel: {
2650
+ kind: "method",
2651
+ methodKind: "ordinary",
2652
+ },
2653
+ SendPingAsync: {
2654
+ kind: "method",
2655
+ methodKind: "ordinary",
2656
+ },
2657
+ },
2658
+ },
2659
+ PingCompletedEventArgs: {
2660
+ kind: "class",
2661
+ members: {
2662
+ Reply: {
2663
+ kind: "property",
2664
+ type: () => {
2665
+ return NetworkInformation.PingReply;
2666
+ },
2667
+ },
2668
+ },
2669
+ },
2670
+ PingCompletedEventHandler: {
2671
+ kind: "generic",
2672
+ members: {
2673
+ PingCompletedEventHandler: {
2674
+ kind: "method",
2675
+ methodKind: "constructor",
2676
+ },
2677
+ Invoke: {
2678
+ kind: "method",
2679
+ methodKind: "ordinary",
2680
+ isVirtual: true,
2681
+ },
2682
+ BeginInvoke: {
2683
+ kind: "method",
2684
+ methodKind: "ordinary",
2685
+ isVirtual: true,
2686
+ },
2687
+ EndInvoke: {
2688
+ kind: "method",
2689
+ methodKind: "ordinary",
2690
+ isVirtual: true,
2691
+ },
2692
+ },
2693
+ },
2694
+ PingException: {
2695
+ kind: "class",
2696
+ members: {
2697
+ PingException: {
2698
+ kind: "method",
2699
+ methodKind: "constructor",
2700
+ },
2701
+ },
2702
+ },
2703
+ PingOptions: {
2704
+ kind: "class",
2705
+ members: {
2706
+ PingOptions: {
2707
+ kind: "method",
2708
+ methodKind: "constructor",
2709
+ },
2710
+ DontFragment: {
2711
+ kind: "property",
2712
+ type: () => {
2713
+ return System.Boolean;
2714
+ },
2715
+ },
2716
+ Ttl: {
2717
+ kind: "property",
2718
+ type: () => {
2719
+ return System.Int32;
2720
+ },
2721
+ },
2722
+ },
2723
+ },
2724
+ PingReply: {
2725
+ kind: "class",
2726
+ members: {
2727
+ Address: {
2728
+ kind: "property",
2729
+ type: () => {
2730
+ return Net.IPAddress;
2731
+ },
2732
+ },
2733
+ Buffer: {
2734
+ kind: "property",
2735
+ type: () => {
2736
+ return System.Array;
2737
+ },
2738
+ },
2739
+ Options: {
2740
+ kind: "property",
2741
+ type: () => {
2742
+ return NetworkInformation.PingOptions;
2743
+ },
2744
+ },
2745
+ RoundtripTime: {
2746
+ kind: "property",
2747
+ type: () => {
2748
+ return System.Int64;
2749
+ },
2750
+ },
2751
+ Status: {
2752
+ kind: "property",
2753
+ type: () => {
2754
+ return NetworkInformation.IPStatus;
2755
+ },
2756
+ },
2757
+ },
2758
+ },
2759
+ PrefixOrigin: {
2760
+ kind: "enum",
2761
+ members: {
2762
+ Other: {
2763
+ kind: "field",
2764
+ type: () => {
2765
+ return NetworkInformation.PrefixOrigin;
2766
+ },
2767
+ },
2768
+ Manual: {
2769
+ kind: "field",
2770
+ type: () => {
2771
+ return NetworkInformation.PrefixOrigin;
2772
+ },
2773
+ },
2774
+ WellKnown: {
2775
+ kind: "field",
2776
+ type: () => {
2777
+ return NetworkInformation.PrefixOrigin;
2778
+ },
2779
+ },
2780
+ Dhcp: {
2781
+ kind: "field",
2782
+ type: () => {
2783
+ return NetworkInformation.PrefixOrigin;
2784
+ },
2785
+ },
2786
+ RouterAdvertisement: {
2787
+ kind: "field",
2788
+ type: () => {
2789
+ return NetworkInformation.PrefixOrigin;
2790
+ },
2791
+ },
2792
+ },
2793
+ },
2794
+ ScopeLevel: {
2795
+ kind: "enum",
2796
+ members: {
2797
+ None: {
2798
+ kind: "field",
2799
+ type: () => {
2800
+ return NetworkInformation.ScopeLevel;
2801
+ },
2802
+ },
2803
+ Interface: {
2804
+ kind: "field",
2805
+ type: () => {
2806
+ return NetworkInformation.ScopeLevel;
2807
+ },
2808
+ },
2809
+ Link: {
2810
+ kind: "field",
2811
+ type: () => {
2812
+ return NetworkInformation.ScopeLevel;
2813
+ },
2814
+ },
2815
+ Subnet: {
2816
+ kind: "field",
2817
+ type: () => {
2818
+ return NetworkInformation.ScopeLevel;
2819
+ },
2820
+ },
2821
+ Admin: {
2822
+ kind: "field",
2823
+ type: () => {
2824
+ return NetworkInformation.ScopeLevel;
2825
+ },
2826
+ },
2827
+ Site: {
2828
+ kind: "field",
2829
+ type: () => {
2830
+ return NetworkInformation.ScopeLevel;
2831
+ },
2832
+ },
2833
+ Organization: {
2834
+ kind: "field",
2835
+ type: () => {
2836
+ return NetworkInformation.ScopeLevel;
2837
+ },
2838
+ },
2839
+ Global: {
2840
+ kind: "field",
2841
+ type: () => {
2842
+ return NetworkInformation.ScopeLevel;
2843
+ },
2844
+ },
2845
+ },
2846
+ },
2847
+ SuffixOrigin: {
2848
+ kind: "enum",
2849
+ members: {
2850
+ Other: {
2851
+ kind: "field",
2852
+ type: () => {
2853
+ return NetworkInformation.SuffixOrigin;
2854
+ },
2855
+ },
2856
+ Manual: {
2857
+ kind: "field",
2858
+ type: () => {
2859
+ return NetworkInformation.SuffixOrigin;
2860
+ },
2861
+ },
2862
+ WellKnown: {
2863
+ kind: "field",
2864
+ type: () => {
2865
+ return NetworkInformation.SuffixOrigin;
2866
+ },
2867
+ },
2868
+ OriginDhcp: {
2869
+ kind: "field",
2870
+ type: () => {
2871
+ return NetworkInformation.SuffixOrigin;
2872
+ },
2873
+ },
2874
+ LinkLayerAddress: {
2875
+ kind: "field",
2876
+ type: () => {
2877
+ return NetworkInformation.SuffixOrigin;
2878
+ },
2879
+ },
2880
+ Random: {
2881
+ kind: "field",
2882
+ type: () => {
2883
+ return NetworkInformation.SuffixOrigin;
2884
+ },
2885
+ },
2886
+ },
2887
+ },
2888
+ TcpConnectionInformation: {
2889
+ kind: "class",
2890
+ members: {
2891
+ TcpConnectionInformation: {
2892
+ kind: "method",
2893
+ methodKind: "constructor",
2894
+ },
2895
+ LocalEndPoint: {
2896
+ kind: "property",
2897
+ type: () => {
2898
+ return Net.IPEndPoint;
2899
+ },
2900
+ isAbstract: true,
2901
+ },
2902
+ RemoteEndPoint: {
2903
+ kind: "property",
2904
+ type: () => {
2905
+ return Net.IPEndPoint;
2906
+ },
2907
+ isAbstract: true,
2908
+ },
2909
+ State: {
2910
+ kind: "property",
2911
+ type: () => {
2912
+ return NetworkInformation.TcpState;
2913
+ },
2914
+ isAbstract: true,
2915
+ },
2916
+ },
2917
+ isAbstract: true,
2918
+ },
2919
+ TcpState: {
2920
+ kind: "enum",
2921
+ members: {
2922
+ Unknown: {
2923
+ kind: "field",
2924
+ type: () => {
2925
+ return NetworkInformation.TcpState;
2926
+ },
2927
+ },
2928
+ Closed: {
2929
+ kind: "field",
2930
+ type: () => {
2931
+ return NetworkInformation.TcpState;
2932
+ },
2933
+ },
2934
+ Listen: {
2935
+ kind: "field",
2936
+ type: () => {
2937
+ return NetworkInformation.TcpState;
2938
+ },
2939
+ },
2940
+ SynSent: {
2941
+ kind: "field",
2942
+ type: () => {
2943
+ return NetworkInformation.TcpState;
2944
+ },
2945
+ },
2946
+ SynReceived: {
2947
+ kind: "field",
2948
+ type: () => {
2949
+ return NetworkInformation.TcpState;
2950
+ },
2951
+ },
2952
+ Established: {
2953
+ kind: "field",
2954
+ type: () => {
2955
+ return NetworkInformation.TcpState;
2956
+ },
2957
+ },
2958
+ FinWait1: {
2959
+ kind: "field",
2960
+ type: () => {
2961
+ return NetworkInformation.TcpState;
2962
+ },
2963
+ },
2964
+ FinWait2: {
2965
+ kind: "field",
2966
+ type: () => {
2967
+ return NetworkInformation.TcpState;
2968
+ },
2969
+ },
2970
+ CloseWait: {
2971
+ kind: "field",
2972
+ type: () => {
2973
+ return NetworkInformation.TcpState;
2974
+ },
2975
+ },
2976
+ Closing: {
2977
+ kind: "field",
2978
+ type: () => {
2979
+ return NetworkInformation.TcpState;
2980
+ },
2981
+ },
2982
+ LastAck: {
2983
+ kind: "field",
2984
+ type: () => {
2985
+ return NetworkInformation.TcpState;
2986
+ },
2987
+ },
2988
+ TimeWait: {
2989
+ kind: "field",
2990
+ type: () => {
2991
+ return NetworkInformation.TcpState;
2992
+ },
2993
+ },
2994
+ DeleteTcb: {
2995
+ kind: "field",
2996
+ type: () => {
2997
+ return NetworkInformation.TcpState;
2998
+ },
2999
+ },
3000
+ },
3001
+ },
3002
+ TcpStatistics: {
3003
+ kind: "class",
3004
+ members: {
3005
+ TcpStatistics: {
3006
+ kind: "method",
3007
+ methodKind: "constructor",
3008
+ },
3009
+ ConnectionsAccepted: {
3010
+ kind: "property",
3011
+ type: () => {
3012
+ return System.Int64;
3013
+ },
3014
+ isAbstract: true,
3015
+ },
3016
+ ConnectionsInitiated: {
3017
+ kind: "property",
3018
+ type: () => {
3019
+ return System.Int64;
3020
+ },
3021
+ isAbstract: true,
3022
+ },
3023
+ CumulativeConnections: {
3024
+ kind: "property",
3025
+ type: () => {
3026
+ return System.Int64;
3027
+ },
3028
+ isAbstract: true,
3029
+ },
3030
+ CurrentConnections: {
3031
+ kind: "property",
3032
+ type: () => {
3033
+ return System.Int64;
3034
+ },
3035
+ isAbstract: true,
3036
+ },
3037
+ ErrorsReceived: {
3038
+ kind: "property",
3039
+ type: () => {
3040
+ return System.Int64;
3041
+ },
3042
+ isAbstract: true,
3043
+ },
3044
+ FailedConnectionAttempts: {
3045
+ kind: "property",
3046
+ type: () => {
3047
+ return System.Int64;
3048
+ },
3049
+ isAbstract: true,
3050
+ },
3051
+ MaximumConnections: {
3052
+ kind: "property",
3053
+ type: () => {
3054
+ return System.Int64;
3055
+ },
3056
+ isAbstract: true,
3057
+ },
3058
+ MaximumTransmissionTimeout: {
3059
+ kind: "property",
3060
+ type: () => {
3061
+ return System.Int64;
3062
+ },
3063
+ isAbstract: true,
3064
+ },
3065
+ MinimumTransmissionTimeout: {
3066
+ kind: "property",
3067
+ type: () => {
3068
+ return System.Int64;
3069
+ },
3070
+ isAbstract: true,
3071
+ },
3072
+ ResetConnections: {
3073
+ kind: "property",
3074
+ type: () => {
3075
+ return System.Int64;
3076
+ },
3077
+ isAbstract: true,
3078
+ },
3079
+ ResetsSent: {
3080
+ kind: "property",
3081
+ type: () => {
3082
+ return System.Int64;
3083
+ },
3084
+ isAbstract: true,
3085
+ },
3086
+ SegmentsReceived: {
3087
+ kind: "property",
3088
+ type: () => {
3089
+ return System.Int64;
3090
+ },
3091
+ isAbstract: true,
3092
+ },
3093
+ SegmentsResent: {
3094
+ kind: "property",
3095
+ type: () => {
3096
+ return System.Int64;
3097
+ },
3098
+ isAbstract: true,
3099
+ },
3100
+ SegmentsSent: {
3101
+ kind: "property",
3102
+ type: () => {
3103
+ return System.Int64;
3104
+ },
3105
+ isAbstract: true,
3106
+ },
3107
+ },
3108
+ isAbstract: true,
3109
+ },
3110
+ UdpStatistics: {
3111
+ kind: "class",
3112
+ members: {
3113
+ UdpStatistics: {
3114
+ kind: "method",
3115
+ methodKind: "constructor",
3116
+ },
3117
+ DatagramsReceived: {
3118
+ kind: "property",
3119
+ type: () => {
3120
+ return System.Int64;
3121
+ },
3122
+ isAbstract: true,
3123
+ },
3124
+ DatagramsSent: {
3125
+ kind: "property",
3126
+ type: () => {
3127
+ return System.Int64;
3128
+ },
3129
+ isAbstract: true,
3130
+ },
3131
+ IncomingDatagramsDiscarded: {
3132
+ kind: "property",
3133
+ type: () => {
3134
+ return System.Int64;
3135
+ },
3136
+ isAbstract: true,
3137
+ },
3138
+ IncomingDatagramsWithErrors: {
3139
+ kind: "property",
3140
+ type: () => {
3141
+ return System.Int64;
3142
+ },
3143
+ isAbstract: true,
3144
+ },
3145
+ UdpListeners: {
3146
+ kind: "property",
3147
+ type: () => {
3148
+ return System.Int32;
3149
+ },
3150
+ isAbstract: true,
3151
+ },
3152
+ },
3153
+ isAbstract: true,
3154
+ },
3155
+ UnicastIPAddressInformation: {
3156
+ kind: "class",
3157
+ members: {
3158
+ UnicastIPAddressInformation: {
3159
+ kind: "method",
3160
+ methodKind: "constructor",
3161
+ },
3162
+ AddressPreferredLifetime: {
3163
+ kind: "property",
3164
+ type: () => {
3165
+ return System.Int64;
3166
+ },
3167
+ isAbstract: true,
3168
+ },
3169
+ AddressValidLifetime: {
3170
+ kind: "property",
3171
+ type: () => {
3172
+ return System.Int64;
3173
+ },
3174
+ isAbstract: true,
3175
+ },
3176
+ DhcpLeaseLifetime: {
3177
+ kind: "property",
3178
+ type: () => {
3179
+ return System.Int64;
3180
+ },
3181
+ isAbstract: true,
3182
+ },
3183
+ DuplicateAddressDetectionState: {
3184
+ kind: "property",
3185
+ type: () => {
3186
+ return NetworkInformation.DuplicateAddressDetectionState;
3187
+ },
3188
+ isAbstract: true,
3189
+ },
3190
+ IPv4Mask: {
3191
+ kind: "property",
3192
+ type: () => {
3193
+ return Net.IPAddress;
3194
+ },
3195
+ isAbstract: true,
3196
+ },
3197
+ PrefixLength: {
3198
+ kind: "property",
3199
+ type: () => {
3200
+ return System.Int32;
3201
+ },
3202
+ isVirtual: true,
3203
+ },
3204
+ PrefixOrigin: {
3205
+ kind: "property",
3206
+ type: () => {
3207
+ return NetworkInformation.PrefixOrigin;
3208
+ },
3209
+ isAbstract: true,
3210
+ },
3211
+ SuffixOrigin: {
3212
+ kind: "property",
3213
+ type: () => {
3214
+ return NetworkInformation.SuffixOrigin;
3215
+ },
3216
+ isAbstract: true,
3217
+ },
3218
+ },
3219
+ isAbstract: true,
3220
+ },
3221
+ UnicastIPAddressInformationCollection: {
3222
+ kind: "class",
3223
+ members: {
3224
+ UnicastIPAddressInformationCollection: {
3225
+ kind: "method",
3226
+ methodKind: "constructor",
3227
+ },
3228
+ Add: {
3229
+ kind: "method",
3230
+ methodKind: "ordinary",
3231
+ isVirtual: true,
3232
+ },
3233
+ Clear: {
3234
+ kind: "method",
3235
+ methodKind: "ordinary",
3236
+ isVirtual: true,
3237
+ },
3238
+ Contains: {
3239
+ kind: "method",
3240
+ methodKind: "ordinary",
3241
+ isVirtual: true,
3242
+ },
3243
+ CopyTo: {
3244
+ kind: "method",
3245
+ methodKind: "ordinary",
3246
+ isVirtual: true,
3247
+ },
3248
+ GetEnumerator: {
3249
+ kind: "method",
3250
+ methodKind: "ordinary",
3251
+ isVirtual: true,
3252
+ },
3253
+ Remove: {
3254
+ kind: "method",
3255
+ methodKind: "ordinary",
3256
+ isVirtual: true,
3257
+ },
3258
+ Count: {
3259
+ kind: "property",
3260
+ type: () => {
3261
+ return System.Int32;
3262
+ },
3263
+ isVirtual: true,
3264
+ },
3265
+ IsReadOnly: {
3266
+ kind: "property",
3267
+ type: () => {
3268
+ return System.Boolean;
3269
+ },
3270
+ isVirtual: true,
3271
+ },
3272
+ Item: {
3273
+ kind: "property",
3274
+ type: () => {
3275
+ return NetworkInformation.UnicastIPAddressInformation;
3276
+ },
3277
+ isVirtual: true,
3278
+ },
3279
+ },
3280
+ },
3281
+ });
3282
+ export default NetworkInformation