@tsonic/dotnet 10.0.1 → 10.0.2

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 (283) hide show
  1. package/Internal/bindings.json +5 -0
  2. package/Microsoft.CSharp.RuntimeBinder/bindings.json +71 -8
  3. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -0
  4. package/Microsoft.VisualBasic/bindings.json +635 -68
  5. package/Microsoft.VisualBasic.CompilerServices/bindings.json +210 -0
  6. package/Microsoft.VisualBasic.FileIO/bindings.json +195 -24
  7. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -3
  8. package/Microsoft.Win32/bindings.json +107 -24
  9. package/Microsoft.Win32.SafeHandles/bindings.json +769 -15
  10. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +123 -18
  11. package/System/bindings.json +11622 -2308
  12. package/System/internal/index.d.ts +165 -15
  13. package/System.Buffers/bindings.json +371 -62
  14. package/System.Buffers/internal/index.d.ts +25 -13
  15. package/System.Buffers.Binary/bindings.json +126 -0
  16. package/System.Buffers.Text/bindings.json +67 -0
  17. package/System.Buffers.Text/internal/index.d.ts +1 -1
  18. package/System.Buffers.Text.d.ts +1 -1
  19. package/System.Buffers.d.ts +1 -1
  20. package/System.CodeDom.Compiler/bindings.json +142 -4
  21. package/System.CodeDom.Compiler/internal/index.d.ts +10 -3
  22. package/System.CodeDom.Compiler.d.ts +1 -1
  23. package/System.Collections/bindings.json +1094 -69
  24. package/System.Collections/internal/index.d.ts +41 -3
  25. package/System.Collections.Concurrent/bindings.json +353 -90
  26. package/System.Collections.Concurrent/internal/index.d.ts +9 -2
  27. package/System.Collections.Frozen/bindings.json +158 -48
  28. package/System.Collections.Generic/bindings.json +1910 -634
  29. package/System.Collections.Generic/internal/index.d.ts +24 -9
  30. package/System.Collections.Immutable/bindings.json +1321 -292
  31. package/System.Collections.ObjectModel/bindings.json +1123 -199
  32. package/System.Collections.ObjectModel/internal/index.d.ts +46 -7
  33. package/System.Collections.ObjectModel.d.ts +3 -3
  34. package/System.Collections.Specialized/bindings.json +763 -58
  35. package/System.Collections.Specialized/internal/index.d.ts +15 -1
  36. package/System.ComponentModel/bindings.json +3590 -166
  37. package/System.ComponentModel/internal/index.d.ts +173 -27
  38. package/System.ComponentModel.DataAnnotations/bindings.json +743 -13
  39. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +152 -43
  40. package/System.ComponentModel.DataAnnotations.Schema/bindings.json +24 -4
  41. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
  42. package/System.ComponentModel.DataAnnotations.Schema.d.ts +1 -1
  43. package/System.ComponentModel.DataAnnotations.d.ts +2 -2
  44. package/System.ComponentModel.Design/bindings.json +714 -40
  45. package/System.ComponentModel.Design/internal/index.d.ts +43 -12
  46. package/System.ComponentModel.Design.Serialization/bindings.json +261 -12
  47. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +17 -4
  48. package/System.ComponentModel.Design.d.ts +1 -1
  49. package/System.ComponentModel.d.ts +2 -2
  50. package/System.Configuration.Assemblies/bindings.json +19 -8
  51. package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
  52. package/System.Configuration.Assemblies.d.ts +1 -1
  53. package/System.Data/bindings.json +3325 -302
  54. package/System.Data/internal/index.d.ts +145 -24
  55. package/System.Data.Common/bindings.json +3047 -241
  56. package/System.Data.Common/internal/index.d.ts +228 -55
  57. package/System.Data.Common.d.ts +3 -3
  58. package/System.Data.SqlTypes/bindings.json +754 -71
  59. package/System.Data.SqlTypes/internal/index.d.ts +1 -0
  60. package/System.Data.d.ts +3 -3
  61. package/System.Diagnostics/bindings.json +1737 -130
  62. package/System.Diagnostics/internal/index.d.ts +121 -41
  63. package/System.Diagnostics.CodeAnalysis/bindings.json +125 -4
  64. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +1 -1
  65. package/System.Diagnostics.CodeAnalysis.d.ts +1 -1
  66. package/System.Diagnostics.Contracts/bindings.json +68 -4
  67. package/System.Diagnostics.Metrics/bindings.json +565 -55
  68. package/System.Diagnostics.Metrics/internal/index.d.ts +49 -12
  69. package/System.Diagnostics.SymbolStore/bindings.json +106 -4
  70. package/System.Diagnostics.Tracing/bindings.json +979 -160
  71. package/System.Diagnostics.Tracing/internal/index.d.ts +37 -17
  72. package/System.Diagnostics.d.ts +2 -2
  73. package/System.Drawing/bindings.json +611 -4
  74. package/System.Drawing/internal/index.d.ts +1 -1
  75. package/System.Drawing.d.ts +1 -1
  76. package/System.Dynamic/bindings.json +346 -24
  77. package/System.Dynamic/internal/index.d.ts +13 -0
  78. package/System.Formats.Asn1/bindings.json +229 -12
  79. package/System.Formats.Asn1/internal/index.d.ts +1 -0
  80. package/System.Formats.Tar/bindings.json +120 -16
  81. package/System.Globalization/bindings.json +1088 -53
  82. package/System.Globalization/internal/index.d.ts +44 -7
  83. package/System.IO/bindings.json +2163 -110
  84. package/System.IO/internal/index.d.ts +119 -27
  85. package/System.IO.Compression/bindings.json +466 -38
  86. package/System.IO.Compression/internal/index.d.ts +36 -9
  87. package/System.IO.Compression.d.ts +2 -2
  88. package/System.IO.Enumeration/bindings.json +221 -22
  89. package/System.IO.Enumeration/internal/index.d.ts +15 -4
  90. package/System.IO.IsolatedStorage/bindings.json +250 -11
  91. package/System.IO.IsolatedStorage/internal/index.d.ts +18 -5
  92. package/System.IO.IsolatedStorage.d.ts +2 -2
  93. package/System.IO.MemoryMappedFiles/bindings.json +138 -16
  94. package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -8
  95. package/System.IO.MemoryMappedFiles.d.ts +4 -3
  96. package/System.IO.Pipelines/bindings.json +147 -3
  97. package/System.IO.Pipelines/internal/index.d.ts +15 -2
  98. package/System.IO.Pipes/bindings.json +889 -54
  99. package/System.IO.Pipes/internal/index.d.ts +64 -23
  100. package/System.IO.Pipes.d.ts +4 -3
  101. package/System.IO.d.ts +2 -2
  102. package/System.Linq/bindings.json +944 -79
  103. package/System.Linq.Expressions/bindings.json +1998 -57
  104. package/System.Linq.Expressions/internal/index.d.ts +207 -29
  105. package/System.Linq.Expressions.Interpreter/bindings.json +2 -0
  106. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
  107. package/System.Linq.Expressions.Interpreter.d.ts +1 -1
  108. package/System.Linq.Expressions.d.ts +1 -1
  109. package/System.Net/bindings.json +2083 -248
  110. package/System.Net/internal/index.d.ts +102 -40
  111. package/System.Net.Cache/bindings.json +53 -12
  112. package/System.Net.Cache/internal/index.d.ts +1 -1
  113. package/System.Net.Cache.d.ts +1 -1
  114. package/System.Net.Http/bindings.json +2104 -105
  115. package/System.Net.Http/internal/index.d.ts +174 -31
  116. package/System.Net.Http.Headers/bindings.json +456 -24
  117. package/System.Net.Http.Headers/internal/index.d.ts +8 -2
  118. package/System.Net.Http.Json/bindings.json +171 -0
  119. package/System.Net.Http.Json/internal/index.d.ts +14 -2
  120. package/System.Net.Http.Metrics/bindings.json +5 -0
  121. package/System.Net.Mail/bindings.json +1127 -101
  122. package/System.Net.Mail/internal/index.d.ts +87 -16
  123. package/System.Net.Mime/bindings.json +82 -4
  124. package/System.Net.Mime/internal/index.d.ts +1 -1
  125. package/System.Net.Mime.d.ts +1 -1
  126. package/System.Net.NetworkInformation/bindings.json +857 -61
  127. package/System.Net.NetworkInformation/internal/index.d.ts +27 -5
  128. package/System.Net.NetworkInformation.d.ts +2 -2
  129. package/System.Net.Quic/bindings.json +157 -16
  130. package/System.Net.Quic/internal/index.d.ts +8 -3
  131. package/System.Net.Quic.d.ts +2 -2
  132. package/System.Net.Security/bindings.json +798 -37
  133. package/System.Net.Security/internal/index.d.ts +22 -5
  134. package/System.Net.Security.d.ts +2 -2
  135. package/System.Net.ServerSentEvents/bindings.json +31 -13
  136. package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
  137. package/System.Net.Sockets/bindings.json +1157 -78
  138. package/System.Net.Sockets/internal/index.d.ts +53 -21
  139. package/System.Net.Sockets.d.ts +2 -2
  140. package/System.Net.WebSockets/bindings.json +311 -26
  141. package/System.Net.WebSockets/internal/index.d.ts +12 -3
  142. package/System.Net.WebSockets.d.ts +2 -2
  143. package/System.Net.d.ts +2 -2
  144. package/System.Numerics/bindings.json +3546 -957
  145. package/System.Reflection/bindings.json +1913 -132
  146. package/System.Reflection/internal/index.d.ts +49 -5
  147. package/System.Reflection.Emit/bindings.json +2509 -57
  148. package/System.Reflection.Emit/internal/index.d.ts +158 -15
  149. package/System.Reflection.Emit.d.ts +1 -1
  150. package/System.Reflection.Metadata/bindings.json +1936 -231
  151. package/System.Reflection.Metadata/internal/index.d.ts +8 -1
  152. package/System.Reflection.Metadata.Ecma335/bindings.json +480 -24
  153. package/System.Reflection.PortableExecutable/bindings.json +583 -39
  154. package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -3
  155. package/System.Resources/bindings.json +323 -17
  156. package/System.Resources/internal/index.d.ts +21 -5
  157. package/System.Resources.d.ts +1 -1
  158. package/System.Runtime/bindings.json +65 -8
  159. package/System.Runtime/internal/index.d.ts +6 -1
  160. package/System.Runtime.CompilerServices/bindings.json +718 -139
  161. package/System.Runtime.CompilerServices/internal/index.d.ts +3 -0
  162. package/System.Runtime.ConstrainedExecution/bindings.json +56 -10
  163. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +8 -2
  164. package/System.Runtime.ConstrainedExecution.d.ts +1 -1
  165. package/System.Runtime.ExceptionServices/bindings.json +11 -0
  166. package/System.Runtime.InteropServices/bindings.json +1858 -265
  167. package/System.Runtime.InteropServices/internal/index.d.ts +51 -11
  168. package/System.Runtime.InteropServices.ComTypes/bindings.json +478 -72
  169. package/System.Runtime.InteropServices.Java/bindings.json +12 -0
  170. package/System.Runtime.InteropServices.JavaScript/bindings.json +205 -30
  171. package/System.Runtime.InteropServices.Marshalling/bindings.json +484 -89
  172. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +22 -4
  173. package/System.Runtime.InteropServices.Marshalling.d.ts +2 -1
  174. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +19 -4
  175. package/System.Runtime.InteropServices.Swift/bindings.json +11 -3
  176. package/System.Runtime.InteropServices.d.ts +1 -1
  177. package/System.Runtime.Intrinsics/bindings.json +1296 -40
  178. package/System.Runtime.Intrinsics.Arm/bindings.json +4959 -8
  179. package/System.Runtime.Intrinsics.Wasm/bindings.json +484 -1
  180. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -0
  181. package/System.Runtime.Intrinsics.X86/bindings.json +3765 -8
  182. package/System.Runtime.Loader/bindings.json +130 -0
  183. package/System.Runtime.Loader/internal/index.d.ts +10 -1
  184. package/System.Runtime.Remoting/bindings.json +2 -0
  185. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  186. package/System.Runtime.Remoting.d.ts +1 -1
  187. package/System.Runtime.Serialization/bindings.json +920 -17
  188. package/System.Runtime.Serialization/internal/index.d.ts +36 -5
  189. package/System.Runtime.Serialization.DataContracts/bindings.json +85 -38
  190. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +27 -19
  191. package/System.Runtime.Serialization.Formatters/bindings.json +24 -12
  192. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
  193. package/System.Runtime.Serialization.Formatters.Binary/bindings.json +15 -0
  194. package/System.Runtime.Serialization.Formatters.d.ts +1 -1
  195. package/System.Runtime.Serialization.Json/bindings.json +56 -0
  196. package/System.Runtime.Serialization.d.ts +2 -2
  197. package/System.Runtime.Versioning/bindings.json +62 -8
  198. package/System.Runtime.Versioning/internal/index.d.ts +1 -1
  199. package/System.Runtime.Versioning.d.ts +1 -1
  200. package/System.Security/bindings.json +265 -12
  201. package/System.Security/internal/index.d.ts +12 -1
  202. package/System.Security.AccessControl/bindings.json +4082 -797
  203. package/System.Security.AccessControl/internal/index.d.ts +131 -72
  204. package/System.Security.AccessControl.d.ts +2 -1
  205. package/System.Security.Authentication/bindings.json +80 -16
  206. package/System.Security.Authentication/internal/index.d.ts +2 -0
  207. package/System.Security.Authentication.ExtendedProtection/bindings.json +108 -13
  208. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -3
  209. package/System.Security.Authentication.ExtendedProtection.d.ts +2 -2
  210. package/System.Security.Claims/bindings.json +436 -0
  211. package/System.Security.Claims/internal/index.d.ts +34 -4
  212. package/System.Security.Claims.d.ts +2 -1
  213. package/System.Security.Cryptography/bindings.json +11592 -237
  214. package/System.Security.Cryptography/internal/index.d.ts +822 -102
  215. package/System.Security.Cryptography.X509Certificates/bindings.json +1000 -114
  216. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +36 -9
  217. package/System.Security.Cryptography.X509Certificates.d.ts +1 -1
  218. package/System.Security.Cryptography.d.ts +2 -2
  219. package/System.Security.Permissions/bindings.json +88 -14
  220. package/System.Security.Permissions/internal/index.d.ts +3 -1
  221. package/System.Security.Permissions.d.ts +1 -1
  222. package/System.Security.Policy/bindings.json +42 -1
  223. package/System.Security.Policy/internal/index.d.ts +1 -0
  224. package/System.Security.Principal/bindings.json +355 -28
  225. package/System.Security.Principal/internal/index.d.ts +11 -3
  226. package/System.Security.Principal.d.ts +1 -1
  227. package/System.Text/bindings.json +800 -31
  228. package/System.Text/internal/index.d.ts +10 -1
  229. package/System.Text.Encodings.Web/bindings.json +87 -4
  230. package/System.Text.Encodings.Web/internal/index.d.ts +4 -0
  231. package/System.Text.Json/bindings.json +574 -49
  232. package/System.Text.Json/internal/index.d.ts +12 -10
  233. package/System.Text.Json.Nodes/bindings.json +152 -19
  234. package/System.Text.Json.Nodes/internal/index.d.ts +1 -1
  235. package/System.Text.Json.Schema/bindings.json +10 -0
  236. package/System.Text.Json.Schema/internal/index.d.ts +1 -1
  237. package/System.Text.Json.Schema.d.ts +1 -1
  238. package/System.Text.Json.Serialization/bindings.json +295 -54
  239. package/System.Text.Json.Serialization/internal/index.d.ts +13 -1
  240. package/System.Text.Json.Serialization.Metadata/bindings.json +198 -24
  241. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +7 -4
  242. package/System.Text.RegularExpressions/bindings.json +1319 -103
  243. package/System.Text.RegularExpressions/internal/index.d.ts +25 -5
  244. package/System.Text.RegularExpressions.d.ts +1 -1
  245. package/System.Text.Unicode/bindings.json +185 -0
  246. package/System.Text.Unicode/internal/index.d.ts +1 -1
  247. package/System.Text.Unicode.d.ts +1 -1
  248. package/System.Threading/bindings.json +1270 -64
  249. package/System.Threading/internal/index.d.ts +104 -36
  250. package/System.Threading.Channels/bindings.json +143 -29
  251. package/System.Threading.Channels/internal/index.d.ts +8 -2
  252. package/System.Threading.Tasks/bindings.json +719 -29
  253. package/System.Threading.Tasks/internal/index.d.ts +25 -4
  254. package/System.Threading.Tasks.Dataflow/bindings.json +442 -143
  255. package/System.Threading.Tasks.Sources/bindings.json +34 -11
  256. package/System.Timers/bindings.json +50 -4
  257. package/System.Timers/internal/index.d.ts +9 -4
  258. package/System.Timers.d.ts +2 -2
  259. package/System.Transactions/bindings.json +269 -32
  260. package/System.Transactions/internal/index.d.ts +5 -0
  261. package/System.Web/bindings.json +32 -0
  262. package/System.Windows.Input/bindings.json +3 -0
  263. package/System.Windows.Markup/bindings.json +4 -0
  264. package/System.Windows.Markup/internal/index.d.ts +1 -1
  265. package/System.Windows.Markup.d.ts +1 -1
  266. package/System.Xml/bindings.json +2447 -210
  267. package/System.Xml/internal/index.d.ts +100 -30
  268. package/System.Xml.Linq/bindings.json +361 -24
  269. package/System.Xml.Resolvers/bindings.json +26 -4
  270. package/System.Xml.Schema/bindings.json +830 -56
  271. package/System.Xml.Schema/internal/index.d.ts +20 -1
  272. package/System.Xml.Serialization/bindings.json +4421 -149
  273. package/System.Xml.Serialization/internal/index.d.ts +74 -8
  274. package/System.Xml.Serialization.d.ts +4 -4
  275. package/System.Xml.XPath/bindings.json +287 -35
  276. package/System.Xml.XPath/internal/index.d.ts +4 -0
  277. package/System.Xml.Xsl/bindings.json +174 -8
  278. package/System.Xml.Xsl/internal/index.d.ts +8 -2
  279. package/System.Xml.Xsl.Runtime/bindings.json +613 -58
  280. package/System.Xml.Xsl.Runtime/internal/index.d.ts +19 -3
  281. package/System.Xml.Xsl.d.ts +1 -1
  282. package/System.d.ts +1 -1
  283. package/package.json +1 -1
@@ -27,16 +27,16 @@
27
27
  "clrName": "System.IComparable"
28
28
  },
29
29
  {
30
- "stableId": "System.Private.CoreLib:System.IConvertible",
31
- "clrName": "System.IConvertible"
30
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
31
+ "clrName": "System.ISpanFormattable"
32
32
  },
33
33
  {
34
34
  "stableId": "System.Private.CoreLib:System.IFormattable",
35
35
  "clrName": "System.IFormattable"
36
36
  },
37
37
  {
38
- "stableId": "System.Private.CoreLib:System.ISpanFormattable",
39
- "clrName": "System.ISpanFormattable"
38
+ "stableId": "System.Private.CoreLib:System.IConvertible",
39
+ "clrName": "System.IConvertible"
40
40
  }
41
41
  ],
42
42
  "methods": [],
@@ -50,6 +50,7 @@
50
50
  "isStatic": false,
51
51
  "isReadOnly": false,
52
52
  "isLiteral": false,
53
+ "visibility": "Public",
53
54
  "declaringClrType": "System.Net.NetworkInformation.DuplicateAddressDetectionState",
54
55
  "declaringAssemblyName": "System.Net.NetworkInformation"
55
56
  },
@@ -61,6 +62,7 @@
61
62
  "isStatic": true,
62
63
  "isReadOnly": false,
63
64
  "isLiteral": true,
65
+ "visibility": "Public",
64
66
  "declaringClrType": "System.Net.NetworkInformation.DuplicateAddressDetectionState",
65
67
  "declaringAssemblyName": "System.Net.NetworkInformation"
66
68
  },
@@ -72,6 +74,7 @@
72
74
  "isStatic": true,
73
75
  "isReadOnly": false,
74
76
  "isLiteral": true,
77
+ "visibility": "Public",
75
78
  "declaringClrType": "System.Net.NetworkInformation.DuplicateAddressDetectionState",
76
79
  "declaringAssemblyName": "System.Net.NetworkInformation"
77
80
  },
@@ -83,6 +86,7 @@
83
86
  "isStatic": true,
84
87
  "isReadOnly": false,
85
88
  "isLiteral": true,
89
+ "visibility": "Public",
86
90
  "declaringClrType": "System.Net.NetworkInformation.DuplicateAddressDetectionState",
87
91
  "declaringAssemblyName": "System.Net.NetworkInformation"
88
92
  },
@@ -94,6 +98,7 @@
94
98
  "isStatic": true,
95
99
  "isReadOnly": false,
96
100
  "isLiteral": true,
101
+ "visibility": "Public",
97
102
  "declaringClrType": "System.Net.NetworkInformation.DuplicateAddressDetectionState",
98
103
  "declaringAssemblyName": "System.Net.NetworkInformation"
99
104
  },
@@ -105,6 +110,7 @@
105
110
  "isStatic": true,
106
111
  "isReadOnly": false,
107
112
  "isLiteral": true,
113
+ "visibility": "Public",
108
114
  "declaringClrType": "System.Net.NetworkInformation.DuplicateAddressDetectionState",
109
115
  "declaringAssemblyName": "System.Net.NetworkInformation"
110
116
  }
@@ -133,16 +139,16 @@
133
139
  "clrName": "System.IComparable"
134
140
  },
135
141
  {
136
- "stableId": "System.Private.CoreLib:System.IConvertible",
137
- "clrName": "System.IConvertible"
142
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
143
+ "clrName": "System.ISpanFormattable"
138
144
  },
139
145
  {
140
146
  "stableId": "System.Private.CoreLib:System.IFormattable",
141
147
  "clrName": "System.IFormattable"
142
148
  },
143
149
  {
144
- "stableId": "System.Private.CoreLib:System.ISpanFormattable",
145
- "clrName": "System.ISpanFormattable"
150
+ "stableId": "System.Private.CoreLib:System.IConvertible",
151
+ "clrName": "System.IConvertible"
146
152
  }
147
153
  ],
148
154
  "methods": [],
@@ -156,6 +162,7 @@
156
162
  "isStatic": false,
157
163
  "isReadOnly": false,
158
164
  "isLiteral": false,
165
+ "visibility": "Public",
159
166
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
160
167
  "declaringAssemblyName": "System.Net.Ping"
161
168
  },
@@ -167,6 +174,7 @@
167
174
  "isStatic": true,
168
175
  "isReadOnly": false,
169
176
  "isLiteral": true,
177
+ "visibility": "Public",
170
178
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
171
179
  "declaringAssemblyName": "System.Net.Ping"
172
180
  },
@@ -178,6 +186,7 @@
178
186
  "isStatic": true,
179
187
  "isReadOnly": false,
180
188
  "isLiteral": true,
189
+ "visibility": "Public",
181
190
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
182
191
  "declaringAssemblyName": "System.Net.Ping"
183
192
  },
@@ -189,6 +198,7 @@
189
198
  "isStatic": true,
190
199
  "isReadOnly": false,
191
200
  "isLiteral": true,
201
+ "visibility": "Public",
192
202
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
193
203
  "declaringAssemblyName": "System.Net.Ping"
194
204
  },
@@ -200,6 +210,7 @@
200
210
  "isStatic": true,
201
211
  "isReadOnly": false,
202
212
  "isLiteral": true,
213
+ "visibility": "Public",
203
214
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
204
215
  "declaringAssemblyName": "System.Net.Ping"
205
216
  },
@@ -211,6 +222,7 @@
211
222
  "isStatic": true,
212
223
  "isReadOnly": false,
213
224
  "isLiteral": true,
225
+ "visibility": "Public",
214
226
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
215
227
  "declaringAssemblyName": "System.Net.Ping"
216
228
  },
@@ -222,6 +234,7 @@
222
234
  "isStatic": true,
223
235
  "isReadOnly": false,
224
236
  "isLiteral": true,
237
+ "visibility": "Public",
225
238
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
226
239
  "declaringAssemblyName": "System.Net.Ping"
227
240
  },
@@ -233,6 +246,7 @@
233
246
  "isStatic": true,
234
247
  "isReadOnly": false,
235
248
  "isLiteral": true,
249
+ "visibility": "Public",
236
250
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
237
251
  "declaringAssemblyName": "System.Net.Ping"
238
252
  },
@@ -244,6 +258,7 @@
244
258
  "isStatic": true,
245
259
  "isReadOnly": false,
246
260
  "isLiteral": true,
261
+ "visibility": "Public",
247
262
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
248
263
  "declaringAssemblyName": "System.Net.Ping"
249
264
  },
@@ -255,6 +270,7 @@
255
270
  "isStatic": true,
256
271
  "isReadOnly": false,
257
272
  "isLiteral": true,
273
+ "visibility": "Public",
258
274
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
259
275
  "declaringAssemblyName": "System.Net.Ping"
260
276
  },
@@ -266,6 +282,7 @@
266
282
  "isStatic": true,
267
283
  "isReadOnly": false,
268
284
  "isLiteral": true,
285
+ "visibility": "Public",
269
286
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
270
287
  "declaringAssemblyName": "System.Net.Ping"
271
288
  },
@@ -277,6 +294,7 @@
277
294
  "isStatic": true,
278
295
  "isReadOnly": false,
279
296
  "isLiteral": true,
297
+ "visibility": "Public",
280
298
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
281
299
  "declaringAssemblyName": "System.Net.Ping"
282
300
  },
@@ -288,6 +306,7 @@
288
306
  "isStatic": true,
289
307
  "isReadOnly": false,
290
308
  "isLiteral": true,
309
+ "visibility": "Public",
291
310
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
292
311
  "declaringAssemblyName": "System.Net.Ping"
293
312
  },
@@ -299,6 +318,7 @@
299
318
  "isStatic": true,
300
319
  "isReadOnly": false,
301
320
  "isLiteral": true,
321
+ "visibility": "Public",
302
322
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
303
323
  "declaringAssemblyName": "System.Net.Ping"
304
324
  },
@@ -310,6 +330,7 @@
310
330
  "isStatic": true,
311
331
  "isReadOnly": false,
312
332
  "isLiteral": true,
333
+ "visibility": "Public",
313
334
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
314
335
  "declaringAssemblyName": "System.Net.Ping"
315
336
  },
@@ -321,6 +342,7 @@
321
342
  "isStatic": true,
322
343
  "isReadOnly": false,
323
344
  "isLiteral": true,
345
+ "visibility": "Public",
324
346
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
325
347
  "declaringAssemblyName": "System.Net.Ping"
326
348
  },
@@ -332,6 +354,7 @@
332
354
  "isStatic": true,
333
355
  "isReadOnly": false,
334
356
  "isLiteral": true,
357
+ "visibility": "Public",
335
358
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
336
359
  "declaringAssemblyName": "System.Net.Ping"
337
360
  },
@@ -343,6 +366,7 @@
343
366
  "isStatic": true,
344
367
  "isReadOnly": false,
345
368
  "isLiteral": true,
369
+ "visibility": "Public",
346
370
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
347
371
  "declaringAssemblyName": "System.Net.Ping"
348
372
  },
@@ -354,6 +378,7 @@
354
378
  "isStatic": true,
355
379
  "isReadOnly": false,
356
380
  "isLiteral": true,
381
+ "visibility": "Public",
357
382
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
358
383
  "declaringAssemblyName": "System.Net.Ping"
359
384
  },
@@ -365,6 +390,7 @@
365
390
  "isStatic": true,
366
391
  "isReadOnly": false,
