ITypeLibExporterNotifySink.ResolveRef(Assembly) Method

Definition

Asks the user to resolve a reference to another assembly.

public:
 System::Object ^ ResolveRef(System::Reflection::Assembly ^ assembly);
public object ResolveRef (System.Reflection.Assembly assembly);
abstract member ResolveRef : System.Reflection.Assembly -> obj
Public Function ResolveRef (assembly As Assembly) As Object

Parameters

assembly
Assembly

The assembly to resolve.

Returns

The type library for assembly.

Remarks

If a reference to another assembly is found during the conversion of an assembly, the caller is asked to return the correct type library (the object that implements ITypeLib interface) for that assembly.

Applies to