C# Class DBus.Protocol.MatchRule

Afficher le fichier Open project: brookpatten/dbus-sharp Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object o ) : bool
GetHashCode ( ) : int
MatchRule ( ) : System
MatchesHeader ( Message msg ) : bool
Parse ( string text ) : MatchRule
Test ( HashSet a, Message msg ) : void
ToString ( ) : string

Private Methods

Méthode Description
Append ( StringBuilder sb, string key, object value ) : void
Append ( StringBuilder sb, string key, string value ) : void
AppendArg ( StringBuilder sb, int index, string value ) : void
AppendPathArg ( StringBuilder sb, int index, ObjectPath value ) : void

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

MatchRule() public méthode

public MatchRule ( ) : System
Résultat System

MatchesHeader() public méthode

public MatchesHeader ( Message msg ) : bool
msg Message
Résultat bool

Parse() public static méthode

public static Parse ( string text ) : MatchRule
text string
Résultat MatchRule

Test() public static méthode

public static Test ( HashSet a, Message msg ) : void
a HashSet
msg Message
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string