index.html
Main Page
|
modules.html
Modules
|
namespaces.html
Namespace List
|
hierarchy.html
Class Hierarchy
|
annotated.html
Data Structures
|
dirs.html
Directories
|
files.html
File List
|
namespacemembers.html
Namespace Members
|
functions.html
Data Fields
|
pages.html
Related Pages
dir_000000.html
mono
&raquo
dir_000002.html
example
Echoer.cs
00001
namespace
Foo
00002 {
00003
using
System;
00004
using
DBus;
00005
00006   [Interface(
"org.freedesktop.Test.Echoer"
)]
classFoo_1_1Echoer.html
00007
public
class
classFoo_1_1Echoer.html
Echoer
00008   {
00009     [Method]
classFoo_1_1Echoer.html#a0
00010
public
virtual
string
classFoo_1_1Echoer.html#a0
Echo
(string message)
00011     {
00012       System.Console.WriteLine(
"I received: "
+ message);
00013
return
"Reply: "
+ message;
00014     }
00015   }
00016 }
Generated on Tue Sep 13 01:28:08 2005 for D-BUS by
http://www.doxygen.org/index.html
doxygen
1.4.4
