AppBuildResult ClassDelta Engine Documentation
Result of the BuildService after it finished building the request app. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Editor.Messages AppBuildResult

Namespace: DeltaEngine.Editor.Messages
Assembly: DeltaEngine.Editor.Messages (in DeltaEngine.Editor.Messages.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class AppBuildResult

The AppBuildResult type exposes the following members.

Constructors

  NameDescription
Protected methodAppBuildResult 
Need empty constructor for serialization and reconstruction. View code on GitHub
Public methodAppBuildResult(String, PlatformName)
Initializes a new instance of the AppBuildResult class
Top
Methods

  NameDescription
Public methodToString (Overrides Object ToString .)
Top
Properties

  NameDescription
Public propertyPackageFileData
Public propertyPackageFileName
Public propertyPackageGuid
Public propertyPlatform
Public propertyProjectName
Top
See Also