@alloy-js/csharp 0.23.0-dev.1 → 0.23.0-dev.10

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