IVsAssemblyNameUnification Interface

Definition

Returns the name of the unified assembly based on the simple and full names the loader uses, and the .NET framework assemblies list (FrameworkList.xml). Use the SVsAssemblyNameUnification (SID_SvsAssemblyNameUnification) service to get an instance of the interface.

public interface class IVsAssemblyNameUnification
public interface class IVsAssemblyNameUnification
__interface IVsAssemblyNameUnification
[System.Runtime.InteropServices.Guid("F33D7D20-49CE-47A7-9E3B-DCC9DD19AF00")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsAssemblyNameUnification
[<System.Runtime.InteropServices.Guid("F33D7D20-49CE-47A7-9E3B-DCC9DD19AF00")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsAssemblyNameUnification = interface
Public Interface IVsAssemblyNameUnification
Attributes

Remarks

Because of unification, the .NET process of determining component versions in a multiple-version environment, an assembly used may not be the one expected. You can find the assembly actually in use through this interface.

Methods

GetUnifiedAssemblyName(String, String, String, String)

Returns the name of the unified assembly.

Applies to