AxImporter::Options Class
Represents a set of options for an AxImporter.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | AxImporter::Options() | Initializes a new instance of the AxImporter::Options class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | delaySign | Specifies whether the generated assembly is strongly named and will be signed later. |
![]() | genSources | Specifies whether sources for the type library wrapper should be generated. |
![]() | ignoreRegisteredOcx | Specifies whether to use only input from the command line instead relying on a registered version. |
![]() | keyContainer | Specifies the path to the file that contains the strong name key container for the generated assemblies. |
![]() | keyFile | Specifies the path to the file that contains the strong name key for the generated assemblies. |
![]() | keyPair | Specifies the strong name used for the generated assemblies. |
![]() | msBuildErrors | Specifies whether errors are output in the Microsoft Build Engine (MSBuild) format. |
![]() | noLogo | Indicates whether the ActiveX importer tool logo will be displayed when the control is imported. |
![]() | outputDirectory | Specifies the path to the directory that the generated assemblies will be created in. |
![]() | outputName | Specifies the filename to generate the ActiveX control wrapper to. |
![]() | overwriteRCW | Specifies whether to overwrite existing files when generating assemblies. |
![]() | publicKey | Specifies the public key used to sign the generated assemblies. |
![]() | references | Specifies the AxImporter::IReferenceResolver to use to resolve types and references when generating assemblies. |
![]() | silentMode | Specifies whether to compile in silent mode, which generates less displayed information at compile time. |
![]() | verboseMode | Specifies whether to compile in verbose mode, which generates more displayed information at compile time. |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

