AxImporter Class
Assembly: System.Design (in system.design.dll)
To generate an ActiveX wrapper for an ActiveX control, first create or obtain an instance of the AxImporter class. The AxImporter constructor accepts an AxImporter.Options object, which sets options for the importer, such as the filename for the wrapper .dll to generate and the output directory to generate the wrapper to. To generate the ActiveX wrapper, call the appropriate Generate method. To generate from a file, call GenerateFromFile. To generate from a type library, call GenerateFromTypeLibrary. The string that is returned will consist of an assembly qualified name (example: "Namespace.Type,Assembly") for the type an ActiveX wrapper was generated for. The wrapper for the ActiveX control will be generated in the .dll file specified in the outputName property of the AxImporter.Options passed to the AxImporter constructor. The type can be loaded or queried using System.Reflection and treated as an ordinary managed type. You can also call the GetOcx method of the type to retrieve a COM interface to the object, if the object supports this.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.