Click or drag to resize
BuildContext Constructor
Initializes a new instance of the BuildContext class.

Namespace: Kjs.AppLife.Update.Engine.Core.Design
Assembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public BuildContext(
	string buildDirectory,
	IUpdateLog log
)

Parameters

buildDirectory
Type: SystemString
The path to the directory where the update package is being built.
log
Type: Kjs.AppLife.Update.Engine.CoreIUpdateLog
An IUpdateLog that can be used to log activity.
See Also