C# Class TrinityCore_Manager.TC.TCCompiler

Afficher le fichier Open project: TrinityCore-Manager/TrinityCore-Manager-v3

Méthodes publiques

Méthode Description
Clean ( string trunkDir, bool x64, IProgress progress, CancellationToken token ) : Task
Compile ( string trunkDir, bool x64, IProgress progress, CancellationToken token ) : Task

Method Details

Clean() public static méthode

public static Clean ( string trunkDir, bool x64, IProgress progress, CancellationToken token ) : Task
trunkDir string
x64 bool
progress IProgress
token System.Threading.CancellationToken
Résultat Task

Compile() public static méthode

public static Compile ( string trunkDir, bool x64, IProgress progress, CancellationToken token ) : Task
trunkDir string
x64 bool
progress IProgress
token System.Threading.CancellationToken
Résultat Task