OpenTAP 9.24
API Reference
Public Member Functions | Properties | List of all members
OpenTap.ITypeDataSearcher Interface Reference

Searches for "types" and returns them as ITypeData objects. The OpenTAP type system calls all implementations of this. More...

Inheritance diagram for OpenTap.ITypeDataSearcher:
OpenTap.ITypeDataSearcherCacheInvalidated OpenTap.ITypeDataSourceProvider OpenTap.DotNetTypeDataSearcher

Public Member Functions

void Search ()
 Performs an implementation specific search for types. Generates ITypeData objects for all types and populates the Types property with these. Always sets the Types property to some value (not null).
 

Properties

IEnumerable< ITypeDataTypes [get]
 Get all types found by the search. Null will cause Search() to be called (again) before accessing this.
 

Detailed Description

Searches for "types" and returns them as ITypeData objects. The OpenTAP type system calls all implementations of this.

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:42