Method | Description | |
---|---|---|
GetLicense ( System.ComponentModel.LicenseContext context, Type type, object? instance, bool allowExceptions ) : License? |
When overridden in a derived class, gets a license for an instance or type of component.
|
public abstract GetLicense ( System.ComponentModel.LicenseContext context, Type type, object? instance, bool allowExceptions ) : License? | ||
context | System.ComponentModel.LicenseContext | |
type | Type | |
instance | object? | |
allowExceptions | bool | |
return | License? |