# Ecma2FrameworkOptions

Namespace: Lithnet.Ecma2Framework

A class that contains the configuration options for the Ecma2Framework

```csharp
public class Ecma2FrameworkOptions
```

Inheritance [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object) → [Ecma2FrameworkOptions](https://docs.lithnet.io/ecma2-framework/advanced/index/lithnet.ecma2framework.ecma2frameworkoptions)

## Properties

### **ExportThreads**

Gets or sets the number of threads to use for import operations. The default value is the number of logical processors on the machine multiplied by 2

```csharp
public int ExportThreads { get; set; }
```

#### Property Value

[Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)<br>

## Constructors

### **Ecma2FrameworkOptions()**

```csharp
public Ecma2FrameworkOptions()
```
