如何:Silverlight 中的带宽计算器

发布于 2024-09-03 09:47:18 字数 273 浏览 3 评论 0原文

我想知道是否有可用的银色示例项目可以精确监控本地网络流量(发送接收的字节数) IPv4InterfaceStatistics 等信息。


杰夫谢谢。

我从此链接中找到了一些提示: http://justinangel.net/CuttingEdgeSilverlight4ComFeatures

I am wondering is there any silver sample project available which can monitor the local network traffic (bytes sent received) precisely IPv4InterfaceStatistics like information.


Jeff thanks.

I found some tips from this link: http://justinangel.net/CuttingEdgeSilverlight4ComFeatures

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雨夜星沙 2024-09-10 09:47:18

此信息不适用于典型的 Silverlight 4 应用程序。

可以使用提升的浏览器外 Silverlight 应用程序和 COM 自动化/互操作功能来查询 WMI 或其他系统信息服务,但这比使用旨在有权访问的工具要多得多。系统(例如 WPF 或 Win32)。

This information is not available to a typical Silverlight 4 application.

It may be possible to use an elevated out-of-browser Silverlight app and the COM automation/interop features to query WMI or other systme information services, but it will be a lot more work than using a tool that is designed to have rights to the system instead (such as WPF or Win32).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文