C# 클래스 DemoBase, dbus-sharp

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

공개 메소드들

메소드 설명
ComplexAsVariant ( object v, int num ) : object
FireOffSomeEvent ( ) : void
GetEmptyObjArr ( ) : IDemoOne[]
GetObjArr ( ) : IDemoOne[]
GetPresences ( uint @contacts, SimplePresence>.IDictionary &@presence ) : void
GetSomeVariant ( ) : object
IDemoTwo ( string str ) : void
Say ( string str ) : int
Say ( object var ) : void
Say2 ( string str ) : void
SayEnum ( DemoEnum a, DemoEnum b ) : void
ThrowSomeException ( ) : void
WithOutParameters ( uint &n, string str, string &ostr ) : void
WithOutParameters2 ( uint &a1, uint &a2, uint &a3 ) : void

메소드 상세

ComplexAsVariant() 공개 메소드

public ComplexAsVariant ( object v, int num ) : object
v object
num int
리턴 object

FireOffSomeEvent() 공개 메소드

public FireOffSomeEvent ( ) : void
리턴 void

GetEmptyObjArr() 공개 메소드

public GetEmptyObjArr ( ) : IDemoOne[]
리턴 IDemoOne[]

GetObjArr() 공개 메소드

public GetObjArr ( ) : IDemoOne[]
리턴 IDemoOne[]

GetPresences() 공개 메소드

public GetPresences ( uint @contacts, SimplePresence>.IDictionary &@presence ) : void
@contacts uint
@presence SimplePresence>.IDictionary
리턴 void

GetSomeVariant() 공개 메소드

public GetSomeVariant ( ) : object
리턴 object

IDemoTwo() 공개 메소드

public IDemoTwo ( string str ) : void
str string
리턴 void

Say() 공개 메소드

public Say ( string str ) : int
str string
리턴 int

Say() 공개 메소드

public Say ( object var ) : void
var object
리턴 void

Say2() 공개 메소드

public Say2 ( string str ) : void
str string
리턴 void

SayEnum() 공개 메소드

public SayEnum ( DemoEnum a, DemoEnum b ) : void
a DemoEnum
b DemoEnum
리턴 void

ThrowSomeException() 공개 메소드

public ThrowSomeException ( ) : void
리턴 void

WithOutParameters() 공개 메소드

public WithOutParameters ( uint &n, string str, string &ostr ) : void
n uint
str string
ostr string
리턴 void

WithOutParameters2() 공개 메소드

public WithOutParameters2 ( uint &a1, uint &a2, uint &a3 ) : void
a1 uint
a2 uint
a3 uint
리턴 void