AxImporter.Options Class
.NET Framework 4.5
Represents a set of options for an AxImporter.
Namespace: System.Windows.Forms.Design
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.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (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. |
![]() | 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. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