367
392
  "isLiteral": true,
393
+ "visibility": "Public",
368
394
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
369
395
  "declaringAssemblyName": "System.Net.Ping"
370
396
  },
@@ -376,6 +402,7 @@
376
402
  "isStatic": true,
377
403
  "isReadOnly": false,
378
404
  "isLiteral": true,
405
+ "visibility": "Public",
379
406
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
380
407
  "declaringAssemblyName": "System.Net.Ping"
381
408
  },
@@ -387,6 +414,7 @@
387
414
  "isStatic": true,
388
415
  "isReadOnly": false,
389
416
  "isLiteral": true,
417
+ "visibility": "Public",
390
418
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
391
419
  "declaringAssemblyName": "System.Net.Ping"
392
420
  },
@@ -398,6 +426,7 @@
398
426
  "isStatic": true,
399
427
  "isReadOnly": false,
400
428
  "isLiteral": true,
429
+ "visibility": "Public",
401
430
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
402
431
  "declaringAssemblyName": "System.Net.Ping"
403
432
  },
@@ -409,6 +438,7 @@
409
438
  "isStatic": true,
410
439
  "isReadOnly": false,
411
440
  "isLiteral": true,
441
+ "visibility": "Public",
412
442
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
413
443
  "declaringAssemblyName": "System.Net.Ping"
414
444
  },
@@ -420,6 +450,7 @@
420
450
  "isStatic": true,
421
451
  "isReadOnly": false,
422
452
  "isLiteral": true,
453
+ "visibility": "Public",
423
454
  "declaringClrType": "System.Net.NetworkInformation.IPStatus",
424
455
  "declaringAssemblyName": "System.Net.Ping"
425
456
  }
@@ -448,16 +479,16 @@
448
479
  "clrName": "System.IComparable"
449
480
  },
450
481
  {
451
- "stableId": "System.Private.CoreLib:System.IConvertible",
452
- "clrName": "System.IConvertible"
482
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
483
+ "clrName": "System.ISpanFormattable"
453
484
  },
454
485
  {
455
486
  "stableId": "System.Private.CoreLib:System.IFormattable",
456
487
  "clrName": "System.IFormattable"
457
488
  },
458
489
  {
459
- "stableId": "System.Private.CoreLib:System.ISpanFormattable",
460
- "clrName": "System.ISpanFormattable"
490
+ "stableId": "System.Private.CoreLib:System.IConvertible",
491
+ "clrName": "System.IConvertible"
461
492
  }
462
493
  ],
463
494
  "methods": [],
@@ -471,6 +502,7 @@
471
502
  "isStatic": false,
472
503
  "isReadOnly": false,
473
504
  "isLiteral": false,
505
+ "visibility": "Public",
474
506
  "declaringClrType": "System.Net.NetworkInformation.NetBiosNodeType",
475
507
  "declaringAssemblyName": "System.Net.NetworkInformation"
476
508
  },
@@ -482,6 +514,7 @@
482
514
  "isStatic": true,
483
515
  "isReadOnly": false,
484
516
  "isLiteral": true,
517
+ "visibility": "Public",
485
518
  "declaringClrType": "System.Net.NetworkInformation.NetBiosNodeType",
486
519
  "declaringAssemblyName": "System.Net.NetworkInformation"
487
520
  },
@@ -493,6 +526,7 @@
493
526
  "isStatic": true,
494
527
  "isReadOnly": false,
495
528
  "isLiteral": true,
529
+ "visibility": "Public",
496
530
  "declaringClrType": "System.Net.NetworkInformation.NetBiosNodeType",
497
531
  "declaringAssemblyName": "System.Net.NetworkInformation"
498
532
  },
@@ -504,6 +538,7 @@
504
538
  "isStatic": true,
505
539
  "isReadOnly": false,
506
540
  "isLiteral": true,
541
+ "visibility": "Public",
507
542
  "declaringClrType": "System.Net.NetworkInformation.NetBiosNodeType",
508
543
  "declaringAssemblyName": "System.Net.NetworkInformation"
509
544
  },
@@ -515,6 +550,7 @@
515
550
  "isStatic": true,
516
551
  "isReadOnly": false,
517
552
  "isLiteral": true,
553
+ "visibility": "Public",
518
554
  "declaringClrType": "System.Net.NetworkInformation.NetBiosNodeType",
519
555
  "declaringAssemblyName": "System.Net.NetworkInformation"
520
556
  },
@@ -526,6 +562,7 @@
526
562
  "isStatic": true,
527
563
  "isReadOnly": false,
528
564
  "isLiteral": true,
565
+ "visibility": "Public",
529
566
  "declaringClrType": "System.Net.NetworkInformation.NetBiosNodeType",
530
567
  "declaringAssemblyName": "System.Net.NetworkInformation"
531
568
  }
@@ -554,16 +591,16 @@
554
591
  "clrName": "System.IComparable"
555
592
  },
556
593
  {
557
- "stableId": "System.Private.CoreLib:System.IConvertible",
558
- "clrName": "System.IConvertible"
594
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
595
+ "clrName": "System.ISpanFormattable"
559
596
  },
560
597
  {
561
598
  "stableId": "System.Private.CoreLib:System.IFormattable",
562
599
  "clrName": "System.IFormattable"
563
600
  },
564
601
  {
565
- "stableId": "System.Private.CoreLib:System.ISpanFormattable",
566
- "clrName": "System.ISpanFormattable"
602
+ "stableId": "System.Private.CoreLib:System.IConvertible",
603
+ "clrName": "System.IConvertible"
567
604
  }
568
605
  ],
569
606
  "methods": [],
@@ -577,6 +614,7 @@
577
614
  "isStatic": false,
578
615
  "isReadOnly": false,
579
616
  "isLiteral": false,
617
+ "visibility": "Public",
580
618
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceComponent",
581
619
  "declaringAssemblyName": "System.Net.NetworkInformation"
582
620
  },
@@ -588,6 +626,7 @@
588
626
  "isStatic": true,
589
627
  "isReadOnly": false,
590
628
  "isLiteral": true,
629
+ "visibility": "Public",
591
630
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceComponent",
592
631
  "declaringAssemblyName": "System.Net.NetworkInformation"
593
632
  },
@@ -599,6 +638,7 @@
599
638
  "isStatic": true,
600
639
  "isReadOnly": false,
601
640
  "isLiteral": true,
641
+ "visibility": "Public",
602
642
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceComponent",
603
643
  "declaringAssemblyName": "System.Net.NetworkInformation"
604
644
  }
@@ -627,16 +667,16 @@
627
667
  "clrName": "System.IComparable"
628
668
  },
629
669
  {
630
- "stableId": "System.Private.CoreLib:System.IConvertible",
631
- "clrName": "System.IConvertible"
670
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
671
+ "clrName": "System.ISpanFormattable"
632
672
  },
633
673
  {
634
674
  "stableId": "System.Private.CoreLib:System.IFormattable",
635
675
  "clrName": "System.IFormattable"
636
676
  },
637
677
  {
638
- "stableId": "System.Private.CoreLib:System.ISpanFormattable",
639
- "clrName": "System.ISpanFormattable"
678
+ "stableId": "System.Private.CoreLib:System.IConvertible",
679
+ "clrName": "System.IConvertible"
640
680
  }
641
681
  ],
642
682
  "methods": [],
@@ -650,6 +690,7 @@
650
690
  "isStatic": false,
651
691
  "isReadOnly": false,
652
692
  "isLiteral": false,
693
+ "visibility": "Public",
653
694
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
654
695
  "declaringAssemblyName": "System.Net.NetworkInformation"
655
696
  },
@@ -661,6 +702,7 @@
661
702
  "isStatic": true,
662
703
  "isReadOnly": false,
663
704
  "isLiteral": true,
705
+ "visibility": "Public",
664
706
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
665
707
  "declaringAssemblyName": "System.Net.NetworkInformation"
666
708
  },
@@ -672,6 +714,7 @@
672
714
  "isStatic": true,
673
715
  "isReadOnly": false,
674
716
  "isLiteral": true,
717
+ "visibility": "Public",
675
718
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
676
719
  "declaringAssemblyName": "System.Net.NetworkInformation"
677
720
  },
@@ -683,6 +726,7 @@
683
726
  "isStatic": true,
684
727
  "isReadOnly": false,
685
728
  "isLiteral": true,
729
+ "visibility": "Public",
686
730
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
687
731
  "declaringAssemblyName": "System.Net.NetworkInformation"
688
732
  },
@@ -694,6 +738,7 @@
694
738
  "isStatic": true,
695
739
  "isReadOnly": false,
696
740
  "isLiteral": true,
741
+ "visibility": "Public",
697
742
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
698
743
  "declaringAssemblyName": "System.Net.NetworkInformation"
699
744
  },
@@ -705,6 +750,7 @@
705
750
  "isStatic": true,
706
751
  "isReadOnly": false,
707
752
  "isLiteral": true,
753
+ "visibility": "Public",
708
754
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
709
755
  "declaringAssemblyName": "System.Net.NetworkInformation"
710
756
  },
@@ -716,6 +762,7 @@
716
762
  "isStatic": true,
717
763
  "isReadOnly": false,
718
764
  "isLiteral": true,
765
+ "visibility": "Public",
719
766
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
720
767
  "declaringAssemblyName": "System.Net.NetworkInformation"
721
768
  },
@@ -727,6 +774,7 @@
727
774
  "isStatic": true,
728
775
  "isReadOnly": false,
729
776
  "isLiteral": true,
777
+ "visibility": "Public",
730
778
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
731
779
  "declaringAssemblyName": "System.Net.NetworkInformation"
732
780
  },
@@ -738,6 +786,7 @@
738
786
  "isStatic": true,
739
787
  "isReadOnly": false,
740
788
  "isLiteral": true,
789
+ "visibility": "Public",
741
790
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
742
791
  "declaringAssemblyName": "System.Net.NetworkInformation"
743
792
  },
@@ -749,6 +798,7 @@
749
798
  "isStatic": true,
750
799
  "isReadOnly": false,
751
800
  "isLiteral": true,
801
+ "visibility": "Public",
752
802
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
753
803
  "declaringAssemblyName": "System.Net.NetworkInformation"
754
804
  },
@@ -760,6 +810,7 @@
760
810
  "isStatic": true,
761
811
  "isReadOnly": false,
762
812
  "isLiteral": true,
813
+ "visibility": "Public",
763
814
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
764
815
  "declaringAssemblyName": "System.Net.NetworkInformation"
765
816
  },
@@ -771,6 +822,7 @@
771
822
  "isStatic": true,
772
823
  "isReadOnly": false,
773
824
  "isLiteral": true,
825
+ "visibility": "Public",
774
826
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
775
827
  "declaringAssemblyName": "System.Net.NetworkInformation"
776
828
  },
@@ -782,6 +834,7 @@
782
834
  "isStatic": true,
783
835
  "isReadOnly": false,
784
836
  "isLiteral": true,
837
+ "visibility": "Public",
785
838
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
786
839
  "declaringAssemblyName": "System.Net.NetworkInformation"
787
840
  },
@@ -793,6 +846,7 @@
793
846
  "isStatic": true,
794
847
  "isReadOnly": false,
795
848
  "isLiteral": true,
849
+ "visibility": "Public",
796
850
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
797
851
  "declaringAssemblyName": "System.Net.NetworkInformation"
798
852
  },
@@ -804,6 +858,7 @@
804
858
  "isStatic": true,
805
859
  "isReadOnly": false,
806
860
  "isLiteral": true,
861
+ "visibility": "Public",
807
862
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
808
863
  "declaringAssemblyName": "System.Net.NetworkInformation"
809
864
  },
@@ -815,6 +870,7 @@
815
870
  "isStatic": true,
816
871
  "isReadOnly": false,
817
872
  "isLiteral": true,
873
+ "visibility": "Public",
818
874
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
819
875
  "declaringAssemblyName": "System.Net.NetworkInformation"
820
876
  },
@@ -826,6 +882,7 @@
826
882
  "isStatic": true,
827
883
  "isReadOnly": false,
828
884
  "isLiteral": true,
885
+ "visibility": "Public",
829
886
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
830
887
  "declaringAssemblyName": "System.Net.NetworkInformation"
831
888
  },
@@ -837,6 +894,7 @@
837
894
  "isStatic": true,
838
895
  "isReadOnly": false,
839
896
  "isLiteral": true,
897
+ "visibility": "Public",
840
898
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
841
899
  "declaringAssemblyName": "System.Net.NetworkInformation"
842
900
  },
@@ -848,6 +906,7 @@
848
906
  "isStatic": true,
849
907
  "isReadOnly": false,
850
908
  "isLiteral": true,
909
+ "visibility": "Public",
851
910
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
852
911
  "declaringAssemblyName": "System.Net.NetworkInformation"
853
912
  },
@@ -859,6 +918,7 @@
859
918
  "isStatic": true,
860
919
  "isReadOnly": false,
861
920
  "isLiteral": true,
921
+ "visibility": "Public",
862
922
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
863
923
  "declaringAssemblyName": "System.Net.NetworkInformation"
864
924
  },
@@ -870,6 +930,7 @@
870
930
  "isStatic": true,
871
931
  "isReadOnly": false,
872
932
  "isLiteral": true,
933
+ "visibility": "Public",
873
934
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
874
935
  "declaringAssemblyName": "System.Net.NetworkInformation"
875
936
  },
@@ -881,6 +942,7 @@
881
942
  "isStatic": true,
882
943
  "isReadOnly": false,
883
944
  "isLiteral": true,
945
+ "visibility": "Public",
884
946
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
885
947
  "declaringAssemblyName": "System.Net.NetworkInformation"
886
948
  },
@@ -892,6 +954,7 @@
892
954
  "isStatic": true,
893
955
  "isReadOnly": false,
894
956
  "isLiteral": true,
957
+ "visibility": "Public",
895
958
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
896
959
  "declaringAssemblyName": "System.Net.NetworkInformation"
897
960
  },
@@ -903,6 +966,7 @@
903
966
  "isStatic": true,
904
967
  "isReadOnly": false,
905
968
  "isLiteral": true,
969
+ "visibility": "Public",
906
970
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
907
971
  "declaringAssemblyName": "System.Net.NetworkInformation"
908
972
  },
@@ -914,6 +978,7 @@
914
978
  "isStatic": true,
915
979
  "isReadOnly": false,
916
980
  "isLiteral": true,
981
+ "visibility": "Public",
917
982
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
918
983
  "declaringAssemblyName": "System.Net.NetworkInformation"
919
984
  },
@@ -925,6 +990,7 @@
925
990
  "isStatic": true,
926
991
  "isReadOnly": false,
927
992
  "isLiteral": true,
993
+ "visibility": "Public",
928
994
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
929
995
  "declaringAssemblyName": "System.Net.NetworkInformation"
930
996
  },
@@ -936,6 +1002,7 @@
936
1002
  "isStatic": true,
937
1003
  "isReadOnly": false,
938
1004
  "isLiteral": true,
1005
+ "visibility": "Public",
939
1006
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
940
1007
  "declaringAssemblyName": "System.Net.NetworkInformation"
941
1008
  },
@@ -947,6 +1014,7 @@
947
1014
  "isStatic": true,
948
1015
  "isReadOnly": false,
949
1016
  "isLiteral": true,
1017
+ "visibility": "Public",
950
1018
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
951
1019
  "declaringAssemblyName": "System.Net.NetworkInformation"
952
1020
  },
@@ -958,6 +1026,7 @@
958
1026
  "isStatic": true,
959
1027
  "isReadOnly": false,
960
1028
  "isLiteral": true,
1029
+ "visibility": "Public",
961
1030
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterfaceType",
962
1031
  "declaringAssemblyName": "System.Net.NetworkInformation"
963
1032
  }
@@ -986,16 +1055,16 @@
986
1055
  "clrName": "System.IComparable"
987
1056
  },
988
1057
  {
989
- "stableId": "System.Private.CoreLib:System.IConvertible",
990
- "clrName": "System.IConvertible"
1058
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
1059
+ "clrName": "System.ISpanFormattable"
991
1060
  },
992
1061
  {
993
1062
  "stableId": "System.Private.CoreLib:System.IFormattable",
994
1063
  "clrName": "System.IFormattable"
995
1064
  },
996
1065
  {
997
- "stableId": "System.Private.CoreLib:System.ISpanFormattable",
998
- "clrName": "System.ISpanFormattable"
1066
+ "stableId": "System.Private.CoreLib:System.IConvertible",
1067
+ "clrName": "System.IConvertible"
999
1068
  }
1000
1069
  ],
1001
1070
  "methods": [],
@@ -1009,6 +1078,7 @@
1009
1078
  "isStatic": false,
1010
1079
  "isReadOnly": false,
1011
1080
  "isLiteral": false,
1081
+ "visibility": "Public",
1012
1082
  "declaringClrType": "System.Net.NetworkInformation.OperationalStatus",
1013
1083
  "declaringAssemblyName": "System.Net.NetworkInformation"
1014
1084
  },
@@ -1020,6 +1090,7 @@
1020
1090
  "isStatic": true,
1021
1091
  "isReadOnly": false,
1022
1092
  "isLiteral": true,
1093
+ "visibility": "Public",
1023
1094
  "declaringClrType": "System.Net.NetworkInformation.OperationalStatus",
1024
1095
  "declaringAssemblyName": "System.Net.NetworkInformation"
1025
1096
  },
@@ -1031,6 +1102,7 @@
1031
1102
  "isStatic": true,
1032
1103
  "isReadOnly": false,
1033
1104
  "isLiteral": true,
1105
+ "visibility": "Public",
1034
1106
  "declaringClrType": "System.Net.NetworkInformation.OperationalStatus",
1035
1107
  "declaringAssemblyName": "System.Net.NetworkInformation"
1036
1108
  },
@@ -1042,6 +1114,7 @@
1042
1114
  "isStatic": true,
1043
1115
  "isReadOnly": false,
1044
1116
  "isLiteral": true,
1117
+ "visibility": "Public",
1045
1118
  "declaringClrType": "System.Net.NetworkInformation.OperationalStatus",
1046
1119
  "declaringAssemblyName": "System.Net.NetworkInformation"
1047
1120
  },
@@ -1053,6 +1126,7 @@
1053
1126
  "isStatic": true,
1054
1127
  "isReadOnly": false,
1055
1128
  "isLiteral": true,
1129
+ "visibility": "Public",
1056
1130
  "declaringClrType": "System.Net.NetworkInformation.OperationalStatus",
1057
1131
  "declaringAssemblyName": "System.Net.NetworkInformation"
1058
1132
  },
@@ -1064,6 +1138,7 @@
1064
1138
  "isStatic": true,
1065
1139
  "isReadOnly": false,
1066
1140
  "isLiteral": true,
1141
+ "visibility": "Public",
1067
1142
  "declaringClrType": "System.Net.NetworkInformation.OperationalStatus",
1068
1143
  "declaringAssemblyName": "System.Net.NetworkInformation"
1069
1144
  },
@@ -1075,6 +1150,7 @@
1075
1150
  "isStatic": true,
1076
1151
  "isReadOnly": false,
1077
1152
  "isLiteral": true,
1153
+ "visibility": "Public",
1078
1154
  "declaringClrType": "System.Net.NetworkInformation.OperationalStatus",
1079
1155
  "declaringAssemblyName": "System.Net.NetworkInformation"
1080
1156
  },
@@ -1086,6 +1162,7 @@
1086
1162
  "isStatic": true,
1087
1163
  "isReadOnly": false,
1088
1164
  "isLiteral": true,
1165
+ "visibility": "Public",
1089
1166
  "declaringClrType": "System.Net.NetworkInformation.OperationalStatus",
1090
1167
  "declaringAssemblyName": "System.Net.NetworkInformation"
1091
1168
  }
@@ -1114,16 +1191,16 @@
1114
1191
  "clrName": "System.IComparable"
1115
1192
  },
1116
1193
  {
1117
- "stableId": "System.Private.CoreLib:System.IConvertible",
1118
- "clrName": "System.IConvertible"
1194
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
1195
+ "clrName": "System.ISpanFormattable"
1119
1196
  },
1120
1197
  {
1121
1198
  "stableId": "System.Private.CoreLib:System.IFormattable",
1122
1199
  "clrName": "System.IFormattable"
1123
1200
  },
1124
1201
  {
1125
- "stableId": "System.Private.CoreLib:System.ISpanFormattable",
1126
- "clrName": "System.ISpanFormattable"
1202
+ "stableId": "System.Private.CoreLib:System.IConvertible",
1203
+ "clrName": "System.IConvertible"
1127
1204
  }
1128
1205
  ],
1129
1206
  "methods": [],
@@ -1137,6 +1214,7 @@
1137
1214
  "isStatic": false,
1138
1215
  "isReadOnly": false,
1139
1216
  "isLiteral": false,
1217
+ "visibility": "Public",
1140
1218
  "declaringClrType": "System.Net.NetworkInformation.PrefixOrigin",
1141
1219
  "declaringAssemblyName": "System.Net.NetworkInformation"
1142
1220
  },
@@ -1148,6 +1226,7 @@
1148
1226
  "isStatic": true,
1149
1227
  "isReadOnly": false,
1150
1228
  "isLiteral": true,
1229
+ "visibility": "Public",
1151
1230
  "declaringClrType": "System.Net.NetworkInformation.PrefixOrigin",
1152
1231
  "declaringAssemblyName": "System.Net.NetworkInformation"
1153
1232
  },
@@ -1159,6 +1238,7 @@
1159
1238
  "isStatic": true,
1160
1239
  "isReadOnly": false,
1161
1240
  "isLiteral": true,
1241
+ "visibility": "Public",
1162
1242
  "declaringClrType": "System.Net.NetworkInformation.PrefixOrigin",
1163
1243
  "declaringAssemblyName": "System.Net.NetworkInformation"
1164
1244
  },
@@ -1170,6 +1250,7 @@
1170
1250
  "isStatic": true,
1171
1251
  "isReadOnly": false,
1172
1252
  "isLiteral": true,
1253
+ "visibility": "Public",
1173
1254
  "declaringClrType": "System.Net.NetworkInformation.PrefixOrigin",
1174
1255
  "declaringAssemblyName": "System.Net.NetworkInformation"
1175
1256
  },
@@ -1181,6 +1262,7 @@
1181
1262
  "isStatic": true,
1182
1263
  "isReadOnly": false,
1183
1264
  "isLiteral": true,
1265
+ "visibility": "Public",
1184
1266
  "declaringClrType": "System.Net.NetworkInformation.PrefixOrigin",
1185
1267
  "declaringAssemblyName": "System.Net.NetworkInformation"
1186
1268
  },
@@ -1192,6 +1274,7 @@
1192
1274
  "isStatic": true,
1193
1275
  "isReadOnly": false,
1194
1276
  "isLiteral": true,
1277
+ "visibility": "Public",
1195
1278
  "declaringClrType": "System.Net.NetworkInformation.PrefixOrigin",
1196
1279
  "declaringAssemblyName": "System.Net.NetworkInformation"
1197
1280
  }
@@ -1220,16 +1303,16 @@
1220
1303
  "clrName": "System.IComparable"
1221
1304
  },
1222
1305
  {
1223
- "stableId": "System.Private.CoreLib:System.IConvertible",
1224
- "clrName": "System.IConvertible"
1306
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
1307
+ "clrName": "System.ISpanFormattable"
1225
1308
  },
1226
1309
  {
1227
1310
  "stableId": "System.Private.CoreLib:System.IFormattable",
1228
1311
  "clrName": "System.IFormattable"
1229
1312
  },
1230
1313
  {
1231
- "stableId": "System.Private.CoreLib:System.ISpanFormattable",
1232
- "clrName": "System.ISpanFormattable"
1314
+ "stableId": "System.Private.CoreLib:System.IConvertible",
1315
+ "clrName": "System.IConvertible"
1233
1316
  }
1234
1317
  ],
1235
1318
  "methods": [],
@@ -1243,6 +1326,7 @@
1243
1326
  "isStatic": false,
1244
1327
  "isReadOnly": false,
1245
1328
  "isLiteral": false,
1329
+ "visibility": "Public",
1246
1330
  "declaringClrType": "System.Net.NetworkInformation.ScopeLevel",
1247
1331
  "declaringAssemblyName": "System.Net.NetworkInformation"
1248
1332
  },
@@ -1254,6 +1338,7 @@
1254
1338
  "isStatic": true,
1255
1339
  "isReadOnly": false,
1256
1340
  "isLiteral": true,
1341
+ "visibility": "Public",
1257
1342
  "declaringClrType": "System.Net.NetworkInformation.ScopeLevel",
1258
1343
  "declaringAssemblyName": "System.Net.NetworkInformation"
1259
1344
  },
@@ -1265,6 +1350,7 @@
1265
1350
  "isStatic": true,
1266
1351
  "isReadOnly": false,
1267
1352
  "isLiteral": true,
1353
+ "visibility": "Public",
1268
1354
  "declaringClrType": "System.Net.NetworkInformation.ScopeLevel",
1269
1355
  "declaringAssemblyName": "System.Net.NetworkInformation"
1270
1356
  },
@@ -1276,6 +1362,7 @@
1276
1362
  "isStatic": true,
1277
1363
  "isReadOnly": false,
1278
1364
  "isLiteral": true,
1365
+ "visibility": "Public",
1279
1366
  "declaringClrType": "System.Net.NetworkInformation.ScopeLevel",
1280
1367
  "declaringAssemblyName": "System.Net.NetworkInformation"
1281
1368
  },
@@ -1287,6 +1374,7 @@
1287
1374
  "isStatic": true,
1288
1375
  "isReadOnly": false,
1289
1376
  "isLiteral": true,
1377
+ "visibility": "Public",
1290
1378
  "declaringClrType": "System.Net.NetworkInformation.ScopeLevel",
1291
1379
  "declaringAssemblyName": "System.Net.NetworkInformation"
1292
1380
  },
@@ -1298,6 +1386,7 @@
1298
1386
  "isStatic": true,
1299
1387
  "isReadOnly": false,
1300
1388
  "isLiteral": true,
1389
+ "visibility": "Public",
1301
1390
  "declaringClrType": "System.Net.NetworkInformation.ScopeLevel",
1302
1391
  "declaringAssemblyName": "System.Net.NetworkInformation"
1303
1392
  },
@@ -1309,6 +1398,7 @@
1309
1398
  "isStatic": true,
1310
1399
  "isReadOnly": false,
1311
1400
  "isLiteral": true,
1401
+ "visibility": "Public",
1312
1402
  "declaringClrType": "System.Net.NetworkInformation.ScopeLevel",
1313
1403
  "declaringAssemblyName": "System.Net.NetworkInformation"
1314
1404
  },
@@ -1320,6 +1410,7 @@
1320
1410
  "isStatic": true,
1321
1411
  "isReadOnly": false,
1322
1412
  "isLiteral": true,
1413
+ "visibility": "Public",
1323
1414
  "declaringClrType": "System.Net.NetworkInformation.ScopeLevel",
1324
1415
  "declaringAssemblyName": "System.Net.NetworkInformation"
1325
1416
  },
@@ -1331,6 +1422,7 @@
1331
1422
  "isStatic": true,
1332
1423
  "isReadOnly": false,
1333
1424
  "isLiteral": true,
1425
+ "visibility": "Public",
1334
1426
  "declaringClrType": "System.Net.NetworkInformation.ScopeLevel",
1335
1427
  "declaringAssemblyName": "System.Net.NetworkInformation"
1336
1428
  }
@@ -1359,16 +1451,16 @@
1359
1451
  "clrName": "System.IComparable"
1360
1452
  },
1361
1453
  {
1362
- "stableId": "System.Private.CoreLib:System.IConvertible",
1363
- "clrName": "System.IConvertible"
1454
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
1455
+ "clrName": "System.ISpanFormattable"
1364
1456
  },
