C# 클래스 Mono.UIAutomation.UiaDbusSource.UiaDbusAutomationSource.DbusElementTuple

파일 보기 프로젝트 열기: mono/uia2atk

공개 프로퍼티들

프로퍼티 타입 설명
Bus string
Path string

공개 메소드들

메소드 설명
DbusElementTuple ( string bus, string path ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

메소드 상세

DbusElementTuple() 공개 메소드

public DbusElementTuple ( string bus, string path ) : System
bus string
path string
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

Bus 공개적으로 프로퍼티

public string Bus
리턴 string

Path 공개적으로 프로퍼티

public string Path
리턴 string