Class AssetCommand
A command processing an Asset.
public abstract class AssetCommand : IndexFileCommand
- Inheritance
-
CommandIndexFileCommandAssetCommand
- Derived
- Inherited Members
-
IndexFileCommand.PreCommand(ICommandContext)IndexFileCommand.PostCommand(ICommandContext, ResultStatus)Command.CommandCacheVersionCommand.TitleCommand.OutputLocationCommand.CancellationTokenCommand.DoCommandOverride(ICommandContext)Command.DoCommand(ICommandContext)Command.Clone()Command.ToString()Command.GetInputFiles()Command.InputFilesGetterCommand.ShouldForceExecution()Command.ShouldSpawnNewProcess()Command.Cancel()Command.ComputeParameterHash(BinarySerializationWriter)Command.ComputeInputFilesHash(BinarySerializationWriter, IPrepareContext)Command.ComputeAssemblyHash(BinarySerializationWriter)
Constructors
AssetCommand(string)
protected AssetCommand(string url)
Parameters
url
string
Properties
Url
public string Url { get; set; }