DekGenius.com
[ Team LiB ] Previous Section Next Section

AxImporter.IReferenceResolver

System.Windows.Forms.Design (system.design.dll)interface

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);
}
    [ Team LiB ] Previous Section Next Section