Click or drag to resize
IExtractorExtract Method
Outputs XML into the given Config instance.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
void Extract(
	Config monConfig
)

Parameters

monConfig
Type: Activsoft.EngineConfig
The Config instance to write XML to.
See Also