AxImporter.Options Class

Definition

Represents a set of options for an AxImporter.

public: ref class AxImporter::Options sealed
public sealed class AxImporter.Options
type AxImporter.Options = class
Public NotInheritable Class AxImporter.Options
Inheritance
AxImporter.Options

Constructors

AxImporter.Options()

Initializes a new instance of the AxImporter.Options class.

Fields

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.

Methods

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()

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)

Applies to