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.).
Показать файл Открыть проект Примеры использования класса

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