C# Class DArgumentInfo, dbus-sharp

Show file 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 property

public DTypeInfo, ArgType
return DTypeInfo,

Direction public property

public DArgumentDirection Direction
return DArgumentDirection

Name public property

public string Name
return string