1365
1457
  {
1366
1458
  "stableId": "System.Private.CoreLib:System.IFormattable",
1367
1459
  "clrName": "System.IFormattable"
1368
1460
  },
1369
1461
  {
1370
- "stableId": "System.Private.CoreLib:System.ISpanFormattable",
1371
- "clrName": "System.ISpanFormattable"
1462
+ "stableId": "System.Private.CoreLib:System.IConvertible",
1463
+ "clrName": "System.IConvertible"
1372
1464
  }
1373
1465
  ],
1374
1466
  "methods": [],
@@ -1382,6 +1474,7 @@
1382
1474
  "isStatic": false,
1383
1475
  "isReadOnly": false,
1384
1476
  "isLiteral": false,
1477
+ "visibility": "Public",
1385
1478
  "declaringClrType": "System.Net.NetworkInformation.SuffixOrigin",
1386
1479
  "declaringAssemblyName": "System.Net.NetworkInformation"
1387
1480
  },
@@ -1393,6 +1486,7 @@
1393
1486
  "isStatic": true,
1394
1487
  "isReadOnly": false,
1395
1488
  "isLiteral": true,
1489
+ "visibility": "Public",
1396
1490
  "declaringClrType": "System.Net.NetworkInformation.SuffixOrigin",
1397
1491
  "declaringAssemblyName": "System.Net.NetworkInformation"
1398
1492
  },
@@ -1404,6 +1498,7 @@
1404
1498
  "isStatic": true,
1405
1499
  "isReadOnly": false,
1406
1500
  "isLiteral": true,
1501
+ "visibility": "Public",
1407
1502
  "declaringClrType": "System.Net.NetworkInformation.SuffixOrigin",
1408
1503
  "declaringAssemblyName": "System.Net.NetworkInformation"
1409
1504
  },
@@ -1415,6 +1510,7 @@
1415
1510
  "isStatic": true,
1416
1511
  "isReadOnly": false,
1417
1512
  "isLiteral": true,
1513
+ "visibility": "Public",
1418
1514
  "declaringClrType": "System.Net.NetworkInformation.SuffixOrigin",
1419
1515
  "declaringAssemblyName": "System.Net.NetworkInformation"
1420
1516
  },
@@ -1426,6 +1522,7 @@
1426
1522
  "isStatic": true,
1427
1523
  "isReadOnly": false,
1428
1524
  "isLiteral": true,
1525
+ "visibility": "Public",
1429
1526
  "declaringClrType": "System.Net.NetworkInformation.SuffixOrigin",
1430
1527
  "declaringAssemblyName": "System.Net.NetworkInformation"
1431
1528
  },
@@ -1437,6 +1534,7 @@
1437
1534
  "isStatic": true,
1438
1535
  "isReadOnly": false,
1439
1536
  "isLiteral": true,
1537
+ "visibility": "Public",
1440
1538
  "declaringClrType": "System.Net.NetworkInformation.SuffixOrigin",
1441
1539
  "declaringAssemblyName": "System.Net.NetworkInformation"
1442
1540
  },
@@ -1448,6 +1546,7 @@
1448
1546
  "isStatic": true,
1449
1547
  "isReadOnly": false,
1450
1548
  "isLiteral": true,
1549
+ "visibility": "Public",
1451
1550
  "declaringClrType": "System.Net.NetworkInformation.SuffixOrigin",
1452
1551
  "declaringAssemblyName": "System.Net.NetworkInformation"
1453
1552
  }
@@ -1476,16 +1575,16 @@
1476
1575
  "clrName": "System.IComparable"
1477
1576
  },
1478
1577
  {
1479
- "stableId": "System.Private.CoreLib:System.IConvertible",
1480
- "clrName": "System.IConvertible"
1578
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
1579
+ "clrName": "System.ISpanFormattable"
1481
1580
  },
1482
1581
  {
1483
1582
  "stableId": "System.Private.CoreLib:System.IFormattable",
1484
1583
  "clrName": "System.IFormattable"
1485
1584
  },
1486
1585
  {
1487
- "stableId": "System.Private.CoreLib:System.ISpanFormattable",
1488
- "clrName": "System.ISpanFormattable"
1586
+ "stableId": "System.Private.CoreLib:System.IConvertible",
1587
+ "clrName": "System.IConvertible"
1489
1588
  }
1490
1589
  ],
1491
1590
  "methods": [],
@@ -1499,6 +1598,7 @@
1499
1598
  "isStatic": false,
1500
1599
  "isReadOnly": false,
1501
1600
  "isLiteral": false,
1601
+ "visibility": "Public",
1502
1602
  "declaringClrType": "System.Net.NetworkInformation.TcpState",
1503
1603
  "declaringAssemblyName": "System.Net.NetworkInformation"
1504
1604
  },
@@ -1510,6 +1610,7 @@
1510
1610
  "isStatic": true,
1511
1611
  "isReadOnly": false,
1512
1612
  "isLiteral": true,
1613
+ "visibility": "Public",
1513
1614
  "declaringClrType": "System.Net.NetworkInformation.TcpState",
1514
1615
  "declaringAssemblyName": "System.Net.NetworkInformation"
1515
1616
  },
@@ -1521,6 +1622,7 @@
1521
1622
  "isStatic": true,
1522
1623
  "isReadOnly": false,
1523
1624
  "isLiteral": true,
1625
+ "visibility": "Public",
1524
1626
  "declaringClrType": "System.Net.NetworkInformation.TcpState",
1525
1627
  "declaringAssemblyName": "System.Net.NetworkInformation"
1526
1628
  },
@@ -1532,6 +1634,7 @@
1532
1634
  "isStatic": true,
1533
1635
  "isReadOnly": false,
1534
1636
  "isLiteral": true,
1637
+ "visibility": "Public",
1535
1638
  "declaringClrType": "System.Net.NetworkInformation.TcpState",
1536
1639
  "declaringAssemblyName": "System.Net.NetworkInformation"
1537
1640
  },
@@ -1543,6 +1646,7 @@
1543
1646
  "isStatic": true,
1544
1647
  "isReadOnly": false,
1545
1648
  "isLiteral": true,
1649
+ "visibility": "Public",
1546
1650
  "declaringClrType": "System.Net.NetworkInformation.TcpState",
1547
1651
  "declaringAssemblyName": "System.Net.NetworkInformation"
1548
1652
  },
@@ -1554,6 +1658,7 @@
1554
1658
  "isStatic": true,
1555
1659
  "isReadOnly": false,
1556
1660
  "isLiteral": true,
1661
+ "visibility": "Public",
1557
1662
  "declaringClrType": "System.Net.NetworkInformation.TcpState",
1558
1663
  "declaringAssemblyName": "System.Net.NetworkInformation"
1559
1664
  },
@@ -1565,6 +1670,7 @@
1565
1670
  "isStatic": true,
1566
1671
  "isReadOnly": false,
1567
1672
  "isLiteral": true,
1673
+ "visibility": "Public",
1568
1674
  "declaringClrType": "System.Net.NetworkInformation.TcpState",
1569
1675
  "declaringAssemblyName": "System.Net.NetworkInformation"
1570
1676
  },
@@ -1576,6 +1682,7 @@
1576
1682
  "isStatic": true,
1577
1683
  "isReadOnly": false,
1578
1684
  "isLiteral": true,
1685
+ "visibility": "Public",
1579
1686
  "declaringClrType": "System.Net.NetworkInformation.TcpState",
1580
1687
  "declaringAssemblyName": "System.Net.NetworkInformation"
1581
1688
  },
@@ -1587,6 +1694,7 @@
1587
1694
  "isStatic": true,
1588
1695
  "isReadOnly": false,
1589
1696
  "isLiteral": true,
1697
+ "visibility": "Public",
1590
1698
  "declaringClrType": "System.Net.NetworkInformation.TcpState",
1591
1699
  "declaringAssemblyName": "System.Net.NetworkInformation"
1592
1700
  },
@@ -1598,6 +1706,7 @@
1598
1706
  "isStatic": true,
1599
1707
  "isReadOnly": false,
1600
1708
  "isLiteral": true,
1709
+ "visibility": "Public",
1601
1710
  "declaringClrType": "System.Net.NetworkInformation.TcpState",
1602
1711
  "declaringAssemblyName": "System.Net.NetworkInformation"
1603
1712
  },
@@ -1609,6 +1718,7 @@
1609
1718
  "isStatic": true,
1610
1719
  "isReadOnly": false,
1611
1720
  "isLiteral": true,
1721
+ "visibility": "Public",
1612
1722
  "declaringClrType": "System.Net.NetworkInformation.TcpState",
1613
1723
  "declaringAssemblyName": "System.Net.NetworkInformation"
1614
1724
  },
@@ -1620,6 +1730,7 @@
1620
1730
  "isStatic": true,
1621
1731
  "isReadOnly": false,
1622
1732
  "isLiteral": true,
1733
+ "visibility": "Public",
1623
1734
  "declaringClrType": "System.Net.NetworkInformation.TcpState",
1624
1735
  "declaringAssemblyName": "System.Net.NetworkInformation"
1625
1736
  },
@@ -1631,6 +1742,7 @@
1631
1742
  "isStatic": true,
1632
1743
  "isReadOnly": false,
1633
1744
  "isLiteral": true,
1745
+ "visibility": "Public",
1634
1746
  "declaringClrType": "System.Net.NetworkInformation.TcpState",
1635
1747
  "declaringAssemblyName": "System.Net.NetworkInformation"
1636
1748
  },
@@ -1642,6 +1754,7 @@
1642
1754
  "isStatic": true,
1643
1755
  "isReadOnly": false,
1644
1756
  "isLiteral": true,
1757
+ "visibility": "Public",
1645
1758
  "declaringClrType": "System.Net.NetworkInformation.TcpState",
1646
1759
  "declaringAssemblyName": "System.Net.NetworkInformation"
1647
1760
  }
@@ -1690,6 +1803,7 @@
1690
1803
  "isVirtual": true,
1691
1804
  "isOverride": false,
1692
1805
  "isSealed": false,
1806
+ "visibility": "Public",
1693
1807
  "declaringClrType": "System.Net.NetworkInformation.NetworkAddressChangedEventHandler",
1694
1808
  "declaringAssemblyName": "System.Net.NetworkInformation",
1695
1809
  "isExtensionMethod": false
@@ -1709,6 +1823,7 @@
1709
1823
  "isVirtual": true,
1710
1824
  "isOverride": false,
1711
1825
  "isSealed": false,
1826
+ "visibility": "Public",
1712
1827
  "declaringClrType": "System.Net.NetworkInformation.NetworkAddressChangedEventHandler",
1713
1828
  "declaringAssemblyName": "System.Net.NetworkInformation",
1714
1829
  "isExtensionMethod": false
@@ -1728,6 +1843,7 @@
1728
1843
  "isVirtual": true,
1729
1844
  "isOverride": false,
1730
1845
  "isSealed": false,
1846
+ "visibility": "Public",
1731
1847
  "declaringClrType": "System.Net.NetworkInformation.NetworkAddressChangedEventHandler",
1732
1848
  "declaringAssemblyName": "System.Net.NetworkInformation",
1733
1849
  "isExtensionMethod": false
@@ -1744,6 +1860,7 @@
1744
1860
  "normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
1745
1861
  "isStatic": false,
1746
1862
  "parameterCount": 2,
1863
+ "visibility": "Public",
1747
1864
  "declaringClrType": "System.Net.NetworkInformation.NetworkAddressChangedEventHandler",
1748
1865
  "declaringAssemblyName": "System.Net.NetworkInformation"
1749
1866
  }
@@ -1790,6 +1907,7 @@
1790
1907
  "isVirtual": true,
1791
1908
  "isOverride": false,
1792
1909
  "isSealed": false,
1910
+ "visibility": "Public",
1793
1911
  "declaringClrType": "System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler",
1794
1912
  "declaringAssemblyName": "System.Net.NetworkInformation",
1795
1913
  "isExtensionMethod": false
@@ -1809,6 +1927,7 @@
1809
1927
  "isVirtual": true,
1810
1928
  "isOverride": false,
1811
1929
  "isSealed": false,
1930
+ "visibility": "Public",
1812
1931
  "declaringClrType": "System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler",
1813
1932
  "declaringAssemblyName": "System.Net.NetworkInformation",
1814
1933
  "isExtensionMethod": false
@@ -1828,6 +1947,7 @@
1828
1947
  "isVirtual": true,
1829
1948
  "isOverride": false,
1830
1949
  "isSealed": false,
1950
+ "visibility": "Public",
1831
1951
  "declaringClrType": "System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler",
1832
1952
  "declaringAssemblyName": "System.Net.NetworkInformation",
1833
1953
  "isExtensionMethod": false
@@ -1844,6 +1964,7 @@
1844
1964
  "normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
1845
1965
  "isStatic": false,
1846
1966
  "parameterCount": 2,
1967
+ "visibility": "Public",
1847
1968
  "declaringClrType": "System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler",
1848
1969
  "declaringAssemblyName": "System.Net.NetworkInformation"
1849
1970
  }
@@ -1890,6 +2011,7 @@
1890
2011
  "isVirtual": true,
1891
2012
  "isOverride": false,
1892
2013
  "isSealed": false,
2014
+ "visibility": "Public",
1893
2015
  "declaringClrType": "System.Net.NetworkInformation.PingCompletedEventHandler",
1894
2016
  "declaringAssemblyName": "System.Net.Ping",
1895
2017
  "isExtensionMethod": false
@@ -1909,6 +2031,7 @@
1909
2031
  "isVirtual": true,
1910
2032
  "isOverride": false,
1911
2033
  "isSealed": false,
2034
+ "visibility": "Public",
1912
2035
  "declaringClrType": "System.Net.NetworkInformation.PingCompletedEventHandler",
1913
2036
  "declaringAssemblyName": "System.Net.Ping",
1914
2037
  "isExtensionMethod": false
@@ -1928,6 +2051,7 @@
1928
2051
  "isVirtual": true,
1929
2052
  "isOverride": false,
1930
2053
  "isSealed": false,
2054
+ "visibility": "Public",
1931
2055
  "declaringClrType": "System.Net.NetworkInformation.PingCompletedEventHandler",
1932
2056
  "declaringAssemblyName": "System.Net.Ping",
1933
2057
  "isExtensionMethod": false
@@ -1944,6 +2068,7 @@
1944
2068
  "normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
1945
2069
  "isStatic": false,
1946
2070
  "parameterCount": 2,
2071
+ "visibility": "Public",
1947
2072
  "declaringClrType": "System.Net.NetworkInformation.PingCompletedEventHandler",
1948
2073
  "declaringAssemblyName": "System.Net.Ping"
1949
2074
  }
@@ -1981,13 +2106,26 @@
1981
2106
  "isAbstract": true,
1982
2107
  "isVirtual": true,
1983
2108
  "isOverride": false,
2109
+ "visibility": "Public",
1984
2110
  "declaringClrType": "System.Net.NetworkInformation.GatewayIPAddressInformation",
1985
2111
  "declaringAssemblyName": "System.Net.NetworkInformation"
1986
2112
  }
1987
2113
  ],
1988
2114
  "fields": [],
1989
2115
  "events": [],
1990
- "constructors": []
2116
+ "constructors": [
2117
+ {
2118
+ "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.GatewayIPAddressInformation::.ctor():void",
2119
+ "metadataToken": 100663357,
2120
+ "canonicalSignature": "():void",
2121
+ "normalizedSignature": "constructor|():void|static=false",
2122
+ "isStatic": false,
2123
+ "parameterCount": 0,
2124
+ "visibility": "Protected",
2125
+ "declaringClrType": "System.Net.NetworkInformation.GatewayIPAddressInformation",
2126
+ "declaringAssemblyName": "System.Net.NetworkInformation"
2127
+ }
2128
+ ]
1991
2129
  },
1992
2130
  {
1993
2131
  "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.GatewayIPAddressInformationCollection",
@@ -2040,6 +2178,7 @@
2040
2178
  "isVirtual": true,
2041
2179
  "isOverride": false,
2042
2180
  "isSealed": false,
2181
+ "visibility": "Public",
2043
2182
  "declaringClrType": "System.Net.NetworkInformation.GatewayIPAddressInformationCollection",
2044
2183
  "declaringAssemblyName": "System.Net.NetworkInformation",
2045
2184
  "isExtensionMethod": false
@@ -2059,6 +2198,7 @@
2059
2198
  "isVirtual": true,
2060
2199
  "isOverride": false,
2061
2200
  "isSealed": false,
2201
+ "visibility": "Public",
2062
2202
  "declaringClrType": "System.Net.NetworkInformation.GatewayIPAddressInformationCollection",
2063
2203
  "declaringAssemblyName": "System.Net.NetworkInformation",
2064
2204
  "isExtensionMethod": false
@@ -2078,6 +2218,7 @@
2078
2218
  "isVirtual": true,
2079
2219
  "isOverride": false,
2080
2220
  "isSealed": false,
2221
+ "visibility": "Public",
2081
2222
  "declaringClrType": "System.Net.NetworkInformation.GatewayIPAddressInformationCollection",
2082
2223
  "declaringAssemblyName": "System.Net.NetworkInformation",
2083
2224
  "isExtensionMethod": false
@@ -2097,6 +2238,7 @@
2097
2238
  "isVirtual": true,
2098
2239
  "isOverride": false,
2099
2240
  "isSealed": false,
2241
+ "visibility": "Public",
2100
2242
  "declaringClrType": "System.Net.NetworkInformation.GatewayIPAddressInformationCollection",
2101
2243
  "declaringAssemblyName": "System.Net.NetworkInformation",
2102
2244
  "isExtensionMethod": false
@@ -2116,6 +2258,7 @@
2116
2258
  "isVirtual": true,
2117
2259
  "isOverride": false,
2118
2260
  "isSealed": false,
2261
+ "visibility": "Public",
2119
2262
  "declaringClrType": "System.Net.NetworkInformation.GatewayIPAddressInformationCollection",
2120
2263
  "declaringAssemblyName": "System.Net.NetworkInformation",
2121
2264
  "isExtensionMethod": false
@@ -2135,6 +2278,7 @@
2135
2278
  "isVirtual": true,
2136
2279
  "isOverride": false,
2137
2280
  "isSealed": false,
2281
+ "visibility": "Public",
2138
2282
  "declaringClrType": "System.Net.NetworkInformation.GatewayIPAddressInformationCollection",
2139
2283
  "declaringAssemblyName": "System.Net.NetworkInformation",
2140
2284
  "isExtensionMethod": false
@@ -2154,6 +2298,7 @@
2154
2298
  "isVirtual": true,
2155
2299
  "isOverride": false,
2156
2300
  "isSealed": false,
2301
+ "visibility": "Public",
2157
2302
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
2158
2303
  "declaringAssemblyName": "System.Private.CoreLib",
2159
2304
  "isExtensionMethod": false,
@@ -2174,6 +2319,7 @@
2174
2319
  "isVirtual": true,
2175
2320
  "isOverride": false,
2176
2321
  "isSealed": false,
2322
+ "visibility": "Public",
2177
2323
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
2178
2324
  "declaringAssemblyName": "System.Private.CoreLib",
2179
2325
  "isExtensionMethod": false,
@@ -2194,6 +2340,7 @@
2194
2340
  "isVirtual": true,
2195
2341
  "isOverride": false,
2196
2342
  "isSealed": false,
2343
+ "visibility": "Public",
2197
2344
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
2198
2345
  "declaringAssemblyName": "System.Private.CoreLib",
2199
2346
  "isExtensionMethod": false,
@@ -2214,6 +2361,7 @@
2214
2361
  "isVirtual": true,
2215
2362
  "isOverride": false,
2216
2363
  "isSealed": false,
2364
+ "visibility": "Public",
2217
2365
  "declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
2218
2366
  "declaringAssemblyName": "System.Private.CoreLib",
2219
2367
  "isExtensionMethod": false,
@@ -2234,6 +2382,7 @@
2234
2382
  "isVirtual": true,
2235
2383
  "isOverride": false,
2236
2384
  "isSealed": false,
2385
+ "visibility": "Public",
2237
2386
  "declaringClrType": "System.Collections.IEnumerable",
2238
2387
  "declaringAssemblyName": "System.Private.CoreLib",
2239
2388
  "isExtensionMethod": false,
@@ -2254,6 +2403,7 @@
2254
2403
  "isVirtual": true,
2255
2404
  "isOverride": false,
2256
2405
  "isSealed": false,
2406
+ "visibility": "Public",
2257
2407
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
2258
2408
  "declaringAssemblyName": "System.Private.CoreLib",
2259
2409
  "isExtensionMethod": false,
@@ -2276,6 +2426,7 @@
2276
2426
  "isAbstract": false,
2277
2427
  "isVirtual": true,
2278
2428
  "isOverride": false,
2429
+ "visibility": "Public",
2279
2430
  "declaringClrType": "System.Net.NetworkInformation.GatewayIPAddressInformationCollection",
2280
2431
  "declaringAssemblyName": "System.Net.NetworkInformation"
2281
2432
  },
@@ -2294,6 +2445,7 @@
2294
2445
  "isAbstract": false,
2295
2446
  "isVirtual": true,
2296
2447
  "isOverride": false,
2448
+ "visibility": "Public",
2297
2449
  "declaringClrType": "System.Net.NetworkInformation.GatewayIPAddressInformationCollection",
2298
2450
  "declaringAssemblyName": "System.Net.NetworkInformation"
2299
2451
  },
@@ -2312,6 +2464,7 @@
2312
2464
  "isAbstract": false,
2313
2465
  "isVirtual": true,
2314
2466
  "isOverride": false,
2467
+ "visibility": "Public",
2315
2468
  "declaringClrType": "System.Net.NetworkInformation.GatewayIPAddressInformationCollection",
2316
2469
  "declaringAssemblyName": "System.Net.NetworkInformation"
2317
2470
  },
@@ -2330,6 +2483,7 @@
2330
2483
  "isAbstract": false,
2331
2484
  "isVirtual": true,
2332
2485
  "isOverride": false,
2486
+ "visibility": "Public",
2333
2487
  "sourceInterface": "System.Collections.Generic.ICollection\u00601",
2334
2488
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
2335
2489
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -2349,6 +2503,7 @@
2349
2503
  "isAbstract": false,
2350
2504
  "isVirtual": true,
2351
2505
  "isOverride": false,
2506
+ "visibility": "Public",
2352
2507
  "sourceInterface": "System.Collections.Generic.ICollection\u00601",
2353
2508
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
2354
2509
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -2356,7 +2511,19 @@
2356
2511
  ],
2357
2512
  "fields": [],
2358
2513
  "events": [],
2359
- "constructors": []
2514
+ "constructors": [
2515
+ {
2516
+ "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.GatewayIPAddressInformationCollection::.ctor():void",
2517
+ "metadataToken": 100663358,
2518
+ "canonicalSignature": "():void",
2519
+ "normalizedSignature": "constructor|():void|static=false",
2520
+ "isStatic": false,
2521
+ "parameterCount": 0,
2522
+ "visibility": "ProtectedInternal",
2523
+ "declaringClrType": "System.Net.NetworkInformation.GatewayIPAddressInformationCollection",
2524
+ "declaringAssemblyName": "System.Net.NetworkInformation"
2525
+ }
2526
+ ]
2360
2527
  },
2361
2528
  {
2362
2529
  "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.IcmpV4Statistics",
@@ -2390,6 +2557,7 @@
2390
2557
  "isAbstract": true,
2391
2558
  "isVirtual": true,
2392
2559
  "isOverride": false,
2560
+ "visibility": "Public",
2393
2561
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2394
2562
  "declaringAssemblyName": "System.Net.NetworkInformation"
2395
2563
  },
@@ -2408,6 +2576,7 @@
2408
2576
  "isAbstract": true,
2409
2577
  "isVirtual": true,
2410
2578
  "isOverride": false,
2579
+ "visibility": "Public",
2411
2580
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2412
2581
  "declaringAssemblyName": "System.Net.NetworkInformation"
2413
2582
  },
@@ -2426,6 +2595,7 @@
2426
2595
  "isAbstract": true,
2427
2596
  "isVirtual": true,
2428
2597
  "isOverride": false,
2598
+ "visibility": "Public",
2429
2599
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2430
2600
  "declaringAssemblyName": "System.Net.NetworkInformation"
2431
2601
  },
@@ -2444,6 +2614,7 @@
2444
2614
  "isAbstract": true,
2445
2615
  "isVirtual": true,
2446
2616
  "isOverride": false,
2617
+ "visibility": "Public",
2447
2618
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2448
2619
  "declaringAssemblyName": "System.Net.NetworkInformation"
2449
2620
  },
@@ -2462,6 +2633,7 @@
2462
2633
  "isAbstract": true,
2463
2634
  "isVirtual": true,
2464
2635
  "isOverride": false,
2636
+ "visibility": "Public",
2465
2637
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2466
2638
  "declaringAssemblyName": "System.Net.NetworkInformation"
2467
2639
  },
@@ -2480,6 +2652,7 @@
2480
2652
  "isAbstract": true,
2481
2653
  "isVirtual": true,
2482
2654
  "isOverride": false,
2655
+ "visibility": "Public",
2483
2656
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2484
2657
  "declaringAssemblyName": "System.Net.NetworkInformation"
2485
2658
  },
@@ -2498,6 +2671,7 @@
2498
2671
  "isAbstract": true,
2499
2672
  "isVirtual": true,
2500
2673
  "isOverride": false,
2674
+ "visibility": "Public",
2501
2675
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2502
2676
  "declaringAssemblyName": "System.Net.NetworkInformation"
2503
2677
  },
@@ -2516,6 +2690,7 @@
2516
2690
  "isAbstract": true,
2517
2691
  "isVirtual": true,
2518
2692
  "isOverride": false,
2693
+ "visibility": "Public",
2519
2694
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2520
2695
  "declaringAssemblyName": "System.Net.NetworkInformation"
2521
2696
  },
@@ -2534,6 +2709,7 @@
2534
2709
  "isAbstract": true,
2535
2710
  "isVirtual": true,
2536
2711
  "isOverride": false,
2712
+ "visibility": "Public",
2537
2713
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2538
2714
  "declaringAssemblyName": "System.Net.NetworkInformation"
2539
2715
  },
@@ -2552,6 +2728,7 @@
2552
2728
  "isAbstract": true,
2553
2729
  "isVirtual": true,
2554
2730
  "isOverride": false,
2731
+ "visibility": "Public",
2555
2732
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2556
2733
  "declaringAssemblyName": "System.Net.NetworkInformation"
2557
2734
  },
@@ -2570,6 +2747,7 @@
2570
2747
  "isAbstract": true,
2571
2748
  "isVirtual": true,
2572
2749
  "isOverride": false,
2750
+ "visibility": "Public",
2573
2751
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2574
2752
  "declaringAssemblyName": "System.Net.NetworkInformation"
2575
2753
  },
@@ -2588,6 +2766,7 @@
2588
2766
  "isAbstract": true,
2589
2767
  "isVirtual": true,
2590
2768
  "isOverride": false,
2769
+ "visibility": "Public",
2591
2770
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2592
2771
  "declaringAssemblyName": "System.Net.NetworkInformation"
2593
2772
  },
@@ -2606,6 +2785,7 @@
2606
2785
  "isAbstract": true,
2607
2786
  "isVirtual": true,
2608
2787
  "isOverride": false,
2788
+ "visibility": "Public",
2609
2789
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2610
2790
  "declaringAssemblyName": "System.Net.NetworkInformation"
2611
2791
  },
@@ -2624,6 +2804,7 @@
2624
2804
  "isAbstract": true,
