IVsTargetFrameworkAssemblies Methods

 

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

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: