![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
ProcessBuilderRemote (LocalCommandContext commandContext, Command remoteCommand, BuildParameterCollection buildParameters) | |
Command | GetCommandToExecute () |
BuildParameterCollection | GetBuildParameters () |
void | RegisterResult (CommandResultEntry commandResult) |
void | ForwardLog (SerializableLogMessage message) |
async Task< ResultStatus > | SpawnCommand (Command command) |
ObjectId | ComputeInputHash (UrlType type, string filePath) |
Dictionary< ObjectUrl, ObjectId > | GetOutputObjects () |
Properties | |
CommandResultEntry | Result [get, set] |
Definition at line 15 of file ProcessBuilderRemote.cs.
SiliconStudio.BuildEngine.ProcessBuilderRemote.ProcessBuilderRemote | ( | LocalCommandContext | commandContext, |
Command | remoteCommand, | ||
BuildParameterCollection | buildParameters | ||
) |
Definition at line 23 of file ProcessBuilderRemote.cs.
ObjectId SiliconStudio.BuildEngine.ProcessBuilderRemote.ComputeInputHash | ( | UrlType | type, |
string | filePath | ||
) |
Implements SiliconStudio.BuildEngine.IProcessBuilderRemote.
Definition at line 59 of file ProcessBuilderRemote.cs.
void SiliconStudio.BuildEngine.ProcessBuilderRemote.ForwardLog | ( | SerializableLogMessage | message | ) |
Implements SiliconStudio.BuildEngine.IProcessBuilderRemote.
Definition at line 45 of file ProcessBuilderRemote.cs.
References SiliconStudio.Core.Diagnostics.SerializableLogMessage.ExceptionInfo, SiliconStudio.Core.Diagnostics.SerializableLogMessage.Module, SiliconStudio.Core.Diagnostics.SerializableLogMessage.Text, SiliconStudio.Core.Diagnostics.ExceptionInfo.ToString(), and SiliconStudio.Core.Diagnostics.SerializableLogMessage.Type.
BuildParameterCollection SiliconStudio.BuildEngine.ProcessBuilderRemote.GetBuildParameters | ( | ) |
Implements SiliconStudio.BuildEngine.IProcessBuilderRemote.
Definition at line 35 of file ProcessBuilderRemote.cs.
Command SiliconStudio.BuildEngine.ProcessBuilderRemote.GetCommandToExecute | ( | ) |
Implements SiliconStudio.BuildEngine.IProcessBuilderRemote.
Definition at line 30 of file ProcessBuilderRemote.cs.
Implements SiliconStudio.BuildEngine.IProcessBuilderRemote.
Definition at line 64 of file ProcessBuilderRemote.cs.
void SiliconStudio.BuildEngine.ProcessBuilderRemote.RegisterResult | ( | CommandResultEntry | commandResult | ) |
Implements SiliconStudio.BuildEngine.IProcessBuilderRemote.
Definition at line 40 of file ProcessBuilderRemote.cs.
async Task<ResultStatus> SiliconStudio.BuildEngine.ProcessBuilderRemote.SpawnCommand | ( | Command | command | ) |
Implements SiliconStudio.BuildEngine.IProcessBuilderRemote.
Definition at line 52 of file ProcessBuilderRemote.cs.
|
getset |
Definition at line 21 of file ProcessBuilderRemote.cs.