2625
2805
  "isVirtual": true,
2626
2806
  "isOverride": false,
2807
+ "visibility": "Public",
2627
2808
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2628
2809
  "declaringAssemblyName": "System.Net.NetworkInformation"
2629
2810
  },
@@ -2642,6 +2823,7 @@
2642
2823
  "isAbstract": true,
2643
2824
  "isVirtual": true,
2644
2825
  "isOverride": false,
2826
+ "visibility": "Public",
2645
2827
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2646
2828
  "declaringAssemblyName": "System.Net.NetworkInformation"
2647
2829
  },
@@ -2660,6 +2842,7 @@
2660
2842
  "isAbstract": true,
2661
2843
  "isVirtual": true,
2662
2844
  "isOverride": false,
2845
+ "visibility": "Public",
2663
2846
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2664
2847
  "declaringAssemblyName": "System.Net.NetworkInformation"
2665
2848
  },
@@ -2678,6 +2861,7 @@
2678
2861
  "isAbstract": true,
2679
2862
  "isVirtual": true,
2680
2863
  "isOverride": false,
2864
+ "visibility": "Public",
2681
2865
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2682
2866
  "declaringAssemblyName": "System.Net.NetworkInformation"
2683
2867
  },
@@ -2696,6 +2880,7 @@
2696
2880
  "isAbstract": true,
2697
2881
  "isVirtual": true,
2698
2882
  "isOverride": false,
2883
+ "visibility": "Public",
2699
2884
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2700
2885
  "declaringAssemblyName": "System.Net.NetworkInformation"
2701
2886
  },
@@ -2714,6 +2899,7 @@
2714
2899
  "isAbstract": true,
2715
2900
  "isVirtual": true,
2716
2901
  "isOverride": false,
2902
+ "visibility": "Public",
2717
2903
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2718
2904
  "declaringAssemblyName": "System.Net.NetworkInformation"
2719
2905
  },
@@ -2732,6 +2918,7 @@
2732
2918
  "isAbstract": true,
2733
2919
  "isVirtual": true,
2734
2920
  "isOverride": false,
2921
+ "visibility": "Public",
2735
2922
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2736
2923
  "declaringAssemblyName": "System.Net.NetworkInformation"
2737
2924
  },
@@ -2750,6 +2937,7 @@
2750
2937
  "isAbstract": true,
2751
2938
  "isVirtual": true,
2752
2939
  "isOverride": false,
2940
+ "visibility": "Public",
2753
2941
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2754
2942
  "declaringAssemblyName": "System.Net.NetworkInformation"
2755
2943
  },
@@ -2768,6 +2956,7 @@
2768
2956
  "isAbstract": true,
2769
2957
  "isVirtual": true,
2770
2958
  "isOverride": false,
2959
+ "visibility": "Public",
2771
2960
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2772
2961
  "declaringAssemblyName": "System.Net.NetworkInformation"
2773
2962
  },
@@ -2786,6 +2975,7 @@
2786
2975
  "isAbstract": true,
2787
2976
  "isVirtual": true,
2788
2977
  "isOverride": false,
2978
+ "visibility": "Public",
2789
2979
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2790
2980
  "declaringAssemblyName": "System.Net.NetworkInformation"
2791
2981
  },
@@ -2804,6 +2994,7 @@
2804
2994
  "isAbstract": true,
2805
2995
  "isVirtual": true,
2806
2996
  "isOverride": false,
2997
+ "visibility": "Public",
2807
2998
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2808
2999
  "declaringAssemblyName": "System.Net.NetworkInformation"
2809
3000
  },
@@ -2822,6 +3013,7 @@
2822
3013
  "isAbstract": true,
2823
3014
  "isVirtual": true,
2824
3015
  "isOverride": false,
3016
+ "visibility": "Public",
2825
3017
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2826
3018
  "declaringAssemblyName": "System.Net.NetworkInformation"
2827
3019
  },
@@ -2840,13 +3032,26 @@
2840
3032
  "isAbstract": true,
2841
3033
  "isVirtual": true,
2842
3034
  "isOverride": false,
3035
+ "visibility": "Public",
2843
3036
  "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
2844
3037
  "declaringAssemblyName": "System.Net.NetworkInformation"
2845
3038
  }
2846
3039
  ],
2847
3040
  "fields": [],
2848
3041
  "events": [],
2849
- "constructors": []
3042
+ "constructors": [
3043
+ {
3044
+ "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.IcmpV4Statistics::.ctor():void",
3045
+ "metadataToken": 100663396,
3046
+ "canonicalSignature": "():void",
3047
+ "normalizedSignature": "constructor|():void|static=false",
3048
+ "isStatic": false,
3049
+ "parameterCount": 0,
3050
+ "visibility": "Protected",
3051
+ "declaringClrType": "System.Net.NetworkInformation.IcmpV4Statistics",
3052
+ "declaringAssemblyName": "System.Net.NetworkInformation"
3053
+ }
3054
+ ]
2850
3055
  },
2851
3056
  {
2852
3057
  "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.IcmpV6Statistics",
@@ -2880,6 +3085,7 @@
2880
3085
  "isAbstract": true,
2881
3086
  "isVirtual": true,
2882
3087
  "isOverride": false,
3088
+ "visibility": "Public",
2883
3089
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
2884
3090
  "declaringAssemblyName": "System.Net.NetworkInformation"
2885
3091
  },
@@ -2898,6 +3104,7 @@
2898
3104
  "isAbstract": true,
2899
3105
  "isVirtual": true,
2900
3106
  "isOverride": false,
3107
+ "visibility": "Public",
2901
3108
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
2902
3109
  "declaringAssemblyName": "System.Net.NetworkInformation"
2903
3110
  },
@@ -2916,6 +3123,7 @@
2916
3123
  "isAbstract": true,
2917
3124
  "isVirtual": true,
2918
3125
  "isOverride": false,
3126
+ "visibility": "Public",
2919
3127
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
2920
3128
  "declaringAssemblyName": "System.Net.NetworkInformation"
2921
3129
  },
@@ -2934,6 +3142,7 @@
2934
3142
  "isAbstract": true,
2935
3143
  "isVirtual": true,
2936
3144
  "isOverride": false,
3145
+ "visibility": "Public",
2937
3146
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
2938
3147
  "declaringAssemblyName": "System.Net.NetworkInformation"
2939
3148
  },
@@ -2952,6 +3161,7 @@
2952
3161
  "isAbstract": true,
2953
3162
  "isVirtual": true,
2954
3163
  "isOverride": false,
3164
+ "visibility": "Public",
2955
3165
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
2956
3166
  "declaringAssemblyName": "System.Net.NetworkInformation"
2957
3167
  },
@@ -2970,6 +3180,7 @@
2970
3180
  "isAbstract": true,
2971
3181
  "isVirtual": true,
2972
3182
  "isOverride": false,
3183
+ "visibility": "Public",
2973
3184
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
2974
3185
  "declaringAssemblyName": "System.Net.NetworkInformation"
2975
3186
  },
@@ -2988,6 +3199,7 @@
2988
3199
  "isAbstract": true,
2989
3200
  "isVirtual": true,
2990
3201
  "isOverride": false,
3202
+ "visibility": "Public",
2991
3203
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
2992
3204
  "declaringAssemblyName": "System.Net.NetworkInformation"
2993
3205
  },
@@ -3006,6 +3218,7 @@
3006
3218
  "isAbstract": true,
3007
3219
  "isVirtual": true,
3008
3220
  "isOverride": false,
3221
+ "visibility": "Public",
3009
3222
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3010
3223
  "declaringAssemblyName": "System.Net.NetworkInformation"
3011
3224
  },
@@ -3024,6 +3237,7 @@
3024
3237
  "isAbstract": true,
3025
3238
  "isVirtual": true,
3026
3239
  "isOverride": false,
3240
+ "visibility": "Public",
3027
3241
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3028
3242
  "declaringAssemblyName": "System.Net.NetworkInformation"
3029
3243
  },
@@ -3042,6 +3256,7 @@
3042
3256
  "isAbstract": true,
3043
3257
  "isVirtual": true,
3044
3258
  "isOverride": false,
3259
+ "visibility": "Public",
3045
3260
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3046
3261
  "declaringAssemblyName": "System.Net.NetworkInformation"
3047
3262
  },
@@ -3060,6 +3275,7 @@
3060
3275
  "isAbstract": true,
3061
3276
  "isVirtual": true,
3062
3277
  "isOverride": false,
3278
+ "visibility": "Public",
3063
3279
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3064
3280
  "declaringAssemblyName": "System.Net.NetworkInformation"
3065
3281
  },
@@ -3078,6 +3294,7 @@
3078
3294
  "isAbstract": true,
3079
3295
  "isVirtual": true,
3080
3296
  "isOverride": false,
3297
+ "visibility": "Public",
3081
3298
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3082
3299
  "declaringAssemblyName": "System.Net.NetworkInformation"
3083
3300
  },
@@ -3096,6 +3313,7 @@
3096
3313
  "isAbstract": true,
3097
3314
  "isVirtual": true,
3098
3315
  "isOverride": false,
3316
+ "visibility": "Public",
3099
3317
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3100
3318
  "declaringAssemblyName": "System.Net.NetworkInformation"
3101
3319
  },
@@ -3114,6 +3332,7 @@
3114
3332
  "isAbstract": true,
3115
3333
  "isVirtual": true,
3116
3334
  "isOverride": false,
3335
+ "visibility": "Public",
3117
3336
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3118
3337
  "declaringAssemblyName": "System.Net.NetworkInformation"
3119
3338
  },
@@ -3132,6 +3351,7 @@
3132
3351
  "isAbstract": true,
3133
3352
  "isVirtual": true,
3134
3353
  "isOverride": false,
3354
+ "visibility": "Public",
3135
3355
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3136
3356
  "declaringAssemblyName": "System.Net.NetworkInformation"
3137
3357
  },
@@ -3150,6 +3370,7 @@
3150
3370
  "isAbstract": true,
3151
3371
  "isVirtual": true,
3152
3372
  "isOverride": false,
3373
+ "visibility": "Public",
3153
3374
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3154
3375
  "declaringAssemblyName": "System.Net.NetworkInformation"
3155
3376
  },
@@ -3168,6 +3389,7 @@
3168
3389
  "isAbstract": true,
3169
3390
  "isVirtual": true,
3170
3391
  "isOverride": false,
3392
+ "visibility": "Public",
3171
3393
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3172
3394
  "declaringAssemblyName": "System.Net.NetworkInformation"
3173
3395
  },
@@ -3186,6 +3408,7 @@
3186
3408
  "isAbstract": true,
3187
3409
  "isVirtual": true,
3188
3410
  "isOverride": false,
3411
+ "visibility": "Public",
3189
3412
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3190
3413
  "declaringAssemblyName": "System.Net.NetworkInformation"
3191
3414
  },
@@ -3204,6 +3427,7 @@
3204
3427
  "isAbstract": true,
3205
3428
  "isVirtual": true,
3206
3429
  "isOverride": false,
3430
+ "visibility": "Public",
3207
3431
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3208
3432
  "declaringAssemblyName": "System.Net.NetworkInformation"
3209
3433
  },
@@ -3222,6 +3446,7 @@
3222
3446
  "isAbstract": true,
3223
3447
  "isVirtual": true,
3224
3448
  "isOverride": false,
3449
+ "visibility": "Public",
3225
3450
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3226
3451
  "declaringAssemblyName": "System.Net.NetworkInformation"
3227
3452
  },
@@ -3240,6 +3465,7 @@
3240
3465
  "isAbstract": true,
3241
3466
  "isVirtual": true,
3242
3467
  "isOverride": false,
3468
+ "visibility": "Public",
3243
3469
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3244
3470
  "declaringAssemblyName": "System.Net.NetworkInformation"
3245
3471
  },
@@ -3258,6 +3484,7 @@
3258
3484
  "isAbstract": true,
3259
3485
  "isVirtual": true,
3260
3486
  "isOverride": false,
3487
+ "visibility": "Public",
3261
3488
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3262
3489
  "declaringAssemblyName": "System.Net.NetworkInformation"
3263
3490
  },
@@ -3276,6 +3503,7 @@
3276
3503
  "isAbstract": true,
3277
3504
  "isVirtual": true,
3278
3505
  "isOverride": false,
3506
+ "visibility": "Public",
3279
3507
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3280
3508
  "declaringAssemblyName": "System.Net.NetworkInformation"
3281
3509
  },
@@ -3294,6 +3522,7 @@
3294
3522
  "isAbstract": true,
3295
3523
  "isVirtual": true,
3296
3524
  "isOverride": false,
3525
+ "visibility": "Public",
3297
3526
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3298
3527
  "declaringAssemblyName": "System.Net.NetworkInformation"
3299
3528
  },
@@ -3312,6 +3541,7 @@
3312
3541
  "isAbstract": true,
3313
3542
  "isVirtual": true,
3314
3543
  "isOverride": false,
3544
+ "visibility": "Public",
3315
3545
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3316
3546
  "declaringAssemblyName": "System.Net.NetworkInformation"
3317
3547
  },
@@ -3330,6 +3560,7 @@
3330
3560
  "isAbstract": true,
3331
3561
  "isVirtual": true,
3332
3562
  "isOverride": false,
3563
+ "visibility": "Public",
3333
3564
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3334
3565
  "declaringAssemblyName": "System.Net.NetworkInformation"
3335
3566
  },
@@ -3348,6 +3579,7 @@
3348
3579
  "isAbstract": true,
3349
3580
  "isVirtual": true,
3350
3581
  "isOverride": false,
3582
+ "visibility": "Public",
3351
3583
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3352
3584
  "declaringAssemblyName": "System.Net.NetworkInformation"
3353
3585
  },
@@ -3366,6 +3598,7 @@
3366
3598
  "isAbstract": true,
3367
3599
  "isVirtual": true,
3368
3600
  "isOverride": false,
3601
+ "visibility": "Public",
3369
3602
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3370
3603
  "declaringAssemblyName": "System.Net.NetworkInformation"
3371
3604
  },
@@ -3384,6 +3617,7 @@
3384
3617
  "isAbstract": true,
3385
3618
  "isVirtual": true,
3386
3619
  "isOverride": false,
3620
+ "visibility": "Public",
3387
3621
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3388
3622
  "declaringAssemblyName": "System.Net.NetworkInformation"
3389
3623
  },
@@ -3402,6 +3636,7 @@
3402
3636
  "isAbstract": true,
3403
3637
  "isVirtual": true,
3404
3638
  "isOverride": false,
3639
+ "visibility": "Public",
3405
3640
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3406
3641
  "declaringAssemblyName": "System.Net.NetworkInformation"
3407
3642
  },
@@ -3420,6 +3655,7 @@
3420
3655
  "isAbstract": true,
3421
3656
  "isVirtual": true,
3422
3657
  "isOverride": false,
3658
+ "visibility": "Public",
3423
3659
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3424
3660
  "declaringAssemblyName": "System.Net.NetworkInformation"
3425
3661
  },
@@ -3438,13 +3674,26 @@
3438
3674
  "isAbstract": true,
3439
3675
  "isVirtual": true,
3440
3676
  "isOverride": false,
3677
+ "visibility": "Public",
3441
3678
  "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3442
3679
  "declaringAssemblyName": "System.Net.NetworkInformation"
3443
3680
  }
3444
3681
  ],
3445
3682
  "fields": [],
3446
3683
  "events": [],
3447
- "constructors": []
3684
+ "constructors": [
3685
+ {
3686
+ "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.IcmpV6Statistics::.ctor():void",
3687
+ "metadataToken": 100663429,
3688
+ "canonicalSignature": "():void",
3689
+ "normalizedSignature": "constructor|():void|static=false",
3690
+ "isStatic": false,
3691
+ "parameterCount": 0,
3692
+ "visibility": "Protected",
3693
+ "declaringClrType": "System.Net.NetworkInformation.IcmpV6Statistics",
3694
+ "declaringAssemblyName": "System.Net.NetworkInformation"
3695
+ }
3696
+ ]
3448
3697
  },
3449
3698
  {
3450
3699
  "stableId": "System.Net.Primitives:System.Net.NetworkInformation.IPAddressCollection",
@@ -3497,6 +3746,7 @@
3497
3746
  "isVirtual": true,
3498
3747
  "isOverride": false,
3499
3748
  "isSealed": false,
3749
+ "visibility": "Public",
3500
3750
  "declaringClrType": "System.Net.NetworkInformation.IPAddressCollection",
3501
3751
  "declaringAssemblyName": "System.Net.Primitives",
3502
3752
  "isExtensionMethod": false
@@ -3516,6 +3766,7 @@
3516
3766
  "isVirtual": true,
3517
3767
  "isOverride": false,
3518
3768
  "isSealed": false,
3769
+ "visibility": "Public",
3519
3770
  "declaringClrType": "System.Net.NetworkInformation.IPAddressCollection",
3520
3771
  "declaringAssemblyName": "System.Net.Primitives",
3521
3772
  "isExtensionMethod": false
@@ -3535,6 +3786,7 @@
3535
3786
  "isVirtual": true,
3536
3787
  "isOverride": false,
3537
3788
  "isSealed": false,
3789
+ "visibility": "Public",
3538
3790
  "declaringClrType": "System.Net.NetworkInformation.IPAddressCollection",
3539
3791
  "declaringAssemblyName": "System.Net.Primitives",
3540
3792
  "isExtensionMethod": false
@@ -3554,6 +3806,7 @@
3554
3806
  "isVirtual": true,
3555
3807
  "isOverride": false,
3556
3808
  "isSealed": false,
3809
+ "visibility": "Public",
3557
3810
  "declaringClrType": "System.Net.NetworkInformation.IPAddressCollection",
3558
3811
  "declaringAssemblyName": "System.Net.Primitives",
3559
3812
  "isExtensionMethod": false
@@ -3573,6 +3826,7 @@
3573
3826
  "isVirtual": true,
3574
3827
  "isOverride": false,
3575
3828
  "isSealed": false,
3829
+ "visibility": "Public",
3576
3830
  "declaringClrType": "System.Net.NetworkInformation.IPAddressCollection",
3577
3831
  "declaringAssemblyName": "System.Net.Primitives",
3578
3832
  "isExtensionMethod": false
@@ -3592,6 +3846,7 @@
3592
3846
  "isVirtual": true,
3593
3847
  "isOverride": false,
3594
3848
  "isSealed": false,
3849
+ "visibility": "Public",
3595
3850
  "declaringClrType": "System.Net.NetworkInformation.IPAddressCollection",
3596
3851
  "declaringAssemblyName": "System.Net.Primitives",
3597
3852
  "isExtensionMethod": false
@@ -3611,6 +3866,7 @@
3611
3866
  "isVirtual": true,
3612
3867
  "isOverride": false,
3613
3868
  "isSealed": false,
3869
+ "visibility": "Public",
3614
3870
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
3615
3871
  "declaringAssemblyName": "System.Private.CoreLib",
3616
3872
  "isExtensionMethod": false,
@@ -3631,6 +3887,7 @@
3631
3887
  "isVirtual": true,
3632
3888
  "isOverride": false,
3633
3889
  "isSealed": false,
3890
+ "visibility": "Public",
3634
3891
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
3635
3892
  "declaringAssemblyName": "System.Private.CoreLib",
3636
3893
  "isExtensionMethod": false,
@@ -3651,6 +3908,7 @@
3651
3908
  "isVirtual": true,
3652
3909
  "isOverride": false,
3653
3910
  "isSealed": false,
3911
+ "visibility": "Public",
3654
3912
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
3655
3913
  "declaringAssemblyName": "System.Private.CoreLib",
3656
3914
  "isExtensionMethod": false,
@@ -3671,6 +3929,7 @@
3671
3929
  "isVirtual": true,
3672
3930
  "isOverride": false,
3673
3931
  "isSealed": false,
3932
+ "visibility": "Public",
3674
3933
  "declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
3675
3934
  "declaringAssemblyName": "System.Private.CoreLib",
3676
3935
  "isExtensionMethod": false,
@@ -3691,6 +3950,7 @@
3691
3950
  "isVirtual": true,
3692
3951
  "isOverride": false,
3693
3952
  "isSealed": false,
3953
+ "visibility": "Public",
3694
3954
  "declaringClrType": "System.Collections.IEnumerable",
3695
3955
  "declaringAssemblyName": "System.Private.CoreLib",
3696
3956
  "isExtensionMethod": false,
@@ -3711,6 +3971,7 @@
3711
3971
  "isVirtual": true,
3712
3972
  "isOverride": false,
3713
3973
  "isSealed": false,
3974
+ "visibility": "Public",
3714
3975
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
3715
3976
  "declaringAssemblyName": "System.Private.CoreLib",
3716
3977
  "isExtensionMethod": false,
@@ -3733,6 +3994,7 @@
3733
3994
  "isAbstract": false,
3734
3995
  "isVirtual": true,
3735
3996
  "isOverride": false,
3997
+ "visibility": "Public",
3736
3998
  "declaringClrType": "System.Net.NetworkInformation.IPAddressCollection",
3737
3999
  "declaringAssemblyName": "System.Net.Primitives"
3738
4000
  },
@@ -3751,6 +4013,7 @@
3751
4013
  "isAbstract": false,
3752
4014
  "isVirtual": true,
3753
4015
  "isOverride": false,
4016
+ "visibility": "Public",
3754
4017
  "declaringClrType": "System.Net.NetworkInformation.IPAddressCollection",
3755
4018
  "declaringAssemblyName": "System.Net.Primitives"
3756
4019
  },
@@ -3769,6 +4032,7 @@
3769
4032
  "isAbstract": false,
3770
4033
  "isVirtual": true,
3771
4034
  "isOverride": false,
4035
+ "visibility": "Public",
3772
4036
  "declaringClrType": "System.Net.NetworkInformation.IPAddressCollection",
3773
4037
  "declaringAssemblyName": "System.Net.Primitives"
3774
4038
  },
@@ -3787,6 +4051,7 @@
3787
4051
  "isAbstract": false,
3788
4052
  "isVirtual": true,
3789
4053
  "isOverride": false,
4054
+ "visibility": "Public",
3790
4055
  "sourceInterface": "System.Collections.Generic.ICollection\u00601",
3791
4056
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
3792
4057
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -3806,6 +4071,7 @@
3806
4071
  "isAbstract": false,
3807
4072
  "isVirtual": true,
3808
4073
  "isOverride": false,
4074
+ "visibility": "Public",
3809
4075
  "sourceInterface": "System.Collections.Generic.ICollection\u00601",
3810
4076
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
3811
4077
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -3813,7 +4079,19 @@
3813
4079
  ],
3814
4080
  "fields": [],
3815
4081
  "events": [],
3816
- "constructors": []
4082
+ "constructors": [
4083
+ {
4084
+ "stableId": "System.Net.Primitives:System.Net.NetworkInformation.IPAddressCollection::.ctor():void",
4085
+ "metadataToken": 100663770,
4086
+ "canonicalSignature": "():void",
4087
+ "normalizedSignature": "constructor|():void|static=false",
4088
+ "isStatic": false,
4089
+ "parameterCount": 0,
4090
+ "visibility": "ProtectedInternal",
4091
+ "declaringClrType": "System.Net.NetworkInformation.IPAddressCollection",
4092
+ "declaringAssemblyName": "System.Net.Primitives"
4093
+ }
4094
+ ]
3817
4095
  },
3818
4096
  {
3819
4097
  "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.IPAddressInformation",
@@ -3847,6 +4125,7 @@
3847
4125
  "isAbstract": true,
3848
4126
  "isVirtual": true,
3849
4127
  "isOverride": false,
4128
+ "visibility": "Public",
3850
4129
  "declaringClrType": "System.Net.NetworkInformation.IPAddressInformation",
3851
4130
  "declaringAssemblyName": "System.Net.NetworkInformation"
3852
4131
  },
@@ -3865,6 +4144,7 @@
3865
4144
  "isAbstract": true,
3866
4145
  "isVirtual": true,
3867
4146
  "isOverride": false,
4147
+ "visibility": "Public",
3868
4148
  "declaringClrType": "System.Net.NetworkInformation.IPAddressInformation",
3869
4149
  "declaringAssemblyName": "System.Net.NetworkInformation"
3870
4150
  },
@@ -3883,13 +4163,26 @@
3883
4163
  "isAbstract": true,
3884
4164
  "isVirtual": true,
3885
4165
  "isOverride": false,
4166
+ "visibility": "Public",
3886
4167
  "declaringClrType": "System.Net.NetworkInformation.IPAddressInformation",
3887
4168
  "declaringAssemblyName": "System.Net.NetworkInformation"
3888
4169
  }
3889
4170
  ],
3890
4171
  "fields": [],
3891
4172
  "events": [],
3892
- "constructors": []
4173
+ "constructors": [
4174
+ {
4175
+ "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.IPAddressInformation::.ctor():void",
4176
+ "metadataToken": 100663433,
4177
+ "canonicalSignature": "():void",
4178
+ "normalizedSignature": "constructor|():void|static=false",
4179
+ "isStatic": false,
4180
+ "parameterCount": 0,
4181
+ "visibility": "Protected",
4182
+ "declaringClrType": "System.Net.NetworkInformation.IPAddressInformation",
4183
+ "declaringAssemblyName": "System.Net.NetworkInformation"
4184
+ }
4185
+ ]
3893
4186
  },
