Class FileCopyTask
Namespace: CmlLib.Core.Tasks
Assembly: CmlLib.Core.dll
public class FileCopyTask : IUpdateTask
Inheritance
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
FileCopyTask(string)
public FileCopyTask(string dest)
Parameters
dest string
Properties
DestinationPath
public string DestinationPath { get; }
Property Value
Methods
Execute(GameFile, CancellationToken)
public ValueTask Execute(GameFile file, CancellationToken cancellationToken)
Parameters
file GameFile
cancellationToken CancellationToken