Public Member Functions | |
| void | Dispose () |
| void | Append (DBusType.IDBusType dbusType) |
| void | AppendResults (MethodInfo method, object retVal, object[] parameters) |
| object[] | GetParameters (MethodInfo method) |
| override string | ToString () |
| DBusType.IDBusType | GetNext () |
| void | InitAppending () |
| IEnumerator | GetEnumerator () |
Static Public Member Functions | |
| static bool | Suits (Type dbusType, Type type) |
| static Type | MatchType (Type type) |
| static object[] | ParseInParameters (MethodInfo method) |
| static object[] | ParseOutParameters (MethodInfo method) |
| static ConstructorInfo | GetDBusTypeConstructor (Type dbusType, Type type) |
| static char | GetCode (Type dbusType) |
| static string | GetCodeAsString (Type dbusType) |
Properties | |
| static Hashtable | DBusTypes |
Data Structures | |
| class | ArgumentsEnumerator |
Definition at line 10 of file Arguments.cs.
1.4.4