3894
4187
  {
3895
4188
  "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.IPAddressInformationCollection",
@@ -3942,6 +4235,7 @@
3942
4235
  "isVirtual": true,
3943
4236
  "isOverride": false,
3944
4237
  "isSealed": false,
4238
+ "visibility": "Public",
3945
4239
  "declaringClrType": "System.Net.NetworkInformation.IPAddressInformationCollection",
3946
4240
  "declaringAssemblyName": "System.Net.NetworkInformation",
3947
4241
  "isExtensionMethod": false
@@ -3961,6 +4255,7 @@
3961
4255
  "isVirtual": true,
3962
4256
  "isOverride": false,
3963
4257
  "isSealed": false,
4258
+ "visibility": "Public",
3964
4259
  "declaringClrType": "System.Net.NetworkInformation.IPAddressInformationCollection",
3965
4260
  "declaringAssemblyName": "System.Net.NetworkInformation",
3966
4261
  "isExtensionMethod": false
@@ -3980,6 +4275,7 @@
3980
4275
  "isVirtual": true,
3981
4276
  "isOverride": false,
3982
4277
  "isSealed": false,
4278
+ "visibility": "Public",
3983
4279
  "declaringClrType": "System.Net.NetworkInformation.IPAddressInformationCollection",
3984
4280
  "declaringAssemblyName": "System.Net.NetworkInformation",
3985
4281
  "isExtensionMethod": false
@@ -3999,6 +4295,7 @@
3999
4295
  "isVirtual": true,
4000
4296
  "isOverride": false,
4001
4297
  "isSealed": false,
4298
+ "visibility": "Public",
4002
4299
  "declaringClrType": "System.Net.NetworkInformation.IPAddressInformationCollection",
4003
4300
  "declaringAssemblyName": "System.Net.NetworkInformation",
4004
4301
  "isExtensionMethod": false
@@ -4018,6 +4315,7 @@
4018
4315
  "isVirtual": true,
4019
4316
  "isOverride": false,
4020
4317
  "isSealed": false,
4318
+ "visibility": "Public",
4021
4319
  "declaringClrType": "System.Net.NetworkInformation.IPAddressInformationCollection",
4022
4320
  "declaringAssemblyName": "System.Net.NetworkInformation",
4023
4321
  "isExtensionMethod": false
@@ -4037,6 +4335,7 @@
4037
4335
  "isVirtual": true,
4038
4336
  "isOverride": false,
4039
4337
  "isSealed": false,
4338
+ "visibility": "Public",
4040
4339
  "declaringClrType": "System.Net.NetworkInformation.IPAddressInformationCollection",
4041
4340
  "declaringAssemblyName": "System.Net.NetworkInformation",
4042
4341
  "isExtensionMethod": false
@@ -4056,6 +4355,7 @@
4056
4355
  "isVirtual": true,
4057
4356
  "isOverride": false,
4058
4357
  "isSealed": false,
4358
+ "visibility": "Public",
4059
4359
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
4060
4360
  "declaringAssemblyName": "System.Private.CoreLib",
4061
4361
  "isExtensionMethod": false,
@@ -4076,6 +4376,7 @@
4076
4376
  "isVirtual": true,
4077
4377
  "isOverride": false,
4078
4378
  "isSealed": false,
4379
+ "visibility": "Public",
4079
4380
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
4080
4381
  "declaringAssemblyName": "System.Private.CoreLib",
4081
4382
  "isExtensionMethod": false,
@@ -4096,6 +4397,7 @@
4096
4397
  "isVirtual": true,
4097
4398
  "isOverride": false,
4098
4399
  "isSealed": false,
4400
+ "visibility": "Public",
4099
4401
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
4100
4402
  "declaringAssemblyName": "System.Private.CoreLib",
4101
4403
  "isExtensionMethod": false,
@@ -4116,6 +4418,7 @@
4116
4418
  "isVirtual": true,
4117
4419
  "isOverride": false,
4118
4420
  "isSealed": false,
4421
+ "visibility": "Public",
4119
4422
  "declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
4120
4423
  "declaringAssemblyName": "System.Private.CoreLib",
4121
4424
  "isExtensionMethod": false,
@@ -4136,6 +4439,7 @@
4136
4439
  "isVirtual": true,
4137
4440
  "isOverride": false,
4138
4441
  "isSealed": false,
4442
+ "visibility": "Public",
4139
4443
  "declaringClrType": "System.Collections.IEnumerable",
4140
4444
  "declaringAssemblyName": "System.Private.CoreLib",
4141
4445
  "isExtensionMethod": false,
@@ -4156,6 +4460,7 @@
4156
4460
  "isVirtual": true,
4157
4461
  "isOverride": false,
4158
4462
  "isSealed": false,
4463
+ "visibility": "Public",
4159
4464
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
4160
4465
  "declaringAssemblyName": "System.Private.CoreLib",
4161
4466
  "isExtensionMethod": false,
@@ -4178,6 +4483,7 @@
4178
4483
  "isAbstract": false,
4179
4484
  "isVirtual": true,
4180
4485
  "isOverride": false,
4486
+ "visibility": "Public",
4181
4487
  "declaringClrType": "System.Net.NetworkInformation.IPAddressInformationCollection",
4182
4488
  "declaringAssemblyName": "System.Net.NetworkInformation"
4183
4489
  },
@@ -4196,6 +4502,7 @@
4196
4502
  "isAbstract": false,
4197
4503
  "isVirtual": true,
4198
4504
  "isOverride": false,
4505
+ "visibility": "Public",
4199
4506
  "declaringClrType": "System.Net.NetworkInformation.IPAddressInformationCollection",
4200
4507
  "declaringAssemblyName": "System.Net.NetworkInformation"
4201
4508
  },
@@ -4214,6 +4521,7 @@
4214
4521
  "isAbstract": false,
4215
4522
  "isVirtual": true,
4216
4523
  "isOverride": false,
4524
+ "visibility": "Public",
4217
4525
  "declaringClrType": "System.Net.NetworkInformation.IPAddressInformationCollection",
4218
4526
  "declaringAssemblyName": "System.Net.NetworkInformation"
4219
4527
  },
@@ -4232,6 +4540,7 @@
4232
4540
  "isAbstract": false,
4233
4541
  "isVirtual": true,
4234
4542
  "isOverride": false,
4543
+ "visibility": "Public",
4235
4544
  "sourceInterface": "System.Collections.Generic.ICollection\u00601",
4236
4545
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
4237
4546
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -4251,6 +4560,7 @@
4251
4560
  "isAbstract": false,
4252
4561
  "isVirtual": true,
4253
4562
  "isOverride": false,
4563
+ "visibility": "Public",
4254
4564
  "sourceInterface": "System.Collections.Generic.ICollection\u00601",
4255
4565
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
4256
4566
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -4291,6 +4601,7 @@
4291
4601
  "isVirtual": false,
4292
4602
  "isOverride": false,
4293
4603
  "isSealed": false,
4604
+ "visibility": "Public",
4294
4605
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalProperties",
4295
4606
  "declaringAssemblyName": "System.Net.NetworkInformation",
4296
4607
  "isExtensionMethod": false
@@ -4310,6 +4621,7 @@
4310
4621
  "isVirtual": true,
4311
4622
  "isOverride": false,
4312
4623
  "isSealed": false,
4624
+ "visibility": "Public",
4313
4625
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalProperties",
4314
4626
  "declaringAssemblyName": "System.Net.NetworkInformation",
4315
4627
  "isExtensionMethod": false
@@ -4329,6 +4641,7 @@
4329
4641
  "isVirtual": true,
4330
4642
  "isOverride": false,
4331
4643
  "isSealed": false,
4644
+ "visibility": "Public",
4332
4645
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalProperties",
4333
4646
  "declaringAssemblyName": "System.Net.NetworkInformation",
4334
4647
  "isExtensionMethod": false
@@ -4348,6 +4661,7 @@
4348
4661
  "isVirtual": true,
4349
4662
  "isOverride": false,
4350
4663
  "isSealed": false,
4664
+ "visibility": "Public",
4351
4665
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalProperties",
4352
4666
  "declaringAssemblyName": "System.Net.NetworkInformation",
4353
4667
  "isExtensionMethod": false
@@ -4367,6 +4681,7 @@
4367
4681
  "isVirtual": true,
4368
4682
  "isOverride": false,
4369
4683
  "isSealed": false,
4684
+ "visibility": "Public",
4370
4685
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalProperties",
4371
4686
  "declaringAssemblyName": "System.Net.NetworkInformation",
4372
4687
  "isExtensionMethod": false
@@ -4386,6 +4701,7 @@
4386
4701
  "isVirtual": true,
4387
4702
  "isOverride": false,
4388
4703
  "isSealed": false,
4704
+ "visibility": "Public",
4389
4705
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalProperties",
4390
4706
  "declaringAssemblyName": "System.Net.NetworkInformation",
4391
4707
  "isExtensionMethod": false
@@ -4405,6 +4721,7 @@
4405
4721
  "isVirtual": true,
4406
4722
  "isOverride": false,
4407
4723
  "isSealed": false,
4724
+ "visibility": "Public",
4408
4725
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalProperties",
4409
4726
  "declaringAssemblyName": "System.Net.NetworkInformation",
4410
4727
  "isExtensionMethod": false
@@ -4424,6 +4741,7 @@
4424
4741
  "isVirtual": true,
4425
4742
  "isOverride": false,
4426
4743
  "isSealed": false,
4744
+ "visibility": "Public",
4427
4745
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalProperties",
4428
4746
  "declaringAssemblyName": "System.Net.NetworkInformation",
4429
4747
  "isExtensionMethod": false
@@ -4443,6 +4761,7 @@
4443
4761
  "isVirtual": true,
4444
4762
  "isOverride": false,
4445
4763
  "isSealed": false,
4764
+ "visibility": "Public",
4446
4765
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalProperties",
4447
4766
  "declaringAssemblyName": "System.Net.NetworkInformation",
4448
4767
  "isExtensionMethod": false
@@ -4462,6 +4781,7 @@
4462
4781
  "isVirtual": true,
4463
4782
  "isOverride": false,
4464
4783
  "isSealed": false,
4784
+ "visibility": "Public",
4465
4785
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalProperties",
4466
4786
  "declaringAssemblyName": "System.Net.NetworkInformation",
4467
4787
  "isExtensionMethod": false
@@ -4481,6 +4801,7 @@
4481
4801
  "isVirtual": true,
4482
4802
  "isOverride": false,
4483
4803
  "isSealed": false,
4804
+ "visibility": "Public",
4484
4805
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalProperties",
4485
4806
  "declaringAssemblyName": "System.Net.NetworkInformation",
4486
4807
  "isExtensionMethod": false
@@ -4500,6 +4821,7 @@
4500
4821
  "isVirtual": true,
4501
4822
  "isOverride": false,
4502
4823
  "isSealed": false,
4824
+ "visibility": "Public",
4503
4825
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalProperties",
4504
4826
  "declaringAssemblyName": "System.Net.NetworkInformation",
4505
4827
  "isExtensionMethod": false
@@ -4519,6 +4841,7 @@
4519
4841
  "isVirtual": true,
4520
4842
  "isOverride": false,
4521
4843
  "isSealed": false,
4844
+ "visibility": "Public",
4522
4845
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalProperties",
4523
4846
  "declaringAssemblyName": "System.Net.NetworkInformation",
4524
4847
  "isExtensionMethod": false
@@ -4538,6 +4861,7 @@
4538
4861
  "isVirtual": true,
4539
4862
  "isOverride": false,
4540
4863
  "isSealed": false,
4864
+ "visibility": "Public",
4541
4865
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalProperties",
4542
4866
  "declaringAssemblyName": "System.Net.NetworkInformation",
4543
4867
  "isExtensionMethod": false
@@ -4557,6 +4881,7 @@
4557
4881
  "isVirtual": true,
4558
4882
  "isOverride": false,
4559
4883
  "isSealed": false,
4884
+ "visibility": "Public",
4560
4885
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalProperties",
4561
4886
  "declaringAssemblyName": "System.Net.NetworkInformation",
4562
4887
  "isExtensionMethod": false
@@ -4576,6 +4901,7 @@
4576
4901
  "isVirtual": true,
4577
4902
  "isOverride": false,
4578
4903
  "isSealed": false,
4904
+ "visibility": "Public",
4579
4905
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalProperties",
4580
4906
  "declaringAssemblyName": "System.Net.NetworkInformation",
4581
4907
  "isExtensionMethod": false
@@ -4597,6 +4923,7 @@
4597
4923
  "isAbstract": true,
4598
4924
  "isVirtual": true,
4599
4925
  "isOverride": false,
4926
+ "visibility": "Public",
4600
4927
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalProperties",
4601
4928
  "declaringAssemblyName": "System.Net.NetworkInformation"
4602
4929
  },
@@ -4615,6 +4942,7 @@
4615
4942
  "isAbstract": true,
4616
4943
  "isVirtual": true,
4617
4944
  "isOverride": false,
4945
+ "visibility": "Public",
4618
4946
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalProperties",
4619
4947
  "declaringAssemblyName": "System.Net.NetworkInformation"
4620
4948
  },
@@ -4633,6 +4961,7 @@
4633
4961
  "isAbstract": true,
4634
4962
  "isVirtual": true,
4635
4963
  "isOverride": false,
4964
+ "visibility": "Public",
4636
4965
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalProperties",
4637
4966
  "declaringAssemblyName": "System.Net.NetworkInformation"
4638
4967
  },
@@ -4651,6 +4980,7 @@
4651
4980
  "isAbstract": true,
4652
4981
  "isVirtual": true,
4653
4982
  "isOverride": false,
4983
+ "visibility": "Public",
4654
4984
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalProperties",
4655
4985
  "declaringAssemblyName": "System.Net.NetworkInformation"
4656
4986
  },
@@ -4669,13 +4999,26 @@
4669
4999
  "isAbstract": true,
4670
5000
  "isVirtual": true,
4671
5001
  "isOverride": false,
5002
+ "visibility": "Public",
4672
5003
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalProperties",
4673
5004
  "declaringAssemblyName": "System.Net.NetworkInformation"
4674
5005
  }
4675
5006
  ],
4676
5007
  "fields": [],
4677
5008
  "events": [],
4678
- "constructors": []
5009
+ "constructors": [
5010
+ {
5011
+ "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.IPGlobalProperties::.ctor():void",
5012
+ "metadataToken": 100663465,
5013
+ "canonicalSignature": "():void",
5014
+ "normalizedSignature": "constructor|():void|static=false",
5015
+ "isStatic": false,
5016
+ "parameterCount": 0,
5017
+ "visibility": "Protected",
5018
+ "declaringClrType": "System.Net.NetworkInformation.IPGlobalProperties",
5019
+ "declaringAssemblyName": "System.Net.NetworkInformation"
5020
+ }
5021
+ ]
4679
5022
  },
4680
5023
  {
4681
5024
  "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.IPGlobalStatistics",
@@ -4709,6 +5052,7 @@
4709
5052
  "isAbstract": true,
4710
5053
  "isVirtual": true,
4711
5054
  "isOverride": false,
5055
+ "visibility": "Public",
4712
5056
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
4713
5057
  "declaringAssemblyName": "System.Net.NetworkInformation"
4714
5058
  },
@@ -4727,6 +5071,7 @@
4727
5071
  "isAbstract": true,
4728
5072
  "isVirtual": true,
4729
5073
  "isOverride": false,
5074
+ "visibility": "Public",
4730
5075
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
4731
5076
  "declaringAssemblyName": "System.Net.NetworkInformation"
4732
5077
  },
@@ -4745,6 +5090,7 @@
4745
5090
  "isAbstract": true,
4746
5091
  "isVirtual": true,
4747
5092
  "isOverride": false,
5093
+ "visibility": "Public",
4748
5094
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
4749
5095
  "declaringAssemblyName": "System.Net.NetworkInformation"
4750
5096
  },
@@ -4763,6 +5109,7 @@
4763
5109
  "isAbstract": true,
4764
5110
  "isVirtual": true,
4765
5111
  "isOverride": false,
5112
+ "visibility": "Public",
4766
5113
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
4767
5114
  "declaringAssemblyName": "System.Net.NetworkInformation"
4768
5115
  },
@@ -4781,6 +5128,7 @@
4781
5128
  "isAbstract": true,
4782
5129
  "isVirtual": true,
4783
5130
  "isOverride": false,
5131
+ "visibility": "Public",
4784
5132
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
4785
5133
  "declaringAssemblyName": "System.Net.NetworkInformation"
4786
5134
  },
@@ -4799,6 +5147,7 @@
4799
5147
  "isAbstract": true,
4800
5148
  "isVirtual": true,
4801
5149
  "isOverride": false,
5150
+ "visibility": "Public",
4802
5151
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
4803
5152
  "declaringAssemblyName": "System.Net.NetworkInformation"
4804
5153
  },
@@ -4817,6 +5166,7 @@
4817
5166
  "isAbstract": true,
4818
5167
  "isVirtual": true,
4819
5168
  "isOverride": false,
5169
+ "visibility": "Public",
4820
5170
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
4821
5171
  "declaringAssemblyName": "System.Net.NetworkInformation"
4822
5172
  },
@@ -4835,6 +5185,7 @@
4835
5185
  "isAbstract": true,
4836
5186
  "isVirtual": true,
4837
5187
  "isOverride": false,
5188
+ "visibility": "Public",
4838
5189
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
4839
5190
  "declaringAssemblyName": "System.Net.NetworkInformation"
4840
5191
  },
@@ -4853,6 +5204,7 @@
4853
5204
  "isAbstract": true,
4854
5205
  "isVirtual": true,
4855
5206
  "isOverride": false,
5207
+ "visibility": "Public",
4856
5208
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
4857
5209
  "declaringAssemblyName": "System.Net.NetworkInformation"
4858
5210
  },
@@ -4871,6 +5223,7 @@
4871
5223
  "isAbstract": true,
4872
5224
  "isVirtual": true,
4873
5225
  "isOverride": false,
5226
+ "visibility": "Public",
4874
5227
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
4875
5228
  "declaringAssemblyName": "System.Net.NetworkInformation"
4876
5229
  },
@@ -4889,6 +5242,7 @@
4889
5242
  "isAbstract": true,
4890
5243
  "isVirtual": true,
4891
5244
  "isOverride": false,
5245
+ "visibility": "Public",
4892
5246
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
4893
5247
  "declaringAssemblyName": "System.Net.NetworkInformation"
4894
5248
  },
@@ -4907,6 +5261,7 @@
4907
5261
  "isAbstract": true,
4908
5262
  "isVirtual": true,
4909
5263
  "isOverride": false,
5264
+ "visibility": "Public",
4910
5265
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
4911
5266
  "declaringAssemblyName": "System.Net.NetworkInformation"
4912
5267
  },
@@ -4925,6 +5280,7 @@
4925
5280
  "isAbstract": true,
4926
5281
  "isVirtual": true,
4927
5282
  "isOverride": false,
5283
+ "visibility": "Public",
4928
5284
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
4929
5285
  "declaringAssemblyName": "System.Net.NetworkInformation"
4930
5286
  },
@@ -4943,6 +5299,7 @@
4943
5299
  "isAbstract": true,
4944
5300
  "isVirtual": true,
4945
5301
  "isOverride": false,
5302
+ "visibility": "Public",
4946
5303
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
4947
5304
  "declaringAssemblyName": "System.Net.NetworkInformation"
4948
5305
  },
@@ -4961,6 +5318,7 @@
4961
5318
  "isAbstract": true,
4962
5319
  "isVirtual": true,
4963
5320
  "isOverride": false,
5321
+ "visibility": "Public",
4964
5322
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
4965
5323
  "declaringAssemblyName": "System.Net.NetworkInformation"
4966
5324
  },
@@ -4979,6 +5337,7 @@
4979
5337
  "isAbstract": true,
4980
5338
  "isVirtual": true,
4981
5339
  "isOverride": false,
5340
+ "visibility": "Public",
4982
5341
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
4983
5342
  "declaringAssemblyName": "System.Net.NetworkInformation"
4984
5343
  },
@@ -4997,6 +5356,7 @@
4997
5356
  "isAbstract": true,
4998
5357
  "isVirtual": true,
4999
5358
  "isOverride": false,
5359
+ "visibility": "Public",
5000
5360
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
5001
5361
  "declaringAssemblyName": "System.Net.NetworkInformation"
5002
5362
  },
@@ -5015,6 +5375,7 @@
5015
5375
  "isAbstract": true,
5016
5376
  "isVirtual": true,
5017
5377
  "isOverride": false,
5378
+ "visibility": "Public",
5018
5379
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
5019
5380
  "declaringAssemblyName": "System.Net.NetworkInformation"
5020
5381
  },
@@ -5033,6 +5394,7 @@
5033
5394
  "isAbstract": true,
5034
5395
  "isVirtual": true,
5035
5396
  "isOverride": false,
5397
+ "visibility": "Public",
5036
5398
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
5037
5399
  "declaringAssemblyName": "System.Net.NetworkInformation"
5038
5400
  },
@@ -5051,6 +5413,7 @@
5051
5413
  "isAbstract": true,
5052
5414
  "isVirtual": true,
5053
5415
  "isOverride": false,
5416
+ "visibility": "Public",
5054
5417
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
5055
5418
  "declaringAssemblyName": "System.Net.NetworkInformation"
5056
5419
  },
@@ -5069,6 +5432,7 @@
5069
5432
  "isAbstract": true,
5070
5433
  "isVirtual": true,
5071
5434
  "isOverride": false,
5435
+ "visibility": "Public",
5072
5436
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
5073
5437
  "declaringAssemblyName": "System.Net.NetworkInformation"
5074
5438
  },
@@ -5087,13 +5451,26 @@
5087
5451
  "isAbstract": true,
5088
5452
  "isVirtual": true,
5089
5453
  "isOverride": false,
5454
+ "visibility": "Public",
5090
5455
  "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
5091
5456
  "declaringAssemblyName": "System.Net.NetworkInformation"
5092
5457
  }
5093
5458
  ],
5094
5459
  "fields": [],
5095
5460
  "events": [],
5096
- "constructors": []
5461
+ "constructors": [
5462
+ {
5463
+ "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.IPGlobalStatistics::.ctor():void",
5464
+ "metadataToken": 100663488,
5465
+ "canonicalSignature": "():void",
5466
+ "normalizedSignature": "constructor|():void|static=false",
5467
+ "isStatic": false,
5468
+ "parameterCount": 0,
5469
+ "visibility": "Protected",
5470
+ "declaringClrType": "System.Net.NetworkInformation.IPGlobalStatistics",
5471
+ "declaringAssemblyName": "System.Net.NetworkInformation"
5472
+ }
5473
+ ]
5097
5474
  },
5098
5475
  {
5099
5476
  "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.IPInterfaceProperties",
@@ -5126,6 +5503,7 @@
5126
5503
  "isVirtual": true,
5127
5504
  "isOverride": false,
5128
5505
  "isSealed": false,
5506
+ "visibility": "Public",
5129
5507
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceProperties",
5130
5508
  "declaringAssemblyName": "System.Net.NetworkInformation",
5131
5509
  "isExtensionMethod": false
@@ -5145,6 +5523,7 @@
5145
5523
  "isVirtual": true,
5146
5524
  "isOverride": false,
5147
5525
  "isSealed": false,
5526
+ "visibility": "Public",
5148
5527
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceProperties",
5149
5528
  "declaringAssemblyName": "System.Net.NetworkInformation",
5150
5529
  "isExtensionMethod": false
@@ -5166,6 +5545,7 @@
5166
5545
  "isAbstract": true,
5167
5546
  "isVirtual": true,
5168
5547
  "isOverride": false,
5548
+ "visibility": "Public",
5169
5549
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceProperties",
5170
5550
  "declaringAssemblyName": "System.Net.NetworkInformation"
5171
5551
  },
@@ -5184,6 +5564,7 @@
5184
5564
  "isAbstract": true,
5185
5565
  "isVirtual": true,
5186
5566
  "isOverride": false,
5567
+ "visibility": "Public",
5187
5568
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceProperties",
5188
5569
  "declaringAssemblyName": "System.Net.NetworkInformation"
5189
5570
  },
@@ -5202,6 +5583,7 @@
5202
5583
  "isAbstract": true,
5203
5584
  "isVirtual": true,
5204
5585
  "isOverride": false,
5586
+ "visibility": "Public",
5205
5587
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceProperties",
5206
5588
  "declaringAssemblyName": "System.Net.NetworkInformation"
5207
5589
  },
@@ -5220,6 +5602,7 @@
5220
5602
  "isAbstract": true,
5221
5603
  "isVirtual": true,
5222
5604
  "isOverride": false,
5605
+ "visibility": "Public",
5223
5606
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceProperties",
5224
5607
  "declaringAssemblyName": "System.Net.NetworkInformation"
5225
5608
  },
@@ -5238,6 +5621,7 @@
5238
5621
  "isAbstract": true,
5239
5622
  "isVirtual": true,
5240
5623
  "isOverride": false,
5624
+ "visibility": "Public",
5241
5625
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceProperties",
5242
5626
  "declaringAssemblyName": "System.Net.NetworkInformation"
5243
5627
  },
@@ -5256,6 +5640,7 @@
5256
5640
  "isAbstract": true,
5257
5641
  "isVirtual": true,
5258
5642
  "isOverride": false,
5643
+ "visibility": "Public",
5259
5644
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceProperties",
5260
5645
  "declaringAssemblyName": "System.Net.NetworkInformation"
5261
5646
  },
@@ -5274,6 +5659,7 @@
5274
5659
  "isAbstract": true,
5275
5660
  "isVirtual": true,
5276
5661
  "isOverride": false,
5662
+ "visibility": "Public",
5277
5663
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceProperties",
5278
5664
  "declaringAssemblyName": "System.Net.NetworkInformation"
5279
5665
  },
@@ -5292,6 +5678,7 @@
5292
5678
  "isAbstract": true,
5293
5679
  "isVirtual": true,
5294
5680
  "isOverride": false,
5681
+ "visibility": "Public",
5295
5682
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceProperties",
5296
5683
  "declaringAssemblyName": "System.Net.NetworkInformation"
5297
5684
  },
@@ -5310,6 +5697,7 @@
5310
5697
  "isAbstract": true,
5311
5698
  "isVirtual": true,
5312
5699
  "isOverride": false,
5700
+ "visibility": "Public",
5313
5701
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceProperties",
5314
5702
  "declaringAssemblyName": "System.Net.NetworkInformation"
5315
5703
  },
@@ -5328,13 +5716,26 @@
5328
5716
  "isAbstract": true,
5329
5717
  "isVirtual": true,
5330
5718
  "isOverride": false,
5719
+ "visibility": "Public",
5331
5720
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceProperties",
5332
5721
  "declaringAssemblyName": "System.Net.NetworkInformation"
5333
5722
  }
5334
5723
  ],
5335
5724
  "fields": [],
5336
5725
  "events": [],
5337
- "constructors": []
5726
+ "constructors": [
5727
+ {
5728
+ "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.IPInterfaceProperties::.ctor():void",
5729
+ "metadataToken": 100663501,
5730
+ "canonicalSignature": "():void",
5731
+ "normalizedSignature": "constructor|():void|static=false",
5732
+ "isStatic": false,
5733
+ "parameterCount": 0,
5734
+ "visibility": "Protected",
5735
+ "declaringClrType": "System.Net.NetworkInformation.IPInterfaceProperties",
5736
+ "declaringAssemblyName": "System.Net.NetworkInformation"
5737
+ }
5738
+ ]
5338
5739
  },
5339
5740
  {
5340
5741
  "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.IPInterfaceStatistics",
@@ -5368,6 +5769,7 @@
5368
5769
  "isAbstract": true,
5369
5770
  "isVirtual": true,
5370
5771
  "isOverride": false,
5772
+ "visibility": "Public",
5371
5773
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceStatistics",
5372
5774
  "declaringAssemblyName": "System.Net.NetworkInformation"
5373
5775
  },
@@ -5386,6 +5788,7 @@
5386
5788
  "isAbstract": true,
5387
5789
  "isVirtual": true,
5388
5790
  "isOverride": false,
5791
+ "visibility": "Public",
5389
5792
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceStatistics",
5390
5793
  "declaringAssemblyName": "System.Net.NetworkInformation"
5391
5794
  },
@@ -5404,6 +5807,7 @@
5404
5807
  "isAbstract": true,
5405
5808
  "isVirtual": true,
5406
5809
  "isOverride": false,
5810
+ "visibility": "Public",
5407
5811
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceStatistics",
5408
5812
  "declaringAssemblyName": "System.Net.NetworkInformation"
5409
5813
  },
@@ -5422,6 +5826,7 @@
5422
5826
  "isAbstract": true,
5423
5827
  "isVirtual": true,
5424
5828
  "isOverride": false,
5829
+ "visibility": "Public",
5425
5830
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceStatistics",
5426
5831
  "declaringAssemblyName": "System.Net.NetworkInformation"
5427
5832
  },
@@ -5440,6 +5845,7 @@
5440
5845
  "isAbstract": true,
5441
5846
  "isVirtual": true,
5442
5847
  "isOverride": false,
5848
+ "visibility": "Public",
5443
5849
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceStatistics",
5444
5850
  "declaringAssemblyName": "System.Net.NetworkInformation"
5445
5851
  },
@@ -5458,6 +5864,7 @@
5458
5864
  "isAbstract": true,
5459
5865
  "isVirtual": true,
5460
5866
  "isOverride": false,
5867
+ "visibility": "Public",
5461
5868
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceStatistics",
5462
5869
  "declaringAssemblyName": "System.Net.NetworkInformation"
5463
5870
  },
@@ -5476,6 +5883,7 @@
5476
5883
  "isAbstract": true,
5477
5884
  "isVirtual": true,
5478
5885
  "isOverride": false,
5886
+ "visibility": "Public",
5479
5887
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceStatistics",
5480
5888
  "declaringAssemblyName": "System.Net.NetworkInformation"
5481
5889
  },
@@ -5494,6 +5902,7 @@
5494
5902
  "isAbstract": true,
