Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​ComponentModel.​LicenseProviderAttribute

Assembly: System.ComponentModel.TypeConverter

Inheritance: object → Attribute → LicenseProviderAttribute

Specifies the <see cref="T:System.ComponentModel.LicenseProvider" /> to use with a class. This class cannot be inherited.

Fields and Constants

public static readonly LicenseProviderAttribute
Default
Specifies the default value, which is no provider. This <see langword="static" /> field is read-only.

Properties

public Type
LicenseProvider
Gets the license provider that must be used with the associated class.
public object
TypeId
Indicates a unique ID for this attribute type.

Methods

public bool
Equals​(object value)
Indicates whether this instance and a specified object are equal.
Returns <see langword="true" /> if <paramref name="value" /> is equal to this instance; otherwise, <see langword="false" /> .
value Another object to compare to.
public int
GetHashCode​()
Returns the hash code for this instance.
Returns A hash code for the current <see cref="T:System.ComponentModel.LicenseProviderAttribute" /> .
public bool
IsDefaultAttribute​()
Inherited from Attribute
public bool
Match​(object obj)
Inherited from Attribute
protected void
Finalize​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object