我怎么知道我正在运行哪个版本的WPF?

时间:2010-05-25 16:51:49

标签: wpf versioning

我发现WPF 3.0和WPF 3.5之间存在一些差异。 因此,我需要知道程序集是针对3.0还是3.5编译的。 有没有这个API?

2 个答案:

答案 0 :(得分:0)

您应该能够从目标程序集的引用程序集中确定这一点。查看at MSDN以查看System.Reflection.Assembly类的GetReferenceAssemblies方法。

答案 1 :(得分:0)

当前安装的Windows Presentation Foundation(WPF)版本号位于注册表中。

查找版本号:

1

  On the Start menu, click Run.

2

  In Open, type regedit.exe.

3

  Open the following key:

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ NET Framework Setup \ NDP \ v3.0 \ Setup \ Windows Presentation Foundation

WPF版本号存储在版本值中。