Ecma2FrameworkOptions

Namespace: Lithnet.Ecma2Framework

A class that contains the configuration options for the Ecma2Framework

public class Ecma2FrameworkOptions

Inheritance Objectarrow-up-rightEcma2FrameworkOptions

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

public int ExportThreads { get; set; }

Property Value

Int32arrow-up-right

Constructors

Ecma2FrameworkOptions()

public Ecma2FrameworkOptions()

Last updated