Click or drag to resize
IUnbloberFactoryCreateUnblober Method
Creates an object that can interpret XML content into an XmlWriter.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
IUnblober CreateUnblober(
	Config monConfig
)

Parameters

monConfig
Type: Activsoft.EngineConfig
The current Config instance.

Return Value

Type: IUnblober
a ready to use IUnblober.
See Also