AxImporter

AxImporter

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

This class is used by the design environment to generate wrapper classes for an ActiveX control that has been imported into a project. You would not normally use it directly in your own code.

 public class  AxImporter  {  // Public Constructors  public  AxImporter  (Options  options  );  // Public Instance Properties  public string[ ]  GeneratedAssemblies  {get; }    public string[ ]  GeneratedSources  {get; }    public TYPELIBATTR[ ]  GeneratedTypeLibAttributes  {get; }  // Public Static Methods  public static string  GetFileOfTypeLib  (ref System.Runtime.InteropServices.TYPELIBATTR  tlibattr  );  // Public Instance Methods  public string  GenerateFromFile  (System.IO.FileInfo  file  );    public string  GenerateFromTypeLibrary  (System.Runtime.InteropServices.UCOMITypeLib  typeLib  );    public string  GenerateFromTypeLibrary  (System.Runtime.InteropServices.UCOMITypeLib  typeLib  , Guid  clsid  ); } 


. 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