C# Class DTypeInfo, dbus-sharp

Datei anzeigen Open project: brookpatten/dbus-sharp Class Usage Examples

Public Properties

Property Type Description
Name string

Public Methods

Method Description
DTypeInfo ( string name ) : System
GetMethod ( string name ) : DMethodInfo,
ToType ( ) : Type

Method Details

DTypeInfo() public method

public DTypeInfo ( string name ) : System
name string
return System

GetMethod() public method

public GetMethod ( string name ) : DMethodInfo,
name string
return DMethodInfo,

ToType() public method

public ToType ( ) : Type
return Type

Property Details

Name public_oe property

public string Name
return string