C# 클래스 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.
상속: IHost
파일 보기 프로젝트 열기: monoman/NugetCracker

공개 메소드들

메소드 설명
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

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

Execute() 공개 메소드

public Execute ( IConsole console, string command, object inputs ) : bool
console IConsole
command string
inputs object
리턴 bool

GetAvailableProjects() 공개 메소드

public GetAvailableProjects ( ) : string[]
리턴 string[]

GetPackageSources() 공개 메소드

public GetPackageSources ( ) : string[]
리턴 string[]

Initialize() 공개 메소드

public Initialize ( IConsole console ) : void
console IConsole
리턴 void

SetDefaultProjectIndex() 공개 메소드

public SetDefaultProjectIndex ( int index ) : void
index int
리턴 void

SetDefaultRunspace() 공개 메소드

public SetDefaultRunspace ( ) : void
리턴 void

UnsupportedHost() 공개 메소드

public UnsupportedHost ( ) : System
리턴 System