IVsTargetFrameworkAssemblies 接口

定义

为面向多个框架版本提供基本支持。

public interface class IVsTargetFrameworkAssemblies
public interface class IVsTargetFrameworkAssemblies
__interface IVsTargetFrameworkAssemblies
[System.Runtime.InteropServices.Guid("399DC6D4-84D6-4208-AFA6-362098E7972F")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsTargetFrameworkAssemblies
[<System.Runtime.InteropServices.Guid("399DC6D4-84D6-4208-AFA6-362098E7972F")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsTargetFrameworkAssemblies = interface
Public Interface IVsTargetFrameworkAssemblies
属性

方法

GetRequiredTargetFrameworkVersion(String, UInt32)

获取给定程序集运行所需的最小版本的目标框架。

GetRequiredTargetFrameworkVersionFromDependency(String, UInt32)

获取给定程序集运行所需的最低版本的目标框架,该版本基于所引用的程序集闭包。

GetSupportedFrameworks(IEnumTargetFrameworks)

获取支持的框架版本的枚举。

GetSystemAssemblies(UInt32, IEnumSystemAssemblies)

获取一个枚举,其中包含给定框架版本的系统程序集引用。

GetTargetFrameworkDescription(UInt32, String)

获取 framework 版本的描述性字符串。

IsSystemAssembly(String, Int32, UInt32)

检查指定的程序集是否为系统程序集并获取其框架版本。

适用于