March 2003
Intermediate to advanced
896 pages
32h 35m
English
LicenseProviderAttribute
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 }
System.Object
→ System.Attribute → LicenseProviderAttribute
Class
Read now
Unlock full access