|
OpenTAP 9.34
API Reference
|
A type data representing null values. More...
Public Member Functions | |
| IEnumerable< IMemberData > | GetMembers () |
| Gets the members of this object. | |
| IMemberData | GetMember (string name) |
| Gets a member of this object by name. | |
| object | CreateInstance (object[] arguments) |
| Creates an instance of this type. The arguments are used for construction. | |
Public Member Functions inherited from OpenTap.ITypeData | |
Properties | |
| IEnumerable< object > | Attributes [get] |
| The attributes of it. | |
| string | Name [get] |
| The name of it. | |
| ITypeData | BaseType [get] |
| The base type of this type. | |
| bool | CanCreateInstance [get] |
| Gets if CreateInstance will work for this type. For examples, for interfaces and abstract classes it will not work. | |
Properties inherited from OpenTap.ITypeData | |
Properties inherited from OpenTap.IReflectionData | |
A type data representing null values.
| object OpenTap.NullTypeData.CreateInstance | ( | object[] | arguments | ) |
Creates an instance of this type. The arguments are used for construction.
| arguments |
Implements OpenTap.ITypeData.
| IMemberData OpenTap.NullTypeData.GetMember | ( | string | name | ) |
| IEnumerable< IMemberData > OpenTap.NullTypeData.GetMembers | ( | ) |
OpenTAP 9.34 API built Wed Jul 1 2026 09:21:15