System.Windows.Forms.Design.AxImporter Members

The members of System.Windows.Forms.Design.AxImporter are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
GeneratedAssembliesstring[].

Gets the names of the assemblies that are generated for the control.

[read-only]
GeneratedSourcesstring[].

Gets the names of the source files that were generated.

[read-only]
GeneratedTypeLibAttributesSystem.Runtime.InteropServices.TYPELIBATTR[].

Gets the attributes for the generated type library.

Public Methods

GenerateFromFile(System.IO.FileInfo) : string

Generates a wrapper for an ActiveX control for use in the design-time environment.

GenerateFromTypeLibrary(System.Runtime.InteropServices.UCOMITypeLib) : string

Generates a wrapper for an ActiveX control for use in the design-time environment.

GenerateFromTypeLibrary(System.Runtime.InteropServices.UCOMITypeLib, Guid) : string

Generates a wrapper for an ActiveX control for use in the design-time environment.

static
GetFileOfTypeLib(ref System.Runtime.InteropServices.TYPELIBATTR) : string
Documentation for this section has not yet been entered.