Click or drag to resize

spiderToolsDescribe Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWEM.Core.crawler.spiderTools.Describe(imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase,imbSCI.Core.reporting.render.ITextRender)"]

Namespace:  imbWEM.Core.crawler
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public static void Describe(
	this ISpiderEvaluatorBase evaluator,
	ITextRender output
)

Parameters

evaluator
Type: imbWEM.Core.crawler.evaluatorsISpiderEvaluatorBase

[Missing <param name="evaluator"/> documentation for "M:imbWEM.Core.crawler.spiderTools.Describe(imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase,imbSCI.Core.reporting.render.ITextRender)"]

output
Type: ITextRender

[Missing <param name="output"/> documentation for "M:imbWEM.Core.crawler.spiderTools.Describe(imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase,imbSCI.Core.reporting.render.ITextRender)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ISpiderEvaluatorBase. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also