Click or drag to resize
Ab4d.SharpEngine logo

LicensingSetLicense Method

SetLicense method sets the license parameters for the Ab4d.SharpEngine. The parameter values for the commercial version can be get from the User Account web page of ab4d.com or from the ab4d.com/trial for trial version. Note that license is not checked immediately after calling this method.

Namespace: Ab4d.SharpEngine
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public static void SetLicense(
	string licenseOwner,
	string licenseType,
	string platforms,
	string license
)

Parameters

licenseOwner  String
license owner
licenseType  String
type of the license
platforms  String
list of platforms that are licensed
license  String
license text
See Also