IVsTargetFrameworkAssemblies Interface
Visual Studio 2015
Provides base support for targeting multiple framework versions.
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetRequiredTargetFrameworkVersion(String, UInt32) | Gets the minimum versions of the target framework required for the given assembly to run. |
![]() | GetRequiredTargetFrameworkVersionFromDependency(String, UInt32) | Gets the minimum versions of the target framework required for a given assembly to run, based on the referenced assembly closure. |
![]() | GetSupportedFrameworks(IEnumTargetFrameworks) | Gets an enumeration of supported framework versions. |
![]() | GetSystemAssemblies(UInt32, IEnumSystemAssemblies) | Gets an enumeration containing the system assembly reference for a given framework version. |
![]() | GetTargetFrameworkDescription(UInt32, String) | Gets a descriptive string for a framework version. |
![]() | IsSystemAssembly(String, Int32, UInt32) | Checks if a specified assembly is a system assembly and gets its framework version. |
Show:
