Share via


RegisterAssembly.ResolveRef Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Callback method for finding the type library for the specified assembly.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
Public Function ResolveRef ( _
    assemblyToResolve As Assembly _
) As Object
public Object ResolveRef(
    Assembly assemblyToResolve
)
public:
virtual Object^ ResolveRef(
    Assembly^ assemblyToResolve
) sealed
abstract ResolveRef : 
        assemblyToResolve:Assembly -> Object  
override ResolveRef : 
        assemblyToResolve:Assembly -> Object
public final function ResolveRef(
    assemblyToResolve : Assembly
) : Object

Parameters

Return Value

Type: System.Object
nulla null reference (Nothing in Visual Basic) in all cases.

Implements

ITypeLibExporterNotifySink.ResolveRef(Assembly)

Remarks

Logs an error indicating that the specified assembly is not registered for COM interop in all cases.

.NET Framework Security

See Also

Reference

RegisterAssembly Class

Microsoft.Build.Tasks Namespace