C# Класс ZeroInstall.DesktopIntegration.AccessPoints.CommandAccessPoint

Наследование: AccessPoint
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
GetHashCode ( ) : int
ToString ( ) : string

Returns the access point in the form "AccessPointType: Name (Command)". Not safe for parsing!

Защищенные методы

Метод Описание
Equals ( CommandAccessPoint other ) : bool

Описание методов

Equals() защищенный Метод

protected Equals ( CommandAccessPoint other ) : bool
other CommandAccessPoint
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

ToString() публичный Метод

Returns the access point in the form "AccessPointType: Name (Command)". Not safe for parsing!
public ToString ( ) : string
Результат string