5495
5903
  "isVirtual": true,
5496
5904
  "isOverride": false,
5905
+ "visibility": "Public",
5497
5906
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceStatistics",
5498
5907
  "declaringAssemblyName": "System.Net.NetworkInformation"
5499
5908
  },
@@ -5512,6 +5921,7 @@
5512
5921
  "isAbstract": true,
5513
5922
  "isVirtual": true,
5514
5923
  "isOverride": false,
5924
+ "visibility": "Public",
5515
5925
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceStatistics",
5516
5926
  "declaringAssemblyName": "System.Net.NetworkInformation"
5517
5927
  },
@@ -5530,6 +5940,7 @@
5530
5940
  "isAbstract": true,
5531
5941
  "isVirtual": true,
5532
5942
  "isOverride": false,
5943
+ "visibility": "Public",
5533
5944
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceStatistics",
5534
5945
  "declaringAssemblyName": "System.Net.NetworkInformation"
5535
5946
  },
@@ -5548,6 +5959,7 @@
5548
5959
  "isAbstract": true,
5549
5960
  "isVirtual": true,
5550
5961
  "isOverride": false,
5962
+ "visibility": "Public",
5551
5963
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceStatistics",
5552
5964
  "declaringAssemblyName": "System.Net.NetworkInformation"
5553
5965
  },
@@ -5566,13 +5978,26 @@
5566
5978
  "isAbstract": true,
5567
5979
  "isVirtual": true,
5568
5980
  "isOverride": false,
5981
+ "visibility": "Public",
5569
5982
  "declaringClrType": "System.Net.NetworkInformation.IPInterfaceStatistics",
5570
5983
  "declaringAssemblyName": "System.Net.NetworkInformation"
5571
5984
  }
5572
5985
  ],
5573
5986
  "fields": [],
5574
5987
  "events": [],
5575
- "constructors": []
5988
+ "constructors": [
5989
+ {
5990
+ "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.IPInterfaceStatistics::.ctor():void",
5991
+ "metadataToken": 100663514,
5992
+ "canonicalSignature": "():void",
5993
+ "normalizedSignature": "constructor|():void|static=false",
5994
+ "isStatic": false,
5995
+ "parameterCount": 0,
5996
+ "visibility": "Protected",
5997
+ "declaringClrType": "System.Net.NetworkInformation.IPInterfaceStatistics",
5998
+ "declaringAssemblyName": "System.Net.NetworkInformation"
5999
+ }
6000
+ ]
5576
6001
  },
5577
6002
  {
5578
6003
  "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.IPv4InterfaceProperties",
@@ -5606,6 +6031,7 @@
5606
6031
  "isAbstract": true,
5607
6032
  "isVirtual": true,
5608
6033
  "isOverride": false,
6034
+ "visibility": "Public",
5609
6035
  "declaringClrType": "System.Net.NetworkInformation.IPv4InterfaceProperties",
5610
6036
  "declaringAssemblyName": "System.Net.NetworkInformation"
5611
6037
  },
@@ -5624,6 +6050,7 @@
5624
6050
  "isAbstract": true,
5625
6051
  "isVirtual": true,
5626
6052
  "isOverride": false,
6053
+ "visibility": "Public",
5627
6054
  "declaringClrType": "System.Net.NetworkInformation.IPv4InterfaceProperties",
5628
6055
  "declaringAssemblyName": "System.Net.NetworkInformation"
5629
6056
  },
@@ -5642,6 +6069,7 @@
5642
6069
  "isAbstract": true,
5643
6070
  "isVirtual": true,
5644
6071
  "isOverride": false,
6072
+ "visibility": "Public",
5645
6073
  "declaringClrType": "System.Net.NetworkInformation.IPv4InterfaceProperties",
5646
6074
  "declaringAssemblyName": "System.Net.NetworkInformation"
5647
6075
  },
@@ -5660,6 +6088,7 @@
5660
6088
  "isAbstract": true,
5661
6089
  "isVirtual": true,
5662
6090
  "isOverride": false,
6091
+ "visibility": "Public",
5663
6092
  "declaringClrType": "System.Net.NetworkInformation.IPv4InterfaceProperties",
5664
6093
  "declaringAssemblyName": "System.Net.NetworkInformation"
5665
6094
  },
@@ -5678,6 +6107,7 @@
5678
6107
  "isAbstract": true,
5679
6108
  "isVirtual": true,
5680
6109
  "isOverride": false,
6110
+ "visibility": "Public",
5681
6111
  "declaringClrType": "System.Net.NetworkInformation.IPv4InterfaceProperties",
5682
6112
  "declaringAssemblyName": "System.Net.NetworkInformation"
5683
6113
  },
@@ -5696,6 +6126,7 @@
5696
6126
  "isAbstract": true,
5697
6127
  "isVirtual": true,
5698
6128
  "isOverride": false,
6129
+ "visibility": "Public",
5699
6130
  "declaringClrType": "System.Net.NetworkInformation.IPv4InterfaceProperties",
5700
6131
  "declaringAssemblyName": "System.Net.NetworkInformation"
5701
6132
  },
@@ -5714,13 +6145,26 @@
5714
6145
  "isAbstract": true,
5715
6146
  "isVirtual": true,
5716
6147
  "isOverride": false,
6148
+ "visibility": "Public",
5717
6149
  "declaringClrType": "System.Net.NetworkInformation.IPv4InterfaceProperties",
5718
6150
  "declaringAssemblyName": "System.Net.NetworkInformation"
5719
6151
  }
5720
6152
  ],
5721
6153
  "fields": [],
5722
6154
  "events": [],
5723
- "constructors": []
6155
+ "constructors": [
6156
+ {
6157
+ "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.IPv4InterfaceProperties::.ctor():void",
6158
+ "metadataToken": 100663522,
6159
+ "canonicalSignature": "():void",
6160
+ "normalizedSignature": "constructor|():void|static=false",
6161
+ "isStatic": false,
6162
+ "parameterCount": 0,
6163
+ "visibility": "Protected",
6164
+ "declaringClrType": "System.Net.NetworkInformation.IPv4InterfaceProperties",
6165
+ "declaringAssemblyName": "System.Net.NetworkInformation"
6166
+ }
6167
+ ]
5724
6168
  },
5725
6169
  {
5726
6170
  "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.IPv4InterfaceStatistics",
@@ -5754,6 +6198,7 @@
5754
6198
  "isAbstract": true,
5755
6199
  "isVirtual": true,
5756
6200
  "isOverride": false,
6201
+ "visibility": "Public",
5757
6202
  "declaringClrType": "System.Net.NetworkInformation.IPv4InterfaceStatistics",
5758
6203
  "declaringAssemblyName": "System.Net.NetworkInformation"
5759
6204
  },
@@ -5772,6 +6217,7 @@
5772
6217
  "isAbstract": true,
5773
6218
  "isVirtual": true,
5774
6219
  "isOverride": false,
6220
+ "visibility": "Public",
5775
6221
  "declaringClrType": "System.Net.NetworkInformation.IPv4InterfaceStatistics",
5776
6222
  "declaringAssemblyName": "System.Net.NetworkInformation"
5777
6223
  },
@@ -5790,6 +6236,7 @@
5790
6236
  "isAbstract": true,
5791
6237
  "isVirtual": true,
5792
6238
  "isOverride": false,
6239
+ "visibility": "Public",
5793
6240
  "declaringClrType": "System.Net.NetworkInformation.IPv4InterfaceStatistics",
5794
6241
  "declaringAssemblyName": "System.Net.NetworkInformation"
5795
6242
  },
@@ -5808,6 +6255,7 @@
5808
6255
  "isAbstract": true,
5809
6256
  "isVirtual": true,
5810
6257
  "isOverride": false,
6258
+ "visibility": "Public",
5811
6259
  "declaringClrType": "System.Net.NetworkInformation.IPv4InterfaceStatistics",
5812
6260
  "declaringAssemblyName": "System.Net.NetworkInformation"
5813
6261
  },
@@ -5826,6 +6274,7 @@
5826
6274
  "isAbstract": true,
5827
6275
  "isVirtual": true,
5828
6276
  "isOverride": false,
6277
+ "visibility": "Public",
5829
6278
  "declaringClrType": "System.Net.NetworkInformation.IPv4InterfaceStatistics",
5830
6279
  "declaringAssemblyName": "System.Net.NetworkInformation"
5831
6280
  },
@@ -5844,6 +6293,7 @@
5844
6293
  "isAbstract": true,
5845
6294
  "isVirtual": true,
5846
6295
  "isOverride": false,
6296
+ "visibility": "Public",
5847
6297
  "declaringClrType": "System.Net.NetworkInformation.IPv4InterfaceStatistics",
5848
6298
  "declaringAssemblyName": "System.Net.NetworkInformation"
5849
6299
  },
@@ -5862,6 +6312,7 @@
5862
6312
  "isAbstract": true,
5863
6313
  "isVirtual": true,
5864
6314
  "isOverride": false,
6315
+ "visibility": "Public",
5865
6316
  "declaringClrType": "System.Net.NetworkInformation.IPv4InterfaceStatistics",
5866
6317
  "declaringAssemblyName": "System.Net.NetworkInformation"
5867
6318
  },
@@ -5880,6 +6331,7 @@
5880
6331
  "isAbstract": true,
5881
6332
  "isVirtual": true,
5882
6333
  "isOverride": false,
6334
+ "visibility": "Public",
5883
6335
  "declaringClrType": "System.Net.NetworkInformation.IPv4InterfaceStatistics",
5884
6336
  "declaringAssemblyName": "System.Net.NetworkInformation"
5885
6337
  },
@@ -5898,6 +6350,7 @@
5898
6350
  "isAbstract": true,
5899
6351
  "isVirtual": true,
5900
6352
  "isOverride": false,
6353
+ "visibility": "Public",
5901
6354
  "declaringClrType": "System.Net.NetworkInformation.IPv4InterfaceStatistics",
5902
6355
  "declaringAssemblyName": "System.Net.NetworkInformation"
5903
6356
  },
@@ -5916,6 +6369,7 @@
5916
6369
  "isAbstract": true,
5917
6370
  "isVirtual": true,
5918
6371
  "isOverride": false,
6372
+ "visibility": "Public",
5919
6373
  "declaringClrType": "System.Net.NetworkInformation.IPv4InterfaceStatistics",
5920
6374
  "declaringAssemblyName": "System.Net.NetworkInformation"
5921
6375
  },
@@ -5934,6 +6388,7 @@
5934
6388
  "isAbstract": true,
5935
6389
  "isVirtual": true,
5936
6390
  "isOverride": false,
6391
+ "visibility": "Public",
5937
6392
  "declaringClrType": "System.Net.NetworkInformation.IPv4InterfaceStatistics",
5938
6393
  "declaringAssemblyName": "System.Net.NetworkInformation"
5939
6394
  },
@@ -5952,13 +6407,26 @@
5952
6407
  "isAbstract": true,
5953
6408
  "isVirtual": true,
5954
6409
  "isOverride": false,
6410
+ "visibility": "Public",
5955
6411
  "declaringClrType": "System.Net.NetworkInformation.IPv4InterfaceStatistics",
5956
6412
  "declaringAssemblyName": "System.Net.NetworkInformation"
5957
6413
  }
5958
6414
  ],
5959
6415
  "fields": [],
5960
6416
  "events": [],
5961
- "constructors": []
6417
+ "constructors": [
6418
+ {
6419
+ "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.IPv4InterfaceStatistics::.ctor():void",
6420
+ "metadataToken": 100663523,
6421
+ "canonicalSignature": "():void",
6422
+ "normalizedSignature": "constructor|():void|static=false",
6423
+ "isStatic": false,
6424
+ "parameterCount": 0,
6425
+ "visibility": "Protected",
6426
+ "declaringClrType": "System.Net.NetworkInformation.IPv4InterfaceStatistics",
6427
+ "declaringAssemblyName": "System.Net.NetworkInformation"
6428
+ }
6429
+ ]
5962
6430
  },
5963
6431
  {
5964
6432
  "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.IPv6InterfaceProperties",
@@ -5991,6 +6459,7 @@
5991
6459
  "isVirtual": true,
5992
6460
  "isOverride": false,
5993
6461
  "isSealed": false,
6462
+ "visibility": "Public",
5994
6463
  "declaringClrType": "System.Net.NetworkInformation.IPv6InterfaceProperties",
5995
6464
  "declaringAssemblyName": "System.Net.NetworkInformation",
5996
6465
  "isExtensionMethod": false
@@ -6012,6 +6481,7 @@
6012
6481
  "isAbstract": true,
6013
6482
  "isVirtual": true,
6014
6483
  "isOverride": false,
6484
+ "visibility": "Public",
6015
6485
  "declaringClrType": "System.Net.NetworkInformation.IPv6InterfaceProperties",
6016
6486
  "declaringAssemblyName": "System.Net.NetworkInformation"
6017
6487
  },
@@ -6030,13 +6500,26 @@
6030
6500
  "isAbstract": true,
6031
6501
  "isVirtual": true,
6032
6502
  "isOverride": false,
6503
+ "visibility": "Public",
6033
6504
  "declaringClrType": "System.Net.NetworkInformation.IPv6InterfaceProperties",
6034
6505
  "declaringAssemblyName": "System.Net.NetworkInformation"
6035
6506
  }
6036
6507
  ],
6037
6508
  "fields": [],
6038
6509
  "events": [],
6039
- "constructors": []
6510
+ "constructors": [
6511
+ {
6512
+ "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.IPv6InterfaceProperties::.ctor():void",
6513
+ "metadataToken": 100663539,
6514
+ "canonicalSignature": "():void",
6515
+ "normalizedSignature": "constructor|():void|static=false",
6516
+ "isStatic": false,
6517
+ "parameterCount": 0,
6518
+ "visibility": "Protected",
6519
+ "declaringClrType": "System.Net.NetworkInformation.IPv6InterfaceProperties",
6520
+ "declaringAssemblyName": "System.Net.NetworkInformation"
6521
+ }
6522
+ ]
6040
6523
  },
6041
6524
  {
6042
6525
  "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.MulticastIPAddressInformation",
@@ -6070,6 +6553,7 @@
6070
6553
  "isAbstract": true,
6071
6554
  "isVirtual": true,
6072
6555
  "isOverride": false,
6556
+ "visibility": "Public",
6073
6557
  "declaringClrType": "System.Net.NetworkInformation.MulticastIPAddressInformation",
6074
6558
  "declaringAssemblyName": "System.Net.NetworkInformation"
6075
6559
  },
@@ -6088,6 +6572,7 @@
6088
6572
  "isAbstract": true,
6089
6573
  "isVirtual": true,
6090
6574
  "isOverride": false,
6575
+ "visibility": "Public",
6091
6576
  "declaringClrType": "System.Net.NetworkInformation.MulticastIPAddressInformation",
6092
6577
  "declaringAssemblyName": "System.Net.NetworkInformation"
6093
6578
  },
@@ -6106,6 +6591,7 @@
6106
6591
  "isAbstract": true,
6107
6592
  "isVirtual": true,
6108
6593
  "isOverride": false,
6594
+ "visibility": "Public",
6109
6595
  "declaringClrType": "System.Net.NetworkInformation.MulticastIPAddressInformation",
6110
6596
  "declaringAssemblyName": "System.Net.NetworkInformation"
6111
6597
  },
@@ -6124,6 +6610,7 @@
6124
6610
  "isAbstract": true,
6125
6611
  "isVirtual": true,
6126
6612
  "isOverride": false,
6613
+ "visibility": "Public",
6127
6614
  "declaringClrType": "System.Net.NetworkInformation.MulticastIPAddressInformation",
6128
6615
  "declaringAssemblyName": "System.Net.NetworkInformation"
6129
6616
  },
@@ -6142,6 +6629,7 @@
6142
6629
  "isAbstract": true,
6143
6630
  "isVirtual": true,
6144
6631
  "isOverride": false,
6632
+ "visibility": "Public",
6145
6633
  "declaringClrType": "System.Net.NetworkInformation.MulticastIPAddressInformation",
6146
6634
  "declaringAssemblyName": "System.Net.NetworkInformation"
6147
6635
  },
@@ -6160,13 +6648,26 @@
6160
6648
  "isAbstract": true,
6161
6649
  "isVirtual": true,
6162
6650
  "isOverride": false,
6651
+ "visibility": "Public",
6163
6652
  "declaringClrType": "System.Net.NetworkInformation.MulticastIPAddressInformation",
6164
6653
  "declaringAssemblyName": "System.Net.NetworkInformation"
6165
6654
  }
6166
6655
  ],
6167
6656
  "fields": [],
6168
6657
  "events": [],
6169
- "constructors": []
6658
+ "constructors": [
6659
+ {
6660
+ "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.MulticastIPAddressInformation::.ctor():void",
6661
+ "metadataToken": 100663546,
6662
+ "canonicalSignature": "():void",
6663
+ "normalizedSignature": "constructor|():void|static=false",
6664
+ "isStatic": false,
6665
+ "parameterCount": 0,
6666
+ "visibility": "Protected",
6667
+ "declaringClrType": "System.Net.NetworkInformation.MulticastIPAddressInformation",
6668
+ "declaringAssemblyName": "System.Net.NetworkInformation"
6669
+ }
6670
+ ]
6170
6671
  },
6171
6672
  {
6172
6673
  "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.MulticastIPAddressInformationCollection",
@@ -6219,6 +6720,7 @@
6219
6720
  "isVirtual": true,
6220
6721
  "isOverride": false,
6221
6722
  "isSealed": false,
6723
+ "visibility": "Public",
6222
6724
  "declaringClrType": "System.Net.NetworkInformation.MulticastIPAddressInformationCollection",
6223
6725
  "declaringAssemblyName": "System.Net.NetworkInformation",
6224
6726
  "isExtensionMethod": false
@@ -6238,6 +6740,7 @@
6238
6740
  "isVirtual": true,
6239
6741
  "isOverride": false,
6240
6742
  "isSealed": false,
6743
+ "visibility": "Public",
6241
6744
  "declaringClrType": "System.Net.NetworkInformation.MulticastIPAddressInformationCollection",
6242
6745
  "declaringAssemblyName": "System.Net.NetworkInformation",
6243
6746
  "isExtensionMethod": false
@@ -6257,6 +6760,7 @@
6257
6760
  "isVirtual": true,
6258
6761
  "isOverride": false,
6259
6762
  "isSealed": false,
6763
+ "visibility": "Public",
6260
6764
  "declaringClrType": "System.Net.NetworkInformation.MulticastIPAddressInformationCollection",
6261
6765
  "declaringAssemblyName": "System.Net.NetworkInformation",
6262
6766
  "isExtensionMethod": false
@@ -6276,6 +6780,7 @@
6276
6780
  "isVirtual": true,
6277
6781
  "isOverride": false,
6278
6782
  "isSealed": false,
6783
+ "visibility": "Public",
6279
6784
  "declaringClrType": "System.Net.NetworkInformation.MulticastIPAddressInformationCollection",
6280
6785
  "declaringAssemblyName": "System.Net.NetworkInformation",
6281
6786
  "isExtensionMethod": false
@@ -6295,6 +6800,7 @@
6295
6800
  "isVirtual": true,
6296
6801
  "isOverride": false,
6297
6802
  "isSealed": false,
6803
+ "visibility": "Public",
6298
6804
  "declaringClrType": "System.Net.NetworkInformation.MulticastIPAddressInformationCollection",
6299
6805
  "declaringAssemblyName": "System.Net.NetworkInformation",
6300
6806
  "isExtensionMethod": false
@@ -6314,6 +6820,7 @@
6314
6820
  "isVirtual": true,
6315
6821
  "isOverride": false,
6316
6822
  "isSealed": false,
6823
+ "visibility": "Public",
6317
6824
  "declaringClrType": "System.Net.NetworkInformation.MulticastIPAddressInformationCollection",
6318
6825
  "declaringAssemblyName": "System.Net.NetworkInformation",
6319
6826
  "isExtensionMethod": false
@@ -6333,6 +6840,7 @@
6333
6840
  "isVirtual": true,
6334
6841
  "isOverride": false,
6335
6842
  "isSealed": false,
6843
+ "visibility": "Public",
6336
6844
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
6337
6845
  "declaringAssemblyName": "System.Private.CoreLib",
6338
6846
  "isExtensionMethod": false,
@@ -6353,6 +6861,7 @@
6353
6861
  "isVirtual": true,
6354
6862
  "isOverride": false,
6355
6863
  "isSealed": false,
6864
+ "visibility": "Public",
6356
6865
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
6357
6866
  "declaringAssemblyName": "System.Private.CoreLib",
6358
6867
  "isExtensionMethod": false,
@@ -6373,6 +6882,7 @@
6373
6882
  "isVirtual": true,
6374
6883
  "isOverride": false,
6375
6884
  "isSealed": false,
6885
+ "visibility": "Public",
6376
6886
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
6377
6887
  "declaringAssemblyName": "System.Private.CoreLib",
6378
6888
  "isExtensionMethod": false,
@@ -6393,6 +6903,7 @@
6393
6903
  "isVirtual": true,
6394
6904
  "isOverride": false,
6395
6905
  "isSealed": false,
6906
+ "visibility": "Public",
6396
6907
  "declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
6397
6908
  "declaringAssemblyName": "System.Private.CoreLib",
6398
6909
  "isExtensionMethod": false,
@@ -6413,6 +6924,7 @@
6413
6924
  "isVirtual": true,
6414
6925
  "isOverride": false,
6415
6926
  "isSealed": false,
6927
+ "visibility": "Public",
6416
6928
  "declaringClrType": "System.Collections.IEnumerable",
6417
6929
  "declaringAssemblyName": "System.Private.CoreLib",
6418
6930
  "isExtensionMethod": false,
@@ -6433,6 +6945,7 @@
6433
6945
  "isVirtual": true,
6434
6946
  "isOverride": false,
6435
6947
  "isSealed": false,
6948
+ "visibility": "Public",
6436
6949
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
6437
6950
  "declaringAssemblyName": "System.Private.CoreLib",
6438
6951
  "isExtensionMethod": false,
@@ -6455,6 +6968,7 @@
6455
6968
  "isAbstract": false,
6456
6969
  "isVirtual": true,
6457
6970
  "isOverride": false,
6971
+ "visibility": "Public",
6458
6972
  "declaringClrType": "System.Net.NetworkInformation.MulticastIPAddressInformationCollection",
6459
6973
  "declaringAssemblyName": "System.Net.NetworkInformation"
6460
6974
  },
@@ -6473,6 +6987,7 @@
6473
6987
  "isAbstract": false,
6474
6988
  "isVirtual": true,
6475
6989
  "isOverride": false,
6990
+ "visibility": "Public",
6476
6991
  "declaringClrType": "System.Net.NetworkInformation.MulticastIPAddressInformationCollection",
6477
6992
  "declaringAssemblyName": "System.Net.NetworkInformation"
6478
6993
  },
@@ -6491,6 +7006,7 @@
6491
7006
  "isAbstract": false,
6492
7007
  "isVirtual": true,
6493
7008
  "isOverride": false,
7009
+ "visibility": "Public",
6494
7010
  "declaringClrType": "System.Net.NetworkInformation.MulticastIPAddressInformationCollection",
6495
7011
  "declaringAssemblyName": "System.Net.NetworkInformation"
6496
7012
  },
@@ -6509,6 +7025,7 @@
6509
7025
  "isAbstract": false,
6510
7026
  "isVirtual": true,
6511
7027
  "isOverride": false,
7028
+ "visibility": "Public",
6512
7029
  "sourceInterface": "System.Collections.Generic.ICollection\u00601",
6513
7030
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
6514
7031
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -6528,6 +7045,7 @@
6528
7045
  "isAbstract": false,
6529
7046
  "isVirtual": true,
6530
7047
  "isOverride": false,
7048
+ "visibility": "Public",
6531
7049
  "sourceInterface": "System.Collections.Generic.ICollection\u00601",
6532
7050
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
6533
7051
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -6535,7 +7053,19 @@
6535
7053
  ],
6536
7054
  "fields": [],
6537
7055
  "events": [],
6538
- "constructors": []
7056
+ "constructors": [
7057
+ {
7058
+ "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.MulticastIPAddressInformationCollection::.ctor():void",
7059
+ "metadataToken": 100663547,
7060
+ "canonicalSignature": "():void",
7061
+ "normalizedSignature": "constructor|():void|static=false",
7062
+ "isStatic": false,
7063
+ "parameterCount": 0,
7064
+ "visibility": "ProtectedInternal",
7065
+ "declaringClrType": "System.Net.NetworkInformation.MulticastIPAddressInformationCollection",
7066
+ "declaringAssemblyName": "System.Net.NetworkInformation"
7067
+ }
7068
+ ]
6539
7069
  },
6540
7070
  {
6541
7071
  "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkAvailabilityEventArgs",
@@ -6569,6 +7099,7 @@
6569
7099
  "isAbstract": false,
6570
7100
  "isVirtual": false,
6571
7101
  "isOverride": false,
7102
+ "visibility": "Public",
6572
7103
  "declaringClrType": "System.Net.NetworkInformation.NetworkAvailabilityEventArgs",
6573
7104
  "declaringAssemblyName": "System.Net.NetworkInformation"
6574
7105
  }
@@ -6608,6 +7139,7 @@
6608
7139
  "isVirtual": false,
6609
7140
  "isOverride": false,
6610
7141
  "isSealed": false,
7142
+ "visibility": "Public",
6611
7143
  "declaringClrType": "System.Net.NetworkInformation.NetworkChange",
6612
7144
  "declaringAssemblyName": "System.Net.NetworkInformation",
6613
7145
  "isExtensionMethod": false
@@ -6622,6 +7154,7 @@
6622
7154
  "metadataToken": 335544321,
6623
7155
  "normalizedSignature": "NetworkAddressChanged|System.Net.NetworkInformation.NetworkAddressChangedEventHandler|static=true",
6624
7156
  "isStatic": true,
7157
+ "visibility": "Public",
6625
7158
  "declaringClrType": "System.Net.NetworkInformation.NetworkChange",
6626
7159
  "declaringAssemblyName": "System.Net.NetworkInformation"
6627
7160
  },
@@ -6631,6 +7164,7 @@
6631
7164
  "metadataToken": 335544322,
6632
7165
  "normalizedSignature": "NetworkAvailabilityChanged|System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler|static=true",
6633
7166
  "isStatic": true,
7167
+ "visibility": "Public",
6634
7168
  "declaringClrType": "System.Net.NetworkInformation.NetworkChange",
6635
7169
  "declaringAssemblyName": "System.Net.NetworkInformation"
6636
7170
  }
@@ -6643,6 +7177,7 @@
6643
7177
  "normalizedSignature": "constructor|():void|static=false",
6644
7178
  "isStatic": false,
6645
7179
  "parameterCount": 0,
7180
+ "visibility": "Public",
6646
7181
  "declaringClrType": "System.Net.NetworkInformation.NetworkChange",
6647
7182
  "declaringAssemblyName": "System.Net.NetworkInformation"
6648
7183
  }
@@ -6685,6 +7220,7 @@
6685
7220
  "isVirtual": true,
6686
7221
  "isOverride": false,
6687
7222
  "isSealed": false,
7223
+ "visibility": "Public",
6688
7224
  "declaringClrType": "System.Runtime.Serialization.ISerializable",
6689
7225
  "declaringAssemblyName": "System.Private.CoreLib",
6690
7226
  "isExtensionMethod": false,
@@ -6705,6 +7241,7 @@
6705
7241
  "isVirtual": true,
6706
7242
  "isOverride": false,
6707
7243
  "isSealed": false,
7244
+ "visibility": "Public",
6708
7245
  "declaringClrType": "System.Net.NetworkInformation.NetworkInformationException",
