|
OpenTAP 9.33
API Reference
|
Hook into type reflection system. Provides type data for a given object or identifier. More...
Public Member Functions | |
| ITypeData | GetTypeData (string identifier) |
| Gets the type data from an identifier. More... | |
| ITypeData | GetTypeData (object obj) |
| Gets the type data from an object. More... | |
Properties | |
| double | Priority [get] |
| The priority of this type info provider. Note, this decides the order in which the type info is resolved. | |
Hook into type reflection system. Provides type data for a given object or identifier.
| ITypeData OpenTap.ITypeDataProvider.GetTypeData | ( | object | obj | ) |
Gets the type data from an object.
| obj | The object to get type information for. |
| ITypeData OpenTap.ITypeDataProvider.GetTypeData | ( | string | identifier | ) |
Gets the type data from an identifier.
| identifier | The identifier to get type information for. |
OpenTAP 9.33 API built Wed May 27 2026 18:31:38