C# 클래스 ZeroInstall.Publish.EntryPoints.Candidate

Collects information about a potential candidate for an entry point. The subclass type determines the type of executable (native binary, interpreted script, etc.).
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Analyze bool
CreateCommand Command

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

보호된 메소드들

메소드 설명
Equals ( Candidate other ) : bool
IsExecutable ( [ path ) : bool

Determines whether a file is executable.

비공개 메소드들

메소드 설명
Analyze ( [ baseDirectory, [ file ) : bool

Analyzes a file to determine whether it matches this candidate type and extracts meta data.

CreateCommand ( ) : Command

메소드 상세

Equals() 보호된 메소드

protected Equals ( Candidate other ) : bool
other Candidate
리턴 bool

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsExecutable() 보호된 메소드

Determines whether a file is executable.
protected IsExecutable ( [ path ) : bool
path [
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string