【问题标题】:Video card: get Shared system memory and total available memory in c#显卡:在 c# 中获取共享系统内存和总可用内存
【发布时间】:2011-08-15 01:21:34
【问题描述】:

如何在c sharp中获取我的显卡的共享系统内存、总可用内存和系统显存?

【问题讨论】:

  • 您可能可以通过 WMI 获得它。 See MSDNAA for the appropriate WMI class。我今天不能测试,但我想你会想要 AdapterRAMVideoMemoryType 属性。有一个WMI tutorial for C# here
  • AdapterRam 提供专用视频内存,而不是共享系统内存或总可用内存。我已经在 Win32_VideoController 中搜索过,但我没有找到任何东西。
  • 指出您当时尝试过的内容可能很有用。

标签: c# graphics video-card


【解决方案1】:

我会考虑使用WMI,特别是Win32_VideoController 对象。如果您不熟悉 WMI,WMI Code Creator 可能会很有用。

【讨论】:

    猜你喜欢
    • 2010-12-30
    • 2011-11-07
    • 1970-01-01
    • 2016-04-05
    • 2012-08-25
    • 1970-01-01
    • 2013-02-14
    • 2011-02-10
    相关资源
    最近更新 更多