IVsAssemblyNameUnification.GetUnifiedAssemblyName Method

Definition

Returns the name of the unified assembly.

public:
 int GetUnifiedAssemblyName(System::String ^ wszFrameworkDirectory, System::String ^ wszSimpleAssemblyName, System::String ^ wszFullAssemblyName, [Runtime::InteropServices::Out] System::String ^ % pbstrUnifiedAssemblyName);
int GetUnifiedAssemblyName(std::wstring const & wszFrameworkDirectory, std::wstring const & wszSimpleAssemblyName, std::wstring const & wszFullAssemblyName, [Runtime::InteropServices::Out] std::wstring const & & pbstrUnifiedAssemblyName);
public int GetUnifiedAssemblyName (string wszFrameworkDirectory, string wszSimpleAssemblyName, string wszFullAssemblyName, out string pbstrUnifiedAssemblyName);
abstract member GetUnifiedAssemblyName : string * string * string * string -> int
Public Function GetUnifiedAssemblyName (wszFrameworkDirectory As String, wszSimpleAssemblyName As String, wszFullAssemblyName As String, ByRef pbstrUnifiedAssemblyName As String) As Integer

Parameters

wszFrameworkDirectory
String

[in] String containing the directory of the .NET Framework assemblies list, Framework.xml.

wszSimpleAssemblyName
String

[in] String containing the simple assembly name.

wszFullAssemblyName
String

[in] String containing the full assembly name.

pbstrUnifiedAssemblyName
String

[out] String containing the unified assembly name.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to