IsLicensed<(Of <(<'type>)>)> Class
Helper class getting access to a license for the particular type.
Namespace:
CAS.Lib.CodeProtectAssembly: CAS.CodeProtect (in CAS.CodeProtect.dll)
Syntax
public abstract class IsLicensed<type> : IIsLicensed
Public MustInherit Class IsLicensed(Of type) _ Implements IIsLicensed
generic<typename type> public ref class IsLicensed abstract : IIsLicensed
Type Parameters
- type
- The type of the licensed type. The type has to be sealed class.