Table of Contents

Class FailedCommand

Namespace
Stride.Core.Assets.Compiler
Assembly
Stride.Core.Assets.dll
public class FailedCommand : Command
Inheritance
Command
FailedCommand
Inherited Members
Command.CommandCacheVersion
Command.OutputLocation
Command.CancellationToken
Command.DoCommand(ICommandContext)
Command.PreCommand(ICommandContext)
Command.PostCommand(ICommandContext, ResultStatus)
Command.Clone()
Command.GetInputFiles()
Command.InputFilesGetter
Command.ShouldForceExecution()
Command.ShouldSpawnNewProcess()
Command.Cancel()
Command.ComputeInputFilesHash(BinarySerializationWriter, IPrepareContext)
Command.ComputeAssemblyHash(BinarySerializationWriter)

Constructors

FailedCommand(string)

public FailedCommand(string objectThatFailed)

Parameters

objectThatFailed string

Properties

Title

Title (short description) of the command

public override string Title { get; }

Property Value

string

Methods

ComputeParameterHash(BinarySerializationWriter)

protected override void ComputeParameterHash(BinarySerializationWriter writer)

Parameters

writer BinarySerializationWriter

DoCommandOverride(ICommandContext)

The method to override containing the actual command code. It is called by the Stride.Core.BuildEngine.Command.DoCommand(Stride.Core.BuildEngine.ICommandContext) function

protected override Task<ResultStatus> DoCommandOverride(ICommandContext commandContext)

Parameters

commandContext ICommandContext

Returns

Task<ResultStatus>

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.