C# Class Server.MyRemoteObject

Inheritance: BaseLib.BaseRemoteObject
ファイルを表示 Open project: mono/gert Class Usage Examples

Public Methods

Method Description
MyRemoteObject ( ) : System
getText ( ) : string
getValue ( ) : int
setValue ( int pValue ) : void

Method Details

MyRemoteObject() public method

public MyRemoteObject ( ) : System
return System

getText() public method

public getText ( ) : string
return string

getValue() public method

public getValue ( ) : int
return int

setValue() public method

public setValue ( int pValue ) : void
pValue int
return void