Class TelerikLicensing
Inheritance
System.Object
TelerikLicensing
Namespace: Telerik.Licensing
Assembly: Telerik.Licensing.Runtime.dll
Syntax
public static class TelerikLicensing : Object
Fields
ConsoleMessages
Declaration
public static readonly ConcurrentDictionary<IProductMetadata, string> ConsoleMessages
Field Value
|
System.Collections.Concurrent.ConcurrentDictionary<IProductMetadata, System.String>
|
Methods
License()
License(Assembly)
Declaration
public static ILicenseStatus License(Assembly assembly)
Parameters
|
System.Reflection.Assembly
assembly
|
Returns
|
ILicenseStatus
|
License(IProductMetadata)
Declaration
public static ILicenseStatus License(IProductMetadata productMetadata)
Parameters
|
IProductMetadata
productMetadata
|
Returns
|
ILicenseStatus
|
License<T>()
ProductMetadataForAssembly(Assembly)
Declaration
public static IProductMetadata ProductMetadataForAssembly(Assembly assembly)
Parameters
|
System.Reflection.Assembly
assembly
|
Returns
|
IProductMetadata
|
Register()
Declaration
public static void Register()
Register(String)
Declaration
public static ITelerikLicenseEvidence Register(string script)
Parameters
|
System.String
script
|
Returns
|
ITelerikLicenseEvidence
|
RegisterEntryAssembly()
Declaration
public static void RegisterEntryAssembly()
RegisterEntryAssembly(Assembly)
Declaration
public static void RegisterEntryAssembly(Assembly assembly)
Parameters
|
System.Reflection.Assembly
assembly
|