AxImporter.Options

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  ; } 


. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net