C# Class Mono.UIAutomation.UiaDbusSource.UiaDbusAutomationSource.DbusElementTuple

Afficher le fichier Open project: mono/uia2atk

Méthodes publiques

Свойство Type Description
Bus string
Path string

Méthodes publiques

Méthode Description
DbusElementTuple ( string bus, string path ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

DbusElementTuple() public méthode

public DbusElementTuple ( string bus, string path ) : System
bus string
path string
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Property Details

Bus public_oe property

public string Bus
Résultat string

Path public_oe property

public string Path
Résultat string