OpenTAP 9.34
API Reference
OpenTap.ThreadHierarchyLocal< T > Class Template Reference

Has a separate value for each hierarchy of Threads that it is set on. If a thread sets this to a value, that value will be visible only to that thread and its child threads (as started using TapThread.Start(Action, string)) More...

Public Member Functions

void ClearLocal ()
 Removes the thread-locally set value.
 

Properties

LocalValue [get, set]
 Has a separate value for each hierarchy of Threads that it is set on. If a thread sets this to a value, that value will be visible only to that thread and its child threads (as started using TapThread.Start(Action, string))
 

Detailed Description

Has a separate value for each hierarchy of Threads that it is set on. If a thread sets this to a value, that value will be visible only to that thread and its child threads (as started using TapThread.Start(Action, string))

Type Constraints
T :class 

OpenTAP 9.34 API built Wed Jul 1 2026 09:21:15