# CoreModule

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

## Definition

*Namespace:* Dynamsoft.Core.Maui

*Assembly:* Dynamsoft.Core.Maui

```csharp
class CoreModule
```

## Methods

| Method | Description |
| ------ |-------------|
| [`GetVersion`](#getversion) | Get the version of the `Dynamsoft.Core.Maui` library and its native dependency versions. |

## getVersion

Get the version of the `Dynamsoft.Core.Maui` library and its native dependency versions.

```csharp
static string GetVersion;
```

**Return Value**

The version of the `Dynamsoft.Core.Maui` library and its native dependency versions.
