C# Class System.ComponentModel.LicenseProvider

Inheritance: Object
Show file Open project: mikedn/runtime Class Usage Examples

Public Methods

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.

Method Details

GetLicense() public abstract method

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?