C# Class DArgumentInfo, dbus-sharp

显示文件 Open project: brookpatten/dbus-sharp

Public Properties

Property Type Description
ArgType DTypeInfo,
Direction DArgumentDirection
Name string

Public Methods

Method Description
DArgumentInfo ( DTypeInfo, argType ) : System
DArgumentInfo ( string name, DTypeInfo, argType ) : System
DArgumentInfo ( string name, DTypeInfo, argType, DArgumentDirection direction ) : System

Method Details

DArgumentInfo() public method

public DArgumentInfo ( DTypeInfo, argType ) : System
argType DTypeInfo,
return System

DArgumentInfo() public method

public DArgumentInfo ( string name, DTypeInfo, argType ) : System
name string
argType DTypeInfo,
return System

DArgumentInfo() public method

public DArgumentInfo ( string name, DTypeInfo, argType, DArgumentDirection direction ) : System
name string
argType DTypeInfo,
direction DArgumentDirection
return System

Property Details

ArgType public_oe property

public DTypeInfo, ArgType
return DTypeInfo,

Direction public_oe property

public DArgumentDirection Direction
return DArgumentDirection

Name public_oe property

public string Name
return string