C# Class DemoBase, dbus-sharp

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

Méthodes publiques

Méthode 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 méthode

public ComplexAsVariant ( object v, int num ) : object
v object
num int
Résultat object

FireOffSomeEvent() public méthode

public FireOffSomeEvent ( ) : void
Résultat void

GetEmptyObjArr() public méthode

public GetEmptyObjArr ( ) : IDemoOne[]
Résultat IDemoOne[]

GetObjArr() public méthode

public GetObjArr ( ) : IDemoOne[]
Résultat IDemoOne[]

GetPresences() public méthode

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

GetSomeVariant() public méthode

public GetSomeVariant ( ) : object
Résultat object

IDemoTwo() public méthode

public IDemoTwo ( string str ) : void
str string
Résultat void

Say() public méthode

public Say ( string str ) : int
str string
Résultat int

Say() public méthode

public Say ( object var ) : void
var object
Résultat void

Say2() public méthode

public Say2 ( string str ) : void
str string
Résultat void

SayEnum() public méthode

public SayEnum ( DemoEnum a, DemoEnum b ) : void
a DemoEnum
b DemoEnum
Résultat void

ThrowSomeException() public méthode

public ThrowSomeException ( ) : void
Résultat void

WithOutParameters() public méthode

public WithOutParameters ( uint &n, string str, string &ostr ) : void
n uint
str string
ostr string
Résultat void

WithOutParameters2() public méthode

public WithOutParameters2 ( uint &a1, uint &a2, uint &a3 ) : void
a1 uint
a2 uint
a3 uint
Résultat void