C# Class Microsoft.DocAsCode.SubCommands.DownloadCommand

Inheritance: ISubCommand
Afficher le fichier Open project: dotnet/docfx

Méthodes publiques

Méthode Description
DownloadCommand ( DownloadCommandOptions options ) : System
Exec ( SubCommandRunningContext context ) : void

Method Details

DownloadCommand() public méthode

public DownloadCommand ( DownloadCommandOptions options ) : System
options Microsoft.DocAsCode.DownloadCommandOptions
Résultat System

Exec() public méthode

public Exec ( SubCommandRunningContext context ) : void
context SubCommandRunningContext
Résultat void