C# Class ZeroInstall.DesktopIntegration.AccessPoints.CommandAccessPoint

Inheritance: AccessPoint
Mostrar archivo Open project: 0install/0install-win Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetHashCode ( ) : int
ToString ( ) : string

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

Protected Methods

Method Description
Equals ( CommandAccessPoint other ) : bool

Method Details

Equals() protected method

protected Equals ( CommandAccessPoint other ) : bool
other CommandAccessPoint
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

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