C# 클래스 ZeroInstall.Services.PackageManagers.StubPackageManager

Stub implementation of IPackageManager, used when there is no native package manager support for the current platform.
상속: IPackageManager
파일 보기 프로젝트 열기: 0install/0install-win

공개 메소드들

메소드 설명
Lookup ( ImplementationSelection selection ) : ExternalImplementation

Always throws ImplementationNotFoundException.

Query ( PackageImplementation package ) : IEnumerable

Always returns an empty list.

메소드 상세

Lookup() 공개 메소드

Always throws ImplementationNotFoundException.
public Lookup ( ImplementationSelection selection ) : ExternalImplementation
selection ImplementationSelection
리턴 ExternalImplementation

Query() 공개 메소드

Always returns an empty list.
public Query ( PackageImplementation package ) : IEnumerable
package PackageImplementation
리턴 IEnumerable