Runtime.Initialize Methods
Initializes the Carmenta Engine runtime environment.
Overload List
Name | Description | |
---|---|---|
Initialize() | Initializes the Carmenta Engine runtime environment using the installed SDK license key. | |
Initialize(System.Boolean verifyThreadAccess) | Initializes the Carmenta Engine runtime environment using the installed SDK license key and optional thread verification. | |
Initialize(System.String licenseKey) | Initializes the Carmenta Engine runtime environment with the given license key. | |
Initialize(System.String licenseKey, System.Boolean verifyThreadAccess) | Initializes the Carmenta Engine runtime environment with the given license key. |
Initialize()
Initializes the Carmenta Engine runtime environment using the installed SDK license key.Syntax
public static void Initialize ()
Remarks
Note that this method will not work in a deployed application intended to use a Runtime license. See Initialize for the constructor that takes a license key as a parameter. More information on how the Carmenta Engine license system works can be found here Carmenta Engine 5 Runtime Licenses.
This constructor activates the Thread Access Verifier.
Initialize(System.Boolean verifyThreadAccess)
Initializes the Carmenta Engine runtime environment using the installed SDK license key and optional thread verification.Syntax
public static void Initialize (
System.Boolean verifyThreadAccess
)
Parameters
True to enable the thread access verifier; otherwise, False.
Remarks
Note that this method will not work in a deployed application intended to use a Runtime license. See Initialize for the constructor that takes a license key as a parameter. More information on how the Carmenta Engine license system works can be found here Carmenta Engine 5 Runtime Licenses.
Initialize(System.String licenseKey)
Initializes the Carmenta Engine runtime environment with the given license key.Syntax
public static void Initialize (
System.String licenseKey
)
Parameters
A Carmenta Engine license key. String containing the XML document with the license information.
Remarks
More information on how the Carmenta Engine license system works can be found here Carmenta Engine 5 Runtime Licenses.
This constructor activates the Thread Access Verifier.
Initialize(System.String licenseKey, System.Boolean verifyThreadAccess)
Initializes the Carmenta Engine runtime environment with the given license key.Syntax
public static void Initialize (
System.String licenseKey,
System.Boolean verifyThreadAccess
)
Parameters
A Carmenta Engine license key. String containing the XML document with the license information.
True to enable the thread access verifier; otherwise, False.
Remarks
More information on how the Carmenta Engine license system works can be found here Carmenta Engine 5 Runtime Licenses.
Platforms
Windows, Linux, Android