Click or drag to resize

fileTextOperater Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads content from the file. Optionally uses parallel execution optimization, if __useMemMap is true

Namespace:  imbSCI.Core.files.search
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public fileTextOperater(
	string __filePath,
	bool __useMemMap = true
)
Request Example View Source

Parameters

__filePath
Type: SystemString
The path of the source content
__useMemMap (Optional)
Type: SystemBoolean
if True Enables optimization for parallel execution
See Also