FailedCommand Class
Namespace: Stride.Core.Assets.CompilerAssembly: Stride.Core.Assets.dll
                 System.Object →  Stride.Core.BuildEngine.Command →  
                FailedCommand
              
              
                 Derived from FailedCommand: 
              
              
              
public class FailedCommand : Command
              | Name | Description | |
|---|---|---|
| Constructors | ||
| FailedCommand(String) | ||
| Properties | ||
| Title | ||
| Methods | ||
| ComputeParameterHash(BinarySerializationWriter) | ||
| DoCommandOverride(ICommandContext) | ||
| ToString() | ||
Constructors
FailedCommand(String)
public FailedCommand(string objectThatFailed)
              Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | objectThatFailed | 
Properties
Title
public override string Title { get; }
              Property Value
| Type | Description | 
|---|---|
| System.String | 
Overrides
Stride.Core.BuildEngine.Command.Title
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Methods
ComputeParameterHash(BinarySerializationWriter)
protected override void ComputeParameterHash(BinarySerializationWriter writer)
              Parameters
| Type | Name | Description | 
|---|---|---|
| BinarySerializationWriter | writer | 
Overrides
Stride.Core.BuildEngine.Command.ComputeParameterHash(Stride.Core.Serialization.BinarySerializationWriter)
              
              DoCommandOverride(ICommandContext)
protected override Task<ResultStatus> DoCommandOverride(ICommandContext commandContext)
              Parameters
| Type | Name | Description | 
|---|---|---|
| Stride.Core.BuildEngine.ICommandContext | commandContext | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<Stride.Core.BuildEngine.ResultStatus> | 
Overrides
Stride.Core.BuildEngine.Command.DoCommandOverride(Stride.Core.BuildEngine.ICommandContext)
              
              ToString()
public override string ToString()
              Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
Stride.Core.BuildEngine.Command.ToString()
              
              Inherited Members
                  Stride.Core.BuildEngine.Command.CommandCacheVersion
                
                
                  Stride.Core.BuildEngine.Command.OutputLocation
                
                
                  Stride.Core.BuildEngine.Command.CancellationToken
                
                
                  Stride.Core.BuildEngine.Command.DoCommand(Stride.Core.BuildEngine.ICommandContext)
                
                
                  Stride.Core.BuildEngine.Command.PreCommand(Stride.Core.BuildEngine.ICommandContext)
                
                
                  Stride.Core.BuildEngine.Command.PostCommand(Stride.Core.BuildEngine.ICommandContext, Stride.Core.BuildEngine.ResultStatus)
                
                
                  Stride.Core.BuildEngine.Command.Clone()
                
                
                  Stride.Core.BuildEngine.Command.GetInputFiles()
                
                
                  Stride.Core.BuildEngine.Command.InputFilesGetter
                
                
                  Stride.Core.BuildEngine.Command.ShouldForceExecution()
                
                
                  Stride.Core.BuildEngine.Command.ShouldSpawnNewProcess()
                
                
                  Stride.Core.BuildEngine.Command.Cancel()
                
                
                  Stride.Core.BuildEngine.Command.ComputeInputFilesHash(Stride.Core.Serialization.BinarySerializationWriter, Stride.Core.BuildEngine.IPrepareContext)
                
                
                  Stride.Core.BuildEngine.Command.ComputeCommandHash(System.IO.Stream, Stride.Core.BuildEngine.IPrepareContext)
                
                
                  Stride.Core.BuildEngine.Command.ComputeAssemblyHash(Stride.Core.Serialization.BinarySerializationWriter)