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
MethodReturn.cs
00001
namespace
DBus
00002 {
00003
using
System;
00004
using
System.Runtime.InteropServices;
00005
using
System.Diagnostics;
00006
classDBus_1_1MethodReturn.html
00007
public
class
classDBus_1_1MethodReturn.html
MethodReturn
:
classDBus_1_1Message.html
Message
00008   {
00009
private
classDBus_1_1MethodReturn.html
MethodReturn
() : base(
classDBus_1_1Message.html#w5
MessageType
.MethodReturn)
00010     {
00011     }
00012
00013     internal
classDBus_1_1MethodReturn.html
MethodReturn
(IntPtr rawMessage,
classDBus_1_1Service.html
Service
classDBus_1_1Message.html#04
service
) : base(rawMessage, service)
00014     {
00015     }
00016
classDBus_1_1MethodReturn.html#a0
00017
public
MethodReturn(
classDBus_1_1MethodCall.html
MethodCall
methodCall)
00018     {
00019
this
.service = methodCall.
classDBus_1_1Message.html#011
Service
;
00020
00021       RawMessage = dbus_message_new_method_return(methodCall.RawMessage);
00022
00023
if
(RawMessage == IntPtr.Zero) {
00024
throw
new
OutOfMemoryException();
00025       }
00026
00027       dbus_message_unref(RawMessage);
00028     }
00029
00030
public
new
string
classDBus_1_1MethodReturn.html#00
PathName
classDBus_1_1MethodReturn.html#00
00031
{
00032       get
00033         {
00034
return
base.PathName;
00035         }
00036     }
00037
00038
public
new
string
classDBus_1_1MethodReturn.html#01
InterfaceName
classDBus_1_1MethodReturn.html#01
00039
{
00040       get
00041         {
00042
return
base.InterfaceName;
00043         }
00044     }
00045
00046
public
new
string
classDBus_1_1MethodReturn.html#02
Name
classDBus_1_1MethodReturn.html#02
00047
{
00048       get
00049         {
00050
return
base.Name;
00051         }
00052     }
00053
00054     [DllImport(
"dbus-1"
)]
00055
private
extern
static
IntPtr dbus_message_new_method_return(IntPtr rawMessage);
00056   }
00057 }
Generated on Tue Sep 13 01:28:08 2005 for D-BUS by
http://www.doxygen.org/index.html
doxygen
1.4.4
