Name

AxImporter.Options

Synopsis

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;

}

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.