AxImporter::IReferenceResolver Interface
.NET Framework (current version)
Provides methods to resolve references to ActiveX libraries, COM type libraries or assemblies, or managed assemblies.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | ResolveActiveXReference(UCOMITypeLib^) | Resolves a reference to the specified type library that contains an ActiveX control. |
![]() | ResolveComReference(AssemblyName^) | Resolves a reference to the specified assembly that contains a COM component. |
![]() | ResolveComReference(UCOMITypeLib^) | Resolves a reference to the specified type library that contains an COM component. |
![]() | ResolveManagedReference(String^) | Resolves a reference to the specified assembly. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
