Namespace: Kjs.AppLife.Update.Engine.Core.DesignAssembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxpublic BuildContext(
string buildDirectory,
IUpdateLog log
)
Public Sub New (
buildDirectory As String,
log As IUpdateLog
)
public:
BuildContext(
String^ buildDirectory,
IUpdateLog^ log
)
new :
buildDirectory : string *
log : IUpdateLog -> BuildContext
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