Class ImportStreamCommand
public sealed class ImportStreamCommand : SingleFileImportCommand- Inheritance
- 
      objectCommandIndexFileCommandSingleFileImportCommandImportStreamCommand
- Inherited Members
- 
    SingleFileImportCommand.SourcePathSingleFileImportCommand.LocationSingleFileImportCommand.GetInputFiles()IndexFileCommand.PreCommand(ICommandContext)IndexFileCommand.PostCommand(ICommandContext, ResultStatus)Command.OutputLocationCommand.CancellationTokenCommand.DoCommand(ICommandContext)Command.Clone()Command.InputFilesGetterCommand.ShouldForceExecution()Command.ShouldSpawnNewProcess()Command.Cancel()
Constructors
ImportStreamCommand()
public ImportStreamCommand()ImportStreamCommand(UFile, UFile)
public ImportStreamCommand(UFile location, UFile sourcePath)Parameters
- locationUFile
- sourcePathUFile
Properties
DisableCompression
public bool DisableCompression { get; set; }Property Value
SaveSourcePath
public bool SaveSourcePath { get; set; }Property Value
Title
Title (short description) of the command
public override string Title { get; }Property Value
Methods
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
- commandContextICommandContext
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.