C# Class DemoBase, dbus-sharp

Inheritance: IDemo
显示文件 Open project: brookpatten/dbus-sharp Class Usage Examples

Public Methods

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

Method Details

ComplexAsVariant() public method

public ComplexAsVariant ( object v, int num ) : object
v object
num int
return object

FireOffSomeEvent() public method

public FireOffSomeEvent ( ) : void
return void

GetEmptyObjArr() public method

public GetEmptyObjArr ( ) : IDemoOne[]
return IDemoOne[]

GetObjArr() public method

public GetObjArr ( ) : IDemoOne[]
return IDemoOne[]

GetPresences() public method

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

GetSomeVariant() public method

public GetSomeVariant ( ) : object
return object

IDemoTwo() public method

public IDemoTwo ( string str ) : void
str string
return void

Say() public method

public Say ( string str ) : int
str string
return int

Say() public method

public Say ( object var ) : void
var object
return void

Say2() public method

public Say2 ( string str ) : void
str string
return void

SayEnum() public method

public SayEnum ( DemoEnum a, DemoEnum b ) : void
a DemoEnum
b DemoEnum
return void

ThrowSomeException() public method

public ThrowSomeException ( ) : void
return void

WithOutParameters() public method

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

WithOutParameters2() public method

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