OpenTAP 9.24
API Reference
Events | List of all members
OpenTap.ITypeDataSearcherCacheInvalidated Interface Reference

A type data searcher with a cache invalidation event. This can be useful for notifying the rest of the TypeData system that new plugins has been found in this cache. More...

Inheritance diagram for OpenTap.ITypeDataSearcherCacheInvalidated:
OpenTap.ITypeDataSearcher

Events

EventHandler< TypeDataCacheInvalidatedEventArgsCacheInvalidated
 Should be invoked when the available type data for a given type data searcher has changed.
 

Additional Inherited Members

- Public Member Functions inherited from OpenTap.ITypeDataSearcher
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 inherited from OpenTap.ITypeDataSearcher
IEnumerable< ITypeDataTypes [get]
 Get all types found by the search. Null will cause Search() to be called (again) before accessing this.
 

Detailed Description

A type data searcher with a cache invalidation event. This can be useful for notifying the rest of the TypeData system that new plugins has been found in this cache.

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