C# Class DBus.Protocol.MatchRule

Mostra file Open project: brookpatten/dbus-sharp Class Usage Examples

Public Methods

Method 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

Method 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 method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

MatchRule() public method

public MatchRule ( ) : System
return System

MatchesHeader() public method

public MatchesHeader ( Message msg ) : bool
msg Message
return bool

Parse() public static method

public static Parse ( string text ) : MatchRule
text string
return MatchRule

Test() public static method

public static Test ( HashSet a, Message msg ) : void
a HashSet
msg Message
return void

ToString() public method

public ToString ( ) : string
return string