Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.BuildEngine.CommandResultEntry Class Reference

Public Member Functions

 CommandResultEntry ()
 

Public Attributes

Dictionary< ObjectUrl, ObjectIdInputDependencyVersions
 
Dictionary< ObjectUrl, ObjectIdOutputObjects
 Output object ids as saved in the object database. More...
 
List< KeyValuePair< ObjectUrl,
string > > 
TagSymbols
 Tags added for a given URL. More...
 
List< CommandSpawnedCommands
 Commands created during the execution of the current command. More...
 

Detailed Description

Definition at line 15 of file CommandResult.cs.

Constructor & Destructor Documentation

SiliconStudio.BuildEngine.CommandResultEntry.CommandResultEntry ( )

Definition at line 33 of file CommandResult.cs.

Member Data Documentation

Dictionary<ObjectUrl, ObjectId> SiliconStudio.BuildEngine.CommandResultEntry.InputDependencyVersions

Definition at line 17 of file CommandResult.cs.

Dictionary<ObjectUrl, ObjectId> SiliconStudio.BuildEngine.CommandResultEntry.OutputObjects

Output object ids as saved in the object database.

Definition at line 21 of file CommandResult.cs.

List<Command> SiliconStudio.BuildEngine.CommandResultEntry.SpawnedCommands

Commands created during the execution of the current command.

Definition at line 31 of file CommandResult.cs.

Referenced by SiliconStudio.BuildEngine.CommandBuildStep.Execute().

List<KeyValuePair<ObjectUrl, string> > SiliconStudio.BuildEngine.CommandResultEntry.TagSymbols

Tags added for a given URL.

Definition at line 26 of file CommandResult.cs.


The documentation for this class was generated from the following file: