ITypeLibImporterNotifySink.ResolveRef(Object) Method

Definition

Asks the user to resolve a reference to another type library.

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

Parameters

typeLib
Object

The object implementing the ITypeLib interface that needs to be resolved.

Returns

The assembly corresponding to typeLib.

Remarks

If a reference to another type library is found during the conversion of a type library, the caller is asked to return the correct assembly for that type library.

Applies to