|
OpenTAP 9.33
API Reference
|
Hook into type reflection system. Provides type data for a given object or identifier. This variant is aware of the stack of other providers running after itself. More...
Public Member Functions | |
| ITypeData | GetTypeData (string identifier, TypeDataProviderStack stack) |
| Gets the type data from an identifier. More... | |
| ITypeData | GetTypeData (object obj, TypeDataProviderStack stack) |
| 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. This variant is aware of the stack of other providers running after itself.
| ITypeData OpenTap.IStackedTypeDataProvider.GetTypeData | ( | object | obj, |
| TypeDataProviderStack | stack | ||
| ) |
Gets the type data from an object.
| obj | The object to get type information for. |
| stack | Stack containing remaining ITypeDataProviders that have not yet been called. |
| ITypeData OpenTap.IStackedTypeDataProvider.GetTypeData | ( | string | identifier, |
| TypeDataProviderStack | stack | ||
| ) |
Gets the type data from an identifier.
| identifier | The identifier to get type information for. |
| stack | Stack containing remaining ITypeDataProviders that have not yet been called. |
OpenTAP 9.33 API built Wed May 27 2026 18:31:38