System.Windows.Forms.Design.AxImporter Class

Imports ActiveX controls and generates a wrapper that can be accessed by a designer.

See Also: AxImporter Members

Syntax

public class AxImporter

Remarks

To generate an ActiveX wrapper for an ActiveX control, first create or obtain an instance of the System.Windows.Forms.Design.AxImporter class. The System.Windows.Forms.Design.AxImporter constructor accepts an System.Windows.Forms.Design.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 AxImporter.GenerateFromFile(System.IO.FileInfo). To generate from a type library, call AxImporter.GenerateFromTypeLibrary(System.Runtime.InteropServices.UCOMITypeLib). 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 System.Windows.Forms.Design.AxImporter.Options.outputName property of the System.Windows.Forms.Design.AxImporter.Options passed to the System.Windows.Forms.Design.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.

Requirements

Namespace: System.Windows.Forms.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0