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

A plain text script that is executed by a runtime interpreter.
상속: Candidate
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Analyze bool

공개 메소드들

메소드 설명
CreateCommand ( ) : Command
Equals ( object obj ) : bool
GetHashCode ( ) : int

보호된 메소드들

메소드 설명
Equals ( InterpretedScript other ) : bool
HasShebang ( [ file, [ interpreter ) : bool

Determines whether a file is executable and has a shebang line pointing to a specific interpreter.

비공개 메소드들

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

메소드 상세

CreateCommand() 공개 메소드

public CreateCommand ( ) : Command
리턴 Command

Equals() 보호된 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

HasShebang() 보호된 메소드

Determines whether a file is executable and has a shebang line pointing to a specific interpreter.
protected HasShebang ( [ file, [ interpreter ) : bool
file [ The file to analyze.
interpreter [ The name of the interpreter to search for (e.g. 'python').
리턴 bool