Click or drag to resize

spiderToolsDescribeModule 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.DescribeModule(imbWEM.Core.crawler.modules.ISpiderModuleBase,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 DescribeModule(
	this ISpiderModuleBase module,
	ITextRender output
)

Parameters

module
Type: imbWEM.Core.crawler.modulesISpiderModuleBase

[Missing <param name="module"/> documentation for "M:imbWEM.Core.crawler.spiderTools.DescribeModule(imbWEM.Core.crawler.modules.ISpiderModuleBase,imbSCI.Core.reporting.render.ITextRender)"]

output
Type: ITextRender

[Missing <param name="output"/> documentation for "M:imbWEM.Core.crawler.spiderTools.DescribeModule(imbWEM.Core.crawler.modules.ISpiderModuleBase,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 ISpiderModuleBase. 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