CAS.Lib.CodeProtect Namespace
CAS.Lib.CodeProtect.LicenseDsc Namespace
CAS.Lib.CodeProtect.LicenseDsc.Constraints Namespace
CAS.Lib.CodeProtect.Properties Namespace
OOI CodeProtect

IsLicensed<(Of <(<'type>)>)> Class

Helper class getting access to a license for the particular type.

Namespace:  CAS.Lib.CodeProtect
Assembly:  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.

Inheritance Hierarchy


Object
  CAS.Lib.CodeProtect..::..IsLicensed<(Of <(<'type>)>)>