Name

AxImporter.IReferenceResolver

Synopsis

This interface is implemented by wrapper classes generated by the AxImporter class. You would not normally use it directly from your own code.


public interface AxImporter.IReferenceResolver {

// Public Instance Methods

   public string ResolveActiveXReference(System.Runtime.InteropServices.UCOMITypeLib typeLib);

   public string ResolveComReference(System.Reflection.AssemblyName name);

   public string ResolveComReference(System.Runtime.InteropServices.UCOMITypeLib typeLib);

   public string ResolveManagedReference(string assemName);

}

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.