C# Class ZeroInstall.DesktopIntegration.AccessPoints.CommandAccessPoint

Inheritance: AccessPoint
Afficher le fichier Open project: 0install/0install-win Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetHashCode ( ) : int
ToString ( ) : string

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

Méthodes protégées

Méthode Description
Equals ( CommandAccessPoint other ) : bool

Method Details

Equals() protected méthode

protected Equals ( CommandAccessPoint other ) : bool
other CommandAccessPoint
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

Returns the access point in the form "AccessPointType: Name (Command)". Not safe for parsing!
public ToString ( ) : string
Résultat string