Initializing help system before first use

License Method (XPRMLicense)

Check license. This method is used for checking an OEM License. On return, the 'Message' field of the XPRMLicense object will contain your OEM string.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public static int License(
	XPRMLicense lic
)

Parameters

lic
Type:  MoselXPRMLicense
license object obtained from a call to XPRM.License(string)

Return Value

Type:  Int32
0 if the OEM license is valid (lic is modified by this method). If invalid, throws an XPRMLicenseException.
See Also