Name

LicenseProviderAttribute

Synopsis

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

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.