Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Server
MyRemoteObject
C# Class Server.MyRemoteObject
Inheritance:
BaseLib.BaseRemoteObject
Show file
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