Click or drag to resize
BuildContext Structure
Describes the current state of a project build in progress.

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 struct BuildContext

The BuildContext type exposes the following members.

Constructors
  NameDescription
Public methodBuildContext
Initializes a new instance of the BuildContext class.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether two specified instances of BuildContext are equal.
Public operatorStatic memberInequality
Determines whether two specified instances of BuildContext are not equal.
Top
Properties
  NameDescription
Public propertyBuildDirectory
Gets the path to the directory where the update package is being built.
Public propertyLog
Gets the build log.
Top
Remarks
A BuildContext is provided to each ActionBuilder during PrepareForBuild(BuildContext) and CleanupAfterBuild(BuildContext).
See Also