CCoreModule
The CCoreModule
class defines general functions in the core module.
Definition
Namespace: dynamsoft::basic_structures
Assembly: DynamsoftCore
class CCoreModule
Methods Summary
Method | Description |
---|---|
GetVersion | Returns the version of the core module. |
GetVersion
Returns the version of the core module.
static const char* GetVersion();
Parameters
None.
Return Value
Returns a const char pointer representing the version of the core module.