C# Class NuGetConsole.Host.PowerShellProvider.UnsupportedHost

This host is used when PowerShell 2.0 runtime is not installed in the system. It's basically a no-op host.
Inheritance: IHost
Afficher le fichier Open project: monoman/NugetCracker

Méthodes publiques

Méthode Description
Abort ( ) : void
Execute ( IConsole console, string command, object inputs ) : bool
GetAvailableProjects ( ) : string[]
GetPackageSources ( ) : string[]
Initialize ( IConsole console ) : void
SetDefaultProjectIndex ( int index ) : void
SetDefaultRunspace ( ) : void
UnsupportedHost ( ) : System

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

Execute() public méthode

public Execute ( IConsole console, string command, object inputs ) : bool
console IConsole
command string
inputs object
Résultat bool

GetAvailableProjects() public méthode

public GetAvailableProjects ( ) : string[]
Résultat string[]

GetPackageSources() public méthode

public GetPackageSources ( ) : string[]
Résultat string[]

Initialize() public méthode

public Initialize ( IConsole console ) : void
console IConsole
Résultat void

SetDefaultProjectIndex() public méthode

public SetDefaultProjectIndex ( int index ) : void
index int
Résultat void

SetDefaultRunspace() public méthode

public SetDefaultRunspace ( ) : void
Résultat void

UnsupportedHost() public méthode

public UnsupportedHost ( ) : System
Résultat System