Click or drag to resize

spiderEvaluatorBase Constructor (String, String, String)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the spiderEvaluatorSimpleBase class.

Namespace:  imbWEM.Core.crawler.evaluators
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public spiderEvaluatorBase(
	string __name,
	string __description,
	string __aboutfile
)

Parameters

__name
Type: SystemString
The name.
__description
Type: SystemString
The description.
__aboutfile
Type: SystemString
The aboutfile.
See Also