AxImporter::IReferenceResolver Interface

 

Provides methods to resolve references to ActiveX libraries, COM type libraries or assemblies, or managed assemblies.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

public interface class IReferenceResolver

NameDescription
System_CAPS_pubmethodResolveActiveXReference(UCOMITypeLib^)

Resolves a reference to the specified type library that contains an ActiveX control.

System_CAPS_pubmethodResolveComReference(AssemblyName^)

Resolves a reference to the specified assembly that contains a COM component.

System_CAPS_pubmethodResolveComReference(UCOMITypeLib^)

Resolves a reference to the specified type library that contains an COM component.

System_CAPS_pubmethodResolveManagedReference(String^)

Resolves a reference to the specified assembly.

.NET Framework
Available since 1.1
Return to top
Show: