C# 클래스 PsGet.Facts.TestDoubles.SimplePackage

상속: IPackage
파일 보기 프로젝트 열기: anurse/PS-Get

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetFiles ( ) : IEnumerable
GetHashCode ( ) : int
GetStream ( ) : System.IO.Stream
SimplePackage ( string id, SemanticVersion version, bool latest ) : System
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetFiles() 공개 메소드

public GetFiles ( ) : IEnumerable
리턴 IEnumerable

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetStream() 공개 메소드

public GetStream ( ) : System.IO.Stream
리턴 System.IO.Stream

SimplePackage() 공개 메소드

public SimplePackage ( string id, SemanticVersion version, bool latest ) : System
id string
version SemanticVersion
latest bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string