C# Class Server.MyRemoteObject

Inheritance: BaseLib.BaseRemoteObject
Afficher le fichier Open project: mono/gert Class Usage Examples

Méthodes publiques

Méthode Description
MyRemoteObject ( ) : System
getText ( ) : string
getValue ( ) : int
setValue ( int pValue ) : void

Method Details

MyRemoteObject() public méthode

public MyRemoteObject ( ) : System
Résultat System

getText() public méthode

public getText ( ) : string
Résultat string

getValue() public méthode

public getValue ( ) : int
Résultat int

setValue() public méthode

public setValue ( int pValue ) : void
pValue int
Résultat void