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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.