Click or drag to resize

indexPerformanceRecord Constructor (String, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the indexPerformanceRecord class

Namespace:  imbWEM.Core.index.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public indexPerformanceRecord(
	string __filePath,
	bool autoLoad
)

Parameters

__filePath
Type: SystemString

[Missing <param name="__filePath"/> documentation for "M:imbWEM.Core.index.core.indexPerformanceRecord.#ctor(System.String,System.Boolean)"]

autoLoad
Type: SystemBoolean

[Missing <param name="autoLoad"/> documentation for "M:imbWEM.Core.index.core.indexPerformanceRecord.#ctor(System.String,System.Boolean)"]

See Also