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
InterfaceAttribute.cs
00001
using
System;
00002
00003
namespace
DBus
00004 {
00005   [AttributeUsage(AttributeTargets.Class, AllowMultiple=
false
, Inherited=
true
)]
classDBus_1_1InterfaceAttribute.html
00006
public
class
classDBus_1_1InterfaceAttribute.html
InterfaceAttribute
: Attribute
00007   {
00008
private
string interfaceName;
00009
classDBus_1_1InterfaceAttribute.html#a0
00010
public
classDBus_1_1InterfaceAttribute.html#a0
InterfaceAttribute
(string interfaceName)
00011     {
00012
this
.interfaceName = interfaceName;
00013     }
00014
00015
public
string
classDBus_1_1InterfaceAttribute.html#00
InterfaceName
classDBus_1_1InterfaceAttribute.html#00
00016
{
00017       get
00018         {
00019
return
this
.interfaceName;
00020         }
00021     }
00022   }
00023 }
Generated on Tue Sep 13 01:28:08 2005 for D-BUS by
http://www.doxygen.org/index.html
doxygen
1.4.4
