This documentation is archived and is not being maintained.
AxImporter::Options Class
Visual Studio 2010
Represents a set of options for an AxImporter.
Assembly: System.Design (in System.Design.dll)
The AxImporter::Options type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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. |
![]() | 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. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
