DekGenius.com
[ Team LiB ] Previous Section Next Section

AxImporter.Options

System.Windows.Forms.Design (system.design.dll)sealed class

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;
}
    [ Team LiB ] Previous Section Next Section