C# 클래스 ZeroInstall.DesktopIntegration.AccessPoints.CommandAccessPoint

상속: AccessPoint
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

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