6709
7246
  "declaringAssemblyName": "System.Net.NetworkInformation",
6710
7247
  "isExtensionMethod": false
@@ -6726,6 +7263,7 @@
6726
7263
  "isAbstract": false,
6727
7264
  "isVirtual": true,
6728
7265
  "isOverride": true,
7266
+ "visibility": "Public",
6729
7267
  "declaringClrType": "System.Net.NetworkInformation.NetworkInformationException",
6730
7268
  "declaringAssemblyName": "System.Net.NetworkInformation"
6731
7269
  }
@@ -6740,6 +7278,7 @@
6740
7278
  "normalizedSignature": "constructor|():void|static=false",
6741
7279
  "isStatic": false,
6742
7280
  "parameterCount": 0,
7281
+ "visibility": "Public",
6743
7282
  "declaringClrType": "System.Net.NetworkInformation.NetworkInformationException",
6744
7283
  "declaringAssemblyName": "System.Net.NetworkInformation"
6745
7284
  },
@@ -6750,6 +7289,18 @@
6750
7289
  "normalizedSignature": "constructor|(System.Int32):void|static=false",
6751
7290
  "isStatic": false,
6752
7291
  "parameterCount": 1,
7292
+ "visibility": "Public",
7293
+ "declaringClrType": "System.Net.NetworkInformation.NetworkInformationException",
7294
+ "declaringAssemblyName": "System.Net.NetworkInformation"
7295
+ },
7296
+ {
7297
+ "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInformationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
7298
+ "metadataToken": 100663680,
7299
+ "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
7300
+ "normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
7301
+ "isStatic": false,
7302
+ "parameterCount": 2,
7303
+ "visibility": "Protected",
6753
7304
  "declaringClrType": "System.Net.NetworkInformation.NetworkInformationException",
6754
7305
  "declaringAssemblyName": "System.Net.NetworkInformation"
6755
7306
  }
@@ -6786,6 +7337,7 @@
6786
7337
  "isVirtual": false,
6787
7338
  "isOverride": false,
6788
7339
  "isSealed": false,
7340
+ "visibility": "Public",
6789
7341
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterface",
6790
7342
  "declaringAssemblyName": "System.Net.NetworkInformation",
6791
7343
  "isExtensionMethod": false
@@ -6805,6 +7357,7 @@
6805
7357
  "isVirtual": false,
6806
7358
  "isOverride": false,
6807
7359
  "isSealed": false,
7360
+ "visibility": "Public",
6808
7361
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterface",
6809
7362
  "declaringAssemblyName": "System.Net.NetworkInformation",
6810
7363
  "isExtensionMethod": false
@@ -6824,6 +7377,7 @@
6824
7377
  "isVirtual": true,
6825
7378
  "isOverride": false,
6826
7379
  "isSealed": false,
7380
+ "visibility": "Public",
6827
7381
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterface",
6828
7382
  "declaringAssemblyName": "System.Net.NetworkInformation",
6829
7383
  "isExtensionMethod": false
@@ -6843,6 +7397,7 @@
6843
7397
  "isVirtual": true,
6844
7398
  "isOverride": false,
6845
7399
  "isSealed": false,
7400
+ "visibility": "Public",
6846
7401
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterface",
6847
7402
  "declaringAssemblyName": "System.Net.NetworkInformation",
6848
7403
  "isExtensionMethod": false
@@ -6862,6 +7417,7 @@
6862
7417
  "isVirtual": true,
6863
7418
  "isOverride": false,
6864
7419
  "isSealed": false,
7420
+ "visibility": "Public",
6865
7421
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterface",
6866
7422
  "declaringAssemblyName": "System.Net.NetworkInformation",
6867
7423
  "isExtensionMethod": false
@@ -6881,6 +7437,7 @@
6881
7437
  "isVirtual": true,
6882
7438
  "isOverride": false,
6883
7439
  "isSealed": false,
7440
+ "visibility": "Public",
6884
7441
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterface",
6885
7442
  "declaringAssemblyName": "System.Net.NetworkInformation",
6886
7443
  "isExtensionMethod": false
@@ -6900,6 +7457,7 @@
6900
7457
  "isVirtual": true,
6901
7458
  "isOverride": false,
6902
7459
  "isSealed": false,
7460
+ "visibility": "Public",
6903
7461
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterface",
6904
7462
  "declaringAssemblyName": "System.Net.NetworkInformation",
6905
7463
  "isExtensionMethod": false
@@ -6921,6 +7479,7 @@
6921
7479
  "isAbstract": false,
6922
7480
  "isVirtual": false,
6923
7481
  "isOverride": false,
7482
+ "visibility": "Public",
6924
7483
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterface",
6925
7484
  "declaringAssemblyName": "System.Net.NetworkInformation"
6926
7485
  },
@@ -6939,6 +7498,7 @@
6939
7498
  "isAbstract": false,
6940
7499
  "isVirtual": false,
6941
7500
  "isOverride": false,
7501
+ "visibility": "Public",
6942
7502
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterface",
6943
7503
  "declaringAssemblyName": "System.Net.NetworkInformation"
6944
7504
  },
@@ -6957,6 +7517,7 @@
6957
7517
  "isAbstract": false,
6958
7518
  "isVirtual": true,
6959
7519
  "isOverride": false,
7520
+ "visibility": "Public",
6960
7521
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterface",
6961
7522
  "declaringAssemblyName": "System.Net.NetworkInformation"
6962
7523
  },
@@ -6975,6 +7536,7 @@
6975
7536
  "isAbstract": false,
6976
7537
  "isVirtual": true,
6977
7538
  "isOverride": false,
7539
+ "visibility": "Public",
6978
7540
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterface",
6979
7541
  "declaringAssemblyName": "System.Net.NetworkInformation"
6980
7542
  },
@@ -6993,6 +7555,7 @@
6993
7555
  "isAbstract": false,
6994
7556
  "isVirtual": true,
6995
7557
  "isOverride": false,
7558
+ "visibility": "Public",
6996
7559
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterface",
6997
7560
  "declaringAssemblyName": "System.Net.NetworkInformation"
6998
7561
  },
@@ -7011,6 +7574,7 @@
7011
7574
  "isAbstract": false,
7012
7575
  "isVirtual": true,
7013
7576
  "isOverride": false,
7577
+ "visibility": "Public",
7014
7578
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterface",
7015
7579
  "declaringAssemblyName": "System.Net.NetworkInformation"
7016
7580
  },
@@ -7029,6 +7593,7 @@
7029
7593
  "isAbstract": false,
7030
7594
  "isVirtual": true,
7031
7595
  "isOverride": false,
7596
+ "visibility": "Public",
7032
7597
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterface",
7033
7598
  "declaringAssemblyName": "System.Net.NetworkInformation"
7034
7599
  },
@@ -7047,6 +7612,7 @@
7047
7612
  "isAbstract": false,
7048
7613
  "isVirtual": true,
7049
7614
  "isOverride": false,
7615
+ "visibility": "Public",
7050
7616
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterface",
7051
7617
  "declaringAssemblyName": "System.Net.NetworkInformation"
7052
7618
  },
@@ -7065,6 +7631,7 @@
7065
7631
  "isAbstract": false,
7066
7632
  "isVirtual": true,
7067
7633
  "isOverride": false,
7634
+ "visibility": "Public",
7068
7635
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterface",
7069
7636
  "declaringAssemblyName": "System.Net.NetworkInformation"
7070
7637
  },
@@ -7083,13 +7650,26 @@
7083
7650
  "isAbstract": false,
7084
7651
  "isVirtual": true,
7085
7652
  "isOverride": false,
7653
+ "visibility": "Public",
7086
7654
  "declaringClrType": "System.Net.NetworkInformation.NetworkInterface",
7087
7655
  "declaringAssemblyName": "System.Net.NetworkInformation"
7088
7656
  }
7089
7657
  ],
7090
7658
  "fields": [],
7091
7659
  "events": [],
7092
- "constructors": []
7660
+ "constructors": [
7661
+ {
7662
+ "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterface::.ctor():void",
7663
+ "metadataToken": 100663608,
7664
+ "canonicalSignature": "():void",
7665
+ "normalizedSignature": "constructor|():void|static=false",
7666
+ "isStatic": false,
7667
+ "parameterCount": 0,
7668
+ "visibility": "Protected",
7669
+ "declaringClrType": "System.Net.NetworkInformation.NetworkInterface",
7670
+ "declaringAssemblyName": "System.Net.NetworkInformation"
7671
+ }
7672
+ ]
7093
7673
  },
7094
7674
  {
7095
7675
  "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.PhysicalAddress",
@@ -7122,6 +7702,7 @@
7122
7702
  "isVirtual": true,
7123
7703
  "isOverride": true,
7124
7704
  "isSealed": false,
7705
+ "visibility": "Public",
7125
7706
  "declaringClrType": "System.Net.NetworkInformation.PhysicalAddress",
7126
7707
  "declaringAssemblyName": "System.Net.NetworkInformation",
7127
7708
  "isExtensionMethod": false
@@ -7141,6 +7722,7 @@
7141
7722
  "isVirtual": true,
7142
7723
  "isOverride": true,
7143
7724
  "isSealed": false,
7725
+ "visibility": "Public",
7144
7726
  "declaringClrType": "System.Net.NetworkInformation.PhysicalAddress",
7145
7727
  "declaringAssemblyName": "System.Net.NetworkInformation",
7146
7728
  "isExtensionMethod": false
@@ -7160,6 +7742,7 @@
7160
7742
  "isVirtual": true,
7161
7743
  "isOverride": true,
7162
7744
  "isSealed": false,
7745
+ "visibility": "Public",
7163
7746
  "declaringClrType": "System.Net.NetworkInformation.PhysicalAddress",
7164
7747
  "declaringAssemblyName": "System.Net.NetworkInformation",
7165
7748
  "isExtensionMethod": false
@@ -7179,6 +7762,7 @@
7179
7762
  "isVirtual": false,
7180
7763
  "isOverride": false,
7181
7764
  "isSealed": false,
7765
+ "visibility": "Public",
7182
7766
  "declaringClrType": "System.Net.NetworkInformation.PhysicalAddress",
7183
7767
  "declaringAssemblyName": "System.Net.NetworkInformation",
7184
7768
  "isExtensionMethod": false
@@ -7198,6 +7782,7 @@
7198
7782
  "isVirtual": false,
7199
7783
  "isOverride": false,
7200
7784
  "isSealed": false,
7785
+ "visibility": "Public",
7201
7786
  "declaringClrType": "System.Net.NetworkInformation.PhysicalAddress",
7202
7787
  "declaringAssemblyName": "System.Net.NetworkInformation",
7203
7788
  "isExtensionMethod": false
@@ -7217,6 +7802,7 @@
7217
7802
  "isVirtual": false,
7218
7803
  "isOverride": false,
7219
7804
  "isSealed": false,
7805
+ "visibility": "Public",
7220
7806
  "declaringClrType": "System.Net.NetworkInformation.PhysicalAddress",
7221
7807
  "declaringAssemblyName": "System.Net.NetworkInformation",
7222
7808
  "isExtensionMethod": false
@@ -7236,6 +7822,7 @@
7236
7822
  "isVirtual": false,
7237
7823
  "isOverride": false,
7238
7824
  "isSealed": false,
7825
+ "visibility": "Public",
7239
7826
  "declaringClrType": "System.Net.NetworkInformation.PhysicalAddress",
7240
7827
  "declaringAssemblyName": "System.Net.NetworkInformation",
7241
7828
  "isExtensionMethod": false,
@@ -7261,6 +7848,7 @@
7261
7848
  "isVirtual": false,
7262
7849
  "isOverride": false,
7263
7850
  "isSealed": false,
7851
+ "visibility": "Public",
7264
7852
  "declaringClrType": "System.Net.NetworkInformation.PhysicalAddress",
7265
7853
  "declaringAssemblyName": "System.Net.NetworkInformation",
7266
7854
  "isExtensionMethod": false,
@@ -7282,6 +7870,7 @@
7282
7870
  "isStatic": true,
7283
7871
  "isReadOnly": true,
7284
7872
  "isLiteral": false,
7873
+ "visibility": "Public",
7285
7874
  "declaringClrType": "System.Net.NetworkInformation.PhysicalAddress",
7286
7875
  "declaringAssemblyName": "System.Net.NetworkInformation"
7287
7876
  }
@@ -7295,6 +7884,7 @@
7295
7884
  "normalizedSignature": "constructor|(System.Byte[]):void|static=false",
7296
7885
  "isStatic": false,
7297
7886
  "parameterCount": 1,
7887
+ "visibility": "Public",
7298
7888
  "declaringClrType": "System.Net.NetworkInformation.PhysicalAddress",
7299
7889
  "declaringAssemblyName": "System.Net.NetworkInformation"
7300
7890
  }
@@ -7326,6 +7916,46 @@
7326
7916
  }
7327
7917
  ],
7328
7918
  "methods": [
7919
+ {
7920
+ "stableId": "System.Net.Ping:System.Net.NetworkInformation.Ping::Dispose(System.Boolean):System.Void",
7921
+ "clrName": "Dispose",
7922
+ "metadataToken": 100663344,
7923
+ "canonicalSignature": "(System.Boolean):System.Void",
7924
+ "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
7925
+ "emitScope": "ClassSurface",
7926
+ "provenance": "Original",
7927
+ "arity": 0,
7928
+ "parameterCount": 1,
7929
+ "isStatic": false,
7930
+ "isAbstract": false,
7931
+ "isVirtual": true,
7932
+ "isOverride": true,
7933
+ "isSealed": false,
7934
+ "visibility": "Protected",
7935
+ "declaringClrType": "System.Net.NetworkInformation.Ping",
7936
+ "declaringAssemblyName": "System.Net.Ping",
7937
+ "isExtensionMethod": false
7938
+ },
7939
+ {
7940
+ "stableId": "System.Net.Ping:System.Net.NetworkInformation.Ping::OnPingCompleted(System.Net.NetworkInformation.PingCompletedEventArgs):System.Void",
7941
+ "clrName": "OnPingCompleted",
7942
+ "metadataToken": 100663347,
7943
+ "canonicalSignature": "(System.Net.NetworkInformation.PingCompletedEventArgs):System.Void",
7944
+ "normalizedSignature": "OnPingCompleted|(System.Net.NetworkInformation.PingCompletedEventArgs):System.Void|static=false",
7945
+ "emitScope": "ClassSurface",
7946
+ "provenance": "Original",
7947
+ "arity": 0,
7948
+ "parameterCount": 1,
7949
+ "isStatic": false,
7950
+ "isAbstract": false,
7951
+ "isVirtual": false,
7952
+ "isOverride": false,
7953
+ "isSealed": false,
7954
+ "visibility": "Protected",
7955
+ "declaringClrType": "System.Net.NetworkInformation.Ping",
7956
+ "declaringAssemblyName": "System.Net.Ping",
7957
+ "isExtensionMethod": false
7958
+ },
7329
7959
  {
7330
7960
  "stableId": "System.Net.Ping:System.Net.NetworkInformation.Ping::Send(System.String):System.Net.NetworkInformation.PingReply",
7331
7961
  "clrName": "Send",
@@ -7341,6 +7971,7 @@
7341
7971
  "isVirtual": false,
7342
7972
  "isOverride": false,
7343
7973
  "isSealed": false,
7974
+ "visibility": "Public",
7344
7975
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7345
7976
  "declaringAssemblyName": "System.Net.Ping",
7346
7977
  "isExtensionMethod": false
@@ -7360,6 +7991,7 @@
7360
7991
  "isVirtual": false,
7361
7992
  "isOverride": false,
7362
7993
  "isSealed": false,
7994
+ "visibility": "Public",
7363
7995
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7364
7996
  "declaringAssemblyName": "System.Net.Ping",
7365
7997
  "isExtensionMethod": false
@@ -7379,6 +8011,7 @@
7379
8011
  "isVirtual": false,
7380
8012
  "isOverride": false,
7381
8013
  "isSealed": false,
8014
+ "visibility": "Public",
7382
8015
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7383
8016
  "declaringAssemblyName": "System.Net.Ping",
7384
8017
  "isExtensionMethod": false
@@ -7398,6 +8031,7 @@
7398
8031
  "isVirtual": false,
7399
8032
  "isOverride": false,
7400
8033
  "isSealed": false,
8034
+ "visibility": "Public",
7401
8035
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7402
8036
  "declaringAssemblyName": "System.Net.Ping",
7403
8037
  "isExtensionMethod": false
@@ -7417,6 +8051,7 @@
7417
8051
  "isVirtual": false,
7418
8052
  "isOverride": false,
7419
8053
  "isSealed": false,
8054
+ "visibility": "Public",
7420
8055
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7421
8056
  "declaringAssemblyName": "System.Net.Ping",
7422
8057
  "isExtensionMethod": false
@@ -7436,6 +8071,7 @@
7436
8071
  "isVirtual": false,
7437
8072
  "isOverride": false,
7438
8073
  "isSealed": false,
8074
+ "visibility": "Public",
7439
8075
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7440
8076
  "declaringAssemblyName": "System.Net.Ping",
7441
8077
  "isExtensionMethod": false
@@ -7455,6 +8091,7 @@
7455
8091
  "isVirtual": false,
7456
8092
  "isOverride": false,
7457
8093
  "isSealed": false,
8094
+ "visibility": "Public",
7458
8095
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7459
8096
  "declaringAssemblyName": "System.Net.Ping",
7460
8097
  "isExtensionMethod": false
@@ -7474,6 +8111,7 @@
7474
8111
  "isVirtual": false,
7475
8112
  "isOverride": false,
7476
8113
  "isSealed": false,
8114
+ "visibility": "Public",
7477
8115
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7478
8116
  "declaringAssemblyName": "System.Net.Ping",
7479
8117
  "isExtensionMethod": false
@@ -7493,6 +8131,7 @@
7493
8131
  "isVirtual": false,
7494
8132
  "isOverride": false,
7495
8133
  "isSealed": false,
8134
+ "visibility": "Public",
7496
8135
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7497
8136
  "declaringAssemblyName": "System.Net.Ping",
7498
8137
  "isExtensionMethod": false
@@ -7512,6 +8151,7 @@
7512
8151
  "isVirtual": false,
7513
8152
  "isOverride": false,
7514
8153
  "isSealed": false,
8154
+ "visibility": "Public",
7515
8155
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7516
8156
  "declaringAssemblyName": "System.Net.Ping",
7517
8157
  "isExtensionMethod": false
@@ -7531,6 +8171,7 @@
7531
8171
  "isVirtual": false,
7532
8172
  "isOverride": false,
7533
8173
  "isSealed": false,
8174
+ "visibility": "Public",
7534
8175
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7535
8176
  "declaringAssemblyName": "System.Net.Ping",
7536
8177
  "isExtensionMethod": false
@@ -7550,6 +8191,7 @@
7550
8191
  "isVirtual": false,
7551
8192
  "isOverride": false,
7552
8193
  "isSealed": false,
8194
+ "visibility": "Public",
7553
8195
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7554
8196
  "declaringAssemblyName": "System.Net.Ping",
7555
8197
  "isExtensionMethod": false
@@ -7569,6 +8211,7 @@
7569
8211
  "isVirtual": false,
7570
8212
  "isOverride": false,
7571
8213
  "isSealed": false,
8214
+ "visibility": "Public",
7572
8215
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7573
8216
  "declaringAssemblyName": "System.Net.Ping",
7574
8217
  "isExtensionMethod": false
@@ -7588,6 +8231,7 @@
7588
8231
  "isVirtual": false,
7589
8232
  "isOverride": false,
7590
8233
  "isSealed": false,
8234
+ "visibility": "Public",
7591
8235
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7592
8236
  "declaringAssemblyName": "System.Net.Ping",
7593
8237
  "isExtensionMethod": false
@@ -7607,6 +8251,7 @@
7607
8251
  "isVirtual": false,
7608
8252
  "isOverride": false,
7609
8253
  "isSealed": false,
8254
+ "visibility": "Public",
7610
8255
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7611
8256
  "declaringAssemblyName": "System.Net.Ping",
7612
8257
  "isExtensionMethod": false
@@ -7626,6 +8271,7 @@
7626
8271
  "isVirtual": false,
7627
8272
  "isOverride": false,
7628
8273
  "isSealed": false,
8274
+ "visibility": "Public",
7629
8275
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7630
8276
  "declaringAssemblyName": "System.Net.Ping",
7631
8277
  "isExtensionMethod": false
@@ -7645,6 +8291,7 @@
7645
8291
  "isVirtual": false,
7646
8292
  "isOverride": false,
7647
8293
  "isSealed": false,
8294
+ "visibility": "Public",
7648
8295
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7649
8296
  "declaringAssemblyName": "System.Net.Ping",
7650
8297
  "isExtensionMethod": false
@@ -7664,6 +8311,7 @@
7664
8311
  "isVirtual": false,
7665
8312
  "isOverride": false,
7666
8313
  "isSealed": false,
8314
+ "visibility": "Public",
7667
8315
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7668
8316
  "declaringAssemblyName": "System.Net.Ping",
7669
8317
  "isExtensionMethod": false
@@ -7683,6 +8331,7 @@
7683
8331
  "isVirtual": false,
7684
8332
  "isOverride": false,
7685
8333
  "isSealed": false,
8334
+ "visibility": "Public",
7686
8335
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7687
8336
  "declaringAssemblyName": "System.Net.Ping",
7688
8337
  "isExtensionMethod": false
@@ -7702,6 +8351,7 @@
7702
8351
  "isVirtual": false,
7703
8352
  "isOverride": false,
7704
8353
  "isSealed": false,
8354
+ "visibility": "Public",
7705
8355
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7706
8356
  "declaringAssemblyName": "System.Net.Ping",
7707
8357
  "isExtensionMethod": false
@@ -7721,6 +8371,7 @@
7721
8371
  "isVirtual": false,
7722
8372
  "isOverride": false,
7723
8373
  "isSealed": false,
8374
+ "visibility": "Public",
7724
8375
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7725
8376
  "declaringAssemblyName": "System.Net.Ping",
7726
8377
  "isExtensionMethod": false
@@ -7740,6 +8391,7 @@
7740
8391
  "isVirtual": false,
7741
8392
  "isOverride": false,
7742
8393
  "isSealed": false,
8394
+ "visibility": "Public",
7743
8395
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7744
8396
  "declaringAssemblyName": "System.Net.Ping",
7745
8397
  "isExtensionMethod": false
@@ -7759,6 +8411,7 @@
7759
8411
  "isVirtual": false,
7760
8412
  "isOverride": false,
7761
8413
  "isSealed": false,
8414
+ "visibility": "Public",
7762
8415
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7763
8416
  "declaringAssemblyName": "System.Net.Ping",
7764
8417
  "isExtensionMethod": false
@@ -7778,6 +8431,7 @@
7778
8431
  "isVirtual": false,
7779
8432
  "isOverride": false,
7780
8433
  "isSealed": false,
8434
+ "visibility": "Public",
7781
8435
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7782
8436
  "declaringAssemblyName": "System.Net.Ping",
7783
8437
  "isExtensionMethod": false
@@ -7797,6 +8451,7 @@
7797
8451
  "isVirtual": false,
7798
8452
  "isOverride": false,
7799
8453
  "isSealed": false,
8454
+ "visibility": "Public",
7800
8455
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7801
8456
  "declaringAssemblyName": "System.Net.Ping",
7802
8457
  "isExtensionMethod": false
@@ -7816,6 +8471,7 @@
7816
8471
  "isVirtual": false,
7817
8472
  "isOverride": false,
7818
8473
  "isSealed": false,
8474
+ "visibility": "Public",
7819
8475
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7820
8476
  "declaringAssemblyName": "System.Net.Ping",
7821
8477
  "isExtensionMethod": false
@@ -7835,6 +8491,7 @@
7835
8491
  "isVirtual": false,
7836
8492
  "isOverride": false,
7837
8493
  "isSealed": false,
8494
+ "visibility": "Public",
7838
8495
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7839
8496
  "declaringAssemblyName": "System.Net.Ping",
7840
8497
  "isExtensionMethod": false
@@ -7854,6 +8511,7 @@
7854
8511
  "isVirtual": false,
7855
8512
  "isOverride": false,
7856
8513
  "isSealed": false,
8514
+ "visibility": "Public",
7857
8515
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7858
8516
  "declaringAssemblyName": "System.Net.Ping",
7859
8517
  "isExtensionMethod": false
@@ -7873,6 +8531,7 @@
7873
8531
  "isVirtual": false,
7874
8532
  "isOverride": false,
7875
8533
  "isSealed": false,
8534
+ "visibility": "Public",
7876
8535
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7877
8536
  "declaringAssemblyName": "System.Net.Ping",
7878
8537
  "isExtensionMethod": false
@@ -7892,6 +8551,7 @@
7892
8551
  "isVirtual": true,
7893
8552
  "isOverride": false,
7894
8553
  "isSealed": false,
8554
+ "visibility": "Public",
7895
8555
  "declaringClrType": "System.IDisposable",
7896
8556
  "declaringAssemblyName": "System.Private.CoreLib",
7897
8557
  "isExtensionMethod": false,
@@ -7912,6 +8572,7 @@
7912
8572
  "isVirtual": true,
7913
8573
  "isOverride": false,
7914
8574
  "isSealed": false,
8575
+ "visibility": "Public",
7915
8576
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7916
8577
  "declaringAssemblyName": "System.Net.Ping",
7917
8578
  "isExtensionMethod": false
@@ -7933,6 +8594,7 @@
7933
8594
  "isAbstract": false,
7934
8595
  "isVirtual": true,
7935
8596
  "isOverride": false,
8597
+ "visibility": "Public",
7936
8598
  "sourceInterface": "System.ComponentModel.IComponent",
7937
8599
  "declaringClrType": "System.ComponentModel.IComponent",
7938
8600
  "declaringAssemblyName": "System.ComponentModel.Primitives"
@@ -7946,6 +8608,7 @@
7946
8608
  "metadataToken": 335544321,
7947
8609
  "normalizedSignature": "PingCompleted|System.Net.NetworkInformation.PingCompletedEventHandler|static=false",
7948
8610
  "isStatic": false,
8611
+ "visibility": "Public",
7949
8612
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7950
8613
  "declaringAssemblyName": "System.Net.Ping"
7951
8614
  }
@@ -7958,6 +8621,7 @@
7958
8621
  "normalizedSignature": "constructor|():void|static=false",
7959
8622
  "isStatic": false,
7960
8623
  "parameterCount": 0,
8624
+ "visibility": "Public",
7961
8625
  "declaringClrType": "System.Net.NetworkInformation.Ping",
7962
8626
  "declaringAssemblyName": "System.Net.Ping"
7963
8627
  }
@@ -7995,6 +8659,7 @@
7995
8659
  "isAbstract": false,
7996
8660
  "isVirtual": false,
7997
8661
  "isOverride": false,
8662
+ "visibility": "Public",
7998
8663
  "declaringClrType": "System.Net.NetworkInformation.PingCompletedEventArgs",
7999
8664
  "declaringAssemblyName": "System.Net.Ping"
8000
8665
  }
@@ -8040,6 +8705,7 @@
8040
8705
  "isVirtual": true,
8041
8706
  "isOverride": false,
8042
8707
  "isSealed": false,
8708
+ "visibility": "Public",
8043
8709
  "declaringClrType": "System.Runtime.Serialization.ISerializable",
8044
8710
  "declaringAssemblyName": "System.Private.CoreLib",
8045
8711
  "isExtensionMethod": false,
@@ -8060,6 +8726,7 @@
8060
8726
  "isVirtual": true,
8061
8727
  "isOverride": false,
8062
8728
  "isSealed": false,
