# CoreModule

The `CoreModule` class defines general functions in the core module.

## Definition

*Namespace:* Dynamsoft.Core


```csharp
public class CoreModule 
```

## Methods

| Method                                                    | Description                                        |
| --------------------------------------------------------- | -------------------------------------------------- |
| [GetVersion](#getversion)                                     | Returns the version of the core module. |

### GetVersion

Returns the version of the core module.

```csharp
static string GetVersion()
```

**Return Value**

Returns a string representing the version of the core module.
