LicenseProviderAttribute

LicenseProviderAttribute

System.ComponentModel (system.dll) sealed class

This attribute is used to adorn a class with information about the LicenseProvider that will provide a suitable License for that class.

See LicenseManager for more information on license management.

 public sealed class  LicenseProviderAttribute  : Attribute {  // Public Constructors  public  LicenseProviderAttribute  ();    public  LicenseProviderAttribute  (string  typeName  );    public  LicenseProviderAttribute  (Type  type  );  // Public Static Fields  public static readonly LicenseProviderAttribute  Default  ;  // =System.ComponentModel.LicenseProviderAttribute   // Public Instance Properties  public Type  LicenseProvider  {get; }    public override object  TypeId  {get; }  // overrides Attribute   // Public Instance Methods  public override bool  Equals  (object  value  );  // overrides Attribute  public override int  GetHashCode  ();  // overrides Attribute  } 

Hierarchy

System.Object System.Attribute LicenseProviderAttribute

Valid On

Class



. 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