Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.BuildEngine.ProcessBuilderRemote Class Reference
Inheritance diagram for SiliconStudio.BuildEngine.ProcessBuilderRemote:
SiliconStudio.BuildEngine.IProcessBuilderRemote

Public Member Functions

 ProcessBuilderRemote (LocalCommandContext commandContext, Command remoteCommand, BuildParameterCollection buildParameters)
 
Command GetCommandToExecute ()
 
BuildParameterCollection GetBuildParameters ()
 
void RegisterResult (CommandResultEntry commandResult)
 
void ForwardLog (SerializableLogMessage message)
 
async Task< ResultStatusSpawnCommand (Command command)
 
ObjectId ComputeInputHash (UrlType type, string filePath)
 
Dictionary< ObjectUrl, ObjectIdGetOutputObjects ()
 

Properties

CommandResultEntry Result [get, set]
 

Detailed Description

Definition at line 15 of file ProcessBuilderRemote.cs.

Constructor & Destructor Documentation

SiliconStudio.BuildEngine.ProcessBuilderRemote.ProcessBuilderRemote ( LocalCommandContext  commandContext,
Command  remoteCommand,
BuildParameterCollection  buildParameters 
)

Definition at line 23 of file ProcessBuilderRemote.cs.

Member Function Documentation

ObjectId SiliconStudio.BuildEngine.ProcessBuilderRemote.ComputeInputHash ( UrlType  type,
string  filePath 
)
BuildParameterCollection SiliconStudio.BuildEngine.ProcessBuilderRemote.GetBuildParameters ( )
Command SiliconStudio.BuildEngine.ProcessBuilderRemote.GetCommandToExecute ( )
Dictionary<ObjectUrl, ObjectId> SiliconStudio.BuildEngine.ProcessBuilderRemote.GetOutputObjects ( )
void SiliconStudio.BuildEngine.ProcessBuilderRemote.RegisterResult ( CommandResultEntry  commandResult)
async Task<ResultStatus> SiliconStudio.BuildEngine.ProcessBuilderRemote.SpawnCommand ( Command  command)

Property Documentation

CommandResultEntry SiliconStudio.BuildEngine.ProcessBuilderRemote.Result
getset

Definition at line 21 of file ProcessBuilderRemote.cs.


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