C# Class DemoObject, dbus-sharp

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

Méthodes publiques

Méthode Description
ArrArr ( ) : string[][]
CheckEnum ( DemoEnum e ) : void
EchoCaps ( string text ) : string
EchoCapsArr ( string texts ) : string[]
FireOffSomeEvent ( ) : void
GetArrayOfInts ( ) : object
GetDict ( ) : string>.IDictionary
GetEnum ( ) : DemoEnum
GetSomeLong ( ) : long
GetSomeULong ( ) : ulong
GetTuple ( ) : MyTuple,
GiveNoReply ( ) : void
HandleArray ( byte arr ) : void
HandleString ( string str ) : void
HandleVariant ( object o ) : void
Hello ( string arg0, int arg1 ) : float
Say ( object var ) : void
Say ( string text ) : void
SayByteArray ( byte data, string str ) : void
SayByteEnumArray ( BEnum data, string str ) : void
TextToInts ( string text ) : int[]
ThrowSomeException ( ) : int
ThrowSomeExceptionNoRet ( ) : void
UseSomeVariant ( object value ) : void

Method Details

ArrArr() public méthode

public ArrArr ( ) : string[][]
Résultat string[][]

CheckEnum() public méthode

public CheckEnum ( DemoEnum e ) : void
e DemoEnum
Résultat void

EchoCaps() public méthode

public EchoCaps ( string text ) : string
text string
Résultat string

EchoCapsArr() public méthode

public EchoCapsArr ( string texts ) : string[]
texts string
Résultat string[]

FireOffSomeEvent() public méthode

public FireOffSomeEvent ( ) : void
Résultat void

GetArrayOfInts() public méthode

public GetArrayOfInts ( ) : object
Résultat object

GetDict() public méthode

public GetDict ( ) : string>.IDictionary
Résultat string>.IDictionary

GetEnum() public méthode

public GetEnum ( ) : DemoEnum
Résultat DemoEnum

GetSomeLong() public méthode

public GetSomeLong ( ) : long
Résultat long

GetSomeULong() public méthode

public GetSomeULong ( ) : ulong
Résultat ulong

GetTuple() public méthode

public GetTuple ( ) : MyTuple,
Résultat MyTuple,

GiveNoReply() public méthode

public GiveNoReply ( ) : void
Résultat void

HandleArray() public méthode

public HandleArray ( byte arr ) : void
arr byte
Résultat void

HandleString() public méthode

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

HandleVariant() public méthode

public HandleVariant ( object o ) : void
o object
Résultat void

Hello() public méthode

public Hello ( string arg0, int arg1 ) : float
arg0 string
arg1 int
Résultat float

Say() public méthode

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

Say() public méthode

public Say ( string text ) : void
text string
Résultat void

SayByteArray() public méthode

public SayByteArray ( byte data, string str ) : void
data byte
str string
Résultat void

SayByteEnumArray() public méthode

public SayByteEnumArray ( BEnum data, string str ) : void
data BEnum
str string
Résultat void

TextToInts() public méthode

public TextToInts ( string text ) : int[]
text string
Résultat int[]

ThrowSomeException() public méthode

public ThrowSomeException ( ) : int
Résultat int

ThrowSomeExceptionNoRet() public méthode

public ThrowSomeExceptionNoRet ( ) : void
Résultat void

UseSomeVariant() public méthode

public UseSomeVariant ( object value ) : void
value object
Résultat void