ITypeLibImporterNotifySink.ResolveRef(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.