8729
+ "visibility": "Public",
8063
8730
  "declaringClrType": "System.Net.NetworkInformation.PingException",
8064
8731
  "declaringAssemblyName": "System.Net.Ping",
8065
8732
  "isExtensionMethod": false
@@ -8076,6 +8743,7 @@
8076
8743
  "normalizedSignature": "constructor|(System.String):void|static=false",
8077
8744
  "isStatic": false,
8078
8745
  "parameterCount": 1,
8746
+ "visibility": "Public",
8079
8747
  "declaringClrType": "System.Net.NetworkInformation.PingException",
8080
8748
  "declaringAssemblyName": "System.Net.Ping"
8081
8749
  },
@@ -8086,6 +8754,18 @@
8086
8754
  "normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
8087
8755
  "isStatic": false,
8088
8756
  "parameterCount": 2,
8757
+ "visibility": "Public",
8758
+ "declaringClrType": "System.Net.NetworkInformation.PingException",
8759
+ "declaringAssemblyName": "System.Net.Ping"
8760
+ },
8761
+ {
8762
+ "stableId": "System.Net.Ping:System.Net.NetworkInformation.PingException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
8763
+ "metadataToken": 100663431,
8764
+ "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
8765
+ "normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
8766
+ "isStatic": false,
8767
+ "parameterCount": 2,
8768
+ "visibility": "Protected",
8089
8769
  "declaringClrType": "System.Net.NetworkInformation.PingException",
8090
8770
  "declaringAssemblyName": "System.Net.Ping"
8091
8771
  }
@@ -8123,6 +8803,7 @@
8123
8803
  "isAbstract": false,
8124
8804
  "isVirtual": false,
8125
8805
  "isOverride": false,
8806
+ "visibility": "Public",
8126
8807
  "declaringClrType": "System.Net.NetworkInformation.PingOptions",
8127
8808
  "declaringAssemblyName": "System.Net.Ping"
8128
8809
  },
@@ -8141,6 +8822,7 @@
8141
8822
  "isAbstract": false,
8142
8823
  "isVirtual": false,
8143
8824
  "isOverride": false,
8825
+ "visibility": "Public",
8144
8826
  "declaringClrType": "System.Net.NetworkInformation.PingOptions",
8145
8827
  "declaringAssemblyName": "System.Net.Ping"
8146
8828
  }
@@ -8155,6 +8837,7 @@
8155
8837
  "normalizedSignature": "constructor|():void|static=false",
8156
8838
  "isStatic": false,
8157
8839
  "parameterCount": 0,
8840
+ "visibility": "Public",
8158
8841
  "declaringClrType": "System.Net.NetworkInformation.PingOptions",
8159
8842
  "declaringAssemblyName": "System.Net.Ping"
8160
8843
  },
@@ -8165,6 +8848,7 @@
8165
8848
  "normalizedSignature": "constructor|(System.Int32,System.Boolean):void|static=false",
8166
8849
  "isStatic": false,
8167
8850
  "parameterCount": 2,
8851
+ "visibility": "Public",
8168
8852
  "declaringClrType": "System.Net.NetworkInformation.PingOptions",
8169
8853
  "declaringAssemblyName": "System.Net.Ping"
8170
8854
  }
@@ -8202,6 +8886,7 @@
8202
8886
  "isAbstract": false,
8203
8887
  "isVirtual": false,
8204
8888
  "isOverride": false,
8889
+ "visibility": "Public",
8205
8890
  "declaringClrType": "System.Net.NetworkInformation.PingReply",
8206
8891
  "declaringAssemblyName": "System.Net.Ping"
8207
8892
  },
@@ -8220,6 +8905,7 @@
8220
8905
  "isAbstract": false,
8221
8906
  "isVirtual": false,
8222
8907
  "isOverride": false,
8908
+ "visibility": "Public",
8223
8909
  "declaringClrType": "System.Net.NetworkInformation.PingReply",
8224
8910
  "declaringAssemblyName": "System.Net.Ping"
8225
8911
  },
@@ -8238,6 +8924,7 @@
8238
8924
  "isAbstract": false,
8239
8925
  "isVirtual": false,
8240
8926
  "isOverride": false,
8927
+ "visibility": "Public",
8241
8928
  "declaringClrType": "System.Net.NetworkInformation.PingReply",
8242
8929
  "declaringAssemblyName": "System.Net.Ping"
8243
8930
  },
@@ -8256,6 +8943,7 @@
8256
8943
  "isAbstract": false,
8257
8944
  "isVirtual": false,
8258
8945
  "isOverride": false,
8946
+ "visibility": "Public",
8259
8947
  "declaringClrType": "System.Net.NetworkInformation.PingReply",
8260
8948
  "declaringAssemblyName": "System.Net.Ping"
8261
8949
  },
@@ -8274,6 +8962,7 @@
8274
8962
  "isAbstract": false,
8275
8963
  "isVirtual": false,
8276
8964
  "isOverride": false,
8965
+ "visibility": "Public",
8277
8966
  "declaringClrType": "System.Net.NetworkInformation.PingReply",
8278
8967
  "declaringAssemblyName": "System.Net.Ping"
8279
8968
  }
@@ -8314,6 +9003,7 @@
8314
9003
  "isAbstract": true,
8315
9004
  "isVirtual": true,
8316
9005
  "isOverride": false,
9006
+ "visibility": "Public",
8317
9007
  "declaringClrType": "System.Net.NetworkInformation.TcpConnectionInformation",
8318
9008
  "declaringAssemblyName": "System.Net.NetworkInformation"
8319
9009
  },
@@ -8332,6 +9022,7 @@
8332
9022
  "isAbstract": true,
8333
9023
  "isVirtual": true,
8334
9024
  "isOverride": false,
9025
+ "visibility": "Public",
8335
9026
  "declaringClrType": "System.Net.NetworkInformation.TcpConnectionInformation",
8336
9027
  "declaringAssemblyName": "System.Net.NetworkInformation"
8337
9028
  },
@@ -8350,13 +9041,26 @@
8350
9041
  "isAbstract": true,
8351
9042
  "isVirtual": true,
8352
9043
  "isOverride": false,
9044
+ "visibility": "Public",
8353
9045
  "declaringClrType": "System.Net.NetworkInformation.TcpConnectionInformation",
8354
9046
  "declaringAssemblyName": "System.Net.NetworkInformation"
8355
9047
  }
8356
9048
  ],
8357
9049
  "fields": [],
8358
9050
  "events": [],
8359
- "constructors": []
9051
+ "constructors": [
9052
+ {
9053
+ "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.TcpConnectionInformation::.ctor():void",
9054
+ "metadataToken": 100663623,
9055
+ "canonicalSignature": "():void",
9056
+ "normalizedSignature": "constructor|():void|static=false",
9057
+ "isStatic": false,
9058
+ "parameterCount": 0,
9059
+ "visibility": "Protected",
9060
+ "declaringClrType": "System.Net.NetworkInformation.TcpConnectionInformation",
9061
+ "declaringAssemblyName": "System.Net.NetworkInformation"
9062
+ }
9063
+ ]
8360
9064
  },
8361
9065
  {
8362
9066
  "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.TcpStatistics",
@@ -8390,6 +9094,7 @@
8390
9094
  "isAbstract": true,
8391
9095
  "isVirtual": true,
8392
9096
  "isOverride": false,
9097
+ "visibility": "Public",
8393
9098
  "declaringClrType": "System.Net.NetworkInformation.TcpStatistics",
8394
9099
  "declaringAssemblyName": "System.Net.NetworkInformation"
8395
9100
  },
@@ -8408,6 +9113,7 @@
8408
9113
  "isAbstract": true,
8409
9114
  "isVirtual": true,
8410
9115
  "isOverride": false,
9116
+ "visibility": "Public",
8411
9117
  "declaringClrType": "System.Net.NetworkInformation.TcpStatistics",
8412
9118
  "declaringAssemblyName": "System.Net.NetworkInformation"
8413
9119
  },
@@ -8426,6 +9132,7 @@
8426
9132
  "isAbstract": true,
8427
9133
  "isVirtual": true,
8428
9134
  "isOverride": false,
9135
+ "visibility": "Public",
8429
9136
  "declaringClrType": "System.Net.NetworkInformation.TcpStatistics",
8430
9137
  "declaringAssemblyName": "System.Net.NetworkInformation"
8431
9138
  },
@@ -8444,6 +9151,7 @@
8444
9151
  "isAbstract": true,
8445
9152
  "isVirtual": true,
8446
9153
  "isOverride": false,
9154
+ "visibility": "Public",
8447
9155
  "declaringClrType": "System.Net.NetworkInformation.TcpStatistics",
8448
9156
  "declaringAssemblyName": "System.Net.NetworkInformation"
8449
9157
  },
@@ -8462,6 +9170,7 @@
8462
9170
  "isAbstract": true,
8463
9171
  "isVirtual": true,
8464
9172
  "isOverride": false,
9173
+ "visibility": "Public",
8465
9174
  "declaringClrType": "System.Net.NetworkInformation.TcpStatistics",
8466
9175
  "declaringAssemblyName": "System.Net.NetworkInformation"
8467
9176
  },
@@ -8480,6 +9189,7 @@
8480
9189
  "isAbstract": true,
8481
9190
  "isVirtual": true,
8482
9191
  "isOverride": false,
9192
+ "visibility": "Public",
8483
9193
  "declaringClrType": "System.Net.NetworkInformation.TcpStatistics",
8484
9194
  "declaringAssemblyName": "System.Net.NetworkInformation"
8485
9195
  },
@@ -8498,6 +9208,7 @@
8498
9208
  "isAbstract": true,
8499
9209
  "isVirtual": true,
8500
9210
  "isOverride": false,
9211
+ "visibility": "Public",
8501
9212
  "declaringClrType": "System.Net.NetworkInformation.TcpStatistics",
8502
9213
  "declaringAssemblyName": "System.Net.NetworkInformation"
8503
9214
  },
@@ -8516,6 +9227,7 @@
8516
9227
  "isAbstract": true,
8517
9228
  "isVirtual": true,
8518
9229
  "isOverride": false,
9230
+ "visibility": "Public",
8519
9231
  "declaringClrType": "System.Net.NetworkInformation.TcpStatistics",
8520
9232
  "declaringAssemblyName": "System.Net.NetworkInformation"
8521
9233
  },
@@ -8534,6 +9246,7 @@
8534
9246
  "isAbstract": true,
8535
9247
  "isVirtual": true,
8536
9248
  "isOverride": false,
9249
+ "visibility": "Public",
8537
9250
  "declaringClrType": "System.Net.NetworkInformation.TcpStatistics",
8538
9251
  "declaringAssemblyName": "System.Net.NetworkInformation"
8539
9252
  },
@@ -8552,6 +9265,7 @@
8552
9265
  "isAbstract": true,
8553
9266
  "isVirtual": true,
8554
9267
  "isOverride": false,
9268
+ "visibility": "Public",
8555
9269
  "declaringClrType": "System.Net.NetworkInformation.TcpStatistics",
8556
9270
  "declaringAssemblyName": "System.Net.NetworkInformation"
8557
9271
  },
@@ -8570,6 +9284,7 @@
8570
9284
  "isAbstract": true,
8571
9285
  "isVirtual": true,
8572
9286
  "isOverride": false,
9287
+ "visibility": "Public",
8573
9288
  "declaringClrType": "System.Net.NetworkInformation.TcpStatistics",
8574
9289
  "declaringAssemblyName": "System.Net.NetworkInformation"
8575
9290
  },
@@ -8588,6 +9303,7 @@
8588
9303
  "isAbstract": true,
8589
9304
  "isVirtual": true,
8590
9305
  "isOverride": false,
9306
+ "visibility": "Public",
8591
9307
  "declaringClrType": "System.Net.NetworkInformation.TcpStatistics",
8592
9308
  "declaringAssemblyName": "System.Net.NetworkInformation"
8593
9309
  },
@@ -8606,6 +9322,7 @@
8606
9322
  "isAbstract": true,
8607
9323
  "isVirtual": true,
8608
9324
  "isOverride": false,
9325
+ "visibility": "Public",
8609
9326
  "declaringClrType": "System.Net.NetworkInformation.TcpStatistics",
8610
9327
  "declaringAssemblyName": "System.Net.NetworkInformation"
8611
9328
  },
@@ -8624,13 +9341,26 @@
8624
9341
  "isAbstract": true,
8625
9342
  "isVirtual": true,
8626
9343
  "isOverride": false,
9344
+ "visibility": "Public",
8627
9345
  "declaringClrType": "System.Net.NetworkInformation.TcpStatistics",
8628
9346
  "declaringAssemblyName": "System.Net.NetworkInformation"
8629
9347
  }
8630
9348
  ],
8631
9349
  "fields": [],
8632
9350
  "events": [],
8633
- "constructors": []
9351
+ "constructors": [
9352
+ {
9353
+ "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.TcpStatistics::.ctor():void",
9354
+ "metadataToken": 100663638,
9355
+ "canonicalSignature": "():void",
9356
+ "normalizedSignature": "constructor|():void|static=false",
9357
+ "isStatic": false,
9358
+ "parameterCount": 0,
9359
+ "visibility": "Protected",
9360
+ "declaringClrType": "System.Net.NetworkInformation.TcpStatistics",
9361
+ "declaringAssemblyName": "System.Net.NetworkInformation"
9362
+ }
9363
+ ]
8634
9364
  },
8635
9365
  {
8636
9366
  "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.UdpStatistics",
@@ -8664,6 +9394,7 @@
8664
9394
  "isAbstract": true,
8665
9395
  "isVirtual": true,
8666
9396
  "isOverride": false,
9397
+ "visibility": "Public",
8667
9398
  "declaringClrType": "System.Net.NetworkInformation.UdpStatistics",
8668
9399
  "declaringAssemblyName": "System.Net.NetworkInformation"
8669
9400
  },
@@ -8682,6 +9413,7 @@
8682
9413
  "isAbstract": true,
8683
9414
  "isVirtual": true,
8684
9415
  "isOverride": false,
9416
+ "visibility": "Public",
8685
9417
  "declaringClrType": "System.Net.NetworkInformation.UdpStatistics",
8686
9418
  "declaringAssemblyName": "System.Net.NetworkInformation"
8687
9419
  },
@@ -8700,6 +9432,7 @@
8700
9432
  "isAbstract": true,
8701
9433
  "isVirtual": true,
8702
9434
  "isOverride": false,
9435
+ "visibility": "Public",
8703
9436
  "declaringClrType": "System.Net.NetworkInformation.UdpStatistics",
8704
9437
  "declaringAssemblyName": "System.Net.NetworkInformation"
8705
9438
  },
@@ -8718,6 +9451,7 @@
8718
9451
  "isAbstract": true,
8719
9452
  "isVirtual": true,
8720
9453
  "isOverride": false,
9454
+ "visibility": "Public",
8721
9455
  "declaringClrType": "System.Net.NetworkInformation.UdpStatistics",
8722
9456
  "declaringAssemblyName": "System.Net.NetworkInformation"
8723
9457
  },
@@ -8736,13 +9470,26 @@
8736
9470
  "isAbstract": true,
8737
9471
  "isVirtual": true,
8738
9472
  "isOverride": false,
9473
+ "visibility": "Public",
8739
9474
  "declaringClrType": "System.Net.NetworkInformation.UdpStatistics",
8740
9475
  "declaringAssemblyName": "System.Net.NetworkInformation"
8741
9476
  }
8742
9477
  ],
8743
9478
  "fields": [],
8744
9479
  "events": [],
8745
- "constructors": []
9480
+ "constructors": [
9481
+ {
9482
+ "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.UdpStatistics::.ctor():void",
9483
+ "metadataToken": 100663644,
9484
+ "canonicalSignature": "():void",
9485
+ "normalizedSignature": "constructor|():void|static=false",
9486
+ "isStatic": false,
9487
+ "parameterCount": 0,
9488
+ "visibility": "Protected",
9489
+ "declaringClrType": "System.Net.NetworkInformation.UdpStatistics",
9490
+ "declaringAssemblyName": "System.Net.NetworkInformation"
9491
+ }
9492
+ ]
8746
9493
  },
8747
9494
  {
8748
9495
  "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.UnicastIPAddressInformation",
@@ -8776,6 +9523,7 @@
8776
9523
  "isAbstract": true,
8777
9524
  "isVirtual": true,
8778
9525
  "isOverride": false,
9526
+ "visibility": "Public",
8779
9527
  "declaringClrType": "System.Net.NetworkInformation.UnicastIPAddressInformation",
8780
9528
  "declaringAssemblyName": "System.Net.NetworkInformation"
8781
9529
  },
@@ -8794,6 +9542,7 @@
8794
9542
  "isAbstract": true,
8795
9543
  "isVirtual": true,
8796
9544
  "isOverride": false,
9545
+ "visibility": "Public",
8797
9546
  "declaringClrType": "System.Net.NetworkInformation.UnicastIPAddressInformation",
8798
9547
  "declaringAssemblyName": "System.Net.NetworkInformation"
8799
9548
  },
@@ -8812,6 +9561,7 @@
8812
9561
  "isAbstract": true,
8813
9562
  "isVirtual": true,
8814
9563
  "isOverride": false,
9564
+ "visibility": "Public",
8815
9565
  "declaringClrType": "System.Net.NetworkInformation.UnicastIPAddressInformation",
8816
9566
  "declaringAssemblyName": "System.Net.NetworkInformation"
8817
9567
  },
@@ -8830,6 +9580,7 @@
8830
9580
  "isAbstract": true,
8831
9581
  "isVirtual": true,
8832
9582
  "isOverride": false,
9583
+ "visibility": "Public",
8833
9584
  "declaringClrType": "System.Net.NetworkInformation.UnicastIPAddressInformation",
8834
9585
  "declaringAssemblyName": "System.Net.NetworkInformation"
8835
9586
  },
@@ -8848,6 +9599,7 @@
8848
9599
  "isAbstract": true,
8849
9600
  "isVirtual": true,
8850
9601
  "isOverride": false,
9602
+ "visibility": "Public",
8851
9603
  "declaringClrType": "System.Net.NetworkInformation.UnicastIPAddressInformation",
8852
9604
  "declaringAssemblyName": "System.Net.NetworkInformation"
8853
9605
  },
@@ -8866,6 +9618,7 @@
8866
9618
  "isAbstract": true,
8867
9619
  "isVirtual": true,
8868
9620
  "isOverride": false,
9621
+ "visibility": "Public",
8869
9622
  "declaringClrType": "System.Net.NetworkInformation.UnicastIPAddressInformation",
8870
9623
  "declaringAssemblyName": "System.Net.NetworkInformation"
8871
9624
  },
@@ -8884,6 +9637,7 @@
8884
9637
  "isAbstract": true,
8885
9638
  "isVirtual": true,
8886
9639
  "isOverride": false,
9640
+ "visibility": "Public",
8887
9641
  "declaringClrType": "System.Net.NetworkInformation.UnicastIPAddressInformation",
8888
9642
  "declaringAssemblyName": "System.Net.NetworkInformation"
8889
9643
  },
@@ -8902,13 +9656,26 @@
8902
9656
  "isAbstract": false,
8903
9657
  "isVirtual": true,
8904
9658
  "isOverride": false,
9659
+ "visibility": "Public",
8905
9660
  "declaringClrType": "System.Net.NetworkInformation.UnicastIPAddressInformation",
8906
9661
  "declaringAssemblyName": "System.Net.NetworkInformation"
8907
9662
  }
8908
9663
  ],
8909
9664
  "fields": [],
8910
9665
  "events": [],
8911
- "constructors": []
9666
+ "constructors": [
9667
+ {
9668
+ "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.UnicastIPAddressInformation::.ctor():void",
9669
+ "metadataToken": 100663654,
9670
+ "canonicalSignature": "():void",
9671
+ "normalizedSignature": "constructor|():void|static=false",
9672
+ "isStatic": false,
9673
+ "parameterCount": 0,
9674
+ "visibility": "Protected",
9675
+ "declaringClrType": "System.Net.NetworkInformation.UnicastIPAddressInformation",
9676
+ "declaringAssemblyName": "System.Net.NetworkInformation"
9677
+ }
9678
+ ]
8912
9679
  },
8913
9680
  {
8914
9681
  "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.UnicastIPAddressInformationCollection",
@@ -8961,6 +9728,7 @@
8961
9728
  "isVirtual": true,
8962
9729
  "isOverride": false,
8963
9730
  "isSealed": false,
9731
+ "visibility": "Public",
8964
9732
  "declaringClrType": "System.Net.NetworkInformation.UnicastIPAddressInformationCollection",
8965
9733
  "declaringAssemblyName": "System.Net.NetworkInformation",
8966
9734
  "isExtensionMethod": false
@@ -8980,6 +9748,7 @@
8980
9748
  "isVirtual": true,
8981
9749
  "isOverride": false,
8982
9750
  "isSealed": false,
9751
+ "visibility": "Public",
8983
9752
  "declaringClrType": "System.Net.NetworkInformation.UnicastIPAddressInformationCollection",
8984
9753
  "declaringAssemblyName": "System.Net.NetworkInformation",
8985
9754
  "isExtensionMethod": false
@@ -8999,6 +9768,7 @@
8999
9768
  "isVirtual": true,
9000
9769
  "isOverride": false,
9001
9770
  "isSealed": false,
9771
+ "visibility": "Public",
9002
9772
  "declaringClrType": "System.Net.NetworkInformation.UnicastIPAddressInformationCollection",
9003
9773
  "declaringAssemblyName": "System.Net.NetworkInformation",
9004
9774
  "isExtensionMethod": false
@@ -9018,6 +9788,7 @@
9018
9788
  "isVirtual": true,
9019
9789
  "isOverride": false,
9020
9790
  "isSealed": false,
9791
+ "visibility": "Public",
9021
9792
  "declaringClrType": "System.Net.NetworkInformation.UnicastIPAddressInformationCollection",
9022
9793
  "declaringAssemblyName": "System.Net.NetworkInformation",
9023
9794
  "isExtensionMethod": false
@@ -9037,6 +9808,7 @@
9037
9808
  "isVirtual": true,
9038
9809
  "isOverride": false,
9039
9810
  "isSealed": false,
9811
+ "visibility": "Public",
9040
9812
  "declaringClrType": "System.Net.NetworkInformation.UnicastIPAddressInformationCollection",
9041
9813
  "declaringAssemblyName": "System.Net.NetworkInformation",
9042
9814
  "isExtensionMethod": false
@@ -9056,6 +9828,7 @@
9056
9828
  "isVirtual": true,
9057
9829
  "isOverride": false,
9058
9830
  "isSealed": false,
9831
+ "visibility": "Public",
9059
9832
  "declaringClrType": "System.Net.NetworkInformation.UnicastIPAddressInformationCollection",
9060
9833
  "declaringAssemblyName": "System.Net.NetworkInformation",
9061
9834
  "isExtensionMethod": false
@@ -9075,6 +9848,7 @@
9075
9848
  "isVirtual": true,
9076
9849
  "isOverride": false,
9077
9850
  "isSealed": false,
9851
+ "visibility": "Public",
9078
9852
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
9079
9853
  "declaringAssemblyName": "System.Private.CoreLib",
9080
9854
  "isExtensionMethod": false,
@@ -9095,6 +9869,7 @@
9095
9869
  "isVirtual": true,
9096
9870
  "isOverride": false,
9097
9871
  "isSealed": false,
9872
+ "visibility": "Public",
9098
9873
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
9099
9874
  "declaringAssemblyName": "System.Private.CoreLib",
9100
9875
  "isExtensionMethod": false,
@@ -9115,6 +9890,7 @@
9115
9890
  "isVirtual": true,
9116
9891
  "isOverride": false,
9117
9892
  "isSealed": false,
9893
+ "visibility": "Public",
9118
9894
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
9119
9895
  "declaringAssemblyName": "System.Private.CoreLib",
9120
9896
  "isExtensionMethod": false,
@@ -9135,6 +9911,7 @@
9135
9911
  "isVirtual": true,
9136
9912
  "isOverride": false,
9137
9913
  "isSealed": false,
9914
+ "visibility": "Public",
9138
9915
  "declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
9139
9916
  "declaringAssemblyName": "System.Private.CoreLib",
9140
9917
  "isExtensionMethod": false,
@@ -9155,6 +9932,7 @@
9155
9932
  "isVirtual": true,
9156
9933
  "isOverride": false,
9157
9934
  "isSealed": false,
9935
+ "visibility": "Public",
9158
9936
  "declaringClrType": "System.Collections.IEnumerable",
9159
9937
  "declaringAssemblyName": "System.Private.CoreLib",
9160
9938
  "isExtensionMethod": false,
@@ -9175,6 +9953,7 @@
9175
9953
  "isVirtual": true,
9176
9954
  "isOverride": false,
9177
9955
  "isSealed": false,
9956
+ "visibility": "Public",
9178
9957
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
9179
9958
  "declaringAssemblyName": "System.Private.CoreLib",
9180
9959
  "isExtensionMethod": false,
@@ -9197,6 +9976,7 @@
9197
9976
  "isAbstract": false,
9198
9977
  "isVirtual": true,
9199
9978
  "isOverride": false,
9979
+ "visibility": "Public",
9200
9980
  "declaringClrType": "System.Net.NetworkInformation.UnicastIPAddressInformationCollection",
9201
9981
  "declaringAssemblyName": "System.Net.NetworkInformation"
9202
9982
  },
@@ -9215,6 +9995,7 @@
9215
9995
  "isAbstract": false,
9216
9996
  "isVirtual": true,
9217
9997
  "isOverride": false,
9998
+ "visibility": "Public",
9218
9999
  "declaringClrType": "System.Net.NetworkInformation.UnicastIPAddressInformationCollection",
9219
10000
  "declaringAssemblyName": "System.Net.NetworkInformation"
9220
10001
  },
@@ -9233,6 +10014,7 @@
9233
10014
  "isAbstract": false,
9234
10015
  "isVirtual": true,
9235
10016
  "isOverride": false,
10017
+ "visibility": "Public",
9236
10018
  "declaringClrType": "System.Net.NetworkInformation.UnicastIPAddressInformationCollection",
9237
10019
  "declaringAssemblyName": "System.Net.NetworkInformation"
9238
10020
  },
@@ -9251,6 +10033,7 @@
9251
10033
  "isAbstract": false,
9252
10034
  "isVirtual": true,
9253
10035
  "isOverride": false,
10036
+ "visibility": "Public",
9254
10037
  "sourceInterface": "System.Collections.Generic.ICollection\u00601",
9255
10038
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
9256
10039
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -9270,6 +10053,7 @@
9270
10053
  "isAbstract": false,
9271
10054
  "isVirtual": true,
9272
10055
  "isOverride": false,
10056
+ "visibility": "Public",
9273
10057
  "sourceInterface": "System.Collections.Generic.ICollection\u00601",
9274
10058
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
9275
10059
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -9277,7 +10061,19 @@
9277
10061
  ],
9278
10062
  "fields": [],
9279
10063
  "events": [],
9280
- "constructors": []
10064
+ "constructors": [
10065
+ {
10066
+ "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.UnicastIPAddressInformationCollection::.ctor():void",
10067
+ "metadataToken": 100663655,
10068
+ "canonicalSignature": "():void",
10069
+ "normalizedSignature": "constructor|():void|static=false",
10070
+ "isStatic": false,
10071
+ "parameterCount": 0,
10072
+ "visibility": "ProtectedInternal",
10073
+ "declaringClrType": "System.Net.NetworkInformation.UnicastIPAddressInformationCollection",
10074
+ "declaringAssemblyName": "System.Net.NetworkInformation"
10075
+ }
10076
+ ]
9281
10077
  }
9282
10078
  ]
9283
10079
  }