This class is used to specify the options to be used when generating
wrapper classes for an ActiveX control, using the
AxImporter class. It would not normally be used
directly in your own code.
public sealed class AxImporter.Options {
// Public Constructors
public AxImporter.Options();
// Public Instance Fields
public bool delaySign;
public bool genSources;
public string keyContainer;
public string keyFile;
public StrongNameKeyPair keyPair;
public bool noLogo;
public string outputDirectory;
public string outputName;
public bool overwriteRCW;
public byte[ ] publicKey;
public IReferenceResolver references;
public bool silentMode;
public bool verboseMode;
}