IVsTargetFrameworkAssemblies Interface

 

Provides base support for targeting multiple framework versions.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

[GuidAttribute("399DC6D4-84D6-4208-AFA6-362098E7972F")]
[InterfaceTypeAttribute(1)]
public interface IVsTargetFrameworkAssemblies

NameDescription
System_CAPS_pubmethodGetRequiredTargetFrameworkVersion(String, UInt32)

Gets the minimum versions of the target framework required for the given assembly to run.

System_CAPS_pubmethodGetRequiredTargetFrameworkVersionFromDependency(String, UInt32)

Gets the minimum versions of the target framework required for a given assembly to run, based on the referenced assembly closure.

System_CAPS_pubmethodGetSupportedFrameworks(IEnumTargetFrameworks)

Gets an enumeration of supported framework versions.

System_CAPS_pubmethodGetSystemAssemblies(UInt32, IEnumSystemAssemblies)

Gets an enumeration containing the system assembly reference for a given framework version.

System_CAPS_pubmethodGetTargetFrameworkDescription(UInt32, String)

Gets a descriptive string for a framework version.

System_CAPS_pubmethodIsSystemAssembly(String, Int32, UInt32)

Checks if a specified assembly is a system assembly and gets its framework version.

Return to top
Show: