DekGenius.com
[ Team LiB ] Previous Section Next Section

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