Name

AxImporter

Synopsis

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

}

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.