ITypeLibExporterNotifySink.ResolveRef(Assembly) 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 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
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.