C# 클래스 DBus.Protocol.MatchRule

파일 보기 프로젝트 열기: brookpatten/dbus-sharp 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object o ) : bool
GetHashCode ( ) : int
MatchRule ( ) : System
MatchesHeader ( Message msg ) : bool
Parse ( string text ) : MatchRule
Test ( HashSet a, Message msg ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

MatchRule() 공개 메소드

public MatchRule ( ) : System
리턴 System

MatchesHeader() 공개 메소드

public MatchesHeader ( Message msg ) : bool
msg Message
리턴 bool

Parse() 공개 정적인 메소드

public static Parse ( string text ) : MatchRule
text string
리턴 MatchRule

Test() 공개 정적인 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string