AxImporter.IReferenceResolver

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  ); } 


. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net