显卡:在c#中获取共享系统内存和总可用内存
如何在 c Sharp 中获取我的显卡的以下信息:共享系统内存、总可用内存和系统视频内存?
How to get the following information: shared system memory, total available memory and system video memory for my graphics card in c sharp?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会考虑使用 WMI,特别是 Win32_VideoController 对象。 WMI Code Creator 可能会很有用如果您不太熟悉使用 WMI。
I would look at using WMI, specifically the Win32_VideoController object. The WMI Code Creator could provide to be useful if you're not very familial with using WMI.