Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.8 Assembly / C1.Util.Licensing Namespace / ProviderInfo Class / GetLicense Method

In This Topic
    GetLicense Method (ProviderInfo)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function GetLicense( _
       ByVal context As System.ComponentModel.LicenseContext, _
       ByVal type As System.Type, _
       ByVal instance As System.Object, _
       ByVal allowExceptions As System.Boolean _
    ) As System.ComponentModel.License
    public override System.ComponentModel.License GetLicense( 
       System.ComponentModel.LicenseContext context,
       System.Type type,
       System.object instance,
       System.bool allowExceptions
    )

    Parameters

    context
    type
    instance
    allowExceptions
    See Also